@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

@keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes vex-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes vex-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg); }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg); } }

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

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; }

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .vex.vex-closing .vex-overlay {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff; }
  .vex.vex-closing .vex-content {
    animation: vex-fadeout 0.5s;
    -webkit-animation: vex-fadeout 0.5s;
    -moz-animation: vex-fadeout 0.5s;
    -ms-animation: vex-fadeout 0.5s;
    -o-animation: vex-fadeout 0.5s;
    -webkit-backface-visibility: hidden; }

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7"; }

.vex-dialog-form {
  margin: 0; }

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff; }

body.vex-open {
  overflow: hidden; }

@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-moz-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-ms-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@-o-keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); } }

@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-moz-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-ms-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@-o-keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }

@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25); }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent; } }

.vex.vex-theme-os {
  padding-top: 160px;
  padding-bottom: 160px; }
  .vex.vex-theme-os.vex-closing .vex-content {
    animation: vex-flyout 0.5s;
    -webkit-animation: vex-flyout 0.5s;
    -moz-animation: vex-flyout 0.5s;
    -ms-animation: vex-flyout 0.5s;
    -o-animation: vex-flyout 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-os .vex-content {
    animation: vex-flyin 0.5s;
    -webkit-animation: vex-flyin 0.5s;
    -moz-animation: vex-flyin 0.5s;
    -ms-animation: vex-flyin 0.5s;
    -o-animation: vex-flyin 0.5s;
    -webkit-backface-visibility: hidden; }
  .vex.vex-theme-os .vex-content {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
    font-family: "Helvetica Neue", sans-serif;
    border-top: 20px solid #bbb;
    background: #f0f0f0;
    color: #444;
    padding: 1em;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    width: 450px;
    font-size: 1.1em;
    line-height: 1.5em; }
    .vex.vex-theme-os .vex-content h1, .vex.vex-theme-os .vex-content h2, .vex.vex-theme-os .vex-content h3, .vex.vex-theme-os .vex-content h4, .vex.vex-theme-os .vex-content h5, .vex.vex-theme-os .vex-content h6, .vex.vex-theme-os .vex-content p, .vex.vex-theme-os .vex-content ul, .vex.vex-theme-os .vex-content li {
      color: inherit; }
  .vex.vex-theme-os .vex-close {
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
    .vex.vex-theme-os .vex-close:before {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      content: "\00D7";
      font-size: 26px;
      font-weight: normal;
      line-height: 31px;
      height: 30px;
      width: 30px;
      text-align: center;
      top: 3px;
      right: 3px;
      color: #bbb;
      background: transparent; }
    .vex.vex-theme-os .vex-close:hover:before, .vex.vex-theme-os .vex-close:active:before {
      color: #777;
      background: #e0e0e0; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-message {
    margin-bottom: .5em; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-input {
    margin-bottom: 1em; }
    .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"] {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      background: #fff;
      width: 100%;
      padding: .25em .67em;
      border: 0;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit;
      min-height: 2.5em;
      margin: 0 0 .25em; }
      .vex.vex-theme-os .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-os .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
        -moz-box-shadow: inset 0 0 0 1px #3288e6;
        -webkit-box-shadow: inset 0 0 0 1px #3288e6;
        box-shadow: inset 0 0 0 1px #3288e6;
        outline: none; }
  .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons {
    *zoom: 1; }
    .vex.vex-theme-os .vex-dialog-form .vex-dialog-buttons:after {
      content: "";
      display: table;
      clear: both; }
  .vex.vex-theme-os .vex-dialog-button {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    float: right;
    margin: 0 0 0 .5em;
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    line-height: 1em;
    padding: .75em 2em; }
    .vex.vex-theme-os .vex-dialog-button.vex-last {
      margin-left: 0; }
    .vex.vex-theme-os .vex-dialog-button:focus {
      animation: vex-pulse 1.1s infinite;
      -webkit-animation: vex-pulse 1.1s infinite;
      -moz-animation: vex-pulse 1.1s infinite;
      -ms-animation: vex-pulse 1.1s infinite;
      -o-animation: vex-pulse 1.1s infinite;
      -webkit-backface-visibility: hidden;
      outline: none; }
      @media (max-width: 568px) {
        .vex.vex-theme-os .vex-dialog-button:focus {
          animation: none;
          -webkit-animation: none;
          -moz-animation: none;
          -ms-animation: none;
          -o-animation: none;
          -webkit-backface-visibility: hidden; } }
    .vex.vex-theme-os .vex-dialog-button.vex-dialog-button-primary {
      background: #3288e6;
      color: #fff; }
    .vex.vex-theme-os .vex-dialog-button.vex-dialog-button-secondary {
      background: #e0e0e0;
      color: #777; }

.vex-loading-spinner.vex-theme-os {
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  border: 1.2em solid #bbb;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0; }

button, input[type="button"], input[type="reset"], input[type="submit"],
.button,
#main-navigation nav.utility li.join a,
#main-navigation nav.utility li.login a,
.pagination ul li a,
.premiumFeatureLabel a {
  appearance: none;
  background-color: #6ABD45;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.6rem 1.6em;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button:hover,
  #main-navigation nav.utility li.join a:hover,
  #main-navigation nav.utility li.login a:hover,
  .pagination ul li a:hover,
  .premiumFeatureLabel a:hover,
  .button:focus,
  #main-navigation nav.utility li.join a:focus,
  #main-navigation nav.utility li.login a:focus,
  .pagination ul li a:focus,
  .premiumFeatureLabel a:focus {
    background-color: #559737;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button:disabled,
  #main-navigation nav.utility li.join a:disabled,
  #main-navigation nav.utility li.login a:disabled,
  .pagination ul li a:disabled,
  .premiumFeatureLabel a:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
    .button:disabled:hover,
    #main-navigation nav.utility li.join a:disabled:hover,
    #main-navigation nav.utility li.login a:disabled:hover,
    .pagination ul li a:disabled:hover,
    .premiumFeatureLabel a:disabled:hover {
      background-color: #6ABD45; }
  button.disabled, input[type="button"].disabled, input[type="reset"].disabled, input[type="submit"].disabled,
  .button.disabled,
  #main-navigation nav.utility li.join a.disabled,
  #main-navigation nav.utility li.login a.disabled,
  .pagination ul li a.disabled,
  .premiumFeatureLabel a.disabled {
    pointer-events: none;
    cursor: auto;
    opacity: 0.5; }
  button.btn-primary, input[type="button"].btn-primary, input[type="reset"].btn-primary, input[type="submit"].btn-primary,
  .button.btn-primary,
  #main-navigation nav.utility li.join a.btn-primary,
  #main-navigation nav.utility li.login a.btn-primary,
  .pagination ul li a.btn-primary,
  .premiumFeatureLabel a.btn-primary {
    background-color: #6bcac3; }
    button.btn-primary:hover, button.btn-primary:focus, input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, input[type="reset"].btn-primary:hover, input[type="reset"].btn-primary:focus, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:focus,
    .button.btn-primary:hover,
    #main-navigation nav.utility li.join a.btn-primary:hover,
    #main-navigation nav.utility li.login a.btn-primary:hover,
    .pagination ul li a.btn-primary:hover,
    .premiumFeatureLabel a.btn-primary:hover,
    .button.btn-primary:focus,
    #main-navigation nav.utility li.join a.btn-primary:focus,
    #main-navigation nav.utility li.login a.btn-primary:focus,
    .pagination ul li a.btn-primary:focus,
    .premiumFeatureLabel a.btn-primary:focus {
      background-color: #45a49c;
      color: #fff; }
  button.btn-secondary, input[type="button"].btn-secondary, input[type="reset"].btn-secondary, input[type="submit"].btn-secondary,
  .button.btn-secondary,
  #main-navigation nav.utility li.join a.btn-secondary,
  #main-navigation nav.utility li.login a.btn-secondary,
  .pagination ul li a.btn-secondary,
  .premiumFeatureLabel a.btn-secondary {
    background-color: #adb3ae; }
    button.btn-secondary:hover, button.btn-secondary:focus, input[type="button"].btn-secondary:hover, input[type="button"].btn-secondary:focus, input[type="reset"].btn-secondary:hover, input[type="reset"].btn-secondary:focus, input[type="submit"].btn-secondary:hover, input[type="submit"].btn-secondary:focus,
    .button.btn-secondary:hover,
    #main-navigation nav.utility li.join a.btn-secondary:hover,
    #main-navigation nav.utility li.login a.btn-secondary:hover,
    .pagination ul li a.btn-secondary:hover,
    .premiumFeatureLabel a.btn-secondary:hover,
    .button.btn-secondary:focus,
    #main-navigation nav.utility li.join a.btn-secondary:focus,
    #main-navigation nav.utility li.login a.btn-secondary:focus,
    .pagination ul li a.btn-secondary:focus,
    .premiumFeatureLabel a.btn-secondary:focus {
      background-color: #808a81;
      color: #fff; }
  button.btn-action, input[type="button"].btn-action, input[type="reset"].btn-action, input[type="submit"].btn-action,
  .button.btn-action,
  #main-navigation nav.utility li.join a.btn-action,
  #main-navigation nav.utility li.join .premiumFeatureLabel a,
  .premiumFeatureLabel #main-navigation nav.utility li.join a,
  #main-navigation nav.utility li.login a.btn-action,
  #main-navigation nav.utility li.login .premiumFeatureLabel a,
  .premiumFeatureLabel #main-navigation nav.utility li.login a,
  .pagination ul li a.btn-action,
  .pagination ul li .premiumFeatureLabel a,
  .premiumFeatureLabel .pagination ul li a,
  .premiumFeatureLabel a {
    background-color: #F16123; }
    button.btn-action:hover, button.btn-action:focus, input[type="button"].btn-action:hover, input[type="button"].btn-action:focus, input[type="reset"].btn-action:hover, input[type="reset"].btn-action:focus, input[type="submit"].btn-action:hover, input[type="submit"].btn-action:focus,
    .button.btn-action:hover,
    #main-navigation nav.utility li.join a.btn-action:hover,
    #main-navigation nav.utility li.join .premiumFeatureLabel a:hover,
    .premiumFeatureLabel #main-navigation nav.utility li.join a:hover,
    #main-navigation nav.utility li.login a.btn-action:hover,
    #main-navigation nav.utility li.login .premiumFeatureLabel a:hover,
    .premiumFeatureLabel #main-navigation nav.utility li.login a:hover,
    .pagination ul li a.btn-action:hover,
    .premiumFeatureLabel a:hover,
    .button.btn-action:focus,
    #main-navigation nav.utility li.join a.btn-action:focus,
    #main-navigation nav.utility li.join .premiumFeatureLabel a:focus,
    .premiumFeatureLabel #main-navigation nav.utility li.join a:focus,
    #main-navigation nav.utility li.login a.btn-action:focus,
    #main-navigation nav.utility li.login .premiumFeatureLabel a:focus,
    .premiumFeatureLabel #main-navigation nav.utility li.login a:focus,
    .pagination ul li a.btn-action:focus,
    .premiumFeatureLabel a:focus {
      background-color: #cd521e;
      color: #fff; }
  button.mini-btn, input[type="button"].mini-btn, input[type="reset"].mini-btn, input[type="submit"].mini-btn,
  .button.mini-btn,
  #main-navigation nav.utility li.join a.mini-btn,
  #main-navigation nav.utility li.join .premiumFeatureLabel a,
  .premiumFeatureLabel #main-navigation nav.utility li.join a,
  #main-navigation nav.utility li.login a.mini-btn,
  #main-navigation nav.utility li.login .premiumFeatureLabel a,
  .premiumFeatureLabel #main-navigation nav.utility li.login a,
  .pagination ul li a.mini-btn,
  .pagination ul li .premiumFeatureLabel a,
  .premiumFeatureLabel .pagination ul li a,
  .premiumFeatureLabel a {
    padding: .35rem .5rem;
    font-size: 0.85rem; }

form .box,
form fieldset {
  border: 1px solid #d4d5d2;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 2px; }
  form .box::after,
  form fieldset::after {
    clear: both;
    content: "";
    display: table; }
  form .box + fieldset,
  form .box + .box,
  form .box + .form-actions,
  form .box + header,
  form fieldset + fieldset,
  form fieldset + .box,
  form fieldset + .form-actions,
  form fieldset + header {
    margin-top: 1.5rem; }
  form .box:last-of-type,
  form fieldset:last-of-type {
    margin-bottom: 1rem; }

form + form {
  margin-top: 1.5rem; }

form .form-element {
  position: relative;
  margin-bottom: 0.8em; }
  form .form-element::after {
    clear: both;
    content: "";
    display: table; }
  form .form-element.hidden {
    display: none; }
  form .form-element.displayField {
    display: block; }
  form .form-element input[type="color"], form .form-element input[type="date"], form .form-element input[type="datetime"], form .form-element input[type="datetime-local"], form .form-element input[type="email"], form .form-element input[type="month"], form .form-element input[type="number"], form .form-element input[type="password"], form .form-element input[type="search"], form .form-element input[type="tel"], form .form-element input[type="text"], form .form-element input[type="time"], form .form-element input[type="url"], form .form-element input[type="week"], form .form-element input:not([type]), form .form-element textarea,
  form .form-element select[multiple=multiple] {
    margin-bottom: 0; }

form input + input {
  margin-top: .5rem; }

form input,
form label,
form select {
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem; }
  form input optgroup,
  form label optgroup,
  form select optgroup {
    background: #000;
    color: #fff;
    font-style: normal;
    font-weight: normal; }

form label {
  font-size: .9rem;
  margin-bottom: .1rem; }
  form label.hasError {
    color: #9B150D;
    font-weight: 600; }
  form label.required::after {
    content: "*"; }
  form label abbr {
    display: none; }
  form label .description {
    color: #616f73;
    font-size: .85rem;
    line-height: 1.4; }

form input[type="color"], form input[type="date"], form input[type="datetime"], form input[type="datetime-local"], form input[type="email"], form input[type="month"], form input[type="number"], form input[type="password"], form input[type="search"], form input[type="tel"], form input[type="text"], form input[type="time"], form input[type="url"], form input[type="week"], form input:not([type]), form textarea,
form select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #B7B9B4;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.8em;
  padding: 0.25rem 0.5333333333em;
  transition: border-color 150ms ease;
  width: 100%; }
  form input[type="color"]:hover, form input[type="date"]:hover, form input[type="datetime"]:hover, form input[type="datetime-local"]:hover, form input[type="email"]:hover, form input[type="month"]:hover, form input[type="number"]:hover, form input[type="password"]:hover, form input[type="search"]:hover, form input[type="tel"]:hover, form input[type="text"]:hover, form input[type="time"]:hover, form input[type="url"]:hover, form input[type="week"]:hover, form input:not([type]):hover, form textarea:hover,
  form select[multiple=multiple]:hover {
    border-color: #929490; }
  form input[type="color"]:focus, form input[type="date"]:focus, form input[type="datetime"]:focus, form input[type="datetime-local"]:focus, form input[type="email"]:focus, form input[type="month"]:focus, form input[type="number"]:focus, form input[type="password"]:focus, form input[type="search"]:focus, form input[type="tel"]:focus, form input[type="text"]:focus, form input[type="time"]:focus, form input[type="url"]:focus, form input[type="week"]:focus, form input:not([type]):focus, form textarea:focus,
  form select[multiple=multiple]:focus {
    border-color: #6ABD45;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(95, 172, 61, 0.7);
    outline: none; }
  form input[type="color"]:disabled, form input[type="date"]:disabled, form input[type="datetime"]:disabled, form input[type="datetime-local"]:disabled, form input[type="email"]:disabled, form input[type="month"]:disabled, form input[type="number"]:disabled, form input[type="password"]:disabled, form input[type="search"]:disabled, form input[type="tel"]:disabled, form input[type="text"]:disabled, form input[type="time"]:disabled, form input[type="url"]:disabled, form input[type="week"]:disabled, form input:not([type]):disabled, form textarea:disabled,
  form select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    form input[type="color"]:disabled:hover, form input[type="date"]:disabled:hover, form input[type="datetime"]:disabled:hover, form input[type="datetime-local"]:disabled:hover, form input[type="email"]:disabled:hover, form input[type="month"]:disabled:hover, form input[type="number"]:disabled:hover, form input[type="password"]:disabled:hover, form input[type="search"]:disabled:hover, form input[type="tel"]:disabled:hover, form input[type="text"]:disabled:hover, form input[type="time"]:disabled:hover, form input[type="url"]:disabled:hover, form input[type="week"]:disabled:hover, form input:not([type]):disabled:hover, form textarea:disabled:hover,
    form select[multiple=multiple]:disabled:hover {
      border: 1px solid #B7B9B4; }

form textarea {
  resize: vertical; }

form input[type="search"] {
  appearance: none; }

form input[type="checkbox"],
form input[type="radio"] {
  display: inline;
  margin-right: 0.4em; }
  form input[type="checkbox"] + label,
  form input[type="radio"] + label {
    display: inline-block; }

form input[type="file"] {
  margin-bottom: 0.8em;
  width: 100%; }

form select {
  margin-bottom: 1.6em;
  max-width: 100%;
  width: auto; }

form .styled-select {
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #B7B9B4;
  border-radius: 4px;
  margin-bottom: 0;
  position: relative; }
  form .styled-select::after {
    clear: both;
    content: "";
    display: table; }
  form .styled-select:after {
    content: '\f0dc';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 1; }
  form .styled-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    margin-bottom: 0;
    position: relative;
    z-index: 2; }
    form .styled-select select:focus {
      border-color: #6ABD45;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(95, 172, 61, 0.7);
      outline: none; }

form .form-notification .form-msg {
  margin-bottom: 1rem; }
  form .form-notification .form-msg .error {
    background-color: #F16123;
    color: #ffffff;
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-radius: 4px;
    border: 1px solid #F6A226; }
  form .form-notification .form-msg.success {
    background-color: #BAD431;
    color: #ffffff;
    padding: .5rem 1rem;
    border-radius: 4px;
    border: 1px solid #6ABD45; }

form .form-row {
  clear: both; }
  form .form-row::after {
    clear: both;
    content: "";
    display: table; }

form .sub-field {
  margin-left: 1rem;
  margin-top: -.5em; }

form .conditional-group .hidden {
  display: none; }

form .footnote {
  color: #616f73;
  font-size: .8em;
  line-height: 1.4; }
  form .footnote.required {
    float: right; }

form .form-footnote {
  margin-top: 1rem; }

form .form-msg {
  margin-bottom: 1rem; }
  form .form-msg.errors {
    background-color: #f8d2d8; }
  form .form-msg .error {
    color: #9B150D;
    margin-bottom: 0; }
  form .form-msg.success {
    background-color: #6ABD45;
    color: #ffffff;
    font-weight: 600; }

form .box .msg {
  text-align: center;
  margin: 0; }

form .error-msg {
  float: left;
  display: inline-block;
  background-color: #DC1D3E;
  color: #ffffff;
  padding: .2rem .5rem;
  margin-top: 2px;
  border-radius: 4px;
  position: absolute;
  max-width: 640px;
  left: 6px;
  z-index: 10;
  line-height: 1.25; }
  form .error-msg a {
    color: #B7B9B4; }
    form .error-msg a:hover {
      color: #ffffff;
      text-decoration: underline; }
  form .error-msg:before {
    border: solid transparent;
    border-bottom-color: #DC1D3E;
    border-width: 6px;
    margin-left: -1px;
    bottom: 100%;
    z-index: 15;
    left: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  form .error-msg .error + .error {
    margin-left: .25rem; }

form .note {
  color: #6A756B;
  margin: .1rem .5rem 0;
  font-size: .85rem; }

form .radio-group,
form .checkbox-group {
  margin-bottom: .8em; }
  form .radio-group label,
  form .checkbox-group label {
    font-weight: 300; }

form .inline-radio::after,
form .inline-checkbox::after {
  clear: both;
  content: "";
  display: table; }

form .inline-radio label,
form .inline-checkbox label {
  display: inline-block;
  margin: 0 .25rem; }

form .inline-radio .error-msg,
form .inline-checkbox .error-msg {
  top: 98%; }
  form .inline-radio .error-msg:before,
  form .inline-checkbox .error-msg:before {
    display: none; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .content-area .content-block ul, #census.survey #survey-form .question .note ul {
    list-style-type: disc;
    margin-bottom: 0.8em;
    padding-left: 1.6em; }
  
  .content-area .content-block ol,
  #census.survey #survey-form .question .note ol,
  #census.survey #survey-form .answer ol,
  #census.census-summary .answer ol {
    list-style-type: decimal;
    margin-bottom: 0.8em;
    padding-left: 1.6em; }

dl {
  margin-bottom: 0.8em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.8em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  font-feature-settings: "kern", "liga", "tnum";
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #898b87;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #B7B9B4;
  padding: 0.8em 0; }

tr,
td,
th {
  vertical-align: middle; }

html {
  box-sizing: border-box; }

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

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/font-awesome/fontawesome-webfont.eot?v=4.5.0");
  src: url("../font/font-awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../font/font-awesome/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../font/font-awesome/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../font/font-awesome/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../font/font-awesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 14px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #F16123; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-area {
  fill: #F16123; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #F6A226; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-area {
  fill: #F6A226; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #F8CD1C; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-area {
  fill: #F8CD1C; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #51C1B8; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-area {
  fill: #51C1B8; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #77CDD7; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-area {
  fill: #77CDD7; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #26A3B1; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-area {
  fill: #26A3B1; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #BAD431; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-area {
  fill: #BAD431; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6ABD45; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-area {
  fill: #6ABD45; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #6267D2; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-area {
  fill: #6267D2; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #6E4FA0; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-area {
  fill: #6E4FA0; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #A14682; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-area {
  fill: #A14682; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #F7633B; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-area {
  fill: #F7633B; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #B84F16; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-area {
  fill: #B84F16; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #697E79; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-area {
  fill: #697E79; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #9B9B9B; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-area {
  fill: #9B9B9B; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

body {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #39443A;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.6; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bitter", serif;
  line-height: 1.3;
  margin: 0;
  text-rendering: optimizeLegibility;
  font-weight: 300; }

h1 {
  font-size: 2.2rem; }

h2 {
  font-size: 1.8rem; }

h3 {
  font-size: 1.6rem; }

h4 {
  font-size: 1.4rem; }

h5 {
  font-size: 1.2rem; }

h6 {
  font-size: 1.1rem; }

header p {
  text-rendering: optimizeLegibility; }

p {
  margin: 0 0 0.8em; }

a {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  color: #26A3B1;
  text-decoration: none; }
  a:hover {
    color: #1e828e; }
  a:active, a:focus {
    color: #1e828e;
    outline: none; }

hr {
  border-bottom: 1px solid #B7B9B4;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.6em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

blockquote {
  border-left: 2px solid #B7B9B4;
  color: #5c6e5d;
  margin: 1.6em 0;
  padding-left: 0.8em; }

cite {
  color: #738975;
  font-style: italic; }
  cite:before {
    content: "\2014 \00A0"; }

img.cover {
  box-shadow: 0 1px 4px rgba(57, 68, 58, 0.5); }

img.infographic {
  border: 2px solid #dfe0dd;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 90em; }

img.svg-sprite {
  width: 100%;
  height: 100%; }

img.video_thumbnail {
  border: 1px solid #cdcecb;
  border-radius: 3px; }

a:hover img.cover {
  box-shadow: 0 1px 4px rgba(57, 68, 58, 0.95); }

a:hover img.infographic {
  border: 2px solid #ddf3f5;
  background-color: #ddf3f5;
  box-shadow: 0 1px 4px rgba(57, 68, 58, 0.35); }

a:hover img.video_thumbnail {
  border: 1px solid #bec0bc;
  border-radius: 3px; }

.modal-window img.infographic {
  border: none;
  border-radius: 0; }
  @media screen and (max-width: 480px) {
    .modal-window img.infographic {
      margin: 1rem -5.5rem;
      max-width: none; } }

.socialMedia p {
  color: #6A756B;
  font-size: 1em;
  margin-bottom: 0; }

@media screen and (max-width: 480px) {
  .socialMedia .socialMedia-links li + li {
    margin-top: 1rem; } }

@media screen and (min-width: 30em) {
  .socialMedia .socialMedia-links li {
    float: left; }
    .socialMedia .socialMedia-links li + li {
      margin-left: 3rem; } }

.socialMedia .socialMedia-links a:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #51C1B8;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 2.35rem;
  line-height: 1;
  margin-right: .35rem;
  text-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top; }

.socialMedia .socialMedia-links a:hover:before {
  color: #398781; }

.socialMedia .socialMedia-links a[href*="codepen.io"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="digg.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="dribbble.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="dropbox.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="facebook.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="flickr.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="foursquare.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="plus.google.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="github.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="instagram.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="linkedin.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="pinterest.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="reddit.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="stumbleupon.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="tumblr.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="twitter.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="vimeo.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="wordpress.com"]:before,
.socialMedia .socialMedia-links a[href*="wordpress.org"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="youtube.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="mailto:"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="spotify.com"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href*="twitch.tv"]:before {
  content: ""; }

.socialMedia .socialMedia-links a[href$="/feed/"]:before {
  content: ""; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%; }
  html.noscroll #wrapper, body.noscroll #wrapper {
    width: 100%;
    overflow: hidden; }

#wrapper {
  min-height: 100vh;
  position: relative; }

.page {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }
  @media screen and (min-width: 51.25em) {
    .page {
      padding-bottom: 42rem; } }
  .page .container {
    overflow: visible; }
    .page .container .content-area {
      max-width: 90em;
      margin-left: auto;
      margin-right: auto;
      max-width: 65em; }
      .page .container .content-area::after {
        clear: both;
        content: "";
        display: table; }

.container.layer {
  padding: 4rem 0; }
  @media screen and (min-width: 60em) {
    .container.layer {
      padding: 6rem 0; } }

.container:last-child {
  margin-bottom: 2rem; }

.container.relatedContent {
  margin-top: 2rem;
  padding: 2rem 0 0;
  border-top: 1px solid #e2e3e1; }

@media screen and (min-width: 51.25em) {
  .split-container .container {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 48.7179487179%; }
    .split-container .container:last-child {
      margin-right: 0; } }

.content-area {
  padding: 0 1rem 0; }
  @media screen and (min-width: 51.25em) {
    .content-area {
      padding: 0 2.5rem 0; } }
  .content-area header {
    margin-bottom: 2rem; }
    .content-area header h2 {
      color: #39443A;
      margin: 0; }
    .content-area header p {
      color: #747c75;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 1.6rem;
      line-height: 2.2rem;
      margin: .25rem 0 0; }
  .content-area .main blockquote {
    margin: 1rem 0;
    font-size: 1.2em;
    font-weight: 300; }
    @media screen and (min-width: 60em) {
      .content-area .main blockquote {
        font-size: 1.5em; } }
  .content-area .main .section-divider {
    text-align: center;
    margin-bottom: 2rem; }
    .content-area .main .section-divider h2, .content-area .main .section-divider p {
      margin: 0; }
    .content-area .main .section-divider p {
      font-size: 2rem;
      font-weight: 300;
      color: #6A756B; }
  .content-area .main p + .section-divider, .content-area .main ul + .section-divider, .content-area .main ol + .section-divider, .content-area .main blockquote + .section-divider, .content-area .main div + .section-divider {
    margin-top: 6rem; }
  .content-area .main p {
    text-align: left; }
    .content-area .main p.footnote {
      color: #6A756B;
      font-size: .8em;
      line-height: 1.4; }
  .content-area .main .video_embed {
    border: 1px solid #d0d2ce;
    border-radius: 3px;
    padding: 4px; }
    .content-area .main .video_embed figure {
      line-height: 1; }
  .content-area .content-block p.centered {
    text-align: center; }
  .content-area .content-block p.note {
    font-size: .8rem;
    color: #6A756B; }
  .content-area .content-block h2 {
    color: #D61576;
    font-size: 1.6rem; }
  .content-area .content-block p + h2, .content-area .content-block ul + h2, .content-area .content-block ol + h2 {
    color: #D61576;
    font-size: 1.6rem;
    margin-top: 1.5rem; }
  .content-area .content-block.message-box {
    border: 1px solid #d4d5d2;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: .5rem; }
    .content-area .content-block.message-box::after {
      clear: both;
      content: "";
      display: table; }
    .content-area .content-block.message-box h3, .content-area .content-block.message-box h5 {
      text-align: center;
      padding-bottom: .4rem;
      margin-bottom: .5rem;
      border-bottom: 1px solid #77CDD7; }
    .content-area .content-block.message-box p {
      color: #39443A;
      line-height: 1.4;
      margin: 0; }
      .content-area .content-block.message-box p + p {
        margin-top: .5rem; }
  @media screen and (min-width: 51.25em) {
    .content-area .content-block .columns::after {
      clear: both;
      content: "";
      display: table; }
    .content-area .content-block .columns .col3 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .content-area .content-block .columns .col3:last-child {
        margin-right: 0; }
    .content-area .content-block .columns .col4 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      .content-area .content-block .columns .col4:last-child {
        margin-right: 0; }
    .content-area .content-block .columns .col6 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      .content-area .content-block .columns .col6:last-child {
        margin-right: 0; }
    .content-area .content-block .columns .col8 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .content-area .content-block .columns .col8:last-child {
        margin-right: 0; }
    .content-area .content-block .columns .col9 {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .content-area .content-block .columns .col9:last-child {
        margin-right: 0; } }
  .content-area .content-block .feature-aside {
    margin-bottom: 1rem; }
    @media screen and (min-width: 51.25em) {
      .content-area .content-block .feature-aside {
        border: 1px solid #d4d5d2;
        border-radius: 4px;
        padding: 1.5rem; } }
    .content-area .content-block .feature-aside h4 {
      color: #616961;
      font-size: 1.2rem;
      line-height: 1;
      font-weight: 600;
      font-family: "Ubuntu Condensed", serif;
      text-align: center; }
    .content-area .content-block .feature-aside a.resource {
      display: block;
      margin: 1rem auto 0;
      text-align: center; }
  .content-area .content-block .box {
    border: 1px solid #d4d5d2;
    background-color: #f9f9f9;
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    margin-bottom: 1rem; }
    .content-area .content-block .box h4 {
      color: #26A3B1; }
    .content-area .content-block .box p:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 51.25em) {
      .content-area .content-block .box {
        padding: 1.75rem; } }
  @media screen and (max-width: 51.1875em) {
    .content-area .panel-wrap .panels {
      margin-top: 1rem; } }
  @media screen and (min-width: 51.25em) {
    .content-area .panel-wrap .panel-nav {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .content-area .panel-wrap .panel-nav:last-child {
        margin-right: 0; }
    .content-area .panel-wrap .panels {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      .content-area .panel-wrap .panels:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 51.1875em) {
    .content-area section.has_aside aside {
      margin-top: 2rem; } }
  @media screen and (min-width: 38.75em) {
    .content-area section.has_aside main {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 70.9090909091%; }
      .content-area section.has_aside main:last-child {
        margin-right: 0; }
    .content-area section.has_aside aside {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 27.2727272727%; }
      .content-area section.has_aside aside:last-child {
        margin-right: 0; } }

#footer {
  background-color: #39443A;
  border-top: 3px solid #F6A226;
  overflow: hidden; }
  #footer::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 51.25em) {
    #footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 42rem; } }
  #footer .content-area {
    padding: 2rem;
    max-width: none; }
    @media screen and (min-width: 51.25em) {
      #footer .content-area {
        padding: 3rem 4rem; } }
    #footer .content-area.sponsors {
      background-color: #6A756B; }
      #footer .content-area.sponsors h3 {
        color: #39443A;
        font-family: "Ubuntu Condensed", serif;
        font-size: 1.2rem;
        text-transform: uppercase;
        margin-bottom: .5rem; }
      #footer .content-area.sponsors ul::after {
        clear: both;
        content: "";
        display: table; }
      #footer .content-area.sponsors li + li {
        margin-top: 1rem; }
      #footer .content-area.sponsors li a {
        background-color: #ffffff;
        border-radius: 2px;
        display: block;
        width: 100%;
        padding: .5rem;
        text-align: center;
        opacity: .65;
        -webkit-transition: opacity 1s linear;
        -moz-transition: opacity 1s linear;
        transition: opacity 1s linear; }
        #footer .content-area.sponsors li a:hover {
          opacity: 1; }
      @media screen and (min-width: 30em) and (max-width: 51.1875em) {
        #footer .content-area.sponsors li {
          float: left;
          display: block;
          margin-right: 3.2258064516%;
          width: 48.3870967742%;
          margin-top: 1rem; }
          #footer .content-area.sponsors li:last-child {
            margin-right: 0; }
          #footer .content-area.sponsors li:nth-child(2n) {
            margin-right: 0; }
          #footer .content-area.sponsors li:nth-child(2n+1) {
            clear: left; } }
      @media screen and (min-width: 51.25em) {
        #footer .content-area.sponsors li {
          float: left;
          display: block;
          margin-right: 3.2258064516%;
          width: 22.5806451613%;
          margin-top: 1rem; }
          #footer .content-area.sponsors li:last-child {
            margin-right: 0; }
          #footer .content-area.sponsors li:nth-child(4n) {
            margin-right: 0; }
          #footer .content-area.sponsors li:nth-child(4n+1) {
            clear: left; } }
    #footer .content-area.org-branding main ul.logos::after {
      clear: both;
      content: "";
      display: table; }
    #footer .content-area.org-branding main ul.logos li + li {
      margin-top: 2.5rem; }
    #footer .content-area.org-branding main ul.logos li .branding {
      display: block;
      height: 60px; }
      #footer .content-area.org-branding main ul.logos li .branding .logo {
        overflow: hidden;
        text-indent: 101%;
        white-space: nowrap;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        height: 100%; }
        #footer .content-area.org-branding main ul.logos li .branding .logo.aspen {
          background-image: url("../img/branding/logo-aspen.png"); }
        #footer .content-area.org-branding main ul.logos li .branding .logo.field {
          background-image: url("../img/branding/logo-field.png"); }
    @media screen and (min-width: 30em) {
      #footer .content-area.org-branding main ul.logos li {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 48.3870967742%; }
        #footer .content-area.org-branding main ul.logos li:last-child {
          margin-right: 0; }
        #footer .content-area.org-branding main ul.logos li:nth-child(2n) {
          margin-right: 0; }
        #footer .content-area.org-branding main ul.logos li:nth-child(2n+1) {
          clear: left; }
        #footer .content-area.org-branding main ul.logos li + li {
          margin-top: 0rem; } }
    @media screen and (min-width: 60em) {
      #footer .content-area.org-branding main ul.logos li {
        max-width: 60em;
        margin: auto; } }
    #footer .content-area.org-branding main .copyright {
      color: #9c9d99;
      font-size: .9rem;
      margin-bottom: .25rem; }

figure {
  margin: 0;
  text-align: center; }
  figure img {
    display: inline-block; }

.modal-window {
  position: fixed;
  background: rgba(255, 255, 255, 0.96);
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }
  .modal-window .modal-window-close {
    position: absolute;
    top: -18px;
    right: -18px;
    display: block; }
    .modal-window .modal-window-close i {
      background-color: #39443A;
      color: #ffffff;
      border-radius: 50%;
      border: 1px solid #6A756B;
      padding: .5rem;
      width: 2.4rem;
      height: 2.4rem;
      text-align: center;
      font-size: 1.6rem;
      line-height: .8; }
  .modal-window .content {
    overflow: auto;
    padding: 2.2rem;
    height: 100%; }
  @media screen and (max-width: 480px) {
    .modal-window {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .modal-window .modal-window-close {
        top: 2px;
        right: 2px; }
      .modal-window .content {
        padding: 3rem 1.5rem; } }
  @media screen and (min-width: 30em) {
    .modal-window {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 90vw;
      height: 90vh;
      border: 1px solid rgba(97, 111, 115, 0.65);
      border-radius: 8px;
      max-width: 48em;
      max-height: 40em; } }
  .modal-window.is-visible {
    opacity: 1;
    visibility: visible; }

.modal-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #39443A;
  opacity: 0;
  visibility: hidden;
  z-index: 998; }
  .modal-fade-screen.is-visible {
    opacity: 0.15;
    visibility: visible; }

@media screen and (min-width: 30em) {
  .csstransforms .modal-window {
    margin-top: 0;
    margin-left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); } }

.branding a {
  display: block; }
  .branding a .icon {
    display: block; }
    .branding a .icon.mt {
      width: 75px;
      height: 75px; }
  .branding a .logo {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    background-size: contain;
    background-repeat: no-repeat; }
    .branding a .logo.mt-textOnly {
      width: 175px;
      height: 24px;
      background-image: url("../img/branding/mT-logo-textOnly.svg");
      background-size: 100%; }

nav::after {
  clear: both;
  content: "";
  display: table; }

nav li {
  float: left; }
  nav li + li {
    margin-left: 1.5rem; }
  nav li a {
    -webkit-transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear;
    -moz-transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear;
    transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear;
    color: rgba(255, 255, 255, 0.8); }
    nav li a:hover {
      color: #ffffff; }
    nav li a:active, nav li a:focus {
      color: #ffffff;
      outline: none; }

nav.footer li a {
  display: block;
  font-weight: 600; }

@media screen and (max-width: 480px) {
  nav.footer ul {
    margin: 1rem 0; }
  nav.footer li {
    float: none; }
    nav.footer li a {
      padding: .5rem 2rem; }
      nav.footer li a:hover {
        background-color: #333d34; }
    nav.footer li + li {
      border-top: 1px solid #525351;
      margin-left: 0rem; } }

@media screen and (min-width: 30em) {
  nav.footer {
    padding: 0 1rem; }
    nav.footer li a {
      padding: .5rem 1rem; }
    nav.footer li + li {
      margin-left: 0; } }

@media screen and (min-width: 51.25em) {
  nav.footer {
    padding: 0 3rem; } }

nav.legal {
  font-size: .9rem;
  margin-top: 4rem; }
  nav.legal li + li:before {
    content: "|";
    color: #525351;
    margin-right: 1rem; }
  @media screen and (min-width: 30em) {
    nav.legal {
      border-top: 1px solid #525351;
      padding: .5rem 0; } }
  @media screen and (min-width: 51.25em) {
    nav.legal ul, nav.legal p {
      float: left; }
    nav.legal ul {
      margin-left: 2rem; } }

nav.panel-nav ul {
  border: 1px solid #d4d5d2;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  min-height: 1rem; }
  nav.panel-nav ul::after {
    clear: both;
    content: "";
    display: table; }
  nav.panel-nav ul li {
    float: none;
    margin: 0; }
    nav.panel-nav ul li a {
      display: block;
      padding: .5rem 1rem;
      color: #616961; }
    nav.panel-nav ul li.active a {
      color: #39443A;
      border-left: 4px solid #F6A226;
      background-color: #fcfcfc; }
    nav.panel-nav ul li + li {
      border-top: 1px solid #dbdcda; }

#main-navigation {
  display: block;
  background-color: #6A756B;
  border-bottom: 1px solid #4a524b;
  margin-bottom: 2rem;
  padding: 0 1.5rem; }
  #main-navigation::after {
    clear: both;
    content: "";
    display: table; }
  #main-navigation .branding {
    float: left; }
    #main-navigation .branding a::after {
      clear: both;
      content: "";
      display: table; }
    #main-navigation .branding a span {
      float: left; }
      #main-navigation .branding a span.icon {
        margin-top: 5px;
        margin-bottom: -30px; }
      #main-navigation .branding a span.logo {
        margin: .45rem .25rem 0 .75rem;
        height: 45px;
        background-position: center; }
        @media screen and (max-width: 59.9375em) {
          #main-navigation .branding a span.logo {
            display: none; } }
    #main-navigation .branding a:hover span.icon #Circle {
      fill: #f58f25; }
  #main-navigation nav.main li a {
    height: 42px;
    line-height: 42px;
    font-size: 1rem;
    font-weight: 600; }
    #main-navigation nav.main li a:hover {
      color: #a7dfe5; }
  @media screen and (min-width: 51.25em) {
    #main-navigation nav.main {
      float: left;
      line-height: .1; }
      #main-navigation nav.main ul {
        padding: 0 1rem; }
        #main-navigation nav.main ul::after {
          clear: both;
          content: "";
          display: table; }
        #main-navigation nav.main ul li {
          float: left;
          margin: 0;
          border-left: 1px solid #79837a; }
          #main-navigation nav.main ul li a {
            height: auto;
            line-height: .95rem;
            padding: 1rem 1rem .85rem;
            font-size: .85rem;
            font-weight: 300;
            display: block;
            text-align: center;
            color: rgba(255, 255, 255, 0.7); }
            #main-navigation nav.main ul li a:hover {
              color: #ffffff;
              background-color: rgba(57, 68, 58, 0.2); }
              #main-navigation nav.main ul li a:hover strong {
                color: #ffffff; }
            #main-navigation nav.main ul li a strong {
              display: block;
              font-size: 1rem;
              color: rgba(255, 255, 255, 0.8); }
          #main-navigation nav.main ul li.active a {
            color: #c2e9ed;
            background-color: rgba(57, 68, 58, 0.35); }
            #main-navigation nav.main ul li.active a strong {
              color: #b4e4e9; }
          #main-navigation nav.main ul li:last-child {
            border-right: 1px solid #79837a; } }
  @media screen and (min-width: 68.75em) {
    #main-navigation nav.main {
      margin-left: 3%; }
      #main-navigation nav.main ul li a {
        padding: 1rem 1.5rem .85rem; } }
  #main-navigation nav.utility {
    position: relative; }
    #main-navigation nav.utility li.pricing a {
      height: 45px;
      line-height: 45px;
      font-size: 1rem;
      font-weight: 600; }
    #main-navigation nav.utility li.join a, #main-navigation nav.utility li.login a {
      padding: .6rem 1.4rem;
      margin-top: .2rem; }
    #main-navigation nav.utility li.join a {
      background-color: rgba(119, 205, 215, 0.75);
      border: 1px solid #77CDD7; }
      #main-navigation nav.utility li.join a:hover {
        background-color: rgba(81, 193, 184, 0.75); }
    #main-navigation nav.utility li.login {
      margin-left: .75rem; }
      #main-navigation nav.utility li.login a {
        background-color: #6A756B;
        border: 1px solid #8f9890; }
        #main-navigation nav.utility li.login a:hover {
          background-color: #5a635b; }
    #main-navigation nav.utility li.dropdown .dropdown-trigger {
      display: block;
      float: left; }
      #main-navigation nav.utility li.dropdown .dropdown-trigger::after {
        clear: both;
        content: "";
        display: table; }
      #main-navigation nav.utility li.dropdown .dropdown-trigger .icon {
        color: #ffffff;
        padding: .6rem .8rem;
        border: 1px solid rgba(183, 185, 180, 0.25);
        border-radius: 6px;
        display: block; }
        #main-navigation nav.utility li.dropdown .dropdown-trigger .icon i {
          display: block;
          font-size: 1.6rem;
          font-weight: 300; }
      #main-navigation nav.utility li.dropdown .dropdown-trigger:hover .icon {
        border: 1px solid rgba(183, 185, 180, 0.45);
        background-color: rgba(183, 185, 180, 0.15); }
    #main-navigation nav.utility li.dropdown .username {
      color: #B7B9B4;
      padding: .85rem .45rem .5rem;
      font-weight: 300;
      margin-right: .25rem;
      display: block;
      float: left; }
      #main-navigation nav.utility li.dropdown .username:hover {
        color: #c2e9ed; }
    #main-navigation nav.utility li.dropdown .dropdown-menu {
      background-color: #39443A;
      border-radius: 4px;
      text-align: left;
      padding: .5rem 0;
      position: absolute;
      z-index: -1;
      top: 0;
      left: auto;
      bottom: auto;
      opacity: 0;
      -webkit-transition: opacity 0.15s linear;
      -moz-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
      #main-navigation nav.utility li.dropdown .dropdown-menu:before {
        border: solid transparent;
        border-bottom-color: #39443A;
        border-width: 6px;
        margin-left: -1px;
        bottom: 100%;
        z-index: 15;
        right: 30px;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #main-navigation nav.utility li.dropdown .dropdown-menu li {
        float: none; }
        #main-navigation nav.utility li.dropdown .dropdown-menu li + li {
          margin-left: 0; }
    #main-navigation nav.utility li.dropdown.open .dropdown-menu {
      top: 112%;
      right: -.6rem;
      z-index: 1000;
      opacity: 1;
      float: none; }
      #main-navigation nav.utility li.dropdown.open .dropdown-menu a {
        display: block;
        padding: .25rem 1.5rem;
        width: 185px; }
        #main-navigation nav.utility li.dropdown.open .dropdown-menu a:hover {
          background-color: #2e362e; }
      #main-navigation nav.utility li.dropdown.open .dropdown-menu + li {
        border-top: 1px solid #525351;
        margin-left: 0rem; }
    @media screen and (min-width: 51.25em) {
      #main-navigation nav.utility {
        float: right;
        margin-top: 5px; }
        #main-navigation nav.utility .username {
          font-size: .85rem; } }
  #main-navigation .mobile-menu {
    display: none;
    position: absolute;
    top: .25rem;
    right: 1rem; }
    #main-navigation .mobile-menu a {
      color: rgba(255, 255, 255, 0.65);
      padding: .35rem .5rem;
      display: block;
      font-size: 1.2rem; }
      #main-navigation .mobile-menu a:hover {
        color: #ffffff; }
    @media screen and (max-width: 51.1875em) {
      #main-navigation .mobile-menu {
        display: block; } }
  @media screen and (max-width: 51.1875em) {
    #main-navigation {
      padding: .5rem 1.5rem; }
      #main-navigation .branding {
        float: none;
        margin: 0 auto;
        width: 45px; }
        #main-navigation .branding a span.icon {
          margin-bottom: -22px;
          width: 45px;
          height: 45px; }
      #main-navigation .menu-wrapper {
        display: none; }
      #main-navigation.display-menu .menu-wrapper {
        display: block;
        background-color: #39443A;
        padding: 1rem 0 0;
        margin: .5rem -1.5rem 0; }
        #main-navigation.display-menu .menu-wrapper::after {
          clear: both;
          content: "";
          display: table; }
        #main-navigation.display-menu .menu-wrapper nav.main li {
          float: none; }
          #main-navigation.display-menu .menu-wrapper nav.main li a {
            display: block;
            padding: 0 2rem; }
            #main-navigation.display-menu .menu-wrapper nav.main li a:hover {
              background-color: #333d34; }
          #main-navigation.display-menu .menu-wrapper nav.main li + li {
            border-top: 1px solid #525351;
            margin-left: 0rem; }
        #main-navigation.display-menu .menu-wrapper nav.utility {
          border-top: 1px solid #525351;
          padding: 0; }
          #main-navigation.display-menu .menu-wrapper nav.utility ul {
            float: none; }
            #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown {
              width: 100%;
              display: block;
              float: none; }
              #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown::after {
                clear: both;
                content: "";
                display: table; }
              #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .username {
                margin: 2rem 0 .5rem;
                padding: 0 1.25rem;
                border-bottom: 1px solid #525351;
                float: none; }
              #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-trigger {
                display: none; }
              #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu {
                position: relative;
                padding: 0;
                z-index: 0;
                opacity: 1;
                width: 100%; }
                #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu:before {
                  border: none; }
                #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu li {
                  float: none; }
                  #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu li a {
                    height: 42px;
                    line-height: 42px;
                    font-size: 1rem;
                    display: block;
                    padding: 0 2rem; }
                    #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu li a:hover {
                      color: #c2e9ed;
                      background-color: #333d34; }
                  #main-navigation.display-menu .menu-wrapper nav.utility ul .dropdown .dropdown-menu li + li {
                    border-top: 1px solid #525351;
                    margin-left: 0rem; }
            #main-navigation.display-menu .menu-wrapper nav.utility ul.anonymous {
              padding: 1rem 2rem;
              float: right; }
              #main-navigation.display-menu .menu-wrapper nav.utility ul.anonymous::after {
                clear: both;
                content: "";
                display: table; } }
  @media screen and (min-width: 60em) {
    #main-navigation {
      min-height: 60px; } }

.page-nav a {
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 1px #39443A; }
  .page-nav a:hover {
    color: rgba(255, 255, 255, 0.85); }
  .page-nav a + a:before {
    content: '|';
    padding: 0 1rem;
    color: rgba(255, 255, 255, 0.85); }

.rnd-icon {
  display: inline-block;
  background-color: #51C1B8;
  color: #ffffff;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  line-height: 1.9em;
  font-size: 1.6em;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear; }
  .rnd-icon:hover {
    background-color: #74cdc6; }

.more-link {
  text-align: center; }
  .more-link a {
    color: #ffffff;
    background-color: #6bcac3;
    display: inline-block;
    text-transform: uppercase;
    padding: .75rem 1.6rem;
    transition: background-color 0.1s linear;
    border-radius: 4px; }
    .more-link a:hover {
      background-color: #45a49c;
      color: #fff; }

#sliding-panel {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  height: 100%;
  width: 85%;
  max-width: 850px;
  -webkit-transform: translateX(850px);
  -moz-transform: translateX(850px);
  -ms-transform: translateX(850px);
  -o-transform: translateX(850px);
  transform: translateX(850px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #364137;
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  #sliding-panel .branding {
    border-bottom: 1px solid #454f46; }
    #sliding-panel .branding a {
      padding: 2rem 1rem; }
      #sliding-panel .branding a .logo {
        width: 23rem;
        height: 5rem;
        margin: 0 auto; }
      #sliding-panel .branding a:hover {
        color: #ffffff;
        background-color: #333d34; }
  #sliding-panel .sliding-panel-content::after {
    clear: both;
    content: "";
    display: table; }
  #sliding-panel .sliding-panel-content a {
    color: #c9cbc7;
    display: block;
    padding: 1rem 2.2rem;
    margin-right: 4rem;
    -webkit-transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear;
    -moz-transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear;
    transition: opacity 0.5s linear, background-color 0.5s linear, color 0.5s linear; }
    #sliding-panel .sliding-panel-content a:hover {
      color: #ffffff;
      background-color: #333d34;
      background-color: #333d34;
      background-image: -webkit-linear-gradient(-360deg, #333d34 35%, #364137);
      background-image: linear-gradient(90deg,#333d34 35%, #364137); }
  #sliding-panel .sliding-panel-content .menu > li {
    margin: 1rem 0;
    padding: 1rem 0; }
    #sliding-panel .sliding-panel-content .menu > li + li {
      border-top: 1px solid #454f46; }
    #sliding-panel .sliding-panel-content .menu > li nav > a {
      text-transform: uppercase;
      letter-spacing: 1px; }
    #sliding-panel .sliding-panel-content .menu > li nav li {
      display: block;
      float: none; }
      #sliding-panel .sliding-panel-content .menu > li nav li a {
        display: block;
        padding-left: 3.5rem;
        color: #B7B9B4;
        font-size: .9em; }
        #sliding-panel .sliding-panel-content .menu > li nav li a:hover {
          color: #c9cbc7; }
    #sliding-panel .sliding-panel-content .menu > li nav.clean-energy .program-list::after {
      clear: both;
      content: "";
      display: table; }
    #sliding-panel .sliding-panel-content .menu > li nav.clean-energy .program-list .program-button::after {
      clear: both;
      content: "";
      display: table; }
    #sliding-panel .sliding-panel-content .menu > li nav.clean-energy .program-list .program-button .icon {
      display: block;
      float: left;
      width: 6rem; }
    #sliding-panel .sliding-panel-content .menu > li nav.clean-energy .program-list .program-button .program {
      display: block;
      float: left;
      text-align: left;
      line-height: 6rem;
      text-transform: uppercase; }
      #sliding-panel .sliding-panel-content .menu > li nav.clean-energy .program-list .program-button .program::after {
        clear: both;
        content: "";
        display: table; }
    #sliding-panel .sliding-panel-content .menu > li nav.donate .button, #sliding-panel .sliding-panel-content .menu > li nav.donate #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #sliding-panel .sliding-panel-content .menu > li nav.donate a, #sliding-panel .sliding-panel-content .menu > li nav.donate #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #sliding-panel .sliding-panel-content .menu > li nav.donate a, #sliding-panel .sliding-panel-content .pagination ul .menu > li nav.donate a, .pagination ul #sliding-panel .sliding-panel-content .menu > li nav.donate a, #sliding-panel .sliding-panel-content .menu > li nav.donate .premiumFeatureLabel a, .premiumFeatureLabel #sliding-panel .sliding-panel-content .menu > li nav.donate a {
      display: inline-block;
      text-align: center;
      background-color: rgba(81, 193, 184, 0.8); }
      #sliding-panel .sliding-panel-content .menu > li nav.donate .button:hover, #sliding-panel .sliding-panel-content .menu > li nav.donate #main-navigation nav.utility li.join a:hover, #main-navigation nav.utility li.join #sliding-panel .sliding-panel-content .menu > li nav.donate a:hover, #sliding-panel .sliding-panel-content .menu > li nav.donate #main-navigation nav.utility li.login a:hover, #main-navigation nav.utility li.login #sliding-panel .sliding-panel-content .menu > li nav.donate a:hover, #sliding-panel .sliding-panel-content .pagination ul .menu > li nav.donate a:hover, .pagination ul #sliding-panel .sliding-panel-content .menu > li nav.donate a:hover, #sliding-panel .sliding-panel-content .menu > li nav.donate .premiumFeatureLabel a:hover, .premiumFeatureLabel #sliding-panel .sliding-panel-content .menu > li nav.donate a:hover {
        background-image: none;
        background-color: #51C1B8; }
  #sliding-panel.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .sliding-panel-fade-screen.is-visible {
    opacity: 0.55;
    visibility: visible; }

/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.collapsable .collapse-trigger {
  cursor: pointer; }

.selectize-control .selectize-input .item {
  background-color: #b4e4e9;
  border-radius: 4px;
  padding: .2rem .5rem; }

.selectize-control.multi .selectize-input div {
  background-color: #b4e4e9; }
  .selectize-control.multi .selectize-input div.active {
    background-color: #77CDD7; }

.selectize-control.plugin-remove_button [data-value] .remove {
  border-color: #ebf8f9; }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-color: #b4e4e9; }

.selectize-control .selectize-dropdown .active {
  background-color: #ebf8f9; }

.selectize-control .selectize-dropdown [data-selectable] .highlight {
  color: #242F25;
  background: #d6e583; }

.selectize-control .selectize-dropdown .selectize-dropdown-content .title {
  margin: 0; }
  .selectize-control .selectize-dropdown .selectize-dropdown-content .title .program {
    margin-left: .75rem;
    color: #6A756B; }
    .selectize-control .selectize-dropdown .selectize-dropdown-content .title .program:before {
      content: "("; }
    .selectize-control .selectize-dropdown .selectize-dropdown-content .title .program:after {
      content: ")"; }

.selectize-control .selectize-dropdown .selectize-dropdown-content .addressLine {
  color: #6A756B;
  text-indent: .25rem; }
  .selectize-control .selectize-dropdown .selectize-dropdown-content .addressLine .city {
    margin-left: .25rem; }

.pagination {
  margin: 0;
  padding: 2rem 0;
  text-align: right; }
  .pagination ul {
    max-width: 90em;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: inline-block; }
    .pagination ul::after {
      clear: both;
      content: "";
      display: table; }
    .pagination ul li {
      float: left;
      list-style: none; }
      .pagination ul li a {
        color: #506052;
        background-color: #dbdcda;
        padding: .6rem 1rem; }
        .pagination ul li a:hover, .pagination ul li a:focus {
          background-color: #bec0bc; }
        .pagination ul li a.disabled {
          pointer-events: none;
          cursor: auto;
          color: #B7B9B4;
          opacity: .35; }
        .pagination ul li a.active {
          color: #ffffff;
          pointer-events: none;
          cursor: auto;
          background-color: #26A3B1; }
      .pagination ul li .gap {
        cursor: default;
        background-color: #c4c5c1;
        border-radius: 3px;
        border: none;
        color: #6A756B;
        display: inline-block;
        font-size: .9rem;
        font-weight: bold;
        padding: .15rem .1rem;
        text-decoration: none;
        background-clip: padding-box; }
        .pagination ul li .gap + .gap {
          margin-left: .125rem; }
      .pagination ul li + li {
        margin-left: .25rem; }
  .pagination.loading {
    background-color: #ffffff; }
    .pagination.loading .loading-msg {
      position: relative; }
      .pagination.loading .loading-msg .spinner {
        opacity: .5;
        margin: 0 auto;
        width: 32px; }
      .pagination.loading .loading-msg .text {
        position: absolute;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #6A756B;
        text-align: center;
        line-height: 32px;
        margin-left: .5rem; }

.premiumFeatureLabel::after {
  clear: both;
  content: "";
  display: table; }

.premiumFeatureLabel a {
  float: right; }

#homepage #promo-carousel {
  margin-bottom: 2rem; }
  @media screen and (max-width: 51.1875em) {
    #homepage #promo-carousel .content-area {
      padding: 0; }
      #homepage #promo-carousel .content-area .carousel-theme {
        border-radius: 0; } }
  #homepage #promo-carousel .container {
    height: 420px;
    width: 100%;
    margin: 0; }
    #homepage #promo-carousel .container .background .background-overlay,
    #homepage #promo-carousel .container .background .background-image {
      height: 420px; }
  #homepage #promo-carousel .item {
    background-color: #f3f1ef;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    #homepage #promo-carousel .item .item-content {
      padding: 2rem 4rem;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 10;
      overflow: hidden;
      top: 50%;
      -webkit-transform: translateX(0%) translateY(-50%);
      transform: translateX(0%) translateY(-50%); }
      #homepage #promo-carousel .item .item-content .content-block header {
        position: relative;
        margin-bottom: .5rem; }
        #homepage #promo-carousel .item .item-content .content-block header a {
          color: #ffffff; }
          #homepage #promo-carousel .item .item-content .content-block header a:hover {
            color: #b4e4e9; }
        #homepage #promo-carousel .item .item-content .content-block header p {
          color: rgba(255, 255, 255, 0.8);
          font-size: 1.4rem;
          line-height: 1.4; }
      #homepage #promo-carousel .item .item-content .content-block p {
        color: #ffffff; }
        #homepage #promo-carousel .item .item-content .content-block p.action {
          margin-top: 1rem;
          text-align: center; }
    @media screen and (max-width: 51.1875em) {
      #homepage #promo-carousel .item .item-content {
        padding: 2rem;
        max-width: 24rem;
        margin: 0 auto; }
      #homepage #promo-carousel .item .content-block header h2 {
        font-size: 1.6rem; }
      #homepage #promo-carousel .item .content-block header p {
        font-size: 1.2rem; }
      #homepage #promo-carousel .item .content-block .action a {
        display: block;
        width: 100%; }
        #homepage #promo-carousel .item .content-block .action a + a {
          margin-top: 0.5rem; }
      #homepage #promo-carousel .item .graphic-block {
        display: none; } }
    @media screen and (min-width: 51.25em) {
      #homepage #promo-carousel .item .content-block {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 57.4468085106%;
        margin-left: 42.5531914894%; }
        #homepage #promo-carousel .item .content-block:last-child {
          margin-right: 0; }
      #homepage #promo-carousel .item .graphic-block {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 40.4255319149%; }
        #homepage #promo-carousel .item .graphic-block:last-child {
          margin-right: 0; } }
    #homepage #promo-carousel .item .item-background {
      position: absolute;
      background-position: center;
      background-size: cover;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
  #homepage #promo-carousel #promoSlide-industryData .item-content header a {
    color: #ffffff; }
    #homepage #promo-carousel #promoSlide-industryData .item-content header a:hover {
      color: #b4e4e9; }
  #homepage #promo-carousel #promoSlide-industryData .item-content header p {
    color: #fde8c9; }
  #homepage #promo-carousel #promoSlide-industryData .item-content .action .button, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-industryData .item-content .action a, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-industryData .item-content .action a, #homepage #promo-carousel #promoSlide-industryData .item-content .action .pagination ul li a, .pagination ul li #homepage #promo-carousel #promoSlide-industryData .item-content .action a, #homepage #promo-carousel #promoSlide-industryData .item-content .action .premiumFeatureLabel a, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-industryData .item-content .action a {
    background-color: #26A3B1; }
    #homepage #promo-carousel #promoSlide-industryData .item-content .action .button:hover, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.join a:hover, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-industryData .item-content .action a:hover, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.login a:hover, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-industryData .item-content .action a:hover, #homepage #promo-carousel #promoSlide-industryData .item-content .action .pagination ul li a:hover, .pagination ul li #homepage #promo-carousel #promoSlide-industryData .item-content .action a:hover, #homepage #promo-carousel #promoSlide-industryData .item-content .action .premiumFeatureLabel a:hover, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-industryData .item-content .action a:hover, #homepage #promo-carousel #promoSlide-industryData .item-content .action .button:focus, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.join a:focus, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-industryData .item-content .action a:focus, #homepage #promo-carousel #promoSlide-industryData .item-content .action #main-navigation nav.utility li.login a:focus, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-industryData .item-content .action a:focus, #homepage #promo-carousel #promoSlide-industryData .item-content .action .pagination ul li a:focus, .pagination ul li #homepage #promo-carousel #promoSlide-industryData .item-content .action a:focus, #homepage #promo-carousel #promoSlide-industryData .item-content .action .premiumFeatureLabel a:focus, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-industryData .item-content .action a:focus {
      background-color: #208b96;
      color: #fff; }
  #homepage #promo-carousel #promoSlide-industryData .item-background {
    background-color: #F6A226; }
  #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .button, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .pagination ul li a, .pagination ul li #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .premiumFeatureLabel a, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a {
    background-color: #F16123; }
    #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .button:hover, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.join a:hover, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:hover, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.login a:hover, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:hover, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .pagination ul li a:hover, .pagination ul li #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:hover, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .premiumFeatureLabel a:hover, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:hover, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .button:focus, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.join a:focus, #main-navigation nav.utility li.join #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:focus, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action #main-navigation nav.utility li.login a:focus, #main-navigation nav.utility li.login #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:focus, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .pagination ul li a:focus, .pagination ul li #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:focus, #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action .premiumFeatureLabel a:focus, .premiumFeatureLabel #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-content .action a:focus {
      background-color: #cd521e;
      color: #fff; }
  #homepage #promo-carousel #promoSlide-entrepreneurTracker .item-background {
    background-color: #51C1B8; }

#homepage #page-content {
  padding: 2rem 0;
  background-color: #f6f5f3;
  border-top: 1px solid #E0DDD6;
  border-bottom: 1px solid #E0DDD6; }

#homepage #featured {
  padding: 2rem 0; }
  #homepage #featured .grid-wrap {
    padding: 1rem 0; }
    #homepage #featured .grid-wrap li {
      padding: 1rem .85rem; }
      #homepage #featured .grid-wrap li .summary {
        margin: 0;
        padding-left: .88rem;
        font-size: .95rem;
        line-height: 1.2; }
    #homepage #featured .grid-wrap.featured li figure {
      padding-left: .88rem;
      margin-bottom: .65rem; }
      #homepage #featured .grid-wrap.featured li figure a {
        display: block;
        border: 1px solid #c2e9ed;
        max-width: 200px; }
        #homepage #featured .grid-wrap.featured li figure a:hover {
          border: 1px solid #51C1B8; }
        #homepage #featured .grid-wrap.featured li figure a img {
          display: block; }
  #homepage #featured .content-block h2 {
    color: #D61576;
    font-size: 1.6rem; }
  #homepage #featured .content-block blockquote.question {
    border-left: 2px solid #a41577;
    color: #8D8674;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2; }
  #homepage #featured .content-block .more-link {
    text-align: right; }
  #homepage #featured .featured-resources {
    border-left: 2px solid #C5C2A8;
    padding-left: 2rem; }
    #homepage #featured .featured-resources header p {
      color: #6A756B;
      font-size: 1.1rem;
      line-height: 1.1; }
  @media screen and (max-width: 51.1875em) {
    #homepage #featured .split-column section + section {
      margin-top: 3rem; } }
  @media screen and (min-width: 51.25em) {
    #homepage #featured {
      padding: 4rem 0; }
      #homepage #featured main {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 57.4468085106%; }
        #homepage #featured main:last-child {
          margin-right: 0; }
      #homepage #featured aside {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 40.4255319149%;
        padding-left: 4rem; }
        #homepage #featured aside:last-child {
          margin-right: 0; }
      #homepage #featured .split-column section {
        float: left;
        display: block;
        margin-right: 14.2857142857%;
        width: 42.8571428571%; }
        #homepage #featured .split-column section:last-child {
          margin-right: 0; }
        #homepage #featured .split-column section .more-link {
          text-align: center; } }

#homepage #join {
  padding: 4rem 0;
  background-color: #e4f5f7;
  border-top: 1px solid #77CDD7;
  margin-bottom: 0; }
  #homepage #join .content-area header {
    text-align: center; }
    #homepage #join .content-area header h1 {
      color: #26A3B1; }
  #homepage #join .content-area .action {
    text-align: center; }

#loginRequired .content-area {
  max-width: 380px;
  margin: 0 auto;
  padding: 0; }

#loginRequired .box {
  border: 1px solid #d4d5d2;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem 0; }
  #loginRequired .box header {
    margin-bottom: .25rem; }
  #loginRequired .box .actions::after {
    clear: both;
    content: "";
    display: table; }
  #loginRequired .box .actions li {
    float: left;
    margin: 0; }
    #loginRequired .box .actions li .button, #loginRequired .box .actions #main-navigation nav.utility li.join a, #main-navigation nav.utility #loginRequired .box .actions li.join a, #loginRequired .box .actions #main-navigation nav.utility li.login a, #main-navigation nav.utility #loginRequired .box .actions li.login a, #loginRequired .box .actions .pagination ul li a, .pagination ul #loginRequired .box .actions li a, #loginRequired .box .actions li .premiumFeatureLabel a, .premiumFeatureLabel #loginRequired .box .actions li a {
      padding: .6rem 1.4rem;
      margin-top: .2rem; }
    #loginRequired .box .actions li.sign-up a {
      background-color: rgba(119, 205, 215, 0.75);
      border: 1px solid #77CDD7; }
      #loginRequired .box .actions li.sign-up a:hover {
        background-color: rgba(81, 193, 184, 0.75); }
    #loginRequired .box .actions li.sign-in {
      margin-left: .75rem; }
      #loginRequired .box .actions li.sign-in a {
        background-color: #6A756B;
        border: 1px solid #8f9890; }
        #loginRequired .box .actions li.sign-in a:hover {
          background-color: #5a635b; }

.data-row::after {
  clear: both;
  content: "";
  display: table; }

.data-row + .data-row {
  margin-top: 1rem; }

.chart-container header {
  margin-bottom: .5rem; }

.chart-container .ct-chart {
  height: 100%; }
  .chart-container .ct-chart svg {
    display: block; }
  .chart-container .ct-chart .ct-bar {
    cursor: pointer; }
    @media screen and (min-width: 30em) {
      .chart-container .ct-chart .ct-bar {
        stroke-width: 5px; } }
    @media screen and (min-width: 51.25em) {
      .chart-container .ct-chart .ct-bar {
        stroke-width: 13px; } }
  @media screen and (min-width: 30em) and (max-width: 51.1875em) {
    .chart-container .ct-chart .ct-label.ct-horizontal {
      display: none; } }
  @media screen and (max-width: 59.9375em) {
    .chart-container .ct-chart .ct-label.value-label {
      display: none; } }

.chart-container .sourceValues {
  display: none; }

@media screen and (min-width: 30em) and (max-width: 51.1875em) {
  .render-report .chart-container .ct-chart .ct-label.ct-horizontal,
  .render-chart .chart-container .ct-chart .ct-label.ct-horizontal {
    display: block; } }

@media screen and (max-width: 59.9375em) {
  .render-report .chart-container .ct-chart .ct-label.value-label,
  .render-chart .chart-container .ct-chart .ct-label.value-label {
    display: block; } }

.list-n-values {
  display: inline-block;
  float: left;
  padding: .5rem 1rem 1rem; }

.tooltip {
  position: absolute;
  padding: .25rem;
  background-color: #BAD431;
  border-radius: 5px;
  z-index: 100;
  opacity: 1;
  min-width: 30%;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; }
  .tooltip.hide {
    opacity: 0;
    top: 50% !important;
    left: 50% !important;
    z-index: -1;
    height: 1px;
    width: 1px; }
  .tooltip:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border: 10px solid;
    border-color: #BAD431 transparent transparent transparent;
    border-bottom: none; }
  .tooltip .tooltip-meta,
  .tooltip .chartist-tooltip-meta {
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    padding: .45rem .6rem; }
  .tooltip .title {
    font-weight: 600;
    margin-top: .25rem; }
  .tooltip .title,
  .tooltip .value,
  .tooltip .n {
    display: block;
    text-align: center;
    line-height: 1; }
    .tooltip .title .label,
    .tooltip .value .label,
    .tooltip .n .label {
      color: #6A756B; }
  .tooltip p {
    text-align: center;
    margin: .25rem 0 0;
    line-height: 1; }

.legend {
  margin-left: 2rem; }
  .legend li {
    color: #6A756B;
    margin: 0;
    padding-left: 20px;
    font-size: .9rem;
    float: none;
    width: 100%; }
    .legend li .value {
      color: #39443A; }
    .legend li:before {
      content: '';
      background-color: #ebf8f9;
      display: inline-block;
      width: 12px;
      height: 12px;
      margin-right: 5px;
      margin-left: -15px; }
    .legend li.ct-series-a:before {
      background-color: #F16123; }
    .legend li.ct-series-b:before {
      background-color: #F6A226; }
    .legend li.ct-series-c:before {
      background-color: #F8CD1C; }
    .legend li.ct-series-d:before {
      background-color: #51C1B8; }
    .legend li.ct-series-e:before {
      background-color: #77CDD7; }
    .legend li.ct-series-f:before {
      background-color: #26A3B1; }
    .legend li.ct-series-g:before {
      background-color: #BAD431; }
    .legend li.ct-series-h:before {
      background-color: #6ABD45; }
    .legend li.ct-series-i:before {
      background-color: #6267D2; }
    .legend li.ct-series-j:before {
      background-color: #6E4FA0; }
    .legend li.ct-series-k:before {
      background-color: #A14682; }
    .legend li.ct-series-l:before {
      background-color: #F7633B; }
    .legend li.ct-series-m:before {
      background-color: #B84F16; }
    .legend li.ct-series-n:before {
      background-color: #697E79; }
    .legend li.ct-series-o:before {
      background-color: #9B9B9B; }
    .legend li.primary:before {
      background-color: #F16123; }
    .legend li.secondary:before {
      background-color: #26A3B1; }
    .legend li.other:before {
      background-color: #6A756B; }
    .legend li.unknown:before {
      background-color: #B7B9B4; }
  @media screen and (min-width: 51.25em) {
    .legend.horizontal-legend {
      float: right; }
      .legend.horizontal-legend::after {
        clear: both;
        content: "";
        display: table; }
      .legend.horizontal-legend li {
        float: left;
        margin: 0 .75rem;
        width: auto; } }

.data-group .tooltip {
  min-width: 48%; }

.tooltip-overlay,
.chartist-tooltip-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  display: block;
  z-index: 90;
  top: 0; }
  .tooltip-overlay.hide,
  .chartist-tooltip-overlay.hide {
    display: none; }

.value-block {
  position: relative; }
  .value-block .tooltip {
    position: absolute;
    bottom: 138%;
    right: 0;
    max-width: 75%; }
    .value-block .tooltip .value {
      text-align: center !important; }

.dataTable {
  background-color: #e4f5f7;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0 .5rem;
  padding: .5rem .5rem 1rem; }
  .dataTable .button, .dataTable #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join .dataTable a, .dataTable #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login .dataTable a, .dataTable .pagination ul li a, .pagination ul li .dataTable a, .dataTable .premiumFeatureLabel a, .premiumFeatureLabel .dataTable a {
    float: right;
    background-color: #808a81;
    color: #fff;
    margin-bottom: .5rem; }
    .dataTable .button:after, .dataTable #main-navigation nav.utility li.join a:after, #main-navigation nav.utility li.join .dataTable a:after, .dataTable #main-navigation nav.utility li.login a:after, #main-navigation nav.utility li.login .dataTable a:after, .dataTable .pagination ul li a:after, .pagination ul li .dataTable a:after, .dataTable .premiumFeatureLabel a:after, .premiumFeatureLabel .dataTable a:after {
      content: ' \f151';
      font-family: 'fontawesome';
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 480px) {
      .dataTable .button .label, .dataTable #main-navigation nav.utility li.join a .label, #main-navigation nav.utility li.join .dataTable a .label, .dataTable #main-navigation nav.utility li.login a .label, #main-navigation nav.utility li.login .dataTable a .label, .dataTable .pagination ul li a .label, .pagination ul li .dataTable a .label, .dataTable .premiumFeatureLabel a .label, .premiumFeatureLabel .dataTable a .label {
        display: none; } }
  .dataTable.collapsed {
    background-color: #ffffff; }
    .dataTable.collapsed .button, .dataTable.collapsed #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join .dataTable.collapsed a, .dataTable.collapsed #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login .dataTable.collapsed a, .dataTable.collapsed .pagination ul li a, .pagination ul li .dataTable.collapsed a, .dataTable.collapsed .premiumFeatureLabel a, .premiumFeatureLabel .dataTable.collapsed a {
      background-color: #adb3ae; }
      .dataTable.collapsed .button:after, .dataTable.collapsed #main-navigation nav.utility li.join a:after, #main-navigation nav.utility li.join .dataTable.collapsed a:after, .dataTable.collapsed #main-navigation nav.utility li.login a:after, #main-navigation nav.utility li.login .dataTable.collapsed a:after, .dataTable.collapsed .pagination ul li a:after, .pagination ul li .dataTable.collapsed a:after, .dataTable.collapsed .premiumFeatureLabel a:after, .premiumFeatureLabel .dataTable.collapsed a:after {
        content: ' \f150'; }
  .dataTable .dataTable-content {
    margin: 1.75rem 0 1rem;
    clear: both; }
    .dataTable .dataTable-content::after {
      clear: both;
      content: "";
      display: table; }
    .dataTable .dataTable-content h5 {
      font-size: 1rem; }
      @media screen and (min-width: 51.25em) {
        .dataTable .dataTable-content h5 {
          font-size: 1.2rem; } }
    .dataTable .dataTable-content ul {
      border: 1px solid #77CDD7; }
      .dataTable .dataTable-content ul li {
        padding: .5rem 1rem;
        font-size: .85rem; }
        .dataTable .dataTable-content ul li::after {
          clear: both;
          content: "";
          display: table; }
        .dataTable .dataTable-content ul li .name,
        .dataTable .dataTable-content ul li .values {
          line-height: 1; }
        .dataTable .dataTable-content ul li .name .chart {
          color: #6A756B; }
        .dataTable .dataTable-content ul li.header {
          background-color: #d6f0f3; }
          .dataTable .dataTable-content ul li.header .values {
            font-weight: 600; }
          .dataTable .dataTable-content ul li.header + li {
            border-top: 1px solid #77CDD7; }
        .dataTable .dataTable-content ul li + li {
          border-top: 1px solid #ddf3f5;
          background-color: #f8fdfd; }
        .dataTable .dataTable-content ul li .values {
          text-align: right; }
        @media screen and (max-width: 480px) {
          .dataTable .dataTable-content ul li .values {
            text-align: right; }
            .dataTable .dataTable-content ul li .values .value:after {
              content: ', \00a0'; }
            .dataTable .dataTable-content ul li .values .value:last-child:after {
              content: ''; } }
        @media screen and (min-width: 30em) {
          .dataTable .dataTable-content ul li {
            font-size: .95rem; }
            .dataTable .dataTable-content ul li .values {
              text-align: center; }
              .dataTable .dataTable-content ul li .values.cnt2 .value {
                float: left;
                display: block;
                margin-right: 2.5641025641%;
                width: 48.7179487179%; }
                .dataTable .dataTable-content ul li .values.cnt2 .value:last-child {
                  margin-right: 0; }
              .dataTable .dataTable-content ul li .values.cnt3 .value {
                float: left;
                display: block;
                margin-right: 2.8571428571%;
                width: 31.4285714286%; }
                .dataTable .dataTable-content ul li .values.cnt3 .value:last-child {
                  margin-right: 0; }
              .dataTable .dataTable-content ul li .values.cnt4 .value {
                float: left;
                display: block;
                margin-right: 2.1276595745%;
                width: 23.4042553191%; }
                .dataTable .dataTable-content ul li .values.cnt4 .value:last-child {
                  margin-right: 0; }
              .dataTable .dataTable-content ul li .values.cnt5 .value {
                float: left;
                display: block;
                margin-right: 2.5641025641%;
                width: 17.9487179487%; }
                .dataTable .dataTable-content ul li .values.cnt5 .value:last-child {
                  margin-right: 0; }
              .dataTable .dataTable-content ul li .values.cnt6 .value {
                float: left;
                display: block;
                margin-right: 2.1276595745%;
                width: 14.8936170213%; }
                .dataTable .dataTable-content ul li .values.cnt6 .value:last-child {
                  margin-right: 0; }
              .dataTable .dataTable-content ul li .values.cnt7 .value {
                float: left;
                display: block;
                margin-right: 1.8181818182%;
                width: 12.7272727273%; }
                .dataTable .dataTable-content ul li .values.cnt7 .value:last-child {
                  margin-right: 0; } }
        @media screen and (max-width: 51.1875em) {
          .dataTable .dataTable-content ul li .name {
            text-align: left;
            padding-bottom: .25rem;
            margin-bottom: .25rem;
            border-bottom: 1px solid #f1f1f0; }
            .dataTable .dataTable-content ul li .name .chart:after {
              content: " \2014 "; }
          .dataTable .dataTable-content ul li.header .name {
            display: none; } }
        @media screen and (min-width: 51.25em) {
          .dataTable .dataTable-content ul li {
            font-size: 1rem; }
            .dataTable .dataTable-content ul li .name {
              float: left;
              display: block;
              margin-right: 2.5641025641%;
              width: 38.4615384615%;
              text-align: right; }
              .dataTable .dataTable-content ul li .name:last-child {
                margin-right: 0; }
              .dataTable .dataTable-content ul li .name .chart {
                float: left; }
            .dataTable .dataTable-content ul li .values {
              float: left;
              display: block;
              margin-right: 2.5641025641%;
              width: 58.9743589744%; }
              .dataTable .dataTable-content ul li .values:last-child {
                margin-right: 0; } }
      .dataTable .dataTable-content ul + h5 {
        margin-top: 2rem; }

.export-menu {
  float: left;
  margin: 0 .5rem;
  padding: .5rem 0; }
  .export-menu label {
    padding: .35rem .5rem;
    font-size: .85rem; }
  .export-menu a {
    display: block; }
    .export-menu a.rendering {
      cursor: default;
      background-color: #6A756B;
      pointer-events: none; }
  .export-menu li + li {
    margin-left: .25rem; }

.modal-window .sourceValues {
  display: block; }
  .modal-window .sourceValues li {
    padding: .5rem 1rem; }
    .modal-window .sourceValues li::after {
      clear: both;
      content: "";
      display: table; }
    .modal-window .sourceValues li .name {
      color: #6A756B; }
    .modal-window .sourceValues li .name,
    .modal-window .sourceValues li .value {
      line-height: 1; }
    .modal-window .sourceValues li.header {
      background-color: #77CDD7; }
      .modal-window .sourceValues li.header .name,
      .modal-window .sourceValues li.header .value {
        color: #ffffff;
        font-weight: 600; }
    .modal-window .sourceValues li + li {
      border-top: 1px solid #bbe6eb; }
  .modal-window .sourceValues.singleValue li .name {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 69.2307692308%; }
    .modal-window .sourceValues.singleValue li .name:last-child {
      margin-right: 0; }
  .modal-window .sourceValues.singleValue li .value {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 28.2051282051%;
    text-align: center; }
    .modal-window .sourceValues.singleValue li .value:last-child {
      margin-right: 0; }
  .modal-window .sourceValues.aggregationValue li .value {
    text-align: center; }
    .modal-window .sourceValues.aggregationValue li .value.cnt2 .value {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 48.7179487179%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt2 .value:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value.cnt3 .value {
      float: left;
      display: block;
      margin-right: 2.8571428571%;
      width: 31.4285714286%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt3 .value:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value.cnt4 .value {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 23.4042553191%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt4 .value:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value.cnt5 .value {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 17.9487179487%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt5 .value:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value.cnt6 .value {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt6 .value:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value.cnt7 .value {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 12.7272727273%; }
      .modal-window .sourceValues.aggregationValue li .value.cnt7 .value:last-child {
        margin-right: 0; }
  @media screen and (max-width: 51.1875em) {
    .modal-window .sourceValues.aggregationValue li.header .name {
      display: none;
      margin: 0; }
    .modal-window .sourceValues.aggregationValue li .name {
      display: block;
      margin-bottom: .5rem; } }
  @media screen and (min-width: 51.25em) {
    .modal-window .sourceValues.aggregationValue li .name {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 28.2051282051%; }
      .modal-window .sourceValues.aggregationValue li .name:last-child {
        margin-right: 0; }
    .modal-window .sourceValues.aggregationValue li .value {
      float: left;
      display: block;
      margin-right: 2.5641025641%;
      width: 69.2307692308%; }
      .modal-window .sourceValues.aggregationValue li .value:last-child {
        margin-right: 0; } }

.filter-panel .form-row {
  clear: both;
  padding: .5rem 0 0; }
  .filter-panel .form-row::after {
    clear: both;
    content: "";
    display: table; }

.filter-panel fieldset header {
  margin-bottom: 0; }
  .filter-panel fieldset header p {
    color: #6A756B;
    font-size: 1rem;
    margin: .2rem 0 0;
    line-height: 1.25; }

.filter-panel fieldset .fieldset-content {
  margin-top: 2rem; }

.filter-panel fieldset.collapsed header.collapse-trigger {
  margin: -1rem;
  padding: 1rem; }
  .filter-panel fieldset.collapsed header.collapse-trigger:hover {
    background-color: #ebe9e4; }

.filter-panel fieldset.pending {
  opacity: .3; }

.filter-panel .filter-indicators #toggleIndicators {
  color: #39443A;
  padding: .5rem .75rem;
  border: 1px solid #a0dce3;
  background-color: #e4f5f7;
  border-radius: 6px;
  line-height: 1.1;
  cursor: pointer; }
  .filter-panel .filter-indicators #toggleIndicators:hover {
    background-color: #cfeef1; }
  .filter-panel .filter-indicators #toggleIndicators.active {
    background-color: #cfeef1; }
    .filter-panel .filter-indicators #toggleIndicators.active:hover {
      background-color: #a7dfe5; }

.filter-panel .filter-indicators .checkbox-group > label {
  font-weight: 600; }

.filter-panel .filter-indicators .checkbox-group .form-element {
  margin-left: .5rem; }

@media screen and (min-width: 60em) {
  .filter-panel .filter-indicators .checkbox-group {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .filter-panel .filter-indicators .checkbox-group:last-child {
      margin-right: 0; }
    .filter-panel .filter-indicators .checkbox-group:nth-child(2n) {
      margin-right: 0; }
    .filter-panel .filter-indicators .checkbox-group:nth-child(2n+1) {
      clear: left; } }

.filter-panel .filter-dataPoints .bars-remaining {
  max-width: 15rem;
  float: right;
  border: 1px solid #C5C2A8;
  border-radius: 3px;
  background-color: #ffffff;
  padding: .5rem; }
  .filter-panel .filter-dataPoints .bars-remaining p {
    color: #8D8674;
    font-weight: 600;
    font-family: "Ubuntu Condensed", serif;
    font-size: .95rem; }
  .filter-panel .filter-dataPoints .bars-remaining .number {
    color: #8D8674;
    font-size: 45px;
    font-family: "Ubuntu Condensed", serif;
    font-weight: 600;
    float: left;
    height: 50px;
    line-height: 45px; }
  .filter-panel .filter-dataPoints .bars-remaining .bars {
    border-left: 1px solid #69756b;
    border-bottom: 1px solid #69756b;
    display: block;
    width: 56px;
    height: 42px;
    float: right;
    position: relative; }
    .filter-panel .filter-dataPoints .bars-remaining .bars .bar {
      position: absolute;
      bottom: 0;
      width: 5px;
      display: block;
      background: #E0DDD6; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.chosen {
        background: #8D8674; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar1 {
        left: 5px;
        height: 16px; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar2 {
        left: 13px;
        height: 27px; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar3 {
        left: 21px;
        height: 24px; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar4 {
        left: 29px;
        height: 35px; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar5 {
        left: 37px;
        height: 8px; }
      .filter-panel .filter-dataPoints .bars-remaining .bars .bar.bar6 {
        left: 45px;
        height: 14px; }

.filter-panel .filter-filters .fieldset-content h5 {
  clear: both; }

.filter-panel .filter-filters .fieldset-content .form-row {
  padding: .5rem 1rem; }
  .filter-panel .filter-filters .fieldset-content .form-row + h5 {
    padding-top: 1rem; }

.filter-panel .filter-filters .fieldset-content .radio-group > label,
.filter-panel .filter-filters .fieldset-content .select-group > label,
.filter-panel .filter-filters .fieldset-content .checkbox-group > label,
.filter-panel .filter-filters .fieldset-content .multi-group > label,
.filter-panel .filter-filters .fieldset-content .thirds-group > label,
.filter-panel .filter-filters .fieldset-content .filter-group > label {
  font-weight: 600; }

.filter-panel .filter-filters .fieldset-content .radio-group .form-element,
.filter-panel .filter-filters .fieldset-content .select-group .form-element,
.filter-panel .filter-filters .fieldset-content .checkbox-group .form-element,
.filter-panel .filter-filters .fieldset-content .multi-group .form-element,
.filter-panel .filter-filters .fieldset-content .thirds-group .form-element,
.filter-panel .filter-filters .fieldset-content .filter-group .form-element {
  margin-left: .5rem; }

@media screen and (min-width: 60em) {
  .filter-panel .filter-filters .fieldset-content .radio-group,
  .filter-panel .filter-filters .fieldset-content .select-group,
  .filter-panel .filter-filters .fieldset-content .checkbox-group,
  .filter-panel .filter-filters .fieldset-content .multi-group {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .filter-panel .filter-filters .fieldset-content .radio-group:last-child,
    .filter-panel .filter-filters .fieldset-content .select-group:last-child,
    .filter-panel .filter-filters .fieldset-content .checkbox-group:last-child,
    .filter-panel .filter-filters .fieldset-content .multi-group:last-child {
      margin-right: 0; }
    .filter-panel .filter-filters .fieldset-content .radio-group:nth-child(2n),
    .filter-panel .filter-filters .fieldset-content .select-group:nth-child(2n),
    .filter-panel .filter-filters .fieldset-content .checkbox-group:nth-child(2n),
    .filter-panel .filter-filters .fieldset-content .multi-group:nth-child(2n) {
      margin-right: 0; }
    .filter-panel .filter-filters .fieldset-content .radio-group:nth-child(2n+1),
    .filter-panel .filter-filters .fieldset-content .select-group:nth-child(2n+1),
    .filter-panel .filter-filters .fieldset-content .checkbox-group:nth-child(2n+1),
    .filter-panel .filter-filters .fieldset-content .multi-group:nth-child(2n+1) {
      clear: left; } }

.filter-panel .filter-filters .fieldset-content .thirds-group .styled-select:after {
  top: 6px; }

.filter-panel .filter-filters .fieldset-content .thirds-group .styled-select select {
  height: 28px; }

.filter-panel .filter-filters .fieldset-content .collapse-trigger:before {
  display: inline-block;
  content: "\f0d7";
  color: #39443A;
  font-size: 1.2em;
  position: relative;
  top: 1px;
  margin-right: 3px;
  width: .55em;
  font-family: 'fontawesome';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.filter-panel .filter-filters .fieldset-content .collapsed .collapse-trigger:before {
  content: '\f0da'; }

.filter-panel .filter-filters .fieldset-content .collapse-content {
  margin-left: 1rem; }

.filter-panel .filter-filters .thirds-group {
  clear: both; }
  .filter-panel .filter-filters .thirds-group::after {
    clear: both;
    content: "";
    display: table; }
  .filter-panel .filter-filters .thirds-group label {
    padding: 6px 0; }
  .filter-panel .filter-filters .thirds-group .split {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%; }
    .filter-panel .filter-filters .thirds-group .split:last-child {
      margin-right: 0; }

.filter-panel .filter-filters #program-characteristics .checkbox-group {
  width: 100%; }
  .filter-panel .filter-filters #program-characteristics .checkbox-group .conditional-group .form-element {
    float: left;
    display: block;
    margin-right: 6.6666666667%;
    width: 46.6666666667%;
    margin-left: 0; }
    .filter-panel .filter-filters #program-characteristics .checkbox-group .conditional-group .form-element:last-child {
      margin-right: 0; }
    .filter-panel .filter-filters #program-characteristics .checkbox-group .conditional-group .form-element.hidden {
      display: none; }
    .filter-panel .filter-filters #program-characteristics .checkbox-group .conditional-group .form-element select {
      margin-bottom: .6rem; }

#explore .report-loading,
#analyze .report-loading {
  border: 1px solid #c9ebef;
  border-radius: 4px;
  clear: both;
  padding: 3.5rem .5rem;
  margin-bottom: 5rem; }
  #explore .report-loading::after,
  #analyze .report-loading::after {
    clear: both;
    content: "";
    display: table; }
  #explore .report-loading .spinner,
  #analyze .report-loading .spinner {
    background-image: url("../img/icons/ajax_loader_gray_128.gif");
    background-position: center;
    background-size: contain;
    margin: auto;
    height: 80px;
    width: 80px;
    opacity: .35; }

#explore .report-controls,
#analyze .report-controls {
  display: none; }

#explore.loaded .report-loading,
#analyze.loaded .report-loading {
  display: none; }

#explore.loaded .report-controls,
#analyze.loaded .report-controls {
  display: block; }

#explore.loaded .placeholderDashboard,
#analyze.loaded .placeholderDashboard {
  padding: 0; }

#explore #dashboard-container .report-reloading,
#explore #report-container .report-reloading,
#analyze #dashboard-container .report-reloading,
#analyze #report-container .report-reloading {
  display: none; }

#explore #dashboard-container .report-controls,
#explore #report-container .report-controls,
#analyze #dashboard-container .report-controls,
#analyze #report-container .report-controls {
  display: block; }

#explore #dashboard-container .reloading .content-area,
#explore #report-container .reloading .content-area,
#analyze #dashboard-container .reloading .content-area,
#analyze #report-container .reloading .content-area {
  position: relative; }

#explore #dashboard-container .reloading .report-reloading,
#explore #report-container .reloading .report-reloading,
#analyze #dashboard-container .reloading .report-reloading,
#analyze #report-container .reloading .report-reloading {
  background-color: rgba(255, 255, 255, 0.6);
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 4rem 0; }
  #explore #dashboard-container .reloading .report-reloading .spinner,
  #explore #report-container .reloading .report-reloading .spinner,
  #analyze #dashboard-container .reloading .report-reloading .spinner,
  #analyze #report-container .reloading .report-reloading .spinner {
    background-image: url("../img/icons/ajax_loader_gray_128.gif");
    background-position: center;
    background-size: contain;
    margin: auto;
    height: 80px;
    width: 80px;
    opacity: .35; }

#explore #dashboard-container .reloading .report-controls,
#explore #report-container .reloading .report-controls,
#analyze #dashboard-container .reloading .report-controls,
#analyze #report-container .reloading .report-controls {
  display: none; }

#explore #belowDashboard,
#analyze #belowDashboard {
  padding: 2rem 0; }

.ct-chart .ct-series .ct-bar.primary {
  stroke: #F16123; }

.ct-chart .ct-series .ct-bar.secondary {
  stroke: #26A3B1; }

.ct-chart .ct-series .ct-bar.other {
  stroke: #6A756B; }

.ct-chart .ct-series .ct-bar.unknown {
  stroke: #B7B9B4; }

.ct-chart .ct-series .ct-slice-pie.primary {
  fill: #F16123; }

.ct-chart .ct-series .ct-slice-pie.secondary {
  fill: #26A3B1; }

.ct-chart .ct-series .ct-slice-pie.other {
  fill: #6A756B; }

.ct-chart .ct-series .ct-slice-pie.unknown {
  fill: #B7B9B4; }

.ct-chart.ct-chart-pie .ct-label {
  color: #6A756B;
  font-size: .95rem;
  font-family: "Ubuntu Condensed", serif;
  font-weight: 600;
  pointer-events: none; }
  .ct-chart.ct-chart-pie .ct-label.hidden {
    display: none; }

.ct-chart.ct-chart-pie .ct-slice-pie.empty {
  fill: #ebf8f9; }

.mono-color .ct-series-a .ct-point, .mono-color .ct-series-a .ct-line, .mono-color .ct-series-a .ct-bar, .mono-color .ct-series-a .ct-slice-donut {
  stroke: #F16123; }

.mono-color .ct-series-a .ct-slice-pie, .mono-color .ct-series-a .ct-area {
  fill: #F16123; }

.mono-color .ct-series-b .ct-point, .mono-color .ct-series-b .ct-line, .mono-color .ct-series-b .ct-bar, .mono-color .ct-series-b .ct-slice-donut {
  stroke: #F6A226; }

.mono-color .ct-series-b .ct-slice-pie, .mono-color .ct-series-b .ct-area {
  fill: #F6A226; }

.mono-color .ct-series-c .ct-point, .mono-color .ct-series-c .ct-line, .mono-color .ct-series-c .ct-bar, .mono-color .ct-series-c .ct-slice-donut {
  stroke: #F8CD1C; }

.mono-color .ct-series-c .ct-slice-pie, .mono-color .ct-series-c .ct-area {
  fill: #F8CD1C; }

.mono-color .ct-series-d .ct-point, .mono-color .ct-series-d .ct-line, .mono-color .ct-series-d .ct-bar, .mono-color .ct-series-d .ct-slice-donut {
  stroke: #B89816; }

.mono-color .ct-series-d .ct-slice-pie, .mono-color .ct-series-d .ct-area {
  fill: #B89816; }

.mono-color .ct-series-e .ct-point, .mono-color .ct-series-e .ct-line, .mono-color .ct-series-e .ct-bar, .mono-color .ct-series-e .ct-slice-donut {
  stroke: #B84F16; }

.mono-color .ct-series-e .ct-slice-pie, .mono-color .ct-series-e .ct-area {
  fill: #B84F16; }

.mono-color .ct-series-f .ct-point, .mono-color .ct-series-f .ct-line, .mono-color .ct-series-f .ct-bar, .mono-color .ct-series-f .ct-slice-donut {
  stroke: #D50000; }

.mono-color .ct-series-f .ct-slice-pie, .mono-color .ct-series-f .ct-area {
  fill: #D50000; }

.mono-color .ct-series-g .ct-point, .mono-color .ct-series-g .ct-line, .mono-color .ct-series-g .ct-bar, .mono-color .ct-series-g .ct-slice-donut {
  stroke: #A40A0A; }

.mono-color .ct-series-g .ct-slice-pie, .mono-color .ct-series-g .ct-area {
  fill: #A40A0A; }

.mono-color .ct-series-h .ct-point, .mono-color .ct-series-h .ct-line, .mono-color .ct-series-h .ct-bar, .mono-color .ct-series-h .ct-slice-donut {
  stroke: #F7633B; }

.mono-color .ct-series-h .ct-slice-pie, .mono-color .ct-series-h .ct-area {
  fill: #F7633B; }

.mono-color .ct-series-i .ct-point, .mono-color .ct-series-i .ct-line, .mono-color .ct-series-i .ct-bar, .mono-color .ct-series-i .ct-slice-donut {
  stroke: #F8DE1C; }

.mono-color .ct-series-i .ct-slice-pie, .mono-color .ct-series-i .ct-area {
  fill: #F8DE1C; }

.mono-color .ct-series-j .ct-point, .mono-color .ct-series-j .ct-line, .mono-color .ct-series-j .ct-bar, .mono-color .ct-series-j .ct-slice-donut {
  stroke: #C87D00; }

.mono-color .ct-series-j .ct-slice-pie, .mono-color .ct-series-j .ct-area {
  fill: #C87D00; }

.mono-color .ct-series-k .ct-point, .mono-color .ct-series-k .ct-line, .mono-color .ct-series-k .ct-bar, .mono-color .ct-series-k .ct-slice-donut {
  stroke: #F16123; }

.mono-color .ct-series-k .ct-slice-pie, .mono-color .ct-series-k .ct-area {
  fill: #F16123; }

.mono-color .ct-series-l .ct-point, .mono-color .ct-series-l .ct-line, .mono-color .ct-series-l .ct-bar, .mono-color .ct-series-l .ct-slice-donut {
  stroke: #F6A226; }

.mono-color .ct-series-l .ct-slice-pie, .mono-color .ct-series-l .ct-area {
  fill: #F6A226; }

.mono-color .ct-series-m .ct-point, .mono-color .ct-series-m .ct-line, .mono-color .ct-series-m .ct-bar, .mono-color .ct-series-m .ct-slice-donut {
  stroke: #F8CD1C; }

.mono-color .ct-series-m .ct-slice-pie, .mono-color .ct-series-m .ct-area {
  fill: #F8CD1C; }

.mono-color .ct-series-n .ct-point, .mono-color .ct-series-n .ct-line, .mono-color .ct-series-n .ct-bar, .mono-color .ct-series-n .ct-slice-donut {
  stroke: #B89816; }

.mono-color .ct-series-n .ct-slice-pie, .mono-color .ct-series-n .ct-area {
  fill: #B89816; }

.mono-color .ct-series-o .ct-point, .mono-color .ct-series-o .ct-line, .mono-color .ct-series-o .ct-bar, .mono-color .ct-series-o .ct-slice-donut {
  stroke: #B84F16; }

.mono-color .ct-series-o .ct-slice-pie, .mono-color .ct-series-o .ct-area {
  fill: #B84F16; }

.alt-color .ct-series-a .ct-point, .alt-color .ct-series-a .ct-line, .alt-color .ct-series-a .ct-bar, .alt-color .ct-series-a .ct-slice-donut {
  stroke: #F7633B; }

.alt-color .ct-series-a .ct-slice-pie, .alt-color .ct-series-a .ct-area {
  fill: #F7633B; }

.alt-color .ct-series-b .ct-point, .alt-color .ct-series-b .ct-line, .alt-color .ct-series-b .ct-bar, .alt-color .ct-series-b .ct-slice-donut {
  stroke: #B84F16; }

.alt-color .ct-series-b .ct-slice-pie, .alt-color .ct-series-b .ct-area {
  fill: #B84F16; }

.alt-color .ct-series-c .ct-point, .alt-color .ct-series-c .ct-line, .alt-color .ct-series-c .ct-bar, .alt-color .ct-series-c .ct-slice-donut {
  stroke: #697E79; }

.alt-color .ct-series-c .ct-slice-pie, .alt-color .ct-series-c .ct-area {
  fill: #697E79; }

.alt-color .ct-series-d .ct-point, .alt-color .ct-series-d .ct-line, .alt-color .ct-series-d .ct-bar, .alt-color .ct-series-d .ct-slice-donut {
  stroke: #9B9B9B; }

.alt-color .ct-series-d .ct-slice-pie, .alt-color .ct-series-d .ct-area {
  fill: #9B9B9B; }

.alt-color .ct-series-e .ct-point, .alt-color .ct-series-e .ct-line, .alt-color .ct-series-e .ct-bar, .alt-color .ct-series-e .ct-slice-donut {
  stroke: #F16123; }

.alt-color .ct-series-e .ct-slice-pie, .alt-color .ct-series-e .ct-area {
  fill: #F16123; }

.alt-color .ct-series-f .ct-point, .alt-color .ct-series-f .ct-line, .alt-color .ct-series-f .ct-bar, .alt-color .ct-series-f .ct-slice-donut {
  stroke: #F6A226; }

.alt-color .ct-series-f .ct-slice-pie, .alt-color .ct-series-f .ct-area {
  fill: #F6A226; }

.alt-color .ct-series-g .ct-point, .alt-color .ct-series-g .ct-line, .alt-color .ct-series-g .ct-bar, .alt-color .ct-series-g .ct-slice-donut {
  stroke: #F8CD1C; }

.alt-color .ct-series-g .ct-slice-pie, .alt-color .ct-series-g .ct-area {
  fill: #F8CD1C; }

.alt-color .ct-series-h .ct-point, .alt-color .ct-series-h .ct-line, .alt-color .ct-series-h .ct-bar, .alt-color .ct-series-h .ct-slice-donut {
  stroke: #51C1B8; }

.alt-color .ct-series-h .ct-slice-pie, .alt-color .ct-series-h .ct-area {
  fill: #51C1B8; }

.alt-color .ct-series-i .ct-point, .alt-color .ct-series-i .ct-line, .alt-color .ct-series-i .ct-bar, .alt-color .ct-series-i .ct-slice-donut {
  stroke: #77CDD7; }

.alt-color .ct-series-i .ct-slice-pie, .alt-color .ct-series-i .ct-area {
  fill: #77CDD7; }

.alt-color .ct-series-j .ct-point, .alt-color .ct-series-j .ct-line, .alt-color .ct-series-j .ct-bar, .alt-color .ct-series-j .ct-slice-donut {
  stroke: #26A3B1; }

.alt-color .ct-series-j .ct-slice-pie, .alt-color .ct-series-j .ct-area {
  fill: #26A3B1; }

.alt-color .ct-series-k .ct-point, .alt-color .ct-series-k .ct-line, .alt-color .ct-series-k .ct-bar, .alt-color .ct-series-k .ct-slice-donut {
  stroke: #BAD431; }

.alt-color .ct-series-k .ct-slice-pie, .alt-color .ct-series-k .ct-area {
  fill: #BAD431; }

.alt-color .ct-series-l .ct-point, .alt-color .ct-series-l .ct-line, .alt-color .ct-series-l .ct-bar, .alt-color .ct-series-l .ct-slice-donut {
  stroke: #6ABD45; }

.alt-color .ct-series-l .ct-slice-pie, .alt-color .ct-series-l .ct-area {
  fill: #6ABD45; }

.alt-color .ct-series-m .ct-point, .alt-color .ct-series-m .ct-line, .alt-color .ct-series-m .ct-bar, .alt-color .ct-series-m .ct-slice-donut {
  stroke: #6267D2; }

.alt-color .ct-series-m .ct-slice-pie, .alt-color .ct-series-m .ct-area {
  fill: #6267D2; }

.alt-color .ct-series-n .ct-point, .alt-color .ct-series-n .ct-line, .alt-color .ct-series-n .ct-bar, .alt-color .ct-series-n .ct-slice-donut {
  stroke: #6E4FA0; }

.alt-color .ct-series-n .ct-slice-pie, .alt-color .ct-series-n .ct-area {
  fill: #6E4FA0; }

.alt-color .ct-series-o .ct-point, .alt-color .ct-series-o .ct-line, .alt-color .ct-series-o .ct-bar, .alt-color .ct-series-o .ct-slice-donut {
  stroke: #A14682; }

.alt-color .ct-series-o .ct-slice-pie, .alt-color .ct-series-o .ct-area {
  fill: #A14682; }

.filter-panel {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  height: 100%;
  width: 85%;
  max-width: 850px;
  -webkit-transform: translateX(850px);
  -moz-transform: translateX(850px);
  -ms-transform: translateX(850px);
  -o-transform: translateX(850px);
  transform: translateX(850px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  border-left: 6px solid #bcc1bc; }
  .filter-panel .filter-panel-content {
    padding: 2rem 3rem 2rem 1rem; }
    .filter-panel .filter-panel-content::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 51.25em) {
      .filter-panel .filter-panel-content {
        padding: 3rem 5rem 3rem 2rem; } }
    .filter-panel .filter-panel-content .filter-panel-header {
      border-bottom: 1px solid #bcc1bc;
      padding-bottom: .5rem;
      margin-bottom: 1rem; }
    .filter-panel .filter-panel-content .filters > li {
      margin: 1rem 0;
      padding: 1rem 0; }
      .filter-panel .filter-panel-content .filters > li + li {
        border-top: 1px solid #bcc1bc; }
  .filter-panel.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.filter-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #E0DDD6;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .filter-panel-fade-screen.is-visible {
    opacity: 0.55;
    visibility: visible; }

@media screen and (max-width: 51.1875em) {
  .filterForm .checkBtns label + label {
    margin-top: 1rem; } }

@media screen and (min-width: 51.25em) {
  .filterForm .checkBtns {
    display: block; }
    .filterForm .checkBtns::after {
      clear: both;
      content: "";
      display: table; }
    .filterForm .checkBtns label {
      float: left;
      margin-left: .5rem;
      margin-bottom: .5rem; } }

.checkBtns label {
  padding: .5rem .75rem;
  border: 1px solid #a0dce3;
  background-color: #e4f5f7;
  border-radius: 6px;
  line-height: 1.1;
  cursor: pointer; }
  .checkBtns label input {
    display: none; }
  .checkBtns label .price {
    display: block; }
  .checkBtns label:hover {
    background-color: #cfeef1; }
  .checkBtns label.checked {
    color: #ffffff;
    background-color: #45a49c; }

.data-controls {
  width: 100%;
  margin-bottom: .25rem; }
  .data-controls::after {
    clear: both;
    content: "";
    display: table; }
  .data-controls .metrics-definitions {
    display: block;
    float: left; }
  .data-controls .filter-panel-button {
    float: right; }

.data {
  background-color: #ffffff;
  border: 1px solid #c9ebef;
  border-radius: 4px;
  clear: both;
  padding: .5rem .5rem; }
  .data::after {
    clear: both;
    content: "";
    display: table; }
  .data .data-block {
    background-color: #f8f8f8;
    border: 1px solid #c9ebef;
    border-radius: 4px;
    padding: .5rem .75rem;
    position: relative; }
    .data .data-block::after {
      clear: both;
      content: "";
      display: table; }
    .data .data-block .value {
      background-color: #ffffff;
      border-radius: 2.2px;
      padding: .25rem .5rem;
      margin: 0;
      line-height: 1.1; }
      .data .data-block .value .number {
        color: #6A756B;
        font-size: 2.6rem;
        letter-spacing: -2px; }
        .data .data-block .value .number .label {
          color: #828b83;
          font-size: .77em;
          text-transform: uppercase; }
          .data .data-block .value .number .label.suffix:before {
            content: '';
            margin-right: .22rem; }
    .data .data-block p.name {
      font-family: "Ubuntu Condensed", serif;
      text-transform: uppercase;
      margin: .35rem 0 0;
      line-height: 1; }
      .data .data-block p.name .note {
        color: #6A756B;
        font-size: .75rem; }
    .data .data-block .ct-chart {
      background-color: #ffffff;
      border: none; }

#explore .container + .container {
  padding-top: 2rem; }

#explore .content-area header {
  position: relative;
  text-align: left; }
  #explore .content-area header::after {
    clear: both;
    content: "";
    display: table; }
  #explore .content-area header h1 {
    padding-top: 2.6rem; }
  #explore .content-area header .subhead-link {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: .5rem; }
  #explore .content-area header .switchSections {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 1.5rem 4px 4px;
    border-radius: 24px;
    color: #6A756B;
    font-weight: 300;
    margin-top: 6px;
    max-height: 50px;
    min-width: 210px;
    background-color: #ddf3f5; }
    #explore .content-area header .switchSections:hover, #explore .content-area header .switchSections:focus {
      background-color: #cfeef1; }
    #explore .content-area header .switchSections:before {
      content: "";
      display: block;
      width: 65px;
      height: 65px;
      background-size: cover;
      position: relative;
      float: left;
      margin-right: .5rem; }
    #explore .content-area header .switchSections.entrepreneur-data {
      line-height: 42px; }
      #explore .content-area header .switchSections.entrepreneur-data:before {
        background-image: url("../img/graphics/explore/entrepreneur-data.svg");
        background-position: 50% 80%;
        height: 54px;
        width: 84px;
        top: -10px; }
    #explore .content-area header .switchSections.industry-data {
      line-height: 42px; }
      #explore .content-area header .switchSections.industry-data:before {
        background-image: url("../img/graphics/explore/industry-data.svg");
        height: 50px;
        background-position: 50% 88%;
        top: -10px; }
    #explore .content-area header .switchSections img {
      display: inline-block;
      max-width: 65px;
      position: relative;
      top: 16px; }
    @media screen and (max-width: 51.1875em) {
      #explore .content-area header .switchSections {
        display: none; } }
  #explore .content-area header .section-icon {
    max-width: 120px;
    position: relative;
    float: left;
    margin-right: .5rem;
    margin-bottom: 1rem; }
  #explore .content-area header .subhead {
    clear: both; }

#explore .content-area .data-types {
  padding: .5rem 1rem; }
  @media screen and (min-width: 51.25em) {
    #explore .content-area .data-types {
      padding: 1rem 2rem; } }
  #explore .content-area .data-types .grid-wrap {
    display: block; }
    #explore .content-area .data-types .grid-wrap::after {
      clear: both;
      content: "";
      display: table; }
    #explore .content-area .data-types .grid-wrap .grid-item .button, #explore .content-area .data-types .grid-wrap .grid-item #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item .pagination ul li a, .pagination ul li #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item .premiumFeatureLabel a, .premiumFeatureLabel #explore .content-area .data-types .grid-wrap .grid-item a {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-family: "Bitter", serif;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1;
      width: 100%;
      padding: .6rem;
      letter-spacing: 1px; }
    #explore .content-area .data-types .grid-wrap .grid-item .summary {
      padding: .5rem 1rem; }
    @media screen and (max-width: 51.1875em) {
      #explore .content-area .data-types .grid-wrap .grid-item {
        margin: 0 auto 2rem;
        max-width: 24.2424242424em; } }
    @media screen and (min-width: 51.25em) {
      #explore .content-area .data-types .grid-wrap .grid-item {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%; }
        #explore .content-area .data-types .grid-wrap .grid-item:last-child {
          margin-right: 0; }
        #explore .content-area .data-types .grid-wrap .grid-item .button, #explore .content-area .data-types .grid-wrap .grid-item #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item .pagination ul li a, .pagination ul li #explore .content-area .data-types .grid-wrap .grid-item a, #explore .content-area .data-types .grid-wrap .grid-item .premiumFeatureLabel a, .premiumFeatureLabel #explore .content-area .data-types .grid-wrap .grid-item a {
          padding: 1rem .6rem .85rem;
          font-size: 1.6rem; } }

#explore .dashboard {
  padding: 2rem 0; }
  #explore .dashboard h4 {
    margin-bottom: 1rem; }
  #explore .dashboard .data .counters .counter {
    text-align: right; }
    #explore .dashboard .data .counters .counter:nth-child(n+4) {
      margin-top: 1rem; }
    #explore .dashboard .data .counters .counter .value {
      font-family: "Ubuntu Condensed", serif;
      font-weight: 600;
      text-align: right; }
      #explore .dashboard .data .counters .counter .value .number {
        color: #6F4B8B;
        font-size: 4rem;
        letter-spacing: -2px; }
        #explore .dashboard .data .counters .counter .value .number .suffix {
          font-size: .7em; }
  #explore .dashboard .data .charts {
    position: relative; }
    #explore .dashboard .data .charts .chart {
      padding: .75rem 0 0; }
      #explore .dashboard .data .charts .chart p.name {
        margin: 0 .5rem .15rem;
        line-height: 1; }
    #explore .dashboard .data .charts .ct-chart {
      position: relative;
      height: 100%; }
      #explore .dashboard .data .charts .ct-chart .ct-bar {
        stroke-width: 22px; }
      @media screen and (min-width: 30em) and (max-width: 51.1875em) {
        #explore .dashboard .data .charts .ct-chart .ct-label.ct-horizontal {
          display: none; } }
      @media screen and (max-width: 59.9375em) {
        #explore .dashboard .data .charts .ct-chart .ct-label.value-label {
          display: none; } }
  #explore .dashboard .data .stats .data-block + .data-block {
    margin-top: 1rem; }
  #explore .dashboard .data .stats .data-block .value {
    text-align: center; }
    #explore .dashboard .data .stats .data-block .value .number {
      color: #6A756B;
      letter-spacing: -1px; }
  #explore .dashboard .data .stats .data-block p.name {
    font-size: .88rem; }
  #explore .dashboard .data .stats .data-block.pair p.name {
    text-align: center; }
  #explore .dashboard .data .stats .data-block.pair .values::after {
    clear: both;
    content: "";
    display: table; }
  #explore .dashboard .data .stats .data-block.pair .values .stat-part {
    float: left;
    display: block;
    margin-right: 1.5873015873%;
    width: 49.2063492063%; }
    #explore .dashboard .data .stats .data-block.pair .values .stat-part:last-child {
      margin-right: 0; }
    #explore .dashboard .data .stats .data-block.pair .values .stat-part .value {
      text-align: center; }
      #explore .dashboard .data .stats .data-block.pair .values .stat-part .value .number {
        font-size: 1.85rem; }
    #explore .dashboard .data .stats .data-block.pair .values .stat-part p.name {
      text-transform: inherit; }
  @media screen and (max-width: 480px) {
    #explore .dashboard .data .data-block + .data-block {
      margin-top: 1rem; }
    #explore .dashboard .data .data-group + .data-group {
      margin-top: 1rem; } }
  @media screen and (min-width: 30em) and (max-width: 51.1875em) {
    #explore .dashboard .data .data-block.counter .value .number, #explore .dashboard .data .data-block.stat .value .number {
      font-size: 2rem; }
    #explore .dashboard .data .counters .data-block {
      float: left;
      display: block;
      margin-right: 1.0526315789%;
      width: 32.6315789474%; }
      #explore .dashboard .data .counters .data-block:last-child {
        margin-right: 0; }
      #explore .dashboard .data .counters .data-block:nth-child(3n) {
        margin-right: 0; }
      #explore .dashboard .data .counters .data-block:nth-child(3n+1) {
        clear: left; }
    #explore .dashboard .data .stats .data-group {
      float: left;
      display: block;
      margin-right: 1.0526315789%;
      width: 32.6315789474%; }
      #explore .dashboard .data .stats .data-group:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 51.25em) {
    #explore .dashboard .data .counters .data-block {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      #explore .dashboard .data .counters .data-block:last-child {
        margin-right: 0; }
      #explore .dashboard .data .counters .data-block:nth-child(3n) {
        margin-right: 0; }
      #explore .dashboard .data .counters .data-block:nth-child(3n+1) {
        clear: left; }
    #explore .dashboard .data .stats .data-group {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      #explore .dashboard .data .stats .data-group:last-child {
        margin-right: 0; } }

#explore #report-list {
  border-top: 1px solid #ade1e7;
  background-color: #eeece8;
  padding: 2rem 0;
  margin-bottom: 0; }
  #explore #report-list .report-list li {
    margin: 1rem 0; }
    #explore #report-list .report-list li .button, #explore #report-list .report-list #main-navigation nav.utility li.join a, #main-navigation nav.utility #explore #report-list .report-list li.join a, #explore #report-list .report-list #main-navigation nav.utility li.login a, #main-navigation nav.utility #explore #report-list .report-list li.login a, #explore #report-list .report-list .pagination ul li a, .pagination ul #explore #report-list .report-list li a, #explore #report-list .report-list li .premiumFeatureLabel a, .premiumFeatureLabel #explore #report-list .report-list li a {
      width: 100%;
      margin-bottom: .5rem;
      text-align: center;
      white-space: normal;
      font-size: 1.2rem;
      line-height: 1.2; }
    #explore #report-list .report-list li p {
      padding: 0 .5rem;
      font-size: .95rem;
      line-height: 1.2; }
  @media screen and (max-width: 51.1875em) {
    #explore #report-list {
      padding: 2rem 1rem; } }
  @media screen and (min-width: 51.25em) {
    #explore #report-list {
      padding: 4rem 0; }
      #explore #report-list .report-list li {
        float: left;
        display: block;
        margin-right: 3.2258064516%;
        width: 48.3870967742%; }
        #explore #report-list .report-list li:last-child {
          margin-right: 0; }
        #explore #report-list .report-list li:nth-child(2n) {
          margin-right: 0; }
        #explore #report-list .report-list li:nth-child(2n+1) {
          clear: left; } }

#explore.entrepreneur-data #dashboard-footer {
  border-top: 1px solid #ade1e7;
  background-color: #eeece8;
  padding: 0;
  margin: 0; }
  #explore.entrepreneur-data #dashboard-footer::after {
    clear: both;
    content: "";
    display: table; }
  #explore.entrepreneur-data #dashboard-footer .content-area {
    max-width: 65em;
    margin-left: auto;
    margin-right: auto; }
  #explore.entrepreneur-data #dashboard-footer #report-list {
    border: none; }
    @media screen and (min-width: 51.25em) {
      #explore.entrepreneur-data #dashboard-footer #report-list .report-list li {
        float: none;
        margin: 1rem auto !important;
        width: 100%; } }
  #explore.entrepreneur-data #dashboard-footer #belowDashboard {
    margin: 0; }
    #explore.entrepreneur-data #dashboard-footer #belowDashboard .content-area {
      padding: 0; }
    @media screen and (max-width: 51.1875em) {
      #explore.entrepreneur-data #dashboard-footer #belowDashboard {
        padding: 2rem 1rem; } }
    @media screen and (min-width: 51.25em) {
      #explore.entrepreneur-data #dashboard-footer #belowDashboard {
        padding: 4rem 0; }
        #explore.entrepreneur-data #dashboard-footer #belowDashboard .content-block {
          padding: 1.75rem; } }

#explore .dashboard .report-loading {
  position: relative;
  padding: .5rem .5rem;
  margin-top: 4rem; }
  #explore .dashboard .report-loading .spinner {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 128px; }
  #explore .dashboard .report-loading .data-row {
    opacity: .6; }

#analyze #report-container .container + .container {
  margin-top: 1rem; }
  @media screen and (min-width: 60em) {
    #analyze #report-container .container + .container {
      margin-top: 3rem; } }

#analyze #report-container .content-area .chart-settings {
  padding: .5rem .25rem 1rem; }
  #analyze #report-container .content-area .chart-settings::after {
    clear: both;
    content: "";
    display: table; }
  #analyze #report-container .content-area .chart-settings li {
    float: left;
    font-size: .9rem;
    line-height: 1.75;
    margin-left: .5rem; }
    #analyze #report-container .content-area .chart-settings li .criteria:after {
      content: ': '; }
    #analyze #report-container .content-area .chart-settings li .value {
      background-color: #f1f1f0;
      border-radius: 50px;
      padding: 0 .65rem; }

#analyze #report-container > div + div {
  margin-top: 5rem; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-a .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-b .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-c .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-d .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-e .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-f .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-g .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-h .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-i .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-j .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-k .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-l .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-m .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-n .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart .ct-series-o .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-a .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-b .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-c .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-d .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-e .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-f .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-g .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-h .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-i .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-j .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-k .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-l .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-m .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-n .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+1) .ct-chart.ct-horizontal-bars .ct-series-o .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-a:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-b:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-c:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-d:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-e:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-f:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-g:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-h:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-i:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-j:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-k:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-l:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-m:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-n:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend li.ct-series-o:before {
  background-color: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-a:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-b:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-c:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-d:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-e:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-f:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-g:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-h:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-i:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-j:before {
  background-color: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-k:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-l:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-m:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-n:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+1) .horizontal-legend.horizontal-chart li.ct-series-o:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-a .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-b .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-c .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-d .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-e .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-f .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-g .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-h .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-i .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-j .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-k .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-l .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-m .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-n .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart .ct-series-o .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-a .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-b .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-c .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-d .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-e .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-f .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-g .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-h .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-i .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-j .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-k .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-l .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-m .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-n .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+2) .ct-chart.ct-horizontal-bars .ct-series-o .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-a:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-b:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-c:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-d:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-e:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-f:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-g:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-h:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-i:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-j:before {
  background-color: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-k:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-l:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-m:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-n:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend li.ct-series-o:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-a:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-b:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-c:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-d:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-e:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-f:before {
  background-color: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-g:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-h:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-i:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-j:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-k:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-l:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-m:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-n:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+2) .horizontal-legend.horizontal-chart li.ct-series-o:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-a .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-b .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-c .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-d .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-e .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-f .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-g .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-h .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-i .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-j .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-k .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-l .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-m .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-n .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart .ct-series-o .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-donut {
  stroke: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-a .ct-area {
  fill: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-donut {
  stroke: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-b .ct-area {
  fill: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-donut {
  stroke: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-c .ct-area {
  fill: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-donut {
  stroke: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-d .ct-area {
  fill: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-donut {
  stroke: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-e .ct-area {
  fill: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-donut {
  stroke: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-f .ct-area {
  fill: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-donut {
  stroke: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-g .ct-area {
  fill: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-donut {
  stroke: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-h .ct-area {
  fill: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-donut {
  stroke: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-i .ct-area {
  fill: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-donut {
  stroke: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-j .ct-area {
  fill: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-donut {
  stroke: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-k .ct-area {
  fill: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-donut {
  stroke: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-l .ct-area {
  fill: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-donut {
  stroke: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-m .ct-area {
  fill: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-donut {
  stroke: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-n .ct-area {
  fill: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-point, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-line, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-bar, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-donut {
  stroke: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-slice-pie, #analyze #report-container > div:nth-child(3n+0) .ct-chart.ct-horizontal-bars .ct-series-o .ct-area {
  fill: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-a:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-b:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-c:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-d:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-e:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-f:before {
  background-color: #9B9B9B; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-g:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-h:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-i:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-j:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-k:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-l:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-m:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-n:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend li.ct-series-o:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-a:before {
  background-color: #F16123; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-b:before {
  background-color: #F6A226; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-c:before {
  background-color: #F8CD1C; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-d:before {
  background-color: #51C1B8; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-e:before {
  background-color: #77CDD7; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-f:before {
  background-color: #26A3B1; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-g:before {
  background-color: #BAD431; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-h:before {
  background-color: #6ABD45; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-i:before {
  background-color: #6267D2; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-j:before {
  background-color: #6E4FA0; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-k:before {
  background-color: #A14682; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-l:before {
  background-color: #F7633B; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-m:before {
  background-color: #B84F16; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-n:before {
  background-color: #697E79; }

#analyze #report-container > div:nth-child(3n+0) .horizontal-legend.horizontal-chart li.ct-series-o:before {
  background-color: #9B9B9B; }

@media screen and (max-width: 480px) {
  #analyze #report-container .ct-chart .ct-bar {
    stroke-width: 4px; } }

@media screen and (min-width: 30em) {
  #analyze #report-container .ct-chart .ct-bar {
    stroke-width: 6px; } }

@media screen and (min-width: 38.75em) {
  #analyze #report-container .ct-chart .ct-bar {
    stroke-width: 13px; } }

@media screen and (max-width: 480px) {
  #analyze #report-container .ct-chart.md .ct-bar {
    stroke-width: 7px; } }

@media screen and (min-width: 30em) {
  #analyze #report-container .ct-chart.md .ct-bar {
    stroke-width: 14px; } }

@media screen and (min-width: 38.75em) {
  #analyze #report-container .ct-chart.md .ct-bar {
    stroke-width: 28px; } }

@media screen and (max-width: 480px) {
  #analyze #report-container .ct-chart.lg .ct-bar {
    stroke-width: 12px; } }

@media screen and (min-width: 30em) {
  #analyze #report-container .ct-chart.lg .ct-bar {
    stroke-width: 24px; } }

@media screen and (min-width: 38.75em) {
  #analyze #report-container .ct-chart.lg .ct-bar {
    stroke-width: 48px; } }

@media screen and (max-width: 38.6875em) {
  #analyze #report-container .ct-chart:before {
    padding-bottom: 62.5%; } }

@media screen and (max-width: 51.1875em) {
  #analyze #report-container .ct-chart:before {
    padding-bottom: 50%; }
  #analyze #report-container .ct-chart .ct-label.ct-horizontal {
    display: none; } }

@media screen and (max-width: 59.9375em) {
  #analyze #report-container .ct-chart .ct-label.value-label {
    display: none; } }

#analyze .report-menu {
  position: relative;
  margin-bottom: 2rem; }
  #analyze .report-menu::after {
    clear: both;
    content: "";
    display: table; }
  #analyze .report-menu.dropdown .dropdown-trigger {
    display: block;
    float: right;
    padding-right: 10px; }
    #analyze .report-menu.dropdown .dropdown-trigger::after {
      clear: both;
      content: "";
      display: table; }
  #analyze .report-menu.dropdown .dropdown-menu {
    background-color: #e2e3e1;
    border-radius: 4px;
    text-align: left;
    padding: .65rem;
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: -100%;
    bottom: auto;
    opacity: 0;
    max-width: 475px;
    width: 55%;
    min-width: 230px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    #analyze .report-menu.dropdown .dropdown-menu:before {
      border: solid transparent;
      border-bottom-color: #e2e3e1;
      border-width: 6px;
      margin-left: -1px;
      bottom: 100%;
      z-index: 15;
      right: 19px;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #analyze .report-menu.dropdown .dropdown-menu h4 {
      color: #6A756B;
      font-family: "Ubuntu Condensed", serif;
      font-size: 1rem;
      padding: .25rem 1rem 0;
      padding-top: 1rem; }
    #analyze .report-menu.dropdown .dropdown-menu li {
      float: none;
      background-color: #f1f1f0; }
      #analyze .report-menu.dropdown .dropdown-menu li + li {
        padding-top: .5rem;
        margin-left: 0; }
  #analyze .report-menu.dropdown.open .dropdown-menu {
    top: 1.65rem;
    right: -.6rem;
    z-index: 1000;
    opacity: 1;
    float: none; }
    #analyze .report-menu.dropdown.open .dropdown-menu a {
      display: block;
      padding: .5rem 1.5rem;
      width: 100%;
      line-height: 1.2; }
      #analyze .report-menu.dropdown.open .dropdown-menu a:hover {
        background-color: #ffffff; }

#analyze .report-controls {
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
  max-width: 65em;
  padding: 0 1rem 2rem;
  text-align: right; }
  #analyze .report-controls::after {
    clear: both;
    content: "";
    display: table; }

#analyze.render-report .container, #analyze.render-chart .container {
  margin: 0; }

#analyze.render-report .content-area, #analyze.render-chart .content-area {
  padding: 0;
  max-width: inherit; }
  #analyze.render-report .content-area .export-menu, #analyze.render-chart .content-area .export-menu {
    display: none; }
  #analyze.render-report .content-area .data-controls, #analyze.render-chart .content-area .data-controls {
    display: none; }
  #analyze.render-report .content-area .data, #analyze.render-chart .content-area .data {
    border: none;
    padding: 0; }
    #analyze.render-report .content-area .data .data-row, #analyze.render-chart .content-area .data .data-row {
      margin-top: 0; }
  #analyze.render-report .content-area .ct-label, #analyze.render-chart .content-area .ct-label {
    fill: #242F25;
    color: #242F25; }
  #analyze.render-report .content-area .legend.horizontal-legend, #analyze.render-chart .content-area .legend.horizontal-legend {
    margin-right: 2.5rem; }

#analyze.render-report .footer, #analyze.render-chart .footer {
  position: relative;
  margin: .25rem .55rem 0 .25rem;
  z-index: 50; }
  #analyze.render-report .footer .branding, #analyze.render-chart .footer .branding {
    float: right;
    max-width: 50px;
    margin-top: 5px; }
  #analyze.render-report .footer p, #analyze.render-chart .footer p {
    margin: 0; }

#analyze.render-report.jpg .dataTable, #analyze.render-report.png .dataTable, #analyze.render-chart.jpg .dataTable, #analyze.render-chart.png .dataTable {
  display: none; }

#analyze.render-report.jpg .footer .branding, #analyze.render-report.png .footer .branding, #analyze.render-chart.jpg .footer .branding, #analyze.render-chart.png .footer .branding {
  margin-top: -20px; }

#analyze.render-report.pdf, #analyze.render-chart.pdf {
  zoom: 0.55;
  /*workaround for phantomJS2 rendering pages too large*/ }
  #analyze.render-report.pdf .dataTable .button, #analyze.render-report.pdf .dataTable #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #analyze.render-report.pdf .dataTable a, #analyze.render-report.pdf .dataTable #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #analyze.render-report.pdf .dataTable a, #analyze.render-report.pdf .dataTable .pagination ul li a, .pagination ul li #analyze.render-report.pdf .dataTable a, #analyze.render-report.pdf .dataTable .premiumFeatureLabel a, .premiumFeatureLabel #analyze.render-report.pdf .dataTable a, #analyze.render-chart.pdf .dataTable .button, #analyze.render-chart.pdf .dataTable #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #analyze.render-chart.pdf .dataTable a, #analyze.render-chart.pdf .dataTable #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #analyze.render-chart.pdf .dataTable a, #analyze.render-chart.pdf .dataTable .pagination ul li a, .pagination ul li #analyze.render-chart.pdf .dataTable a, #analyze.render-chart.pdf .dataTable .premiumFeatureLabel a, .premiumFeatureLabel #analyze.render-chart.pdf .dataTable a {
    display: none !important; }
  #analyze.render-report.pdf .dataTable .dataTable-content, #analyze.render-chart.pdf .dataTable .dataTable-content {
    margin: 10px 0 0;
    display: block !important; }
    #analyze.render-report.pdf .dataTable .dataTable-content ul li, #analyze.render-chart.pdf .dataTable .dataTable-content ul li {
      padding: 8px 12px;
      font-size: 1rem; }
      #analyze.render-report.pdf .dataTable .dataTable-content ul li .name, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .name {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 38.4615384615%;
        text-align: right; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .name:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .name:last-child {
          margin-right: 0; }
      #analyze.render-report.pdf .dataTable .dataTable-content ul li .values, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values {
        float: left;
        display: block;
        margin-right: 2.5641025641%;
        width: 58.9743589744%; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values:last-child {
          margin-right: 0; }
      #analyze.render-report.pdf .dataTable .dataTable-content ul li .values, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values {
        text-align: center; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values .value:after, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values .value:after {
          content: ' '; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt2 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt2 .value {
          float: left;
          display: block;
          margin-right: 2.5641025641%;
          width: 48.7179487179%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt2 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt2 .value:last-child {
            margin-right: 0; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt3 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt3 .value {
          float: left;
          display: block;
          margin-right: 2.8571428571%;
          width: 31.4285714286%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt3 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt3 .value:last-child {
            margin-right: 0; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt4 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt4 .value {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 23.4042553191%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt4 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt4 .value:last-child {
            margin-right: 0; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt5 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt5 .value {
          float: left;
          display: block;
          margin-right: 2.5641025641%;
          width: 17.9487179487%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt5 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt5 .value:last-child {
            margin-right: 0; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt6 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt6 .value {
          float: left;
          display: block;
          margin-right: 2.1276595745%;
          width: 14.8936170213%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt6 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt6 .value:last-child {
            margin-right: 0; }
        #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt7 .value, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt7 .value {
          float: left;
          display: block;
          margin-right: 1.8181818182%;
          width: 12.7272727273%; }
          #analyze.render-report.pdf .dataTable .dataTable-content ul li .values.cnt7 .value:last-child, #analyze.render-chart.pdf .dataTable .dataTable-content ul li .values.cnt7 .value:last-child {
            margin-right: 0; }
    #analyze.render-report.pdf .dataTable .dataTable-content ul + h5, #analyze.render-chart.pdf .dataTable .dataTable-content ul + h5 {
      margin-top: 24px; }
  #analyze.render-report.pdf .dataTable svg .ct-grid, #analyze.render-chart.pdf .dataTable svg .ct-grid {
    stroke-dasharray: 0px; }

@media screen and (min-width: 30em) and (max-width: 51.1875em) {
  #analyze.render-report #report-container .ct-chart .ct-label.ct-horizontal, #analyze.render-chart #report-container .ct-chart .ct-label.ct-horizontal {
    display: block; } }

@media screen and (max-width: 59.9375em) {
  #analyze.render-report #report-container .ct-chart .ct-label.value-label, #analyze.render-chart #report-container .ct-chart .ct-label.value-label {
    display: block; } }

#analyze.render-chart .content-area h2,
#analyze.render-chart .content-area .chart-settings {
  display: none; }

#analyze.render-chart .content-area .data .data-row {
  display: none;
  margin-top: 0; }
  #analyze.render-chart .content-area .data .data-row.render {
    display: block; }

#addReport header {
  margin-bottom: 1rem; }

#addReport .report-list::after {
  clear: both;
  content: "";
  display: table; }

#addReport .report-list li {
  margin: 1rem 0; }
  #addReport .report-list li .button, #addReport .report-list #main-navigation nav.utility li.join a, #main-navigation nav.utility #addReport .report-list li.join a, #addReport .report-list #main-navigation nav.utility li.login a, #main-navigation nav.utility #addReport .report-list li.login a, #addReport .report-list .pagination ul li a, .pagination ul #addReport .report-list li a, #addReport .report-list li .premiumFeatureLabel a, .premiumFeatureLabel #addReport .report-list li a {
    width: 100%;
    padding: .45rem .5rem;
    margin-bottom: .5rem;
    text-align: center;
    white-space: normal; }
  #addReport .report-list li p {
    padding: 0 .5rem;
    font-size: .95rem;
    line-height: 1.2; }

@media screen and (min-width: 51.25em) {
  #addReport .report-list li {
    float: left;
    display: block;
    margin-right: 3.2258064516%;
    width: 48.3870967742%; }
    #addReport .report-list li:last-child {
      margin-right: 0; }
    #addReport .report-list li:nth-child(2n) {
      margin-right: 0; }
    #addReport .report-list li:nth-child(2n+1) {
      clear: left; } }

.whoAreYouServing #addReport .whoAreYouServing,
.loanPortfolio #addReport .loanPortfolio,
.businessDevelopmentServices #addReport .businessDevelopmentServices,
.costOfMicroenterprise #addReport .costOfMicroenterprise,
.entrepreneurOutcomes #addReport .entrepreneurOutcomes {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none; }

.ct-labels .ct-label {
  font-family: "Ubuntu Condensed", serif;
  color: #808a81; }
  .ct-labels .ct-label.ct-horizontal {
    font-size: .9rem;
    color: #768077; }

.ct-horizontal-bars .ct-label.ct-vertical {
  font-size: .9rem;
  color: #768077; }

#belowReport {
  border-top: 1px solid #ade1e7;
  background-color: #eeece8;
  padding: 2rem 0;
  margin: 0; }
  #belowReport::after {
    clear: both;
    content: "";
    display: table; }

@media print and (width: 8.5in) and (height: 11in) {
  @page {
    margin: .5in; } }

#learn .container {
  padding: 0 0 2rem; }

#learn .content-area header {
  text-align: left; }

#learn .content-area .switchSection-nav {
  text-align: right;
  margin-bottom: -1.5rem; }

#learn .content-area .switchSections {
  padding: 4px 1.5rem 4px 4px;
  border-radius: 24px;
  color: #6A756B;
  font-weight: 300;
  margin-top: 6px;
  max-height: 50px;
  min-width: 210px;
  background-color: rgba(106, 117, 107, 0.08); }
  #learn .content-area .switchSections:hover, #learn .content-area .switchSections:focus {
    background-color: rgba(106, 117, 107, 0.2); }
  #learn .content-area .switchSections:before {
    content: "";
    display: block;
    width: 65px;
    height: 65px;
    background-size: cover;
    position: relative;
    float: left;
    margin-right: .5rem; }
  #learn .content-area .switchSections.use-data {
    line-height: 42px; }
    #learn .content-area .switchSections.use-data:before {
      background-image: url("../img/graphics/learn/use-data.svg");
      background-position: 50% 80%;
      height: 54px;
      width: 84px;
      top: -10px; }
  #learn .content-area .switchSections.collect-data {
    line-height: 42px; }
    #learn .content-area .switchSections.collect-data:before {
      background-image: url("../img/graphics/learn/collect-data.svg");
      height: 50px;
      background-position: 50% 88%;
      top: -10px; }
  #learn .content-area .switchSections img {
    display: inline-block;
    max-width: 65px;
    position: relative;
    top: 16px; }
  @media screen and (max-width: 51.1875em) {
    #learn .content-area .switchSections {
      display: none; } }

#learn .content-area .resource-types {
  padding: .5rem 1rem; }
  @media screen and (min-width: 51.25em) {
    #learn .content-area .resource-types {
      padding: 1rem 2rem; } }
  #learn .content-area .resource-types .grid-wrap {
    display: block; }
    #learn .content-area .resource-types .grid-wrap::after {
      clear: both;
      content: "";
      display: table; }
    #learn .content-area .resource-types .grid-wrap .grid-item .button, #learn .content-area .resource-types .grid-wrap .grid-item #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item .pagination ul li a, .pagination ul li #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item .premiumFeatureLabel a, .premiumFeatureLabel #learn .content-area .resource-types .grid-wrap .grid-item a {
      display: block;
      text-align: center;
      text-transform: uppercase;
      font-family: "Bitter", serif;
      font-weight: 300;
      font-size: 1.2rem;
      line-height: 1;
      width: 100%;
      padding: .6rem;
      letter-spacing: 1px; }
    #learn .content-area .resource-types .grid-wrap .grid-item .summary,
    #learn .content-area .resource-types .grid-wrap .grid-item .resources {
      padding: .5rem 1rem;
      margin-bottom: .2rem; }
    #learn .content-area .resource-types .grid-wrap .grid-item .resources {
      border-top: 1px solid #77CDD7; }
    @media screen and (max-width: 51.1875em) {
      #learn .content-area .resource-types .grid-wrap .grid-item {
        margin: 0 auto 2rem;
        max-width: 24.2424242424em; } }
    @media screen and (min-width: 51.25em) {
      #learn .content-area .resource-types .grid-wrap .grid-item {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 47.8260869565%; }
        #learn .content-area .resource-types .grid-wrap .grid-item:last-child {
          margin-right: 0; }
        #learn .content-area .resource-types .grid-wrap .grid-item .button, #learn .content-area .resource-types .grid-wrap .grid-item #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item .pagination ul li a, .pagination ul li #learn .content-area .resource-types .grid-wrap .grid-item a, #learn .content-area .resource-types .grid-wrap .grid-item .premiumFeatureLabel a, .premiumFeatureLabel #learn .content-area .resource-types .grid-wrap .grid-item a {
          padding: 1rem .6rem .85rem;
          font-size: 1.6rem; } }

#learn .resources::after {
  clear: both;
  content: "";
  display: table; }

#learn .resources .grid-wrap-title {
  color: #6ABD45;
  font-size: 1.4rem; }

#learn .resources ul li {
  display: block;
  line-height: 1; }
  #learn .resources ul li::after {
    clear: both;
    content: "";
    display: table; }
  #learn .resources ul li .summary {
    margin: 0;
    padding-left: .88rem;
    font-size: .95rem;
    line-height: 1.2; }
  #learn .resources ul li a .title {
    line-height: 1.2; }
  #learn .resources ul li + .list-item {
    border-top: 1px solid #B7B9B4;
    margin-top: .45rem;
    padding-top: .45rem; }

#learn .resources ul.featured {
  padding: .5rem 0 1rem; }
  #learn .resources ul.featured li a .cover {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 14.8936170213%;
    display: inline-block; }
    #learn .resources ul.featured li a .cover:last-child {
      margin-right: 0; }
    #learn .resources ul.featured li a .cover img {
      border: 1px solid #cdcecb; }
  #learn .resources ul.featured li a .title {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 82.9787234043%;
    margin-top: .55rem;
    display: inline-block; }
    #learn .resources ul.featured li a .title:last-child {
      margin-right: 0; }

#learn .resources .more-link {
  margin: .25rem 0;
  float: right; }

#learn .action {
  border-top: 1px solid #E0DDD6;
  margin-top: 1rem;
  padding: 2rem;
  text-align: center; }

#learn #submitData {
  border-top: 1px solid #ade1e7;
  background-color: #eeece8;
  padding: 2rem 0;
  margin-bottom: 0; }
  #learn #submitData .action {
    border-top: 1px solid #ffffff;
    margin-top: 1rem;
    padding: 2rem;
    text-align: center; }
    #learn #submitData .action .button, #learn #submitData .action #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #learn #submitData .action a, #learn #submitData .action #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #learn #submitData .action a, #learn #submitData .action .pagination ul li a, .pagination ul li #learn #submitData .action a, #learn #submitData .action .premiumFeatureLabel a, .premiumFeatureLabel #learn #submitData .action a {
      padding: 1rem 1.25rem;
      font-size: 1.6rem;
      font-weight: 600;
      letter-spacing: -.25px; }

@media screen and (max-width: 480px) {
  #learn #path-layer aside {
    display: none; } }

@media screen and (min-width: 30em) {
  #learn #path-layer main {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 74.4680851064%; }
    #learn #path-layer main:last-child {
      margin-right: 0; }
  #learn #path-layer aside {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 23.4042553191%; }
    #learn #path-layer aside:last-child {
      margin-right: 0; } }

#learn #resource-layer {
  padding: 2rem 0; }
  #learn #resource-layer .resources .grid-wrap .resource {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 31.914893617%;
    display: inline-block;
    padding: 1rem .85rem; }
    #learn #resource-layer .resources .grid-wrap .resource:last-child {
      margin-right: 0; }
    #learn #resource-layer .resources .grid-wrap .resource:nth-child(3n) {
      margin-right: 0; }
    #learn #resource-layer .resources .grid-wrap .resource:nth-child(3n+1) {
      clear: left; }
    #learn #resource-layer .resources .grid-wrap .resource .resourceCover,
    #learn #resource-layer .resources .grid-wrap .resource .document,
    #learn #resource-layer .resources .grid-wrap .resource .summary {
      padding-left: 2.65rem; }
    #learn #resource-layer .resources .grid-wrap .resource a {
      font-family: "Bitter", serif;
      margin-bottom: .5rem; }
      #learn #resource-layer .resources .grid-wrap .resource a:before {
        font-size: .9em; }
    #learn #resource-layer .resources .grid-wrap .resource figure {
      padding-left: .88rem;
      margin-bottom: .65rem; }
      #learn #resource-layer .resources .grid-wrap .resource figure a {
        display: block;
        border: 1px solid #c2e9ed;
        max-width: 200px; }
        #learn #resource-layer .resources .grid-wrap .resource figure a::after {
          clear: both;
          content: "";
          display: table; }
        #learn #resource-layer .resources .grid-wrap .resource figure a:hover {
          border: 1px solid #51C1B8; }
        #learn #resource-layer .resources .grid-wrap .resource figure a img {
          display: block; }
  @media screen and (max-width: 38.6875em) {
    #learn #resource-layer .resources .grid-wrap.featured {
      margin-top: 1rem; }
      #learn #resource-layer .resources .grid-wrap.featured figure a {
        margin: auto; } }
  @media screen and (min-width: 38.75em) and (max-width: 51.1875em) {
    #learn #resource-layer .resources .grid-wrap.featured {
      margin-top: 1rem; }
      #learn #resource-layer .resources .grid-wrap.featured .grid-item::after {
        clear: both;
        content: "";
        display: table; }
      #learn #resource-layer .resources .grid-wrap.featured figure {
        float: left;
        margin-right: 3rem; } }
  @media screen and (min-width: 51.25em) {
    #learn #resource-layer .resources .grid-wrap.path {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 57.4468085106%; }
      #learn #resource-layer .resources .grid-wrap.path:last-child {
        margin-right: 0; }
    #learn #resource-layer .resources .grid-wrap.featured {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 40.4255319149%;
      padding-left: 4rem; }
      #learn #resource-layer .resources .grid-wrap.featured:last-child {
        margin-right: 0; } }

#learn.collect-data {
  margin-top: -2rem; }
  #learn.collect-data #path-layer {
    padding-top: 2rem;
    background-color: #e4f5f7;
    border-bottom: 5px solid #cfeef1; }

#learn.use-data {
  margin-top: -2rem; }
  #learn.use-data #path-layer {
    padding-top: 2rem;
    background-color: #f1f1f0;
    border-bottom: 5px solid #e6e7e5; }

.document {
  display: block;
  padding-left: .88rem; }
  .document:before {
    content: '\f0f6';
    color: #6A756B;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -1.6rem; }
  .document.pdf:before {
    content: '\f1c1'; }
  .document.xls:before {
    content: '\f1c3'; }
  .document.doc:before {
    content: '\f1c2'; }

#find .container {
  padding: 0 0 2rem; }

#find .content-area header {
  text-align: left; }

#find .programs {
  padding: 1rem 0; }
  #find .programs::after {
    clear: both;
    content: "";
    display: table; }
  #find .programs .grid-wrap-title {
    color: #6ABD45;
    font-size: 1.4rem; }
  #find .programs .filters fieldset {
    padding: .5rem 1rem .25rem; }
  #find .programs .filters .keyword-search .form-element {
    white-space: nowrap; }
    #find .programs .filters .keyword-search .form-element input {
      display: inline-block; }
    #find .programs .filters .keyword-search .form-element [type="search"] {
      height: 34px; }
    #find .programs .filters .keyword-search .form-element [type="submit"] {
      position: relative;
      cursor: pointer;
      width: 30px;
      color: #74cdc6;
      background: none;
      border: none;
      box-shadow: none;
      border-radius: none;
      padding: .1rem .55rem .2rem;
      margin-left: -36px; }
    #find .programs .filters .keyword-search .form-element [type="submit"]:hover,
    #find .programs .filters .keyword-search .form-element [type="search"]:focus + [type="submit"] {
      color: #51C1B8; }
  @media screen and (min-width: 30em) and (max-width: 51.1875em) {
    #find .programs .filters .col {
      float: left;
      display: block;
      margin-right: 0.9009009009%;
      width: 24.3243243243%; }
      #find .programs .filters .col:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 51.25em) {
    #find .programs .filters .col {
      float: left;
      display: block;
      margin-right: 0.9009009009%;
      width: 20.7207207207%; }
      #find .programs .filters .col:last-child {
        margin-right: 0; }
      #find .programs .filters .col.keyword-search {
        float: left;
        display: block;
        margin-right: 0.9009009009%;
        width: 35.1351351351%; }
        #find .programs .filters .col.keyword-search:last-child {
          margin-right: 0; } }
  #find .programs .filters .col label {
    white-space: nowrap;
    overflow: hidden; }
  #find .programs .filters .col .styled-select {
    margin-bottom: .8rem; }
    #find .programs .filters .col .styled-select select {
      height: 32px; }
  #find .programs .filters .col .filter-checkbox {
    padding: 5px 2px; }
  #find .programs .results-stats {
    margin: .8rem .3rem 0;
    text-align: right; }
  #find .programs .results {
    padding: 1rem 0; }
    #find .programs .results > li {
      padding: 1rem .85rem; }
      #find .programs .results > li::after {
        clear: both;
        content: "";
        display: table; }
      #find .programs .results > li + li {
        border-top: 1px solid #BAD431; }
      #find .programs .results > li.block-link {
        transition: background-color 150ms ease; }
        #find .programs .results > li.block-link:hover {
          background-color: #f7f7f5; }
      #find .programs .results > li .org-name {
        font-family: "Bitter", serif;
        font-size: 1.2rem;
        line-height: 1.3; }
      #find .programs .results > li .program-name {
        font-family: "Bitter", serif;
        font-size: 1rem;
        line-height: 1.3; }
      #find .programs .results > li .summary {
        margin: .1rem 0;
        font-size: .95rem;
        line-height: 1.2; }
        #find .programs .results > li .summary div {
          float: left;
          margin-bottom: 0; }
          @media screen and (max-width: 480px) {
            #find .programs .results > li .summary div + div {
              margin-left: 0;
              float: right; } }
          @media screen and (max-width: 51.1875em) {
            #find .programs .results > li .summary div.location {
              float: none; }
            #find .programs .results > li .summary div + div {
              margin-left: 2rem; } }
          @media screen and (min-width: 51.25em) {
            #find .programs .results > li .summary div {
              float: left;
              display: block;
              margin-right: 2.1276595745%;
              width: 31.914893617%; }
              #find .programs .results > li .summary div:last-child {
                margin-right: 0; } }
        #find .programs .results > li .summary label {
          float: left;
          color: #8f9890;
          margin-right: .25rem; }
          #find .programs .results > li .summary label:after {
            content: ': '; }
        #find .programs .results > li .summary .taglist {
          float: left;
          clear: both; }
          #find .programs .results > li .summary .taglist::after {
            clear: both;
            content: "";
            display: table; }
          #find .programs .results > li .summary .taglist .tag {
            float: left; }
            #find .programs .results > li .summary .taglist .tag:after {
              content: ', ';
              margin-right: .25rem; }
            #find .programs .results > li .summary .taglist .tag:last-child:after {
              content: ''; }
  #find .programs .pagination {
    border-top: 1px solid #BAD431;
    padding: 2rem 0 .5rem; }
  #find .programs .resultsTotal {
    color: #6A756B;
    text-align: right;
    padding-bottom: 2rem; }

#find .action {
  border-top: 1px solid #E0DDD6;
  margin-top: 1rem;
  padding: 2rem;
  text-align: center; }

#profile #banner {
  padding: 0 1rem; }
  @media screen and (min-width: 51.25em) {
    #profile #banner {
      padding: 0 2rem; }
      #profile #banner .content-area {
        border: 1px solid #d4d5d2;
        background-color: #f9f9f9;
        border-radius: 4px;
        padding: 1.25rem 0; }
        #profile #banner .content-area header,
        #profile #banner .content-area .summary {
          padding: 0 2rem .25rem; } }
  #profile #banner .content-area::after {
    clear: both;
    content: "";
    display: table; }
  #profile #banner .content-area header {
    border-bottom: 1px solid #77CDD7; }
    #profile #banner .content-area header h1 {
      line-height: 1; }
    #profile #banner .content-area header .address-block {
      font-size: 1rem; }
  #profile #banner .content-area .summary aside {
    font-size: .9rem; }
    #profile #banner .content-area .summary aside label {
      color: #6A756B;
      display: block;
      font-size: .8em;
      text-transform: uppercase;
      line-height: 1; }
    #profile #banner .content-area .summary aside .profileContact .name {
      font-weight: 600; }
    #profile #banner .content-area .summary aside .profileContact,
    #profile #banner .content-area .summary aside .email,
    #profile #banner .content-area .summary aside .phone {
      display: block;
      margin-bottom: 0; }
  #profile #banner .content-area .summary main label {
    font-weight: 600; }
  @media screen and (max-width: 51.1875em) {
    #profile #banner .content-area .summary aside::after {
      clear: both;
      content: "";
      display: table; }
    #profile #banner .content-area .summary aside li {
      margin-right: 2rem;
      float: left; }
    #profile #banner .content-area .summary main {
      margin-top: 1rem; }
      #profile #banner .content-area .summary main .yearBegan {
        margin-bottom: 1rem; } }
  @media screen and (min-width: 51.25em) {
    #profile #banner .content-area .summary aside {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 31.914893617%; }
      #profile #banner .content-area .summary aside:last-child {
        margin-right: 0; }
      #profile #banner .content-area .summary aside li {
        display: block; }
        #profile #banner .content-area .summary aside li + li {
          margin-top: .85rem; }
    #profile #banner .content-area .summary main {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      #profile #banner .content-area .summary main:last-child {
        margin-right: 0; }
      #profile #banner .content-area .summary main .yearBegan {
        margin-bottom: 1.5rem; } }

#profile #reporting-data {
  margin-top: 2rem;
  padding: 0 1rem; }
  @media screen and (min-width: 51.25em) {
    #profile #reporting-data {
      padding: 0 2rem; }
      #profile #reporting-data .content-area {
        padding: 0; } }
  #profile #reporting-data header {
    margin-bottom: 0; }
    #profile #reporting-data header .viewing strong {
      color: #a41577; }
  @media screen and (min-width: 51.25em) {
    #profile #reporting-data header::after {
      clear: both;
      content: "";
      display: table; }
    #profile #reporting-data header .viewing {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 78.1818181818%;
      line-height: 80px; }
      #profile #reporting-data header .viewing:last-child {
        margin-right: 0; }
    #profile #reporting-data header nav {
      float: left;
      display: block;
      margin-right: 1.8181818182%;
      width: 20%; }
      #profile #reporting-data header nav:last-child {
        margin-right: 0; } }
  #profile #reporting-data #data .panels {
    border: 1px solid #c9ebef;
    border-radius: 4px;
    min-height: 1rem; }
    #profile #reporting-data #data .panels .panel {
      clear: both;
      padding: 0; }
      #profile #reporting-data #data .panels .panel::after {
        clear: both;
        content: "";
        display: table; }
      #profile #reporting-data #data .panels .panel.active .panel-section {
        display: block; }
      #profile #reporting-data #data .panels .panel.active:before {
        display: block;
        content: " ";
        margin-top: -95px;
        height: 95px;
        visibility: hidden; }
      #profile #reporting-data #data .panels .panel .panel-section {
        padding: 1rem 2rem;
        display: none; }
        #profile #reporting-data #data .panels .panel .panel-section::after {
          clear: both;
          content: "";
          display: table; }
        #profile #reporting-data #data .panels .panel .panel-section.tinted {
          background-color: #f6f5f3; }
          @media screen and (min-width: 51.25em) {
            #profile #reporting-data #data .panels .panel .panel-section.tinted .data-table li .value {
              background-color: rgba(255, 255, 255, 0.55); } }
        #profile #reporting-data #data .panels .panel .panel-section + .panel-section {
          border-top: 1px solid #d6f0f3; }
        #profile #reporting-data #data .panels .panel .panel-section header {
          margin-bottom: .5rem; }
          #profile #reporting-data #data .panels .panel .panel-section header h5 {
            margin-bottom: 0; }
          #profile #reporting-data #data .panels .panel .panel-section header .note {
            color: #6A756B;
            font-size: .85rem;
            line-height: 1; }
        #profile #reporting-data #data .panels .panel .panel-section ul + ul {
          border-top: 1px solid #d6f0f3;
          margin-top: 1.5rem;
          padding-top: 1rem; }
        #profile #reporting-data #data .panels .panel .panel-section .data-files li + li,
        #profile #reporting-data #data .panels .panel .panel-section .data-table li + li {
          border-top: 1px solid #E0DDD6; }
        #profile #reporting-data #data .panels .panel .panel-section .data-files li span,
        #profile #reporting-data #data .panels .panel .panel-section .data-table li span {
          padding: .5rem .85rem; }
        #profile #reporting-data #data .panels .panel .panel-section .data-files li .name,
        #profile #reporting-data #data .panels .panel .panel-section .data-table li .name {
          text-transform: uppercase;
          font-size: .9rem; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files li .name .case,
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .name .case {
            font-style: normal;
            text-transform: none; }
        #profile #reporting-data #data .panels .panel .panel-section .data-files li .value,
        #profile #reporting-data #data .panels .panel .panel-section .data-table li .value {
          font-weight: 600; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .list .address,
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .list .address {
            padding: .5rem .85rem;
            line-height: 1.2; }
            #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .list .address span,
            #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .list .address span {
              padding: 0; }
              #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .list .address span.addressLine1, #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .list .address span.addressLine2,
              #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .list .address span.addressLine1,
              #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .list .address span.addressLine2 {
                display: block; }
              #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .list .address span.city:after,
              #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .list .address span.city:after {
                content: ', '; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files li .value .string,
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .value .string {
            display: block;
            padding: .5rem 0;
            line-height: 1.3; }
        #profile #reporting-data #data .panels .panel .panel-section .data-files .table,
        #profile #reporting-data #data .panels .panel .panel-section .data-table .table {
          clear: both;
          padding: .5rem 1rem;
          background-color: #ffffff;
          border-radius: 6px; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files .table::after,
          #profile #reporting-data #data .panels .panel .panel-section .data-table .table::after {
            clear: both;
            content: "";
            display: table; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files .table li .value,
          #profile #reporting-data #data .panels .panel .panel-section .data-table .table li .value {
            background-color: rgba(183, 185, 180, 0.14); }
        #profile #reporting-data #data .panels .panel .panel-section .data-files {
          padding-left: 1rem; }
          #profile #reporting-data #data .panels .panel .panel-section .data-files .value {
            padding: .5rem .85rem; }
        #profile #reporting-data #data .panels .panel .panel-section .renderMap .map {
          clear: both;
          padding: 3.5vw;
          background-color: #ffffff;
          border-radius: 6px; }
        #profile #reporting-data #data .panels .panel .panel-section .renderMap .list {
          margin: 1rem .5rem 2rem;
          line-height: 1; }
          #profile #reporting-data #data .panels .panel .panel-section .renderMap .list li {
            position: relative;
            float: none;
            display: inline;
            border-top: none;
            padding: 0;
            margin: 0;
            color: #6A756B;
            font-size: .85rem;
            line-height: 1.1; }
            #profile #reporting-data #data .panels .panel .panel-section .renderMap .list li:after {
              content: ", ";
              display: inline; }
            #profile #reporting-data #data .panels .panel .panel-section .renderMap .list li:last-child:after {
              content: ''; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap::after {
          clear: both;
          content: "";
          display: table; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .name {
          text-align: center;
          margin-bottom: 0; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend {
          margin-left: 2rem; }
          #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li {
            color: #6A756B;
            margin: 0;
            padding-left: 20px;
            font-size: .9rem;
            float: none;
            width: 100%; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li .value {
              color: #39443A; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li:before {
              content: '';
              background-color: #ebf8f9;
              display: inline-block;
              width: 12px;
              height: 12px;
              margin-right: 5px;
              margin-left: -15px; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-a:before {
              background-color: #F16123; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-b:before {
              background-color: #F6A226; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-c:before {
              background-color: #F8CD1C; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-d:before {
              background-color: #51C1B8; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-e:before {
              background-color: #77CDD7; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-f:before {
              background-color: #26A3B1; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-g:before {
              background-color: #BAD431; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-h:before {
              background-color: #6ABD45; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-i:before {
              background-color: #6267D2; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-j:before {
              background-color: #6E4FA0; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-k:before {
              background-color: #A14682; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-l:before {
              background-color: #F7633B; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-m:before {
              background-color: #B84F16; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-n:before {
              background-color: #697E79; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.ct-series-o:before {
              background-color: #9B9B9B; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.primary:before {
              background-color: #F16123; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.secondary:before {
              background-color: #26A3B1; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.other:before {
              background-color: #6A756B; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .legend li.unknown:before {
              background-color: #B7B9B4; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-a:before {
          background-color: #F7633B; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-b:before {
          background-color: #B84F16; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-c:before {
          background-color: #697E79; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-d:before {
          background-color: #9B9B9B; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-e:before {
          background-color: #F16123; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-f:before {
          background-color: #F6A226; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-g:before {
          background-color: #F8CD1C; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-h:before {
          background-color: #51C1B8; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-i:before {
          background-color: #77CDD7; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-j:before {
          background-color: #26A3B1; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-k:before {
          background-color: #BAD431; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-l:before {
          background-color: #6ABD45; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-m:before {
          background-color: #6267D2; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-n:before {
          background-color: #6E4FA0; }
        #profile #reporting-data #data .panels .panel .panel-section .grid-wrap .alt-color .legend li.ct-series-o:before {
          background-color: #A14682; }
        @media screen and (max-width: 51.1875em) {
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .name:after {
            content: ': '; }
          #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li {
            max-width: 420px;
            margin: 0 auto 1rem; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li + li {
              margin-top: 2rem; } }
        @media screen and (min-width: 51.25em) {
          #profile #reporting-data #data .panels .panel .panel-section .data-table li::after {
            clear: both;
            content: "";
            display: table; }
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .name {
            float: left;
            display: block;
            margin-right: 1.8181818182%;
            width: 56.3636363636%; }
            #profile #reporting-data #data .panels .panel .panel-section .data-table li .name:last-child {
              margin-right: 0; }
          #profile #reporting-data #data .panels .panel .panel-section .data-table li .value {
            float: left;
            display: block;
            margin-right: 1.8181818182%;
            width: 41.8181818182%;
            background-color: rgba(183, 185, 180, 0.14); }
            #profile #reporting-data #data .panels .panel .panel-section .data-table li .value:last-child {
              margin-right: 0; }
          #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li {
            float: left;
            display: block;
            margin-right: 6.6666666667%;
            width: 46.6666666667%;
            margin-bottom: 2rem; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li:last-child {
              margin-right: 0; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li:nth-child(2n) {
              margin-right: 0; }
            #profile #reporting-data #data .panels .panel .panel-section .grid-wrap li:nth-child(2n+1) {
              clear: left; } }
  @media screen and (max-width: 51.1875em) {
    #profile #reporting-data #data {
      margin-top: 1rem; } }

#profile .relatedContent .ExploreData {
  text-align: center; }
  #profile .relatedContent .ExploreData .button, #profile .relatedContent .ExploreData #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #profile .relatedContent .ExploreData a, #profile .relatedContent .ExploreData #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #profile .relatedContent .ExploreData a, #profile .relatedContent .ExploreData .pagination ul li a, .pagination ul li #profile .relatedContent .ExploreData a, #profile .relatedContent .ExploreData .premiumFeatureLabel a, .premiumFeatureLabel #profile .relatedContent .ExploreData a {
    text-align: center;
    text-transform: uppercase;
    font-family: "Bitter", serif;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6rem 1rem;
    letter-spacing: 1px;
    margin-left: .3rem; }

#profile .pg-nav {
  clear: both;
  padding: .75rem 0; }
  #profile .pg-nav::after {
    clear: both;
    content: "";
    display: table; }
  #profile .pg-nav .toTop {
    float: right;
    font-size: .9rem; }

#message .container {
  margin: 4rem 0; }
  #message .container header {
    padding-bottom: .6rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #77CDD7; }
    #message .container header h1 {
      font-size: 1.6rem;
      text-align: center;
      margin: 0; }
  #message .container .content-area {
    border: 1px solid #d4d5d2;
    background-color: #f9f9f9;
    border-radius: 4px;
    padding: 1rem;
    max-width: 460px;
    margin: 0 auto; }
    #message .container .content-area::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 480px) {
      #message .container .content-area {
        margin: 0 1rem; }
        #message .container .content-area .content-block a {
          display: block;
          text-align: center;
          margin: 0 auto; }
          #message .container .content-area .content-block a + a {
            margin-top: .25rem; } }
    #message .container .content-area .content-block {
      margin: 0 .55rem; }
      #message .container .content-area .content-block h3 {
        margin-bottom: .25rem; }
      #message .container .content-area .content-block p {
        color: #39443A;
        line-height: 1.4; }

@media screen and (min-width: 51.25em) {
  #login {
    padding-bottom: 0; } }

#login .branding {
  padding: 2rem 0 .75rem; }
  #login .branding h1 {
    margin-bottom: 0; }
  #login .branding a {
    margin: auto;
    width: 75px; }

#login h1 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.25rem; }

#login .content-area {
  max-width: 340px;
  margin: 0 auto;
  padding: 0; }
  #login .content-area #login-form {
    margin-bottom: 1.5rem; }
    #login .content-area #login-form label .forgot {
      float: right; }
    #login .content-area #login-form .btn {
      width: 100%; }
    #login .content-area #login-form .rememberme {
      margin-top: .5rem;
      text-align: center; }
      #login .content-area #login-form .rememberme label {
        display: inline; }

#settings form .current-level {
  padding-bottom: .6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #77CDD7; }

#settings form .form-section::after {
  clear: both;
  content: "";
  display: table; }

#settings form .form-section + .form-section {
  margin-top: 1rem; }

#settings form .readonly {
  color: #6A756B; }

#settings form .btn-row {
  clear: both; }
  #settings form .btn-row::after {
    clear: both;
    content: "";
    display: table; }
  #settings form .btn-row .btn {
    float: right; }
    #settings form .btn-row .btn + .btn {
      margin-right: .5rem; }

#settings form #content {
  height: 8.5rem; }

#settings form .dk {
  display: none; }

#settings form .subscription-plans .price {
  font-weight: 600;
  margin-left: .25rem; }

#settings form .subscription-plans .radio-group label {
  padding: .5rem .75rem;
  border: 1px solid #a0dce3;
  background-color: #e4f5f7;
  border-radius: 6px;
  line-height: 1.1;
  cursor: pointer; }
  #settings form .subscription-plans .radio-group label input {
    display: none; }
  #settings form .subscription-plans .radio-group label .price {
    display: block; }
  #settings form .subscription-plans .radio-group label:hover {
    background-color: #cfeef1; }
  #settings form .subscription-plans .radio-group label.checked {
    color: #ffffff;
    background-color: #45a49c; }

@media screen and (max-width: 51.1875em) {
  #settings form .subscription-plans .radio-group label + label {
    margin-top: 1rem; } }

@media screen and (min-width: 51.25em) {
  #settings form .subscription-plans .radio-group {
    display: block; }
    #settings form .subscription-plans .radio-group::after {
      clear: both;
      content: "";
      display: table; }
    #settings form .subscription-plans .radio-group label {
      float: left;
      display: block;
      margin-right: 2.8571428571%;
      width: 31.4285714286%; }
      #settings form .subscription-plans .radio-group label:last-child {
        margin-right: 0; } }

#settings form .savedCard {
  margin-bottom: 1rem; }
  #settings form .savedCard .ele {
    margin: 0 .5rem; }
    #settings form .savedCard .ele:first-child {
      margin-left: 0; }

#settings form .footnote.required {
  float: left; }

#settings .form-msg {
  background-color: #e1e3e1;
  padding: .125rem .65rem;
  border-radius: 3px;
  margin-bottom: 1rem; }
  #settings .form-msg.errors {
    background-color: #f8d2d8; }
  #settings .form-msg .error {
    color: #9B150D;
    margin-bottom: 0; }
  #settings .form-msg.success {
    color: #6ABD45;
    font-weight: 600; }
  #settings .form-msg .note {
    font-size: .9em;
    font-weight: 300;
    color: #39443A; }

#settings .box,
#settings fieldset {
  border: 1px solid #d4d5d2;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  margin: 0 2px; }
  #settings .box::after,
  #settings fieldset::after {
    clear: both;
    content: "";
    display: table; }
  #settings .box + fieldset,
  #settings .box + .box,
  #settings .box + .form-actions,
  #settings fieldset + fieldset,
  #settings fieldset + .box,
  #settings fieldset + .form-actions {
    margin-top: 1.5rem; }

#settings .mdo-profile .box {
  position: relative; }
  #settings .mdo-profile .box.form-msg {
    background-color: #e1e3e1;
    margin-bottom: 1rem; }
  #settings .mdo-profile .box .pending-flag {
    position: absolute;
    top: .5rem;
    right: .5rem;
    background-color: #a0dce3;
    color: #6A756B;
    padding: .25rem .5rem;
    border-radius: 6px;
    font-size: .75rem;
    line-height: 1; }

#settings .mdo-profile .tab-nav {
  padding-top: .6rem;
  margin-top: 1rem;
  border-top: 1px solid #77CDD7; }
  #settings .mdo-profile .tab-nav a {
    background-color: #e9eae9;
    color: #6A756B; }
    #settings .mdo-profile .tab-nav a:hover, #settings .mdo-profile .tab-nav a:focus {
      background-color: #cbcfcb; }
    #settings .mdo-profile .tab-nav a.active {
      background-color: #51C1B8;
      color: #fff; }

#settings .mdo-profile .tabbed-content {
  margin-top: 1rem;
  padding: 1rem; }
  #settings .mdo-profile .tabbed-content section + section {
    margin-top: 1rem; }
  #settings .mdo-profile .tabbed-content.census-data .list {
    margin-top: .5rem; }
  #settings .mdo-profile .tabbed-content.census-data .survey a {
    margin-right: 1rem; }
  #settings .mdo-profile .tabbed-content.census-data .survey span {
    display: inline-block; }
    #settings .mdo-profile .tabbed-content.census-data .survey span.year {
      font-weight: 600; }
    #settings .mdo-profile .tabbed-content.census-data .survey span.status {
      color: #6A756B; }
  #settings .mdo-profile .tabbed-content.census-data .survey + .survey {
    border-top: 1px solid #c2e9ed;
    margin-top: .25rem;
    padding-top: .25rem; }
  #settings .mdo-profile .tabbed-content.census-data .survey.approved a {
    background-color: #B7B9B4; }
    #settings .mdo-profile .tabbed-content.census-data .survey.approved a:hover {
      background-color: #929490; }

#settings .mdo-profile .element-group + .element-group {
  border-top: 1px solid #dbdcda;
  margin-top: 2.5rem;
  padding-top: 2.25rem; }

#settings .mdo-profile + .mdo-profile {
  margin-top: 2rem; }

.mdo-profile .mdo-header {
  margin-bottom: 0; }
  .mdo-profile .mdo-header p {
    font-size: 1.1rem;
    line-height: 1.1; }
    .mdo-profile .mdo-header p.address-block {
      color: #B7B9B4;
      font-size: 1rem; }
  .mdo-profile .mdo-header + .form-element {
    margin-top: .25rem; }

.mdo-profile .element-group + .element-group {
  border-top: 1px solid #dbdcda;
  margin-top: 2.5rem;
  padding-top: 2.25rem; }

.mdo-profile + .mdo-profile {
  margin-top: 2rem; }

#profileAddress2 {
  margin-top: .5rem; }

.otherAddresses {
  padding: 1.5rem 0; }
  .otherAddresses .btnRow {
    padding: 0 2rem; }
    .otherAddresses .btnRow .otherAddress {
      display: none; }
  .otherAddresses .otherAddress {
    margin-bottom: 1.5rem; }
    .otherAddresses .otherAddress::after {
      clear: both;
      content: "";
      display: table; }
    .otherAddresses .otherAddress .removeBtn {
      float: left;
      font-size: 1.6rem; }
    .otherAddresses .otherAddress .address-block {
      margin-left: 2rem; }

@media screen and (max-width: 480px) {
  form label small.note {
    display: block;
    margin: 0; } }

#pricing .content-area header {
  text-align: left; }

#pricing .content-area .grid-wrap {
  display: block;
  margin: 2rem 0 0; }
  #pricing .content-area .grid-wrap::after {
    clear: both;
    content: "";
    display: table; }
  #pricing .content-area .grid-wrap .grid-col {
    margin-bottom: 2rem; }
    #pricing .content-area .grid-wrap .grid-col .overview {
      border: 1px solid #a0dce3;
      background-color: #e4f5f7;
      border-radius: 6px;
      overflow: hidden; }
      #pricing .content-area .grid-wrap .grid-col .overview h2 {
        font-size: 1.2rem;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        padding: .85rem 1rem;
        margin: 0;
        border-bottom: 1px solid #a0dce3;
        color: #576058;
        background-color: #77CDD7;
        text-align: center; }
      #pricing .content-area .grid-wrap .grid-col .overview .button, #pricing .content-area .grid-wrap .grid-col .overview #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #pricing .content-area .grid-wrap .grid-col .overview a, #pricing .content-area .grid-wrap .grid-col .overview #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #pricing .content-area .grid-wrap .grid-col .overview a, #pricing .content-area .grid-wrap .grid-col .overview .pagination ul li a, .pagination ul li #pricing .content-area .grid-wrap .grid-col .overview a, #pricing .content-area .grid-wrap .grid-col .overview .premiumFeatureLabel a, .premiumFeatureLabel #pricing .content-area .grid-wrap .grid-col .overview a {
        display: block;
        text-align: center;
        margin: 1.5rem; }
    #pricing .content-area .grid-wrap .grid-col .features {
      margin: 0 .5rem;
      font-size: .9rem;
      color: #6A756B; }
      #pricing .content-area .grid-wrap .grid-col .features h3 {
        font-size: .8rem;
        color: #26A3B1;
        text-transform: uppercase;
        font-family: "Ubuntu Condensed", serif;
        font-weight: 600;
        margin-bottom: 2px; }
      #pricing .content-area .grid-wrap .grid-col .features li {
        color: #6A756B;
        border-top: 1px solid #B7B9B4;
        padding: .75rem 0 .75rem 1.5rem;
        line-height: 1rem;
        font-size: .9rem;
        background: url("../img/icons/icon-check.png") no-repeat 4px 8px; }
    #pricing .content-area .grid-wrap .grid-col.stand-out .overview {
      border: 1px solid #f59065;
      background-color: #fdecd4;
      margin: 0 -.75rem 0; }
      #pricing .content-area .grid-wrap .grid-col.stand-out .overview h2 {
        font-size: 1.6rem;
        color: white;
        border-color: #F6A226;
        background-color: #F16123; }
      #pricing .content-area .grid-wrap .grid-col.stand-out .overview .button, #pricing .content-area .grid-wrap .grid-col.stand-out .overview #main-navigation nav.utility li.join a, #main-navigation nav.utility li.join #pricing .content-area .grid-wrap .grid-col.stand-out .overview a, #pricing .content-area .grid-wrap .grid-col.stand-out .overview #main-navigation nav.utility li.login a, #main-navigation nav.utility li.login #pricing .content-area .grid-wrap .grid-col.stand-out .overview a, #pricing .content-area .grid-wrap .grid-col.stand-out .overview .pagination ul li a, .pagination ul li #pricing .content-area .grid-wrap .grid-col.stand-out .overview a, #pricing .content-area .grid-wrap .grid-col.stand-out .overview .premiumFeatureLabel a, .premiumFeatureLabel #pricing .content-area .grid-wrap .grid-col.stand-out .overview a {
        padding: 1.25rem; }
    @media screen and (max-width: 51.1875em) {
      #pricing .content-area .grid-wrap .grid-col {
        margin: 0 2rem 2rem; }
        #pricing .content-area .grid-wrap .grid-col .overview h2 {
          cursor: pointer;
          position: relative; }
          #pricing .content-area .grid-wrap .grid-col .overview h2:after {
            content: '\f0d7';
            font-family: FontAwesome;
            color: rgba(255, 255, 255, 0.55);
            font-weight: normal;
            font-style: normal;
            display: inline-block;
            text-decoration: inherit;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 1rem;
            font-size: 1.6rem; }
        #pricing .content-area .grid-wrap .grid-col .pricing .price {
          color: #747c75;
          font-size: 1.2rem;
          text-align: center;
          margin: .5rem 0;
          line-height: 1.1; }
          #pricing .content-area .grid-wrap .grid-col .pricing .price strong {
            color: #196a73;
            font-weight: 600; }
          #pricing .content-area .grid-wrap .grid-col .pricing .price .note {
            font-size: 1rem;
            color: #6A756B; }
            #pricing .content-area .grid-wrap .grid-col .pricing .price .note .mini-btn, #pricing .content-area .grid-wrap .grid-col .pricing .price .note .premiumFeatureLabel a, .premiumFeatureLabel #pricing .content-area .grid-wrap .grid-col .pricing .price .note a {
              display: inline-block;
              width: auto;
              margin: 0; }
        #pricing .content-area .grid-wrap .grid-col .features {
          display: none; }
        #pricing .content-area .grid-wrap .grid-col.expand .overview h2:after {
          content: '\f0d8'; }
        #pricing .content-area .grid-wrap .grid-col.expand .features {
          display: block;
          margin: 1rem; } }
    @media screen and (min-width: 51.25em) {
      #pricing .content-area .grid-wrap .grid-col {
        float: left;
        display: block;
        margin-right: 2.8571428571%;
        width: 31.4285714286%; }
        #pricing .content-area .grid-wrap .grid-col:last-child {
          margin-right: 0; }
        #pricing .content-area .grid-wrap .grid-col .overview {
          margin-top: .8rem;
          margin-bottom: 2.2rem; }
        #pricing .content-area .grid-wrap .grid-col .pricing .price {
          color: #747c75;
          font-size: 1.4rem;
          text-align: center;
          margin: 2.75rem 0 1rem;
          line-height: 1.1;
          min-height: 3.65rem; }
          #pricing .content-area .grid-wrap .grid-col .pricing .price strong {
            color: #196a73;
            font-size: 1.6rem;
            font-weight: 600; }
        #pricing .content-area .grid-wrap .grid-col .features {
          display: block; }
        #pricing .content-area .grid-wrap .grid-col.stand-out .overview {
          margin: 0 -.75rem 1rem; }
        #pricing .content-area .grid-wrap .grid-col.stand-out .pricing .price {
          margin: 1.75rem 0 1rem; } }

#sign-up .content-area {
  max-width: 57.5em; }
  #sign-up .content-area header {
    text-align: left; }

#sign-up form .subscription-plans .price {
  font-weight: 600;
  margin-left: .25rem; }

#sign-up form .subscription-plans .radio-group label {
  padding: .5rem .75rem;
  border: 1px solid #a0dce3;
  background-color: #e4f5f7;
  border-radius: 6px;
  line-height: 1.1;
  cursor: pointer; }
  #sign-up form .subscription-plans .radio-group label input {
    display: none; }
  #sign-up form .subscription-plans .radio-group label .price {
    display: block; }
  #sign-up form .subscription-plans .radio-group label:hover {
    background-color: #cfeef1; }
  #sign-up form .subscription-plans .radio-group label.checked {
    color: #ffffff;
    background-color: #45a49c; }

@media screen and (max-width: 51.1875em) {
  #sign-up form .subscription-plans .radio-group label + label {
    margin-top: 1rem; } }

@media screen and (min-width: 51.25em) {
  #sign-up form .subscription-plans .radio-group {
    display: block; }
    #sign-up form .subscription-plans .radio-group::after {
      clear: both;
      content: "";
      display: table; }
    #sign-up form .subscription-plans .radio-group label {
      float: left;
      display: block;
      margin-right: 2.8571428571%;
      width: 31.4285714286%; }
      #sign-up form .subscription-plans .radio-group label:last-child {
        margin-right: 0; } }

#stripePaymentForm label {
  display: block; }
  #stripePaymentForm label a {
    color: #49aea6; }
    #stripePaymentForm label a:hover {
      color: #398781; }

#stripePaymentForm .aside {
  display: none; }

#stripePaymentForm .plan {
  padding: 1rem 2rem 1rem 1rem; }
  #stripePaymentForm .plan .pricing h2 {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 54.2857142857%;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0; }
    #stripePaymentForm .plan .pricing h2:last-child {
      margin-right: 0; }
  #stripePaymentForm .plan .pricing .price {
    float: left;
    display: block;
    margin-right: 2.8571428571%;
    width: 42.8571428571%;
    color: #6A756B;
    font-size: 1.45rem;
    line-height: 1;
    margin-bottom: 0;
    text-align: right; }
    #stripePaymentForm .plan .pricing .price:last-child {
      margin-right: 0; }

@media screen and (min-width: 30em) {
  #stripePaymentForm .element-row {
    display: block; }
    #stripePaymentForm .element-row::after {
      clear: both;
      content: "";
      display: table; }
  #stripePaymentForm .element-group,
  #stripePaymentForm .split-column {
    float: left;
    display: block;
    margin-right: 2.5641025641%;
    width: 48.7179487179%; }
    #stripePaymentForm .element-group:last-child,
    #stripePaymentForm .split-column:last-child {
      margin-right: 0; }
    #stripePaymentForm .element-group:nth-child(2n),
    #stripePaymentForm .split-column:nth-child(2n) {
      margin-right: 0; }
    #stripePaymentForm .element-group:nth-child(2n+1),
    #stripePaymentForm .split-column:nth-child(2n+1) {
      clear: left; }
  #stripePaymentForm .exp-date span {
    display: block;
    clear: both; }
  #stripePaymentForm .exp-date input {
    width: 48%; }
    #stripePaymentForm .exp-date input.mm {
      float: left; }
    #stripePaymentForm .exp-date input.yyyy {
      float: right; } }

@media screen and (min-width: 60em) {
  #stripePaymentForm .form-actions {
    margin-top: 1rem; }
  #stripePaymentForm .aside.preview {
    float: right;
    display: block;
    margin-left: 5.2631578947%;
    width: 36.8421052632%; }
    #stripePaymentForm .aside.preview:last-child {
      margin-left: 0; }
    #stripePaymentForm .aside.preview .card-preview .jp-card-container {
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85);
      width: 100%;
      max-width: 280px; }
      #stripePaymentForm .aside.preview .card-preview .jp-card-container .jp-card {
        min-width: 100%; }
        #stripePaymentForm .aside.preview .card-preview .jp-card-container .jp-card .jp-card-front .jp-card-lower .jp-card-number {
          font-size: 19px; }
        #stripePaymentForm .aside.preview .card-preview .jp-card-container .jp-card .jp-card-name {
          font-size: 17px; }
  #stripePaymentForm .main {
    float: right;
    display: block;
    margin-left: 5.2631578947%;
    width: 57.8947368421%; }
    #stripePaymentForm .main:last-child {
      margin-left: 0; }
    #stripePaymentForm .main:nth-child(2n) {
      margin-left: 0; }
    #stripePaymentForm .main:nth-child(2n+1) {
      clear: right; } }

.carousel-theme {
  overflow: hidden;
  border-radius: 4px;
  z-index: 1; }
  .carousel-theme .owl-controls {
    margin: .5rem 2rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: .25rem 0;
    border-radius: 8px;
    position: absolute;
    bottom: .5rem;
    left: 0;
    right: 0;
    opacity: .35;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* Styling Next and Prev buttons */
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    /* Styling Pagination*/
    /* If PaginationNumbers is true */ }
    .carousel-theme .owl-controls:hover {
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.35); }
    .carousel-theme .owl-controls .owl-buttons {
      position: absolute;
      width: 100%;
      z-index: 140;
      top: 50%;
      transform: translateY(-50%); }
      .carousel-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline;
        /*IE7 life-saver */
        margin: 5px 10px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #6A756B;
        filter: Alpha(Opacity=50);
        /*IE7 fix*/
        opacity: 0.5; }
        .carousel-theme .owl-controls .owl-buttons div.owl-prev {
          float: left; }
        .carousel-theme .owl-controls .owl-buttons div.owl-next {
          float: right; }
    .carousel-theme .owl-controls.clickable .owl-buttons div:hover {
      filter: Alpha(Opacity=100);
      /*IE7 fix*/
      opacity: 1;
      text-decoration: none; }
    .carousel-theme .owl-controls .owl-pagination {
      z-index: 150;
      position: relative;
      display: inline-block;
      margin-top: 4px; }
    .carousel-theme .owl-controls .owl-page {
      display: inline-block;
      zoom: 1;
      *display: inline;
      /*IE7 life-saver */ }
    .carousel-theme .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      filter: Alpha(Opacity=50);
      /*IE7 fix*/
      opacity: 0.5;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #6A756B; }
    .carousel-theme .owl-controls .owl-page.active span,
    .carousel-theme .owl-controls.clickable .owl-page:hover span {
      filter: Alpha(Opacity=100);
      /*IE7 fix*/
      opacity: 1; }
    .carousel-theme .owl-controls .owl-page span.owl-numbers {
      height: auto;
      width: auto;
      color: #FFF;
      padding: 2px 10px;
      font-size: 12px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    @media screen and (max-width: 480px) {
      .carousel-theme .owl-controls {
        display: none !important; } }

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("../img/ajax_loader_gray_32.gif") no-repeat center center; }

#census .container {
  padding: 0 0 2rem; }

#census .content-area header {
  text-align: left;
  margin-bottom: 1rem; }
  #census .content-area header p {
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0; }

#census form.org-profile #content {
  height: 8.5rem; }

#census form .question {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Bitter", serif; }

#census form .form-element .split-element {
  float: left;
  display: block;
  margin-right: 2.1276595745%;
  width: 48.9361702128%; }
  #census form .form-element .split-element:last-child {
    margin-right: 0; }

#census form .form-element .dk,
#census form .form-element .alignedCheckbox {
  padding: .25rem .53333em; }

#census form .textblock .meter {
  background: none;
  padding: 7px 0;
  font-size: 11px;
  color: #6A756B;
  overflow: hidden;
  zoom: 1; }
  #census form .textblock .meter .meter_label {
    display: block;
    float: left;
    margin-right: 8px;
    line-height: 13px; }
    #census form .textblock .meter .meter_label strong {
      font-weight: 600; }
  #census form .textblock .meter .meter_bar {
    display: block;
    float: left;
    height: 12px;
    width: 250px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #ffffff;
    overflow: hidden; }
    #census form .textblock .meter .meter_bar b {
      display: block;
      height: 12px;
      width: 1%;
      background-color: #BAD431; }
  #census form .textblock .meter.warning .meter_bar b {
    background-color: #F6A226; }
  #census form .textblock .meter.alert .meter_label {
    color: #9B150D; }
  #census form .textblock .meter.alert .meter_bar b {
    background-color: #DC1D3E; }

#census #selectMdo .mdo-profile .box {
  border: 1px solid #d4d5d2;
  background-color: #f9f9f9;
  border-radius: 4px;
  padding: 1rem;
  margin: .5rem 0;
  position: relative; }
  #census #selectMdo .mdo-profile .box .pending::after {
    clear: both;
    content: "";
    display: table; }
  #census #selectMdo .mdo-profile .box .pending li {
    float: left; }
    #census #selectMdo .mdo-profile .box .pending li a {
      background-color: #a0dce3;
      color: #6A756B;
      padding: .25rem .5rem;
      border-radius: 6px;
      font-size: .75rem;
      line-height: 1; }
      #census #selectMdo .mdo-profile .box .pending li a:hover {
        background-color: #7ed0d9;
        color: #39443A; }
    #census #selectMdo .mdo-profile .box .pending li + li {
      margin-left: .5rem; }

#census section + section {
  border-top: 1px solid #dbdcda;
  margin-top: 2.5rem;
  padding-top: 2.25rem; }

#census section section {
  margin-top: 1.5rem; }
  #census section section + section {
    border-top: 1px solid #e9eae9;
    margin-top: 1.5rem;
    padding-top: 1.25rem; }

#census.survey #survey-header {
  padding: 0 0 .5rem; }
  #census.survey #survey-header::after {
    clear: both;
    content: "";
    display: table; }
  #census.survey #survey-header #progress-meter {
    height: 24px;
    top: 2px;
    position: relative;
    overflow: hidden;
    background-color: #f4f5f4;
    border-radius: 12px;
    border: 1px solid #a0dce3;
    margin-bottom: 1rem; }
    #census.survey #survey-header #progress-meter span {
      font-size: 10pt;
      color: #39443A;
      position: absolute;
      width: 100%;
      text-align: center;
      line-height: 24px;
      z-index: 2; }
    #census.survey #survey-header #progress-meter div {
      position: absolute;
      left: 0;
      top: -2px;
      height: 28px;
      background-color: #77CDD7;
      border-radius: 14px;
      z-index: 1; }
  @media screen and (max-width: 480px) {
    #census.survey #survey-header h1 {
      font-size: 1.45rem; } }

#census.survey header::after {
  clear: both;
  content: "";
  display: table; }

#census.survey header #section-memu {
  position: relative;
  float: right; }
  #census.survey header #section-memu::after {
    clear: both;
    content: "";
    display: table; }
  #census.survey header #section-memu .dropdown-trigger {
    float: right;
    padding: .25rem 1rem;
    border: 1px solid #77CDD7;
    border-radius: 4px;
    margin-right: .5rem; }
    #census.survey header #section-memu .dropdown-trigger:hover {
      background-color: #ddf3f5; }
  #census.survey header #section-memu .dropdown-menu {
    background-color: #77CDD7;
    border-radius: 4px;
    text-align: left;
    padding: .5rem;
    position: absolute;
    z-index: -1;
    top: 0;
    right: -900%;
    left: auto;
    bottom: auto;
    opacity: 0;
    width: 85vw;
    max-width: 600px;
    min-width: 200px;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
    #census.survey header #section-memu .dropdown-menu:before {
      border: solid transparent;
      border-bottom-color: #77CDD7;
      border-width: 6px;
      margin-left: -1px;
      bottom: 100%;
      z-index: 15;
      right: 30px;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    #census.survey header #section-memu .dropdown-menu li {
      float: none;
      background-color: #ffffff; }
      #census.survey header #section-memu .dropdown-menu li a {
        font-size: 1rem;
        display: block;
        padding: 0 2rem; }
      #census.survey header #section-memu .dropdown-menu li.active {
        background-color: #e7f0b7; }
        #census.survey header #section-memu .dropdown-menu li.active a {
          color: #357d78; }
          #census.survey header #section-memu .dropdown-menu li.active a:before {
            content: "\203A ";
            margin-right: .5rem;
            font-size: 1.4rem;
            line-height: 1; }
          #census.survey header #section-memu .dropdown-menu li.active a:hover {
            background-color: #e7f0b7; }
      #census.survey header #section-memu .dropdown-menu li.disabled {
        position: relative; }
        #census.survey header #section-memu .dropdown-menu li.disabled:before {
          content: " ";
          position: absolute;
          display: block;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: rgba(255, 255, 255, 0.45);
          z-index: -1; }
        #census.survey header #section-memu .dropdown-menu li.disabled a {
          color: #adb3ae; }
      #census.survey header #section-memu .dropdown-menu li + li {
        border-top: 1px solid #cfeef1;
        margin-left: 0; }
  #census.survey header #section-memu.open .dropdown-menu {
    top: 108%;
    right: 0;
    z-index: 1000;
    opacity: 1;
    float: none; }
    #census.survey header #section-memu.open .dropdown-menu a {
      display: block;
      padding: .25rem 1.5rem; }
      #census.survey header #section-memu.open .dropdown-menu a:hover {
        color: #357d78;
        background-color: #cfeef1; }

@media screen and (max-width: 480px) {
  #census.survey header #section-memu .btn-label {
    display: none; } }

#census.survey #survey-form::after {
  clear: both;
  content: "";
  display: table; }

#census.survey #survey-form fieldset {
  padding: 2rem 1rem; }

#census.survey #survey-form section {
  position: relative;
  padding-left: 2.85rem; }
  @media screen and (min-width: 60em) {
    #census.survey #survey-form section {
      padding-right: 1.5rem; } }
  #census.survey #survey-form section section {
    padding-left: 3.2rem; }
  #census.survey #survey-form section.form-footnote {
    padding: 0;
    text-align: right; }
    #census.survey #survey-form section.form-footnote .note {
      margin: 0; }

#census.survey #survey-form .skippable section {
  border-top: 1px solid #dbdcda;
  margin-top: 2.5rem;
  padding-top: 2.25rem; }

#census.survey #survey-form .skippable.firstQuestion > .skipMessage {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }
  #census.survey #survey-form .skippable.firstQuestion > .skipMessage + section {
    border-top: none;
    margin-top: 0;
    padding-top: 0; }

#census.survey #survey-form .skippable.skipped section,
#census.survey #survey-form .skippable.skipped .skippable {
  display: none; }
  #census.survey #survey-form .skippable.skipped section.skipMessage,
  #census.survey #survey-form .skippable.skipped .skippable.skipMessage {
    display: block; }

#census.survey #survey-form .skippable.show section:not(.skipMessage),
#census.survey #survey-form .skippable.show .skippable {
  display: block;
  position: relative; }
  #census.survey #survey-form .skippable.show section:not(.skipMessage):before,
  #census.survey #survey-form .skippable.show .skippable:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(249, 249, 249, 0.65);
    z-index: 20; }
  #census.survey #survey-form .skippable.show section:not(.skipMessage).skipped section,
  #census.survey #survey-form .skippable.show section:not(.skipMessage).skipped .skippable,
  #census.survey #survey-form .skippable.show .skippable.skipped section,
  #census.survey #survey-form .skippable.show .skippable.skipped .skippable {
    display: none; }
    #census.survey #survey-form .skippable.show section:not(.skipMessage).skipped section.skipMessage,
    #census.survey #survey-form .skippable.show section:not(.skipMessage).skipped .skippable.skipMessage,
    #census.survey #survey-form .skippable.show .skippable.skipped section.skipMessage,
    #census.survey #survey-form .skippable.show .skippable.skipped .skippable.skipMessage {
      display: block; }

#census.survey #survey-form .skippable.show .skipMessage .number {
  display: none; }

#census.survey #survey-form .skippable .skipMessage {
  display: none;
  padding-left: 4.5rem; }
  #census.survey #survey-form .skippable .skipMessage .question {
    color: #6A756B; }
    #census.survey #survey-form .skippable .skipMessage .question .number {
      color: #bce1ab;
      width: 3.5rem; }

#census.survey #survey-form .skippable + section {
  border-top: 1px solid #dbdcda;
  margin-top: 2.5rem;
  padding-top: 2.25rem; }

#census.survey #survey-form .question .number {
  position: absolute;
  display: block;
  color: #6ABD45;
  text-align: right;
  width: 1.75rem;
  left: 0; }

#census.survey #survey-form .question .note {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  margin: .1rem 0 0; }
  #census.survey #survey-form .question .note strong {
    font-weight: 600; }

#census.survey #survey-form .question em {
  background-color: #fef1de;
  color: #196a73;
  font-style: normal; }

#census.survey #survey-form .hasError .question {
  color: #650e08; }
  #census.survey #survey-form .hasError .question .number {
    color: #9B150D; }

#census.survey #survey-form .answer {
  margin-top: .5rem;
  position: relative; }
  #census.survey #survey-form .answer::after {
    clear: both;
    content: "";
    display: table; }
  #census.survey #survey-form .answer ol li + li {
    margin-top: .85rem; }
  #census.survey #survey-form .answer ol li input {
    display: inline-block; }
  #census.survey #survey-form .answer > .error-msg {
    top: 100%; }
    #census.survey #survey-form .answer > .error-msg:before {
      display: none; }
  #census.survey #survey-form .answer section {
    clear: both;
    margin-top: .5rem;
    padding-top: .5rem; }
    #census.survey #survey-form .answer section::after {
      clear: both;
      content: "";
      display: table; }
  #census.survey #survey-form .answer .columns {
    -webkit-columns: 3 8em;
    -moz-columns: 3 8em;
    columns: 3 8em; }

#census.survey #survey-form .footnote {
  margin: 1rem 1.55rem 0;
  text-indent: -1.1rem; }
  #census.survey #survey-form .footnote:before {
    content: '\f24a';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    line-height: 1;
    margin-right: 1px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    color: #6A756B; }
  #census.survey #survey-form .footnote.tip:before {
    content: '\f044';
    color: #1b727c; }
  #census.survey #survey-form .footnote.alert:before {
    content: '\f071';
    color: #9B150D; }

#census.survey #survey-form .checkbox-label {
  margin-left: 1.35rem;
  text-indent: -1.35rem;
  padding: 0; }

#census.survey #survey-form .form-element {
  margin-bottom: 0; }
  #census.survey #survey-form .form-element input[type="text"] {
    min-width: 200px; }
  #census.survey #survey-form .form-element textarea {
    height: 5em; }
  #census.survey #survey-form .form-element.other-value {
    margin-left: 1.5rem;
    margin-top: .35rem; }
  #census.survey #survey-form .form-element.other-content {
    display: none; }
    #census.survey #survey-form .form-element.other-content.displayField {
      display: block; }
  #census.survey #survey-form .form-element .singleValue {
    width: auto !important; }

#census.survey #survey-form .inline-elements .form-element {
  float: left;
  margin-right: .85rem;
  margin-bottom: .5rem; }
  #census.survey #survey-form .inline-elements .form-element.clear {
    clear: left; }
    #census.survey #survey-form .inline-elements .form-element.clear .alignedCheckbox {
      padding-left: 0; }
  #census.survey #survey-form .inline-elements .form-element .error-msg {
    width: 100%;
    min-width: 220px; }

@media screen and (min-width: 30em) {
  #census.survey #survey-form .split-elements .form-element {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%; }
    #census.survey #survey-form .split-elements .form-element:last-child {
      margin-right: 0; }
    #census.survey #survey-form .split-elements .form-element:nth-child(2n) {
      margin-right: 0; }
    #census.survey #survey-form .split-elements .form-element:nth-child(2n+1) {
      clear: left; } }

#census.survey #survey-form .side-label .form-element + .form-element {
  margin-top: .85rem; }

#census.survey #survey-form .side-label .form-element label {
  line-height: 1.4; }

#census.survey #survey-form .side-label .form-element.clear label,
#census.survey #survey-form .side-label .form-element.clear .item {
  width: 100%; }

@media screen and (min-width: 30em) {
  #census.survey #survey-form .side-label label,
  #census.survey #survey-form .side-label .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%; }
    #census.survey #survey-form .side-label label:last-child,
    #census.survey #survey-form .side-label .item:last-child {
      margin-right: 0; }
  #census.survey #survey-form .side-label.one-third label {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%; }
    #census.survey #survey-form .side-label.one-third label:last-child {
      margin-right: 0; }
  #census.survey #survey-form .side-label.one-third .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%; }
    #census.survey #survey-form .side-label.one-third .item:last-child {
      margin-right: 0; }
  #census.survey #survey-form .side-label.two-third label {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%; }
    #census.survey #survey-form .side-label.two-third label:last-child {
      margin-right: 0; }
  #census.survey #survey-form .side-label.two-third .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%; }
    #census.survey #survey-form .side-label.two-third .item:last-child {
      margin-right: 0; } }

#census.survey #survey-form table {
  font-size: .9rem; }
  #census.survey #survey-form table th, #census.survey #survey-form table td {
    padding: .8rem .2rem;
    border-bottom: 1px solid #B7B9B4; }
  #census.survey #survey-form table thead th {
    text-align: center; }
  #census.survey #survey-form table tbody th {
    text-align: center; }
  #census.survey #survey-form table tbody td.value input[type="text"],
  #census.survey #survey-form table tbody td .form-element input[type="text"] {
    margin: 0;
    min-width: inherit; }
  #census.survey #survey-form table tbody .grandtotal input {
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-weight: bold; }

#census.survey #survey-form .dynamicValue {
  font-style: normal;
  color: #196a73; }
  #census.survey #survey-form .dynamicValue.undefined {
    color: #979e97;
    background-color: transparent; }

#census.survey #survey-form .file-fields li {
  clear: both; }
  #census.survey #survey-form .file-fields li::after {
    clear: both;
    content: "";
    display: table; }
  #census.survey #survey-form .file-fields li input {
    display: inline-block;
    width: 280px; }
  #census.survey #survey-form .file-fields li .remove {
    margin-left: .25rem; }
  #census.survey #survey-form .file-fields li.existing-file {
    margin-bottom: .5rem; }
    #census.survey #survey-form .file-fields li.existing-file .filename {
      display: inline-block;
      padding: .125rem .5rem;
      width: 280px; }

#census.survey #survey-form .btn-row .button + .button, #census.survey #survey-form .btn-row #main-navigation nav.utility li.join a + .button, #main-navigation nav.utility li.join #census.survey #survey-form .btn-row a + .button, #census.survey #survey-form .btn-row #main-navigation nav.utility li.login a + .button, #main-navigation nav.utility li.login #census.survey #survey-form .btn-row a + .button, #census.survey #survey-form .btn-row .pagination ul li a + .button, .pagination ul li #census.survey #survey-form .btn-row a + .button, #census.survey #survey-form .btn-row .premiumFeatureLabel a + .button, .premiumFeatureLabel #census.survey #survey-form .btn-row a + .button, #census.survey #survey-form .btn-row #main-navigation nav.utility li.join .button + a, #main-navigation nav.utility li.join #census.survey #survey-form .btn-row .button + a, #census.survey #survey-form .btn-row #main-navigation nav.utility li.join a + a, #main-navigation nav.utility li.join #census.survey #survey-form .btn-row a + a, #main-navigation nav.utility li.login #census.survey #survey-form .btn-row li.join a + a, #main-navigation nav.utility #census.survey #survey-form .btn-row .pagination ul li.join a + a, #census.survey #survey-form .btn-row #main-navigation nav.utility li.login .button + a, #main-navigation nav.utility li.login #census.survey #survey-form .btn-row .button + a, #main-navigation nav.utility li.join #census.survey #survey-form .btn-row li.login a + a, #census.survey #survey-form .btn-row #main-navigation nav.utility li.login a + a, #main-navigation nav.utility li.login #census.survey #survey-form .btn-row a + a, #main-navigation nav.utility #census.survey #survey-form .btn-row .pagination ul li.login a + a, #census.survey #survey-form .btn-row .pagination ul li .button + a, .pagination ul li #census.survey #survey-form .btn-row .button + a, #census.survey #survey-form .btn-row .pagination ul li a + a, .pagination ul li #census.survey #survey-form .btn-row a + a, #census.survey #survey-form .btn-row .premiumFeatureLabel .pagination ul li a + a, .pagination ul li .premiumFeatureLabel #census.survey #survey-form .btn-row a + a, #census.survey #survey-form .btn-row .premiumFeatureLabel .button + a, .premiumFeatureLabel #census.survey #survey-form .btn-row .button + a, #census.survey #survey-form .btn-row #main-navigation nav.utility li.join .premiumFeatureLabel a + a, #main-navigation nav.utility li.join #census.survey #survey-form .btn-row .premiumFeatureLabel a + a, #census.survey #survey-form .btn-row #main-navigation nav.utility li.login .premiumFeatureLabel a + a, #main-navigation nav.utility li.login #census.survey #survey-form .btn-row .premiumFeatureLabel a + a, #census.survey #survey-form .btn-row .pagination ul li .premiumFeatureLabel a + a, .premiumFeatureLabel #census.survey #survey-form .btn-row .pagination ul li a + a, .pagination ul li #census.survey #survey-form .btn-row .premiumFeatureLabel a + a, .premiumFeatureLabel .pagination ul li #census.survey #survey-form .btn-row a + a, #census.survey #survey-form .btn-row .premiumFeatureLabel a + a, .premiumFeatureLabel #census.survey #survey-form .btn-row a + a {
  margin-left: .5rem; }

#census.census-summary section {
  position: relative;
  padding-left: 2.85rem; }
  @media screen and (min-width: 60em) {
    #census.census-summary section {
      padding-right: 1.5rem; } }
  #census.census-summary section section {
    padding-left: 3.2rem; }
  #census.census-summary section + section {
    margin-top: 1.5rem;
    padding-top: 1.25rem; }

#census.census-summary .question {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: "Bitter", serif; }
  #census.census-summary .question .number {
    position: absolute;
    display: block;
    color: #39443A;
    text-align: right;
    width: 1.75rem;
    left: 0; }

#census.census-summary .answer {
  margin-top: .5rem;
  position: relative;
  font-size: .95rem;
  line-height: 1.3; }
  #census.census-summary .answer::after {
    clear: both;
    content: "";
    display: table; }
  #census.census-summary .answer ol li + li {
    margin-top: .85rem; }
  #census.census-summary .answer ol li input {
    display: inline-block; }
  #census.census-summary .answer section {
    clear: both;
    margin-top: .5rem;
    padding-top: .5rem; }
    #census.census-summary .answer section::after {
      clear: both;
      content: "";
      display: table; }
  #census.census-summary .answer .columns {
    -webkit-columns: 3 8em;
    -moz-columns: 3 8em;
    columns: 3 8em; }

#census.census-summary .inline-elements .form-element {
  float: left;
  margin-right: .85rem;
  margin-bottom: .5rem; }
  #census.census-summary .inline-elements .form-element.clear {
    clear: left; }
    #census.census-summary .inline-elements .form-element.clear .alignedCheckbox {
      padding-left: 0; }
  #census.census-summary .inline-elements .form-element .error-msg {
    width: 100%;
    min-width: 220px; }

@media screen and (min-width: 30em) {
  #census.census-summary .split-elements .form-element {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%; }
    #census.census-summary .split-elements .form-element:last-child {
      margin-right: 0; }
    #census.census-summary .split-elements .form-element:nth-child(2n) {
      margin-right: 0; }
    #census.census-summary .split-elements .form-element:nth-child(2n+1) {
      clear: left; } }

#census.census-summary .side-label .form-element + .form-element {
  margin-top: .85rem; }

#census.census-summary .side-label .form-element label {
  line-height: 1.4; }

#census.census-summary .side-label .form-element.clear label,
#census.census-summary .side-label .form-element.clear .item {
  width: 100%; }

@media screen and (min-width: 30em) {
  #census.census-summary .side-label label,
  #census.census-summary .side-label .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 47.8260869565%; }
    #census.census-summary .side-label label:last-child,
    #census.census-summary .side-label .item:last-child {
      margin-right: 0; }
  #census.census-summary .side-label.one-third label {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%; }
    #census.census-summary .side-label.one-third label:last-child {
      margin-right: 0; }
  #census.census-summary .side-label.one-third .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%; }
    #census.census-summary .side-label.one-third .item:last-child {
      margin-right: 0; }
  #census.census-summary .side-label.two-third label {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 65.2173913043%; }
    #census.census-summary .side-label.two-third label:last-child {
      margin-right: 0; }
  #census.census-summary .side-label.two-third .item {
    float: left;
    display: block;
    margin-right: 4.347826087%;
    width: 30.4347826087%; }
    #census.census-summary .side-label.two-third .item:last-child {
      margin-right: 0; } }

.census-complete .note {
  padding: .75rem 1rem .75rem 1.55rem;
  text-indent: -1.1rem;
  background-color: #ffffff;
  border-radius: 6px; }
  .census-complete .note:before {
    content: '\f24a';
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1em;
    line-height: 1;
    margin-right: 1px;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    color: #6A756B; }
  .census-complete .note.tip:before {
    content: '\f044';
    color: #1b727c; }
  .census-complete .note.alert:before {
    content: '\f071';
    color: #9B150D; }

@media print {
  @page {
    margin: .5cm 1.5cm; }
  html {
    -webkit-text-size-adjust: 100%;
    font-size: 65%; }
    html * {
      color: #000000 !important; }
  .page .container .content-area {
    max-width: none !important; }
  #main-navigation {
    padding: 0;
    border: none; }
    #main-navigation .branding .icon.mt {
      width: 45px;
      height: 45px;
      margin: 5px;
      overflow: hidden; }
      #main-navigation .branding .icon.mt img {
        width: 45px;
        height: 45px; }
    #main-navigation .branding .mt-textOnly {
      text-indent: 0;
      width: auto;
      height: auto;
      line-height: 50px; }
    #main-navigation .menu-wrapper,
    #main-navigation .mobile-menu {
      display: none; }
  #footer nav.footer {
    display: none; }
  #footer .content-area {
    padding: 0; }
    #footer .content-area .main .logos {
      display: none; }
    #footer .content-area .main nav.legal {
      margin-top: 0; }
      #footer .content-area .main nav.legal .legal-menu {
        display: none; } }
