/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,500i,700,700i,800,800i,900,900i|Roboto+Mono:400,700';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Base styles include setting heading sizes, default link styles, default font styles, and body backgrounds. There should be no need to use !important in a Base style. */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

button {
  border: 1px solid #222222;
  background-color: #fff;
  color: #222222;
  line-height: 1.4em;
  font-size: 0.9em;
  padding: 3px 10px 2px 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px auto; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?pds9fd");
  src: url("../fonts/icomoon.eot?pds9fd#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?pds9fd") format("truetype"), url("../fonts/icomoon.woff?pds9fd") format("woff"), url("../fonts/icomoon.svg?pds9fd#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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; }

.icon-file-text2:before {
  content: "\e926"; }

.icon-spinner:before {
  content: "\e97a"; }

.icon-spinner2:before {
  content: "\e97b"; }

.icon-spinner3:before {
  content: "\e97c"; }

.icon-spinner5:before {
  content: "\e97e"; }

.icon-spinner6:before {
  content: "\e97f"; }

.icon-spinner7:before {
  content: "\e980"; }

.icon-spinner8:before {
  content: "\e981"; }

.icon-spinner9:before {
  content: "\e982"; }

.icon-spinner10:before {
  content: "\e983"; }

.icon-spinner11:before {
  content: "\e984"; }

.icon-search:before {
  content: "\e986"; }

.icon-zoom-in:before {
  content: "\e987"; }

.icon-zoom-out:before {
  content: "\e988"; }

.icon-equalizer:before {
  content: "\e992"; }

.icon-equalizer2:before {
  content: "\e993"; }

.icon-cog:before {
  content: "\e994"; }

.icon-cogs:before {
  content: "\e995"; }

.icon-pie-chart:before {
  content: "\e99a"; }

.icon-stats-dots:before {
  content: "\e99b"; }

.icon-stats-bars:before {
  content: "\e99c"; }

.icon-stats-bars2:before {
  content: "\e99d"; }

.icon-tree:before {
  content: "\e9bc"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-warning:before {
  content: "\ea07"; }

.icon-notification:before {
  content: "\ea08"; }

.icon-question:before {
  content: "\ea09"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-blocked:before {
  content: "\ea0e"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-checkbox-unchecked:before {
  content: "\ea53"; }

.icon-radio-checked:before {
  content: "\ea54"; }

.icon-radio-checked2:before {
  content: "\ea55"; }

.icon-radio-unchecked:before {
  content: "\ea56"; }

.icon-table:before {
  content: "\ea70"; }

.icon-table2:before {
  content: "\ea71"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-new-tab:before {
  content: "\ea7e"; }

/* Major layout styles, minor layout are modules */
.l-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .l-modal .l-card {
    max-width: 33%; }
  .l-modal select {
    width: 100%;
    padding: 10px; }

.l-menuContainer {
  position: fixed;
  left: 0px;
  height: 100%;
  width: 160px; }

.l-contentContainer {
  width: calc(100% - 160px);
  height: 100%;
  overflow-y: scroll;
  left: 160px;
  position: absolute;
  padding-bottom: 2em; }

.l-flexContainer.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.l-flexContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto; }

.l-flexContainer.spaceAround {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-flexContainer:first-child {
  margin-top: 0; }

.l-colContainer {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  column-gap: 1em; }

.l-colContainer.col2 {
  -webkit-column-count: 2;
  column-count: 2; }

.l-card {
  /*

	*/ }

.l-colContainer .l-card {
  width: 100%;
  margin: 0 0 1em;
  position: relative;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.l-flexContainer .l-card {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 1em);
  flex: 1 1 calc(33.33% - 1em);
  max-width: calc(33.33% - 1em);
  margin-bottom: 1em; }

.l-flexContainer .l-card.small {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(25% - 1em);
  flex: 1 1 calc(25% - 1em);
  max-width: calc(25% - 1em);
  margin-bottom: 1em; }

.l-flexContainer .l-card.half {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 1em);
  flex: 1 1 calc(50% - 1em);
  max-width: calc(50% - 1em); }

.l-flexContainer .l-card.wide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(66.66% - 0.5em);
  flex: 1 1 calc(66.66% - 0.5em);
  max-width: calc(66.66% - 0.5em); }

.l-flexContainer .l-card.all {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100%);
  flex: 1 1 calc(100%);
  max-width: calc(100%); }

.l-cardTitle {
  padding: 20px;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #efeff0; }

.l-cardSection {
  padding: 10px 20px; }
  .l-cardSection table {
    width: 100%; }
    .l-cardSection table td {
      border: 1px solid #efeff0;
      padding: 0.5em; }
    .l-cardSection table thead td {
      font-weight: bold;
      cursor: pointer; }

.l-cardSectionCols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .l-cardSectionCols .l-cardLeftCol {
    border-right: 1px solid #efeff0; }
  .l-cardSectionCols .l-cardLeftCol.no-border {
    border-right: none; }
  .l-cardSectionCols .l-cardLeftCol,
  .l-cardSectionCols .l-cardRightCol {
    padding: 10px 20px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; }

.l-cardSectionCols.center,
.l-cardSectionCols.l-cardLeftCol.center,
.l-cardSectionCols.l-cardRightCol.center {
  text-align: center; }

.l-cardSection.center {
  text-align: center; }

.l-card.hide {
  opacity: 0; }

.l-card.exactFit {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

@media (max-width: 767px) {
  .l-flexContainer .l-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
    max-width: calc(100%);
    margin-bottom: 1em; }
  .l-flexContainer .l-card.small {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
    max-width: calc(100%); }
  .l-flexContainer .l-card.half {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
    max-width: calc(100%); }
  .l-flexContainer .l-card.wide {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
    max-width: calc(100%); }
  .l-flexContainer .l-card.all {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100%);
    flex: 1 1 calc(100%);
    max-width: calc(100%); } }

.app-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 960px;
  margin: 10px auto;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .app-container .app-detail {
    width: 100%;
    max-width: 320px;
    margin: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .app-container .app-detail .app-title {
      font-size: 125%;
      font-weight: bold;
      text-align: center; }
    .app-container .app-detail .app-version {
      font-size: 85%;
      font-style: italic;
      text-align: center; }
    .app-container .app-detail .app-icon {
      margin: 10px 0px; }
      .app-container .app-detail .app-icon img {
        width: 100%;
        -webkit-box-shadow: 0px 10px 0px #999999;
        box-shadow: 0px 10px 0px #999999;
        border-radius: 25px; }
    .app-container .app-detail .app-download {
      font-weight: bold;
      text-align: center;
      margin-top: 20px; }

/* A state is something that augments and overrides all other styles. For example, an accordion section may be in a collapsed or expanded state. A message may be in a success or error state. */
button.is-disabled {
  opacity: 0.4;
  color: #F5F2EB;
  background-color: #878581; }

html, body {
  font-family: "Open Sans", sans-serif;
  background-color: #efeff0;
  height: auto; }

h1 {
  text-align: center; }

.sampleDownload {
  text-align: right;
  margin-bottom: 5px;
  font-size: 75%;
  margin-right: 15px; }

.results table,
.unit {
  background-color: #fff; }

a.btn {
  text-decoration: none; }

.btn {
  display: block;
  /*border-radius: 20px;*/
  border: 1px solid black;
  padding: 10px 20px;
  text-align: center;
  margin: 10px auto;
  position: relative; }

.btn.small {
  padding: 5px 8px;
  font-size: 75%; }

.btn.inline-btn {
  display: inline-block;
  width: auto;
  margin: 10px 20px;
  min-width: 120px; }

.majorBtn {
  width: 100%;
  font-size: 1.4em;
  /*border-radius: 5px;*/
  padding: 0.65em;
  margin: 0;
  line-height: 1.8em;
  border: none;
  display: block;
  text-align: center;
  text-decoration: none; }

.leftText {
  text-align: left; }

.centerText {
  text-align: center; }

.rightText {
  text-align: right; }

.metric {
  font-weight: bold;
  font-size: 1.4em; }

button[type='button'] {
  width: 100%;
  text-transform: none;
  font-weight: normal;
  font-size: 1.0em; }

.btn.blue,
.majorBtn.blue {
  background-color: #0a95dd;
  border: none;
  color: #fff; }

.btn.red,
.majorBtn.red {
  background-color: #D93654;
  border: none;
  color: #fff; }

.btn.purple,
.majorBtn.purple {
  background-color: #4F4D8C;
  border: none;
  color: #fff; }

.btn.green,
.majorBtn.green {
  background-color: #0DDB00;
  border: none;
  color: #fff; }

.btn.outline,
.majorBtn.outline {
  border: 1px dashed #fff;
  color: #222;
  background-color: rgba(55, 55, 55, 0.1); }

.btn.add::after,
.majorBtn.add::after {
  font-family: 'icomoon';
  content: '\ea0a';
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 0.7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.7; }

select.blue {
  background-color: #0a95dd;
  color: #fff; }

#run-sim {
  background-color: #0DDB00;
  color: #fff; }

#run-sim.is-disabled {
  background-color: #cccccc;
  color: #efeff0; }

.text-no-transform {
  text-transform: none; }

.analysis-title {
  font-size: 1.4em;
  font-weight: 300;
  text-align: center;
  margin-top: 0em; }
  .analysis-title span {
    font-weight: normal; }

canvas {
  margin-bottom: 1em;
  display: block; }

.not-eval {
  position: relative; }

.not-eval::before {
  content: 'WebCATSim Full Version Only';
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 0.5; }

.not-eval::after {
  content: '';
  background: url(../img/patterns/ps_neutral.png);
  background-position: center;
  background-repeat: repeat;
  opacity: 0.75;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100; }

.completeMark::after {
  content: "\ea10";
  font-family: 'icomoon';
  color: #0DDB00;
  padding-left: 0.2em; }

.fullOnlyMark::after {
  content: "\e9d9";
  font-family: 'icomoon';
  color: #ffc000;
  padding-left: 0.2em; }

#eval-watermark {
  position: fixed;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding: 0.5em;
  background-color: #0DDB00;
  color: #fff;
  font-weight: 300;
  z-index: 998; }
  #eval-watermark a {
    color: #fff; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  /* CUSTOM PRINT CSS */
  .l-card {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 calc(100%) !important;
    flex: 1 1 calc(100%) !important;
    max-width: calc(100%) !important;
    page-break-inside: avoid; }
  .l-modal,
  .l-menuContainer {
    display: none; }
  .l-contentContainer {
    width: 100%;
    height: auto;
    left: 0px; }
  canvas {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .printOnly {
    display: block !important;
    page-break-inside: avoid;
    width: 100%; }
  .not-eval .printOnly {
    display: none !important; } }

@media screen {
  .printOnly {
    display: none; } }

/*# sourceMappingURL=main.css.map */