@charset "UTF-8";
/* #Imports
 * ================================================== */
/* #Reset & Basics (Inspired by E. Meyers)
 * ================================================== */
/* line 5, ../sass/basics/_resets.sass */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, button, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* line 12, ../sass/basics/_resets.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* blockquote, q
 * quotes: none */
/* blockquote
 * &:before, &:after
 *   content: ''
 *   content: none */
/* q
 * &:before, &:after
 *   content: ''
 *   content: none */
/* line 30, ../sass/basics/_resets.sass */
table {
  border-spacing: 0;
}

/* #Mozilla fixes
 * ================================================== */
/* line 9, ../sass/basics/_forms.sass */
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 14, ../sass/basics/_forms.sass */
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* #Buttons
 * ================================================== */
/* line 28, ../sass/basics/_forms.sass */
input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  margin: 0px;
  background: #30AEBB;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 40px;
  padding: 0 50px;
}
/* line 47, ../sass/basics/_forms.sass */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #229DAA;
  cursor: pointer;
}
/* line 50, ../sass/basics/_forms.sass */
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}

/* #Input
 * ================================================== */
/* line 59, ../sass/basics/_forms.sass */
input[type="text"], input[type="password"], input[type="email"] {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #000;
  border: 0px;
  font-size: 16px;
  padding: 8px 0;
  text-indent: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05), 1px 1px 1px #fff;
  margin: 0px;
}
/* line 71, ../sass/basics/_forms.sass */
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus {
  outline: none;
}

/* line 74, ../sass/basics/_forms.sass */
input[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #555555;
}

/* line 80, ../sass/basics/_forms.sass */
input.invalid[type="text"], input.invalid[type="password"], input.invalid[type="email"] {
  background: #ffd5d5;
}

/* line 84, ../sass/basics/_forms.sass */
input[type="checkbox"] {
  margin: 0px;
  padding: 0px;
  height: 20px;
  width: 20px;
  border: 2px solid #ccc;
  background: #eee;
}

/* #Textarea
 * ================================================== */
/* line 96, ../sass/basics/_forms.sass */
textarea, select {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: normal;
  width: 100%;
  border: 1px #ccc solid;
  padding: 0px;
  outline: none;
  background: #fff;
  color: #000;
  width: 200px;
  border: 0px;
  font-size: 16px;
  padding: 8px 0;
  text-indent: 8px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.05), 1px 1px 1px #fff;
  margin: 0px;
  resize: none;
}
/* line 120, ../sass/basics/_forms.sass */
textarea:focus, select:focus {
  outline: none;
}

/* line 123, ../sass/basics/_forms.sass */
textarea {
  text-indent: 0px;
  padding: 8px;
}

/* line 127, ../sass/basics/_forms.sass */
select {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 161px;
  color: #666;
  background: #fff;
  width: 200px;
  height: 36px;
  overflow: hidden;
  padding: 0 35px 0 0;
  box-shadow: 0px 1px 0px #fff;
  -webkit-appearance: none;
  background-image: url("/static/img/select.png");
  background-repeat: no-repeat;
  background-position: right;
  appearance: none;
}
/* line 142, ../sass/basics/_forms.sass */
select:hover {
  cursor: pointer;
}

/* line 145, ../sass/basics/_forms.sass */
.formElement {
  margin-bottom: 9px;
}

/* line 148, ../sass/basics/_forms.sass */
.inputLabel {
  height: 38px;
  line-height: 38px;
  margin-bottom: 5px;
}
/* line 152, ../sass/basics/_forms.sass */
.inputLabel label {
  display: inline;
  float: left;
}
/* line 155, ../sass/basics/_forms.sass */
.inputLabel span {
  float: right;
  margin: 0 auto;
  color: #6f6f6f;
}
/* line 159, ../sass/basics/_forms.sass */
.inputLabel input, .inputLabel select {
  float: right;
  width: 60%;
}

/* line 162, ../sass/basics/_forms.sass */
.inputBorders {
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/static/fonts/glyphiconshalflings-regular.eot");
  src: url("/static/fonts/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glyphiconshalflings-regular.woff") format("woff"), url("/static/fonts/glyphiconshalflings-regular.ttf") format("truetype"), url("/static/fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-style: normal;
  font-weight: normal;
}
/* line 8, ../sass/basics/_glyphicons.sass */
.glyphicon, .tuva-icon.filter:before, .tuva-icon.functions:before, .tuva-icon.download:before, .tuva-icon.menu:before, .tuva-icon.help:before {
  vertical-align: middle;
}

/* line 11, ../sass/basics/_glyphicons.sass */
.glyphicon:before, .tuva-icon.filter:before, .tuva-icon.functions:before, .tuva-icon.download:before, .tuva-icon.menu:before, .tuva-icon.help:before {
  font-family: "Glyphicons Halflings";
  font-style: normal;
}

/* line 17, ../sass/basics/_glyphicons.sass */
.glyphicon-asterisk:before {
  content: "*";
}

/* line 20, ../sass/basics/_glyphicons.sass */
.glyphicon-plus:before {
  content: "+";
}

/* line 23, ../sass/basics/_glyphicons.sass */
.glyphicon-euro,
.glyphicon-eur:before {
  content: "€";
}

/* line 28, ../sass/basics/_glyphicons.sass */
.glyphicon-minus:before {
  content: "−";
}

/* line 31, ../sass/basics/_glyphicons.sass */
.glyphicon-cloud:before {
  content: "☁";
}

/* line 34, ../sass/basics/_glyphicons.sass */
.glyphicon-envelope:before {
  content: "✉";
}

/* line 37, ../sass/basics/_glyphicons.sass */
.glyphicon-pencil:before {
  content: "✏";
}

/* line 40, ../sass/basics/_glyphicons.sass */
.glyphicon-glass:before {
  content: "";
}

/* line 43, ../sass/basics/_glyphicons.sass */
.glyphicon-music:before {
  content: "";
}

/* line 46, ../sass/basics/_glyphicons.sass */
.glyphicon-search:before {
  content: "";
}

/* line 49, ../sass/basics/_glyphicons.sass */
.glyphicon-heart:before {
  content: "";
}

/* line 52, ../sass/basics/_glyphicons.sass */
.glyphicon-star:before {
  content: "";
}

/* line 55, ../sass/basics/_glyphicons.sass */
.glyphicon-star-empty:before {
  content: "";
}

/* line 58, ../sass/basics/_glyphicons.sass */
.glyphicon-user:before {
  content: "";
}

/* line 61, ../sass/basics/_glyphicons.sass */
.glyphicon-film:before {
  content: "";
}

/* line 64, ../sass/basics/_glyphicons.sass */
.glyphicon-th-large:before {
  content: "";
}

/* line 67, ../sass/basics/_glyphicons.sass */
.glyphicon-th:before {
  content: "";
}

/* line 70, ../sass/basics/_glyphicons.sass */
.glyphicon-th-list:before {
  content: "";
}

/* line 73, ../sass/basics/_glyphicons.sass */
.glyphicon-ok:before {
  content: "";
}

/* line 76, ../sass/basics/_glyphicons.sass */
.glyphicon-remove:before {
  content: "";
}

/* line 79, ../sass/basics/_glyphicons.sass */
.glyphicon-zoom-in:before {
  content: "";
}

/* line 82, ../sass/basics/_glyphicons.sass */
.glyphicon-zoom-out:before {
  content: "";
}

/* line 85, ../sass/basics/_glyphicons.sass */
.glyphicon-off:before {
  content: "";
}

/* line 88, ../sass/basics/_glyphicons.sass */
.glyphicon-signal:before {
  content: "";
}

/* line 91, ../sass/basics/_glyphicons.sass */
.glyphicon-cog:before {
  content: "";
}

/* line 94, ../sass/basics/_glyphicons.sass */
.glyphicon-trash:before {
  content: "";
}

/* line 97, ../sass/basics/_glyphicons.sass */
.glyphicon-home:before {
  content: "";
}

/* line 100, ../sass/basics/_glyphicons.sass */
.glyphicon-file:before {
  content: "";
}

/* line 103, ../sass/basics/_glyphicons.sass */
.glyphicon-time:before {
  content: "";
}

/* line 106, ../sass/basics/_glyphicons.sass */
.glyphicon-road:before {
  content: "";
}

/* line 109, ../sass/basics/_glyphicons.sass */
.glyphicon-download-alt:before {
  content: "";
}

/* line 112, ../sass/basics/_glyphicons.sass */
.glyphicon-download:before {
  content: "";
}

/* line 115, ../sass/basics/_glyphicons.sass */
.glyphicon-upload:before {
  content: "";
}

/* line 118, ../sass/basics/_glyphicons.sass */
.glyphicon-inbox:before {
  content: "";
}

/* line 121, ../sass/basics/_glyphicons.sass */
.glyphicon-play-circle:before {
  content: "";
}

/* line 124, ../sass/basics/_glyphicons.sass */
.glyphicon-repeat:before {
  content: "";
}

/* line 127, ../sass/basics/_glyphicons.sass */
.glyphicon-refresh:before {
  content: "";
}

/* line 130, ../sass/basics/_glyphicons.sass */
.glyphicon-list-alt:before {
  content: "";
}

/* line 133, ../sass/basics/_glyphicons.sass */
.glyphicon-lock:before {
  content: "";
}

/* line 136, ../sass/basics/_glyphicons.sass */
.glyphicon-flag:before {
  content: "";
}

/* line 139, ../sass/basics/_glyphicons.sass */
.glyphicon-headphones:before {
  content: "";
}

/* line 142, ../sass/basics/_glyphicons.sass */
.glyphicon-volume-off:before {
  content: "";
}

/* line 145, ../sass/basics/_glyphicons.sass */
.glyphicon-volume-down:before {
  content: "";
}

/* line 148, ../sass/basics/_glyphicons.sass */
.glyphicon-volume-up:before {
  content: "";
}

/* line 151, ../sass/basics/_glyphicons.sass */
.glyphicon-qrcode:before {
  content: "";
}

/* line 154, ../sass/basics/_glyphicons.sass */
.glyphicon-barcode:before {
  content: "";
}

/* line 157, ../sass/basics/_glyphicons.sass */
.glyphicon-tag:before {
  content: "";
}

/* line 160, ../sass/basics/_glyphicons.sass */
.glyphicon-tags:before {
  content: "";
}

/* line 163, ../sass/basics/_glyphicons.sass */
.glyphicon-book:before {
  content: "";
}

/* line 166, ../sass/basics/_glyphicons.sass */
.glyphicon-bookmark:before {
  content: "";
}

/* line 169, ../sass/basics/_glyphicons.sass */
.glyphicon-print:before {
  content: "";
}

/* line 172, ../sass/basics/_glyphicons.sass */
.glyphicon-camera:before {
  content: "";
}

/* line 175, ../sass/basics/_glyphicons.sass */
.glyphicon-font:before {
  content: "";
}

/* line 178, ../sass/basics/_glyphicons.sass */
.glyphicon-bold:before {
  content: "";
}

/* line 181, ../sass/basics/_glyphicons.sass */
.glyphicon-italic:before {
  content: "";
}

/* line 184, ../sass/basics/_glyphicons.sass */
.glyphicon-text-height:before {
  content: "";
}

/* line 187, ../sass/basics/_glyphicons.sass */
.glyphicon-text-width:before {
  content: "";
}

/* line 190, ../sass/basics/_glyphicons.sass */
.glyphicon-align-left:before {
  content: "";
}

/* line 193, ../sass/basics/_glyphicons.sass */
.glyphicon-align-center:before {
  content: "";
}

/* line 196, ../sass/basics/_glyphicons.sass */
.glyphicon-align-right:before {
  content: "";
}

/* line 199, ../sass/basics/_glyphicons.sass */
.glyphicon-align-justify:before {
  content: "";
}

/* line 202, ../sass/basics/_glyphicons.sass */
.glyphicon-list:before {
  content: "";
}

/* line 205, ../sass/basics/_glyphicons.sass */
.glyphicon-indent-left:before {
  content: "";
}

/* line 208, ../sass/basics/_glyphicons.sass */
.glyphicon-indent-right:before {
  content: "";
}

/* line 211, ../sass/basics/_glyphicons.sass */
.glyphicon-facetime-video:before {
  content: "";
}

/* line 214, ../sass/basics/_glyphicons.sass */
.glyphicon-picture:before {
  content: "";
}

/* line 217, ../sass/basics/_glyphicons.sass */
.glyphicon-map-marker:before {
  content: "";
}

/* line 220, ../sass/basics/_glyphicons.sass */
.glyphicon-adjust:before {
  content: "";
}

/* line 223, ../sass/basics/_glyphicons.sass */
.glyphicon-tint:before {
  content: "";
}

/* line 226, ../sass/basics/_glyphicons.sass */
.glyphicon-edit:before {
  content: "";
}

/* line 229, ../sass/basics/_glyphicons.sass */
.glyphicon-share:before {
  content: "";
}

/* line 232, ../sass/basics/_glyphicons.sass */
.glyphicon-check:before {
  content: "";
}

/* line 235, ../sass/basics/_glyphicons.sass */
.glyphicon-move:before {
  content: "";
}

/* line 238, ../sass/basics/_glyphicons.sass */
.glyphicon-step-backward:before {
  content: "";
}

/* line 241, ../sass/basics/_glyphicons.sass */
.glyphicon-fast-backward:before {
  content: "";
}

/* line 244, ../sass/basics/_glyphicons.sass */
.glyphicon-backward:before {
  content: "";
}

/* line 247, ../sass/basics/_glyphicons.sass */
.glyphicon-play:before {
  content: "";
}

/* line 250, ../sass/basics/_glyphicons.sass */
.glyphicon-pause:before {
  content: "";
}

/* line 253, ../sass/basics/_glyphicons.sass */
.glyphicon-stop:before {
  content: "";
}

/* line 256, ../sass/basics/_glyphicons.sass */
.glyphicon-forward:before {
  content: "";
}

/* line 259, ../sass/basics/_glyphicons.sass */
.glyphicon-fast-forward:before {
  content: "";
}

/* line 262, ../sass/basics/_glyphicons.sass */
.glyphicon-step-forward:before {
  content: "";
}

/* line 265, ../sass/basics/_glyphicons.sass */
.glyphicon-eject:before {
  content: "";
}

/* line 268, ../sass/basics/_glyphicons.sass */
.glyphicon-chevron-left:before {
  content: "";
}

/* line 271, ../sass/basics/_glyphicons.sass */
.glyphicon-chevron-right:before {
  content: "";
}

/* line 274, ../sass/basics/_glyphicons.sass */
.glyphicon-plus-sign:before {
  content: "";
}

/* line 277, ../sass/basics/_glyphicons.sass */
.glyphicon-minus-sign:before {
  content: "";
}

/* line 280, ../sass/basics/_glyphicons.sass */
.glyphicon-remove-sign:before {
  content: "";
}

/* line 283, ../sass/basics/_glyphicons.sass */
.glyphicon-ok-sign:before {
  content: "";
}

/* line 286, ../sass/basics/_glyphicons.sass */
.glyphicon-question-sign:before, .tuva-icon.help:before {
  content: "";
}

/* line 289, ../sass/basics/_glyphicons.sass */
.glyphicon-info-sign:before {
  content: "";
}

/* line 292, ../sass/basics/_glyphicons.sass */
.glyphicon-screenshot:before {
  content: "";
}

/* line 295, ../sass/basics/_glyphicons.sass */
.glyphicon-remove-circle:before {
  content: "";
}

/* line 298, ../sass/basics/_glyphicons.sass */
.glyphicon-ok-circle:before {
  content: "";
}

/* line 301, ../sass/basics/_glyphicons.sass */
.glyphicon-ban-circle:before {
  content: "";
}

/* line 304, ../sass/basics/_glyphicons.sass */
.glyphicon-arrow-left:before {
  content: "";
}

/* line 307, ../sass/basics/_glyphicons.sass */
.glyphicon-arrow-right:before {
  content: "";
}

/* line 310, ../sass/basics/_glyphicons.sass */
.glyphicon-arrow-up:before {
  content: "";
}

/* line 313, ../sass/basics/_glyphicons.sass */
.glyphicon-arrow-down:before {
  content: "";
}

/* line 316, ../sass/basics/_glyphicons.sass */
.glyphicon-share-alt:before {
  content: "";
}

/* line 319, ../sass/basics/_glyphicons.sass */
.glyphicon-resize-full:before {
  content: "";
}

/* line 322, ../sass/basics/_glyphicons.sass */
.glyphicon-resize-small:before {
  content: "";
}

/* line 325, ../sass/basics/_glyphicons.sass */
.glyphicon-exclamation-sign:before {
  content: "";
}

/* line 328, ../sass/basics/_glyphicons.sass */
.glyphicon-gift:before {
  content: "";
}

/* line 331, ../sass/basics/_glyphicons.sass */
.glyphicon-leaf:before {
  content: "";
}

/* line 334, ../sass/basics/_glyphicons.sass */
.glyphicon-fire:before {
  content: "";
}

/* line 337, ../sass/basics/_glyphicons.sass */
.glyphicon-eye-open:before {
  content: "";
}

/* line 340, ../sass/basics/_glyphicons.sass */
.glyphicon-eye-close:before {
  content: "";
}

/* line 343, ../sass/basics/_glyphicons.sass */
.glyphicon-warning-sign:before {
  content: "";
}

/* line 346, ../sass/basics/_glyphicons.sass */
.glyphicon-plane:before {
  content: "";
}

/* line 349, ../sass/basics/_glyphicons.sass */
.glyphicon-calendar:before {
  content: "";
}

/* line 352, ../sass/basics/_glyphicons.sass */
.glyphicon-random:before {
  content: "";
}

/* line 355, ../sass/basics/_glyphicons.sass */
.glyphicon-comment:before {
  content: "";
}

/* line 358, ../sass/basics/_glyphicons.sass */
.glyphicon-magnet:before {
  content: "";
}

/* line 361, ../sass/basics/_glyphicons.sass */
.glyphicon-chevron-up:before {
  content: "";
}

/* line 364, ../sass/basics/_glyphicons.sass */
.glyphicon-chevron-down:before {
  content: "";
}

/* line 367, ../sass/basics/_glyphicons.sass */
.glyphicon-retweet:before {
  content: "";
}

/* line 370, ../sass/basics/_glyphicons.sass */
.glyphicon-shopping-cart:before {
  content: "";
}

/* line 373, ../sass/basics/_glyphicons.sass */
.glyphicon-folder-close:before {
  content: "";
}

/* line 376, ../sass/basics/_glyphicons.sass */
.glyphicon-folder-open:before {
  content: "";
}

/* line 379, ../sass/basics/_glyphicons.sass */
.glyphicon-resize-vertical:before {
  content: "";
}

/* line 382, ../sass/basics/_glyphicons.sass */
.glyphicon-resize-horizontal:before {
  content: "";
}

/* line 385, ../sass/basics/_glyphicons.sass */
.glyphicon-hdd:before {
  content: "";
}

/* line 388, ../sass/basics/_glyphicons.sass */
.glyphicon-bullhorn:before {
  content: "";
}

/* line 391, ../sass/basics/_glyphicons.sass */
.glyphicon-bell:before {
  content: "";
}

/* line 394, ../sass/basics/_glyphicons.sass */
.glyphicon-certificate:before {
  content: "";
}

/* line 397, ../sass/basics/_glyphicons.sass */
.glyphicon-thumbs-up:before {
  content: "";
}

/* line 400, ../sass/basics/_glyphicons.sass */
.glyphicon-thumbs-down:before {
  content: "";
}

/* line 403, ../sass/basics/_glyphicons.sass */
.glyphicon-hand-right:before {
  content: "";
}

/* line 406, ../sass/basics/_glyphicons.sass */
.glyphicon-hand-left:before {
  content: "";
}

/* line 409, ../sass/basics/_glyphicons.sass */
.glyphicon-hand-up:before {
  content: "";
}

/* line 412, ../sass/basics/_glyphicons.sass */
.glyphicon-hand-down:before {
  content: "";
}

/* line 415, ../sass/basics/_glyphicons.sass */
.glyphicon-circle-arrow-right:before {
  content: "";
}

/* line 418, ../sass/basics/_glyphicons.sass */
.glyphicon-circle-arrow-left:before {
  content: "";
}

/* line 421, ../sass/basics/_glyphicons.sass */
.glyphicon-circle-arrow-up:before {
  content: "";
}

/* line 424, ../sass/basics/_glyphicons.sass */
.glyphicon-circle-arrow-down:before {
  content: "";
}

/* line 427, ../sass/basics/_glyphicons.sass */
.glyphicon-globe:before {
  content: "";
}

/* line 430, ../sass/basics/_glyphicons.sass */
.glyphicon-wrench:before {
  content: "";
}

/* line 433, ../sass/basics/_glyphicons.sass */
.glyphicon-tasks:before {
  content: "";
}

/* line 436, ../sass/basics/_glyphicons.sass */
.glyphicon-filter:before, .tuva-icon.filter:before {
  content: "";
}

/* line 439, ../sass/basics/_glyphicons.sass */
.glyphicon-briefcase:before {
  content: "";
}

/* line 442, ../sass/basics/_glyphicons.sass */
.glyphicon-fullscreen:before {
  content: "";
}

/* line 445, ../sass/basics/_glyphicons.sass */
.glyphicon-dashboard:before {
  content: "";
}

/* line 448, ../sass/basics/_glyphicons.sass */
.glyphicon-paperclip:before {
  content: "";
}

/* line 451, ../sass/basics/_glyphicons.sass */
.glyphicon-heart-empty:before {
  content: "";
}

/* line 454, ../sass/basics/_glyphicons.sass */
.glyphicon-link:before {
  content: "";
}

/* line 457, ../sass/basics/_glyphicons.sass */
.glyphicon-phone:before {
  content: "";
}

/* line 460, ../sass/basics/_glyphicons.sass */
.glyphicon-pushpin:before {
  content: "";
}

/* line 463, ../sass/basics/_glyphicons.sass */
.glyphicon-usd:before {
  content: "";
}

/* line 466, ../sass/basics/_glyphicons.sass */
.glyphicon-gbp:before {
  content: "";
}

/* line 469, ../sass/basics/_glyphicons.sass */
.glyphicon-sort:before {
  content: "";
}

/* line 472, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-alphabet:before {
  content: "";
}

/* line 475, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

/* line 478, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-order:before {
  content: "";
}

/* line 481, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-order-alt:before {
  content: "";
}

/* line 484, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-attributes:before {
  content: "";
}

/* line 487, ../sass/basics/_glyphicons.sass */
.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

/* line 490, ../sass/basics/_glyphicons.sass */
.glyphicon-unchecked:before {
  content: "";
}

/* line 493, ../sass/basics/_glyphicons.sass */
.glyphicon-expand:before {
  content: "";
}

/* line 496, ../sass/basics/_glyphicons.sass */
.glyphicon-collapse-down:before {
  content: "";
}

/* line 499, ../sass/basics/_glyphicons.sass */
.glyphicon-collapse-up:before {
  content: "";
}

/* line 502, ../sass/basics/_glyphicons.sass */
.glyphicon-log-in:before {
  content: "";
}

/* line 505, ../sass/basics/_glyphicons.sass */
.glyphicon-flash:before {
  content: "";
}

/* line 508, ../sass/basics/_glyphicons.sass */
.glyphicon-log-out:before {
  content: "";
}

/* line 511, ../sass/basics/_glyphicons.sass */
.glyphicon-new-window:before {
  content: "";
}

/* line 514, ../sass/basics/_glyphicons.sass */
.glyphicon-record:before {
  content: "";
}

/* line 517, ../sass/basics/_glyphicons.sass */
.glyphicon-save:before {
  content: "";
}

/* line 520, ../sass/basics/_glyphicons.sass */
.glyphicon-open:before {
  content: "";
}

/* line 523, ../sass/basics/_glyphicons.sass */
.glyphicon-saved:before {
  content: "";
}

/* line 526, ../sass/basics/_glyphicons.sass */
.glyphicon-import:before {
  content: "";
}

/* line 529, ../sass/basics/_glyphicons.sass */
.glyphicon-export:before {
  content: "";
}

/* line 532, ../sass/basics/_glyphicons.sass */
.glyphicon-send:before {
  content: "";
}

/* line 535, ../sass/basics/_glyphicons.sass */
.glyphicon-floppy-disk:before {
  content: "";
}

/* line 538, ../sass/basics/_glyphicons.sass */
.glyphicon-floppy-saved:before {
  content: "";
}

/* line 541, ../sass/basics/_glyphicons.sass */
.glyphicon-floppy-remove:before {
  content: "";
}

/* line 544, ../sass/basics/_glyphicons.sass */
.glyphicon-floppy-save:before {
  content: "";
}

/* line 547, ../sass/basics/_glyphicons.sass */
.glyphicon-floppy-open:before {
  content: "";
}

/* line 550, ../sass/basics/_glyphicons.sass */
.glyphicon-credit-card:before {
  content: "";
}

/* line 553, ../sass/basics/_glyphicons.sass */
.glyphicon-transfer:before {
  content: "";
}

/* line 556, ../sass/basics/_glyphicons.sass */
.glyphicon-cutlery:before {
  content: "";
}

/* line 559, ../sass/basics/_glyphicons.sass */
.glyphicon-header:before {
  content: "";
}

/* line 562, ../sass/basics/_glyphicons.sass */
.glyphicon-compressed:before {
  content: "";
}

/* line 565, ../sass/basics/_glyphicons.sass */
.glyphicon-earphone:before {
  content: "";
}

/* line 568, ../sass/basics/_glyphicons.sass */
.glyphicon-phone-alt:before {
  content: "";
}

/* line 571, ../sass/basics/_glyphicons.sass */
.glyphicon-tower:before {
  content: "";
}

/* line 574, ../sass/basics/_glyphicons.sass */
.glyphicon-stats:before {
  content: "";
}

/* line 577, ../sass/basics/_glyphicons.sass */
.glyphicon-sd-video:before {
  content: "";
}

/* line 580, ../sass/basics/_glyphicons.sass */
.glyphicon-hd-video:before {
  content: "";
}

/* line 583, ../sass/basics/_glyphicons.sass */
.glyphicon-subtitles:before {
  content: "";
}

/* line 586, ../sass/basics/_glyphicons.sass */
.glyphicon-sound-stereo:before {
  content: "";
}

/* line 589, ../sass/basics/_glyphicons.sass */
.glyphicon-sound-dolby:before {
  content: "";
}

/* line 592, ../sass/basics/_glyphicons.sass */
.glyphicon-sound-5-1:before {
  content: "";
}

/* line 595, ../sass/basics/_glyphicons.sass */
.glyphicon-sound-6-1:before {
  content: "";
}

/* line 598, ../sass/basics/_glyphicons.sass */
.glyphicon-sound-7-1:before {
  content: "";
}

/* line 601, ../sass/basics/_glyphicons.sass */
.glyphicon-copyright-mark:before {
  content: "";
}

/* line 604, ../sass/basics/_glyphicons.sass */
.glyphicon-registration-mark:before {
  content: "";
}

/* line 607, ../sass/basics/_glyphicons.sass */
.glyphicon-cloud-download:before {
  content: "";
}

/* line 610, ../sass/basics/_glyphicons.sass */
.glyphicon-cloud-upload:before {
  content: "";
}

/* line 613, ../sass/basics/_glyphicons.sass */
.glyphicon-tree-conifer:before {
  content: "";
}

/* line 616, ../sass/basics/_glyphicons.sass */
.glyphicon-tree-deciduous:before {
  content: "";
}

/* line 619, ../sass/basics/_glyphicons.sass */
.glyphicon-cd:before {
  content: "";
}

/* line 622, ../sass/basics/_glyphicons.sass */
.glyphicon-save-file:before, .tuva-icon.download:before {
  content: "";
}

/* line 625, ../sass/basics/_glyphicons.sass */
.glyphicon-open-file:before {
  content: "";
}

/* line 628, ../sass/basics/_glyphicons.sass */
.glyphicon-level-up:before {
  content: "";
}

/* line 631, ../sass/basics/_glyphicons.sass */
.glyphicon-copy:before {
  content: "";
}

/* line 634, ../sass/basics/_glyphicons.sass */
.glyphicon-paste:before {
  content: "";
}

/* line 637, ../sass/basics/_glyphicons.sass */
.glyphicon-alert:before {
  content: "";
}

/* line 640, ../sass/basics/_glyphicons.sass */
.glyphicon-equalizer:before {
  content: "";
}

/* line 643, ../sass/basics/_glyphicons.sass */
.glyphicon-king:before {
  content: "";
}

/* line 646, ../sass/basics/_glyphicons.sass */
.glyphicon-queen:before {
  content: "";
}

/* line 649, ../sass/basics/_glyphicons.sass */
.glyphicon-pawn:before {
  content: "";
}

/* line 652, ../sass/basics/_glyphicons.sass */
.glyphicon-bishop:before {
  content: "";
}

/* line 655, ../sass/basics/_glyphicons.sass */
.glyphicon-knight:before {
  content: "";
}

/* line 658, ../sass/basics/_glyphicons.sass */
.glyphicon-baby-formula:before {
  content: "";
}

/* line 661, ../sass/basics/_glyphicons.sass */
.glyphicon-tent:before {
  content: "⛺";
}

/* line 664, ../sass/basics/_glyphicons.sass */
.glyphicon-blackboard:before {
  content: "";
}

/* line 667, ../sass/basics/_glyphicons.sass */
.glyphicon-bed:before {
  content: "";
}

/* line 670, ../sass/basics/_glyphicons.sass */
.glyphicon-apple:before {
  content: "";
}

/* line 673, ../sass/basics/_glyphicons.sass */
.glyphicon-erase:before {
  content: "";
}

/* line 676, ../sass/basics/_glyphicons.sass */
.glyphicon-hourglass:before {
  content: "⌛";
}

/* line 679, ../sass/basics/_glyphicons.sass */
.glyphicon-lamp:before {
  content: "";
}

/* line 682, ../sass/basics/_glyphicons.sass */
.glyphicon-duplicate:before {
  content: "";
}

/* line 685, ../sass/basics/_glyphicons.sass */
.glyphicon-piggy-bank:before {
  content: "";
}

/* line 688, ../sass/basics/_glyphicons.sass */
.glyphicon-scissors:before {
  content: "";
}

/* line 691, ../sass/basics/_glyphicons.sass */
.glyphicon-bitcoin:before {
  content: "";
}

/* line 694, ../sass/basics/_glyphicons.sass */
.glyphicon-btc:before {
  content: "";
}

/* line 697, ../sass/basics/_glyphicons.sass */
.glyphicon-xbt:before {
  content: "";
}

/* line 700, ../sass/basics/_glyphicons.sass */
.glyphicon-yen:before {
  content: "¥";
}

/* line 703, ../sass/basics/_glyphicons.sass */
.glyphicon-jpy:before {
  content: "¥";
}

/* line 706, ../sass/basics/_glyphicons.sass */
.glyphicon-ruble:before {
  content: "₽";
}

/* line 709, ../sass/basics/_glyphicons.sass */
.glyphicon-rub:before {
  content: "₽";
}

/* line 712, ../sass/basics/_glyphicons.sass */
.glyphicon-scale:before {
  content: "";
}

/* line 715, ../sass/basics/_glyphicons.sass */
.glyphicon-ice-lolly:before {
  content: "";
}

/* line 718, ../sass/basics/_glyphicons.sass */
.glyphicon-ice-lolly-tasted:before {
  content: "";
}

/* line 721, ../sass/basics/_glyphicons.sass */
.glyphicon-education:before {
  content: "";
}

/* line 724, ../sass/basics/_glyphicons.sass */
.glyphicon-option-horizontal:before {
  content: "";
}

/* line 727, ../sass/basics/_glyphicons.sass */
.glyphicon-option-vertical:before {
  content: "";
}

/* line 730, ../sass/basics/_glyphicons.sass */
.glyphicon-menu-hamburger:before, .tuva-icon.functions:before, .tuva-icon.menu:before {
  content: "";
}

/* line 733, ../sass/basics/_glyphicons.sass */
.glyphicon-modal-window:before {
  content: "";
}

/* line 736, ../sass/basics/_glyphicons.sass */
.glyphicon-oil:before {
  content: "";
}

/* line 739, ../sass/basics/_glyphicons.sass */
.glyphicon-grain:before {
  content: "";
}

/* line 742, ../sass/basics/_glyphicons.sass */
.glyphicon-sunglasses:before {
  content: "";
}

/* line 745, ../sass/basics/_glyphicons.sass */
.glyphicon-text-size:before {
  content: "";
}

/* line 748, ../sass/basics/_glyphicons.sass */
.glyphicon-text-color:before {
  content: "";
}

/* line 751, ../sass/basics/_glyphicons.sass */
.glyphicon-text-background:before {
  content: "";
}

/* line 754, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-top:before {
  content: "";
}

/* line 757, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-bottom:before {
  content: "";
}

/* line 760, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-horizontal:before {
  content: "";
}

/* line 763, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-left:before {
  content: "";
}

/* line 766, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-vertical:before {
  content: "";
}

/* line 769, ../sass/basics/_glyphicons.sass */
.glyphicon-object-align-right:before {
  content: "";
}

/* line 772, ../sass/basics/_glyphicons.sass */
.glyphicon-triangle-right:before {
  content: "";
}

/* line 775, ../sass/basics/_glyphicons.sass */
.glyphicon-triangle-left:before {
  content: "";
}

/* line 778, ../sass/basics/_glyphicons.sass */
.glyphicon-triangle-bottom:before {
  content: "";
}

/* line 781, ../sass/basics/_glyphicons.sass */
.glyphicon-triangle-top:before {
  content: "";
}

/* line 784, ../sass/basics/_glyphicons.sass */
.glyphicon-console:before {
  content: "";
}

/* line 787, ../sass/basics/_glyphicons.sass */
.glyphicon-superscript:before {
  content: "";
}

/* line 790, ../sass/basics/_glyphicons.sass */
.glyphicon-subscript:before {
  content: "";
}

/* line 793, ../sass/basics/_glyphicons.sass */
.glyphicon-menu-left:before {
  content: "";
}

/* line 796, ../sass/basics/_glyphicons.sass */
.glyphicon-menu-right:before {
  content: "";
}

/* line 799, ../sass/basics/_glyphicons.sass */
.glyphicon-menu-down:before {
  content: "";
}

/* line 802, ../sass/basics/_glyphicons.sass */
.glyphicon-menu-up:before {
  content: "";
}

/* #Tables
 * ================================================== */
/* line 4, ../sass/basics/_tables.sass */
.table {
  width: 100%;
  vertical-align: top;
}
/* line 7, ../sass/basics/_tables.sass */
.table td {
  vertical-align: top;
}

/* line 11, ../sass/basics/_tables.sass */
.twoColumn td {
  width: 50%;
}

/* line 15, ../sass/basics/_tables.sass */
.twoColumnGR td:first-child {
  width: 38%;
}
/* line 17, ../sass/basics/_tables.sass */
.twoColumnGR td:last-child {
  width: 62%;
}

/* line 21, ../sass/basics/_tables.sass */
.twoColumnGR2 td:first-child {
  width: 62%;
}
/* line 23, ../sass/basics/_tables.sass */
.twoColumnGR2 td:last-child {
  width: 38%;
}

/* line 27, ../sass/basics/_tables.sass */
.threeColumn td {
  width: 33%;
}

/* line 31, ../sass/basics/_tables.sass */
.fourColumn td {
  width: 25%;
}

/* line 35, ../sass/basics/_tables.sass */
.fiveColumn td {
  width: 20%;
}

/* line 39, ../sass/basics/_tables.sass */
.sixColumn td {
  width: 18%;
}

/* line 42, ../sass/basics/_tables.sass */
.plansTable {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #D4D4D0;
}
/* line 46, ../sass/basics/_tables.sass */
.plansTable th {
  font-size: 18px;
  width: 20%;
  line-height: 34px;
  text-align: center;
}
/* line 51, ../sass/basics/_tables.sass */
.plansTable th:nth-child(2) {
  border-right: 1px solid #D4D4D0;
}
/* line 55, ../sass/basics/_tables.sass */
.plansTable td:nth-child(1) {
  padding-left: 20px;
}
/* line 57, ../sass/basics/_tables.sass */
.plansTable td:nth-child(2) {
  border-right: 1px solid #D4D4D0;
  text-align: center;
  color: #30AEBB;
}
/* line 61, ../sass/basics/_tables.sass */
.plansTable td:nth-child(2) i.glyphicon-minus {
  color: #D4D4D0;
}
/* line 63, ../sass/basics/_tables.sass */
.plansTable td:nth-child(3) {
  text-align: center;
  color: #30AEBB;
}
/* line 67, ../sass/basics/_tables.sass */
.plansTable tr.planCategory {
  background: rgba(0, 0, 0, 0.05);
}
/* line 69, ../sass/basics/_tables.sass */
.plansTable tr.planCategory td {
  width: 20%;
  font-size: 18px;
  line-height: 34px;
}
/* line 73, ../sass/basics/_tables.sass */
.plansTable tr.planCategory td:nth-child(2) {
  border-right: none;
}

/* #Style
 * ================================================== */
/* line 8, ../sass/style.sass */
body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background: #30AEBB;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  cursor: default;
  min-width: 768px;
}

/* line 23, ../sass/style.sass */
a, a:visited, a:hover, a:active {
  color: #30AEBB;
  text-decoration: none;
  border: 0px;
  outline: 0;
}

/* line 30, ../sass/style.sass */
a:hover {
  text-decoration: underline;
}
/* line 32, ../sass/style.sass */
a:active {
  color: #268892;
}

/* line 35, ../sass/style.sass */
.datasetWrapper {
  background: #F7F7F2;
  padding-top: 46px;
  height: 100%;
}

/* line 40, ../sass/style.sass */
.embedDatasetWrapper {
  padding-top: 0px;
}

/* line 43, ../sass/style.sass */
.wrapper {
  background: #F7F7F2;
  min-height: 550px;
  padding-top: 50px;
}
/* line 48, ../sass/style.sass */
.wrapper .container {
  padding: 0;
}

/* line 51, ../sass/style.sass */
.container {
  max-width: 960px;
  margin: 0 auto;
}

/* line 56, ../sass/style.sass */
.right {
  float: right;
}

/* line 59, ../sass/style.sass */
.tag {
  display: inline-block;
  line-height: 28px;
  padding: 0 9px 0 4px;
  background: #F4E8DA;
  color: #494949;
  height: 28px;
  margin-right: 5px;
  margin-bottom: 8px;
  margin-left: 12px;
  position: relative;
}
/* line 71, ../sass/style.sass */
.tag:before {
  width: 0;
  height: 0;
  border: 14px solid;
  border-color: transparent #F4E8DA transparent transparent;
  content: "";
  position: absolute;
  left: -27px;
}
/* line 80, ../sass/style.sass */
.tag:after {
  content: ".";
  position: absolute;
  left: -8px;
  top: -7.5px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

/* line 90, ../sass/style.sass */
.accountType .tag {
  background: #30AEBB;
  color: #ffffff;
  padding-left: 9px;
  margin-left: 0;
}
/* line 96, ../sass/style.sass */
.accountType .tag:before, .accountType .tag:after {
  display: none;
}

/* line 99, ../sass/style.sass */
.basicHeader {
  line-height: 60px;
  display: table-cell;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
}
/* line 104, ../sass/style.sass */
.basicHeader h1, .basicHeader h2, .basicHeader h3, .basicHeader h4 {
  line-height: 60px;
}

/* line 106, ../sass/style.sass */
.textContent {
  min-height: 600px;
  padding: 20px 0;
  margin: 0 auto;
}
/* line 110, ../sass/style.sass */
.textContent li, .textContent p {
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 75ch;
}

/* line 114, ../sass/style.sass */
.contentArea {
  min-height: 600px;
  width: 630px;
  padding: 20px 0;
  width: 60%;
}

/* line 119, ../sass/style.sass */
.contentFullArea {
  min-height: 600px;
  padding: 20px 0;
  padding-right: 30px;
  width: 100%;
}

/* line 124, ../sass/style.sass */
.sidebar {
  width: 300px;
  float: right;
  background: #fff;
  border-radius: 5px;
  margin-top: 14px;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #e4e4d2;
}
/* line 134, ../sass/style.sass */
.sidebar .header {
  font-weight: bold;
  background: #e4e4d2;
  margin-left: 0px !important;
  line-height: 46px;
  border-bottom: 1px solid #e4e4d2;
  padding-left: 14px;
}
/* line 141, ../sass/style.sass */
.sidebar .item {
  padding: 14px 0;
  border-bottom: 1px solid #e4e4d2;
  margin-left: 14px;
  position: relative;
}
/* line 146, ../sass/style.sass */
.sidebar .item:hover {
  color: #30AEBB;
  cursor: pointer;
}
/* line 149, ../sass/style.sass */
.sidebar .selected {
  color: #30AEBB;
  background: #fff;
  background: -moz-linear-gradient(left, #fff 0%, #F7F7F2 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fff), color-stop(100%, #F7F7F2));
  background: -webkit-linear-gradient(left, #fff 0%, #F7F7F2 100%);
  background: -o-linear-gradient(left, #fff 0%, #F7F7F2 100%);
  background: -ms-linear-gradient(left, #fff 0%, #F7F7F2 100%);
  background: linear-gradient(to right, #fff 0%, #F7F7F2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from', endColorstr=' $to',GradientType=1 );
}

/* line 153, ../sass/style.sass */
.fixedPositionSidebar {
  position: fixed;
  top: 46px;
  right: 50%;
  margin-right: -480px;
}

/* line 158, ../sass/style.sass */
.center {
  text-align: center;
}

/* line 161, ../sass/style.sass */
.padding5px {
  padding: 5px 0;
}

/* line 163, ../sass/style.sass */
.padding8px {
  padding: 8px 0;
}

/* line 165, ../sass/style.sass */
.padding10px {
  padding: 10px 0;
}

/* line 167, ../sass/style.sass */
.padding14px {
  padding: 14px 0;
}

/* line 170, ../sass/style.sass */
.faqQuestion {
  font-weight: bold;
  line-height: 40px;
}

/* line 174, ../sass/style.sass */
.faqAnswer {
  margin-left: 15px;
}

/* line 177, ../sass/style.sass */
.teal {
  color: #30AEBB;
}

/* line 180, ../sass/style.sass */
.lyellow {
  color: #FFCA05;
}

/* line 183, ../sass/style.sass */
.ar-SD {
  direction: rtl;
}

/* iOS Safari crash on long press on text element */
/* line 187, ../sass/style.sass */
svg * {
  -webkit-user-select: none;
  font-family: "Montserrat", sans-serif;
}

/* line 191, ../sass/style.sass */
blockquote {
  position: relative;
}
/* line 194, ../sass/style.sass */
blockquote:before {
  position: absolute;
  content: "“";
  left: -20px;
  font-size: 30px;
  font-weight: bold;
}

/* line 201, ../sass/style.sass */
.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 206, ../sass/style.sass */
.large-text {
  font-size: 16px;
}

/* line 209, ../sass/style.sass */
.print-button {
  float: right;
  color: #000;
  font-size: 23px;
}
/* line 213, ../sass/style.sass */
.print-button :hover {
  color: #30AEBB;
}

/* line 217, ../sass/style.sass */
.import-button-wrapper {
  text-align: center;
}
/* line 220, ../sass/style.sass */
.import-button-wrapper a {
  margin: 10px;
}
/* line 223, ../sass/style.sass */
.import-button-wrapper .button.big {
  padding: 0 20px;
}
/* line 226, ../sass/style.sass */
.import-button-wrapper .drop-box {
  background: #F8F8F8;
  border: 5px dashed #DDD;
  text-align: center;
  padding: 30px 10px;
}
/* line 232, ../sass/style.sass */
.import-button-wrapper .drop-box.dragover {
  border: 5px dashed #30AEBB;
}

/* line 235, ../sass/style.sass */
.container.userdataset-progress-bar {
  padding-top: 35px;
}
/* line 238, ../sass/style.sass */
.container.userdataset-progress-bar > h2 {
  display: inline-block;
}
/* line 241, ../sass/style.sass */
.container.userdataset-progress-bar > h2.active {
  color: #26AEBC;
}

/* line 244, ../sass/style.sass */
.attributes-wrapper {
  display: table;
  margin-bottom: 40px;
}
/* line 248, ../sass/style.sass */
.attributes-wrapper > div {
  vertical-align: top;
  display: table-cell;
}
/* line 252, ../sass/style.sass */
.attributes-wrapper > div > div {
  vertical-align: top;
  padding: 0 30px 20px 0;
  display: inline-block;
}
/* line 258, ../sass/style.sass */
.attributes-wrapper .button:hover {
  color: #fff;
}
/* line 261, ../sass/style.sass */
.attributes-wrapper .button:hover.gray {
  background: #666666;
}
/* line 264, ../sass/style.sass */
.attributes-wrapper .button.gray {
  background: gray;
}

/* line 270, ../sass/style.sass */
.markdown-content-wrapper {
  line-height: 28px;
}
/* line 273, ../sass/style.sass */
.markdown-content-wrapper li {
  line-height: 2em;
}
/* line 276, ../sass/style.sass */
.markdown-content-wrapper table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-bottom: 1em;
}
/* line 281, ../sass/style.sass */
.markdown-content-wrapper table td, .markdown-content-wrapper table th {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 6px 13px;
}
/* line 286, ../sass/style.sass */
.markdown-content-wrapper table th {
  font-weight: bold;
}

/* line 289, ../sass/style.sass */
#toast-container {
  top: auto !important;
  bottom: 50px;
  z-index: 9999999 !important;
}

/* line 296, ../sass/style.sass */
ul.tuva-tabs {
  list-style: none;
  padding: 0;
  margin: 10px;
}
/* line 301, ../sass/style.sass */
ul.tuva-tabs li {
  display: inline-block;
  padding: 8px 18px;
  cursor: pointer;
}
/* line 306, ../sass/style.sass */
ul.tuva-tabs li h3 {
  margin: 0;
}
/* line 309, ../sass/style.sass */
ul.tuva-tabs li.active {
  border-bottom: 4px solid #F9C934;
  color: #30AEBB;
}

/* line 314, ../sass/style.sass */
.login-modal .ngdialog-content {
  width: 470px !important;
}

/* line 318, ../sass/style.sass */
.login-modal hr, .registration-modal hr {
  border: 1px solid #ccc;
  margin: 7px 0;
}
/* line 322, ../sass/style.sass */
.login-modal table td, .registration-modal table td {
  text-align: left;
  padding: 5px 8px;
}
/* line 327, ../sass/style.sass */
.login-modal .ngdialog-content input[type="text"], .login-modal .ngdialog-content input[type="password"], .login-modal .ngdialog-content select, .login-modal .ngdialog-content textarea, .registration-modal .ngdialog-content input[type="text"], .registration-modal .ngdialog-content input[type="password"], .registration-modal .ngdialog-content select, .registration-modal .ngdialog-content textarea {
  width: 100%;
}

/* line 331, ../sass/style.sass */
.ngdialog-content button, .ngdialog-content input[type="submit"] {
  margin: 16px;
}
/* line 334, ../sass/style.sass */
.ngdialog-content .button {
  line-height: 40px;
  padding: 0 50px;
}
/* line 338, ../sass/style.sass */
.ngdialog-content .button:disabled {
  opacity: 0.5;
  cursor: wait;
}
/* line 342, ../sass/style.sass */
.ngdialog-content .button.cancel {
  background-color: #EFEFE1;
  color: #000000;
}
/* line 345, ../sass/style.sass */
.ngdialog-content .button.cancel:hover {
  background-color: #E2E2D5;
}
/* line 348, ../sass/style.sass */
.ngdialog-content .button.danger {
  background-color: #eb7878;
}
/* line 350, ../sass/style.sass */
.ngdialog-content .button.danger:hover {
  background-color: #cd6464;
}

/* line 1, ../sass/_spinner.sass */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

/* line 5, ../sass/_spinner.sass */
.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #cd6464;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

/* line 16, ../sass/_spinner.sass */
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #30AEBB;
  opacity: 0.618;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/* #Typography
 * ================================================== */
/* line 4, ../sass/_text.sass */
body {
  font-size: 14px;
  line-height: 22px;
  color: #494949;
  counter-reset: pages;
}

/* line 10, ../sass/_text.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 13, ../sass/_text.sass */
h1 {
  font-size: 36px;
  line-height: 45px;
}

/* line 17, ../sass/_text.sass */
h2 {
  font-size: 24px;
  line-height: 34px;
}

/* line 21, ../sass/_text.sass */
h3 {
  font-size: 18px;
  line-height: 24px;
}

/* line 25, ../sass/_text.sass */
h4 {
  font-size: 14px;
  line-height: 22px;
}

/* line 29, ../sass/_text.sass */
.subText {
  font-family: "Georgia";
  font-size: 12px;
  line-height: 20px;
  color: #8e8e8e;
}

/* line 34, ../sass/_text.sass */
.smallText {
  font-size: 12px;
  line-height: 20px;
}

/* line 37, ../sass/_text.sass */
.quotes {
  line-height: 36px;
  font-size: 34px;
  color: #494949;
}

/* line 42, ../sass/_text.sass */
p {
  margin: 0 0 0 0;
}

/* line 45, ../sass/_text.sass */
em {
  font-style: italic;
}

/* line 48, ../sass/_text.sass */
strong {
  font-weight: bold;
}

/* line 51, ../sass/_text.sass */
.italic {
  font-style: italic;
}

/* line 54, ../sass/_text.sass */
a.tooltip {
  opacity: 1;
  cursor: pointer;
}

/* line 58, ../sass/_text.sass */
.tooltip {
  display: inline-block;
  position: relative;
  padding: 0px;
  z-index: initial;
}
/* line 64, ../sass/_text.sass */
.tooltip:hover > p {
  display: block;
}
/* line 67, ../sass/_text.sass */
.tooltip > p {
  display: none;
  width: 210px;
  line-height: 1.5;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  background-color: gray;
  color: white;
  top: -7px;
  left: 18px;
}
/* line 79, ../sass/_text.sass */
.tooltip > p.left-side {
  left: -210px;
}

/* line 1, ../sass/_buttons.sass */
.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  background: #30AEBB;
  display: inline-block;
  text-align: center;
  color: #fff;
}
/* line 8, ../sass/_buttons.sass */
.button:hover {
  background: #229DAA;
  cursor: pointer;
}
/* line 11, ../sass/_buttons.sass */
.button:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}
/* line 13, ../sass/_buttons.sass */
.button:focus {
  outline: 0;
}

/* line 16, ../sass/_buttons.sass */
.button:hover:disabled, .button:focus:disabled, .button:disabled {
  background-color: #E2E2D5;
  color: #000;
  cursor: wait;
}

/* line 21, ../sass/_buttons.sass */
.btn-group {
  display: inline-block;
}

/* line 24, ../sass/_buttons.sass */
.dropdown-menu a, .dropdown-menu a:visited, .dropdown-menu a:hover, .dropdown-menu a:active {
  color: #30AEBB;
  text-decoration: none;
}

/* line 28, ../sass/_buttons.sass */
.dropdown-menu li:hover {
  background: #30AEBB;
}

/* line 31, ../sass/_buttons.sass */
.fixedLarge {
  line-height: 40px;
  width: 220px;
}

/* line 35, ../sass/_buttons.sass */
.review {
  background: #ed9c28;
}
/* line 37, ../sass/_buttons.sass */
.review:hover {
  background: #d58512;
}
/* line 39, ../sass/_buttons.sass */
.review:active {
  background: #d58512;
}

/* line 41, ../sass/_buttons.sass */
.review.disabled, .review.disabled:hover, .review.disabled:active {
  background: #f2b967;
}

/* line 44, ../sass/_buttons.sass */
.cancel {
  background: #808080;
}
/* line 46, ../sass/_buttons.sass */
.cancel:hover {
  background: #6f6f6f;
}
/* line 48, ../sass/_buttons.sass */
.cancel:active {
  background: #6f6f6f;
}

/* line 50, ../sass/_buttons.sass */
.cancel.disabled, .cancel.disabled:hover, .cancel.disabled:active {
  background: #bbb;
}

/* line 53, ../sass/_buttons.sass */
.alt {
  background: #eb7878;
}
/* line 55, ../sass/_buttons.sass */
.alt:hover {
  background: #cd6464;
}

/* line 57, ../sass/_buttons.sass */
.alt.disabled, .alt.disabled:hover, .alt.disabled:active {
  background: #ff9b9b;
}

/* line 60, ../sass/_buttons.sass */
.link-button {
  color: #30AEBB;
  text-decoration: none;
  border: 0px;
  outline: 0;
}
/* line 65, ../sass/_buttons.sass */
.link-button:hover {
  cursor: pointer;
  text-decoration: underline;
}
/* line 68, ../sass/_buttons.sass */
.link-button:active {
  color: #268892;
}

/* line 71, ../sass/_buttons.sass */
.small {
  min-width: 90px;
  padding: 0 12px;
  line-height: 32px;
  font-size: 100%;
}

/* line 77, ../sass/_buttons.sass */
.big {
  line-height: 40px;
  padding: 0 50px;
}

/* line 81, ../sass/_buttons.sass */
.xbig {
  line-height: 50px;
  padding: 0 50px;
}

/* line 85, ../sass/_buttons.sass */
.disabled, .disabled:hover, .disabled:active {
  background: #A5D5D7;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}

/* line 90, ../sass/_buttons.sass */
.toggleMenu {
  width: 480px;
  line-height: 44px;
  margin: 0 auto;
  margin-top: 16px;
  border: 1px solid #ccc;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
}
/* line 99, ../sass/_buttons.sass */
.toggleMenu div {
  width: 50%;
  float: left;
  border-right: 0px solid #ccc;
}
/* line 103, ../sass/_buttons.sass */
.toggleMenu div:last-child {
  border-right: 0px solid transparent;
}
/* line 105, ../sass/_buttons.sass */
.toggleMenu div:hover {
  cursor: pointer;
}
/* line 107, ../sass/_buttons.sass */
.toggleMenu .selected {
  background: #ccc;
}

/* line 110, ../sass/_buttons.sass */
.grades {
  height: 30px;
  margin-bottom: 5px;
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #DFDFDA;
  border-radius: 5px;
}
/* line 119, ../sass/_buttons.sass */
.grades .grading {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  background: #fff;
  border-right: 1px solid #DFDFDA;
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  padding: 0 5px;
}
/* line 130, ../sass/_buttons.sass */
.grades .grading:last-child {
  border-right: 0px solid transparent;
}
/* line 132, ../sass/_buttons.sass */
.grades .grading:hover {
  background: #DFDFDA;
}
/* line 134, ../sass/_buttons.sass */
.grades .selected {
  color: orange;
  background: #DFDFDA;
}

/* line 139, ../sass/_buttons.sass */
.editable-buttons button {
  display: none;
}

/* line 6, ../sass/_header.sass */
.home-banner {
  background-color: #22373d;
  padding: 12px 0;
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
  font-weight: bold;
  display: none;
}
/* line 16, ../sass/_header.sass */
.home-banner p {
  margin: 0px;
}
/* line 18, ../sass/_header.sass */
.home-banner .cancel-banner {
  float: right;
  color: #fff;
  margin-right: 10px;
  background-color: #22373d;
  line-height: inherit;
}
/* line 24, ../sass/_header.sass */
.home-banner a {
  color: #FFCA05;
}
/* line 26, ../sass/_header.sass */
.home-banner a:active {
  color: #d1a500;
}

/* line 28, ../sass/_header.sass */
#header {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
/* line 35, ../sass/_header.sass */
#header .head-options {
  background: #30AEBB;
  height: 46px;
  line-height: 46px;
  color: #fff;
}
/* line 41, ../sass/_header.sass */
#header input[type="text"] {
  background: #fff url("/static/img/icons/searchIcon.png");
  background-repeat: no-repeat;
  float: right;
  height: 30px;
  margin-top: 8px;
  line-height: 22px;
  width: 240px;
  border-radius: 50px;
  padding: 0px;
  text-indent: 30px;
  margin-right: 9px;
  font-size: inherit;
  box-shadow: 0px 0px 0px transparent;
  border: 0px solid transparent;
  margin-left: 20px;
  float: left;
}
/* line 58, ../sass/_header.sass */
#header .right {
  float: right;
  padding: 0 9px;
}
/* line 61, ../sass/_header.sass */
#header .logout {
  text-transform: uppercase;
}
/* line 63, ../sass/_header.sass */
#header .left {
  float: left;
  height: 46px;
  overflow: hidden;
  padding: 0 9px;
  text-transform: uppercase;
}
/* line 70, ../sass/_header.sass */
#header .left img {
  height: 30px;
  margin-top: 8px;
}
/* line 73, ../sass/_header.sass */
#header .left, #header .right {
  color: #fff;
}
/* line 75, ../sass/_header.sass */
#header .left:hover, #header .right:hover {
  background: rgba(0, 0, 0, 0.1);
}
/* line 78, ../sass/_header.sass */
#header .left.logo:hover {
  background: #30AEBB;
}
/* line 80, ../sass/_header.sass */
#header .notification {
  float: right;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 18px;
  margin-top: 9px;
  margin-left: 4px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 202, 5, 0.8);
  font-size: 80%;
}
/* line 93, ../sass/_header.sass */
#header .container {
  position: relative;
  max-width: 100%;
  padding: 0 9px;
}
/* line 98, ../sass/_header.sass */
#header li.dropdown {
  list-style: none;
  line-height: inherit;
  height: 46px;
}
/* line 102, ../sass/_header.sass */
#header li.dropdown .arrow {
  float: right;
  padding: 0;
}
/* line 105, ../sass/_header.sass */
#header li.dropdown .arrow:hover {
  background: #2a97a3;
}
/* line 107, ../sass/_header.sass */
#header li.dropdown:hover {
  cursor: pointer;
  background: #2a97a3;
}
/* line 110, ../sass/_header.sass */
#header li.dropdown:hover ul.dropdown-menu {
  display: block;
}
/* line 112, ../sass/_header.sass */
#header li.dropdown a.first {
  text-decoration: none;
  color: #fff;
  height: 46px;
  /*padding: 0 9px */
}
/* line 118, ../sass/_header.sass */
#header li.dropdown ul a {
  color: initial;
}
/* line 120, ../sass/_header.sass */
#header li.dropdown.open {
  background: #2a97a3;
}
/* line 122, ../sass/_header.sass */
#header li.dropdown.open a.first {
  background: #2a97a3;
}

/* line 140, ../sass/_header.sass */
.left.selected {
  background: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 960px) {
  /* line 146, ../sass/_header.sass */
  #header .course-head {
    display: none;
  }
  /* line 149, ../sass/_header.sass */
  #header input[type="text"] {
    width: 149px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 154, ../sass/_header.sass */
  #header .responsive-head {
    display: none;
  }
}
/* line 1, ../sass/_header_grid.sass */
#header_grid {
  background: #30AEBB url("/static/img/spider.jpg");
  color: #fff;
  height: 300px;
  line-height: 46px;
  background-size: cover;
  background-position: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 11, ../sass/_header_grid.sass */
#header_grid input[type="text"] {
  background: #fff;
  float: right;
  height: 30px;
  margin-top: 8px;
  line-height: 22px;
  width: 185px;
  border-radius: 50px;
  padding: 0px;
  text-indent: 18px;
  margin-right: 18px;
  font-size: inherit;
}
/* line 23, ../sass/_header_grid.sass */
#header_grid .right {
  float: right;
}
/* line 25, ../sass/_header_grid.sass */
#header_grid .left {
  float: left;
  margin-left: 18px;
  text-transform: uppercase;
}
/* line 29, ../sass/_header_grid.sass */
#header_grid .grid {
  height: 100%;
  width: 100%;
  height: calc(100% - 7px);
  background-image: url("/static/img/grid.png");
}

/* line 34, ../sass/_header_grid.sass */
#header_grid.teal {
  box-shadow: inset 0 -8px 0 0 #30AEBB;
}

/* line 1, ../sass/_footer.sass */
#footer {
  background: #f7f7f2;
  box-shadow: 0 300px 0 300px #f7f7f2;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 0;
  color: #494949;
  text-align: center;
}
/* line 10, ../sass/_footer.sass */
#footer .container {
  position: relative;
  max-width: 100%;
  padding: 0 9px;
}
/* line 15, ../sass/_footer.sass */
#footer img {
  margin-top: 20px;
  margin-bottom: 14px;
}
/* line 18, ../sass/_footer.sass */
#footer div {
  margin-bottom: 12px;
  line-height: 12px;
}
/* line 19, ../sass/_footer.sass */
#footer div .column {
  width: 24%;
  float: left;
}
/* line 22, ../sass/_footer.sass */
#footer div .column .head {
  font-weight: bold;
}
/* line 26, ../sass/_footer.sass */
#footer a {
  text-decoration: none;
}
/* line 28, ../sass/_footer.sass */
#footer a div {
  /*display: inline-block */
  color: #494949;
  padding: 0 8px;
  border-right: 0px;
  margin-bottom: 10px;
  line-height: 10px;
  border-right: 0px;
}
/* line 37, ../sass/_footer.sass */
#footer a div:hover {
  color: #303030;
}

/* line 1, ../sass/_homeHero.sass */
#homeHero {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 640px;
  position: relative;
}
/* line 6, ../sass/_homeHero.sass */
#homeHero .container {
  overflow: hidden;
  box-shadow: -500px 0 0 rgba(0, 0, 25, 0.382), 500px 0 0 rgba(0, 0, 25, 0.382);
}
/* line 9, ../sass/_homeHero.sass */
#homeHero .leftFrame {
  width: calc(100% - 400px);
  height: 640px;
  background: rgba(0, 0, 25, 0.382);
  float: left;
}
/* line 14, ../sass/_homeHero.sass */
#homeHero .calloutFrame {
  width: 400px;
  height: 520px;
  overflow: hidden;
  padding-top: 120px;
  height: 520px;
  float: right;
}
/* line 21, ../sass/_homeHero.sass */
#homeHero .calloutCircle {
  height: 400px;
  width: 400px;
  border-radius: 200px;
  box-shadow: 0 0 0 200px rgba(0, 0, 25, 0.382);
  overflow: hidden;
  color: #30AEBB;
  position: relative;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
/* line 30, ../sass/_homeHero.sass */
#homeHero .calloutCircle:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  box-shadow: 0 0 0 200px rgba(0, 0, 25, 0.382);
}
/* line 35, ../sass/_homeHero.sass */
#homeHero .calloutCircle .bottomSection {
  background: #fff;
  width: 100%;
  height: 200px;
  text-align: center;
  position: absolute;
  top: 270px;
  left: 0;
}
/* line 43, ../sass/_homeHero.sass */
#homeHero .calloutCircle img {
  margin-top: 110px;
  width: 100%;
}
/* line 46, ../sass/_homeHero.sass */
#homeHero .scrollButton {
  background: #30AEBB url("/static/img/arrow.png");
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  z-index: 9;
}
/* line 57, ../sass/_homeHero.sass */
#homeHero .heroContainer {
  height: 130px;
  position: absolute;
  top: 50%;
  margin-top: -65px;
}
/* line 62, ../sass/_homeHero.sass */
#homeHero .heroMessage {
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
/* line 68, ../sass/_homeHero.sass */
#homeHero .heroCenterText {
  font-size: 36px;
  margin-bottom: 8px;
  padding: 4px 14px 0px 14px;
}
/* line 72, ../sass/_homeHero.sass */
#homeHero .heroCenterText .title {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  min-width: 340px;
  display: inline-block;
}
/* line 79, ../sass/_homeHero.sass */
#homeHero .heroCenterText .l_Arrow, #homeHero .heroCenterText .r_Arrow {
  display: inline-block;
}
/* line 82, ../sass/_homeHero.sass */
#homeHero .heroCenterText .l_Arrow img, #homeHero .heroCenterText .r_Arrow img {
  margin-bottom: -4px;
}
/* line 84, ../sass/_homeHero.sass */
#homeHero .heroCenterText .l_Arrow:hover, #homeHero .heroCenterText .r_Arrow:hover {
  cursor: pointer;
}
/* line 86, ../sass/_homeHero.sass */
#homeHero .bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #f5f5f5 url("/static/img/penguins.jpg");
  background-size: cover;
}

/* line 94, ../sass/_homeHero.sass */
.bg1, .bg2, .bg3, .bg4, .bg5 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 99, ../sass/_homeHero.sass */
.active1 .bg1 {
  opacity: 1;
  z-index: 9;
}
/* line 102, ../sass/_homeHero.sass */
.active1 .l_Arrow {
  opacity: 0;
}
/* line 104, ../sass/_homeHero.sass */
.active1 .l_Arrow:hover {
  cursor: normal;
}

/* line 108, ../sass/_homeHero.sass */
.active2 .bg2 {
  opacity: 1;
  z-index: 9;
}

/* line 113, ../sass/_homeHero.sass */
.active3 .bg3 {
  opacity: 1;
  z-index: 9;
}

/* line 118, ../sass/_homeHero.sass */
.active4 .bg4 {
  opacity: 1;
  z-index: 9;
}

/* line 123, ../sass/_homeHero.sass */
.active5 .bg5 {
  opacity: 1;
  z-index: 9;
}

/* line 129, ../sass/_homeHero.sass */
.twoItems .bg2 .r_Arrow {
  opacity: 0;
}
/* line 131, ../sass/_homeHero.sass */
.twoItems .bg2 .r_Arrow:hover {
  cursor: normal;
}

/* line 136, ../sass/_homeHero.sass */
.threeItems .bg3 .r_Arrow {
  opacity: 0;
}
/* line 138, ../sass/_homeHero.sass */
.threeItems .bg3 .r_Arrow:hover {
  cursor: normal;
}

/* line 143, ../sass/_homeHero.sass */
.fourItems .bg4 .r_Arrow {
  opacity: 0;
}
/* line 145, ../sass/_homeHero.sass */
.fourItems .bg4 .r_Arrow:hover {
  cursor: normal;
}

/* line 149, ../sass/_homeHero.sass */
.fiveItems .bg5 .r_Arrow {
  opacity: 0;
}
/* line 151, ../sass/_homeHero.sass */
.fiveItems .bg5 .r_Arrow:hover {
  cursor: normal;
}

/* line 1, ../sass/_datasetPage.sass */
#datasetPage {
  color: #666;
}
/* line 3, ../sass/_datasetPage.sass */
#datasetPage .headline {
  line-height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 28px;
  text-align: center;
}
/* line 8, ../sass/_datasetPage.sass */
#datasetPage .filterRow {
  box-sizing: initial;
  line-height: 44px;
  min-height: 44px;
  padding-bottom: 1px;
  box-shadow: inset 0px -1px 0 rgba(0, 0, 0, 0.1);
}
/* line 16, ../sass/_datasetPage.sass */
#datasetPage .filterRow .item {
  float: left;
  padding: 0 14px;
  cursor: pointer;
}
/* line 20, ../sass/_datasetPage.sass */
#datasetPage .filterRow .item .triangle {
  border: 6px solid transparent;
  border-top: 6px solid #ccc;
  height: 0px;
  width: 0px;
  float: right;
  margin-top: 19px;
  margin-left: 14px;
}
/* line 30, ../sass/_datasetPage.sass */
#datasetPage .filterRow .select {
  background: #fff;
  margin-right: 4px;
}
/* line 33, ../sass/_datasetPage.sass */
#datasetPage .filterRow .right {
  float: right;
}
/* line 35, ../sass/_datasetPage.sass */
#datasetPage .filterRow .select.right {
  margin-right: 0px;
}
/* line 37, ../sass/_datasetPage.sass */
#datasetPage .filterRow .select.expand {
  border-bottom: 1px solid #fff;
}
/* line 39, ../sass/_datasetPage.sass */
#datasetPage .filterRow .pull-right .teal {
  cursor: pointer;
}
/* line 41, ../sass/_datasetPage.sass */
#datasetPage .filterRow .pull-right span.teal {
  text-decoration: underline;
}
/* line 43, ../sass/_datasetPage.sass */
#datasetPage .filterRow .pull-right .active {
  font-weight: bold;
}
/* line 45, ../sass/_datasetPage.sass */
#datasetPage .subHeadline {
  line-height: 68px;
  font-size: 20px;
  text-align: center;
}
/* line 51, ../sass/_datasetPage.sass */
#datasetPage .cardTable .text div {
  font-size: 24px;
  font-family: "Georgia";
  font-style: italic;
  line-height: 36px;
  padding-right: 14px;
}
/* line 58, ../sass/_datasetPage.sass */
#datasetPage .expandingRow {
  display: none;
  height: 0px;
  width: 100%;
  background: #fff;
  line-height: 42px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
/* line 67, ../sass/_datasetPage.sass */
#datasetPage .expandingRow .padding {
  padding: 14px;
}
/* line 69, ../sass/_datasetPage.sass */
#datasetPage .expandingRow .close {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 14px;
  font-size: 34px;
}
/* line 76, ../sass/_datasetPage.sass */
#datasetPage .expandingRow.expand {
  display: block;
  height: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 80, ../sass/_datasetPage.sass */
.assignedByText {
  padding-right: 30px;
  float: right;
  display: none;
}

/* line 85, ../sass/_datasetPage.sass */
.description {
  padding: 10px 0;
}
/* line 87, ../sass/_datasetPage.sass */
.description p {
  padding-bottom: 10px;
}

/* line 90, ../sass/_datasetPage.sass */
.ribbon {
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #494949;
  margin: 20px 14px 20px;
  padding: 30px 0;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
}
/* line 101, ../sass/_datasetPage.sass */
.ribbon:hover {
  box-shadow: inset 0 0 0 1px transparent, 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 104, ../sass/_datasetPage.sass */
.dataset-list {
  border-left: 1px solid #D4D4D0;
  border-right: 1px solid #D4D4D0;
  border-bottom: 1px solid #D4D4D0;
  margin: 0 15px;
}
/* line 110, ../sass/_datasetPage.sass */
.dataset-list .head-row {
  background: #D4D4D0;
  text-align: left;
  line-height: 34px;
}
/* line 114, ../sass/_datasetPage.sass */
.dataset-list .head-row .first {
  margin-left: 10px;
  padding-left: 55px;
}
/* line 117, ../sass/_datasetPage.sass */
.dataset-list .sub-rows {
  line-height: 34px;
  margin-left: 10px;
  text-align: left;
  counter-increment: pages;
}
/* line 122, ../sass/_datasetPage.sass */
.dataset-list .sub-rows:before {
  content: counter(pages);
  float: left;
  width: 30px;
  padding-left: 10px;
}

/* NEW STYLES */
/* line 129, ../sass/_datasetPage.sass */
.seventy {
  width: 70%;
}

/* line 132, ../sass/_datasetPage.sass */
.thirty {
  width: 30%;
}

/* line 135, ../sass/_datasetPage.sass */
.seventy, .thirty {
  transition: all 0.382s;
}

/* line 138, ../sass/_datasetPage.sass */
.left {
  float: left;
}

/* line 143, ../sass/_datasetPage.sass */
.datasetWrapper .chart-wrapper .rightArrow {
  margin-top: 0px;
}
/* line 146, ../sass/_datasetPage.sass */
.datasetWrapper .seventy, .datasetWrapper .thirty {
  height: 100%;
}
/* line 149, ../sass/_datasetPage.sass */
.datasetWrapper .activity-wrapper {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  padding: 20px;
  overflow: auto;
}
/* line 154, ../sass/_datasetPage.sass */
.datasetWrapper .activity-wrapper textarea {
  min-height: 100px;
  width: 100%;
}
/* line 158, ../sass/_datasetPage.sass */
.datasetWrapper .activity-wrapper .step-title {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 10px 0;
}
/* line 164, ../sass/_datasetPage.sass */
.datasetWrapper .activity-wrapper fieldset {
  border: 0px;
}
/* line 167, ../sass/_datasetPage.sass */
.datasetWrapper .chart-wrapper, .datasetWrapper .activity-wrapper {
  height: calc(100% - 60px);
}
/* line 171, ../sass/_datasetPage.sass */
.datasetWrapper .activity-footer .create-activity.button {
  color: #fff;
  display: block;
  padding: 5px;
  margin: 12px auto;
  width: 200px;
  height: 40px;
}
/* line 179, ../sass/_datasetPage.sass */
.datasetWrapper .activity-footer .button.full {
  line-height: 60px;
  height: 100%;
  font-size: 20px;
  width: 100%;
  color: #fff;
}
/* line 186, ../sass/_datasetPage.sass */
.datasetWrapper .activity-footer .button.medium {
  line-height: 60px;
  height: 100%;
  font-size: 20px;
  width: 60%;
  color: #fff;
}
/* line 193, ../sass/_datasetPage.sass */
.datasetWrapper .chart-footer, .datasetWrapper .activity-footer {
  height: 60px;
}
/* line 196, ../sass/_datasetPage.sass */
.datasetWrapper .chart-footer {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* line 199, ../sass/_datasetPage.sass */
.datasetWrapper .chart-footer ul {
  list-style: none;
  margin: 0;
  width: 100%;
  padding: 10px;
}
/* line 205, ../sass/_datasetPage.sass */
.datasetWrapper .chart-footer ul li {
  float: left;
  padding: 10px;
}
/* line 210, ../sass/_datasetPage.sass */
.datasetWrapper.full .seventy {
  width: 100%;
}
/* line 213, ../sass/_datasetPage.sass */
.datasetWrapper.full .thirty {
  width: 0px;
  overflow: hidden;
}
/* line 217, ../sass/_datasetPage.sass */
.datasetWrapper:not(.full) .chart-wrapper .canvasArea .rightArrow {
  background-position: -29px 0;
  padding-right: 0px;
}
/* line 221, ../sass/_datasetPage.sass */
.datasetWrapper:not(.full) .chart-wrapper .canvasArea .rightArrow div {
  margin-left: 40px;
}

/* Activity */
/* line 226, ../sass/_datasetPage.sass */
.readonly-activity {
  /* we should add css to disable the input controls as well */
}
/* line 228, ../sass/_datasetPage.sass */
.readonly-activity textarea {
  width: 100%;
}

/* For Footer Icons */
/* line 233, ../sass/_datasetPage.sass */
a.icons-wrapper:focus {
  outline: 0;
}

/* line 236, ../sass/_datasetPage.sass */
.icons-wrapper {
  text-decoration: none;
  color: #A9A9A0;
  cursor: pointer;
}
@media only screen and (max-width: 760px) {
  /* line 241, ../sass/_datasetPage.sass */
  .icons-wrapper > span {
    display: none;
  }
}
/* line 245, ../sass/_datasetPage.sass */
.icons-wrapper > i {
  background-color: #E5E5E5;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
}
/* line 252, ../sass/_datasetPage.sass */
.icons-wrapper:hover, .icons-wrapper.hover {
  color: #000000;
}
/* line 255, ../sass/_datasetPage.sass */
.icons-wrapper:hover > i, .icons-wrapper.hover > i {
  background-color: #E5CE7D;
}

/* line 258, ../sass/_datasetPage.sass */
.button-group {
  padding: 10px 0;
}

/* line 261, ../sass/_datasetPage.sass */
.datasetWrapper {
  overflow: hidden;
}
/* line 264, ../sass/_datasetPage.sass */
.datasetWrapper .button {
  padding: 0 12px;
  line-height: 30px;
}
/* line 269, ../sass/_datasetPage.sass */
.datasetWrapper .activities-list .activity-item {
  word-wrap: break-word;
}
/* line 272, ../sass/_datasetPage.sass */
.datasetWrapper .activities-list a.button {
  color: #fff;
}
/* line 275, ../sass/_datasetPage.sass */
.datasetWrapper .activities-list .button {
  line-height: 36px;
}
/* line 278, ../sass/_datasetPage.sass */
.datasetWrapper .link, .datasetWrapper .share {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 282, ../sass/_datasetPage.sass */
.datasetWrapper .link {
  font-size: 12px;
}
/* line 286, ../sass/_datasetPage.sass */
.datasetWrapper .share .socialIcon {
  height: 34px;
  margin: 10px 3px;
  width: 34px;
  background: #30AEBB;
  border-radius: 20px;
  display: inline-block;
  background-size: cover;
}
/* line 295, ../sass/_datasetPage.sass */
.datasetWrapper .share .twitter {
  background-image: url("/static/img/icons/twitter.png");
}
/* line 298, ../sass/_datasetPage.sass */
.datasetWrapper .share .facebook {
  background-image: url("/static/img/icons/facebook.png");
}
/* line 301, ../sass/_datasetPage.sass */
.datasetWrapper .share .email {
  background-image: url("/static/img/icons/email.png");
}
/* line 304, ../sass/_datasetPage.sass */
.datasetWrapper .share .google {
  background-image: url("/static/img/icons/google.png");
}

/* line 308, ../sass/_datasetPage.sass */
.endless_container {
  text-align: center;
}

/* line 311, ../sass/_datasetPage.sass */
.endless_loading {
  padding-top: 20px;
}

/* line 314, ../sass/_datasetPage.sass */
.expandingRow .subgroup-title {
  padding: 5px;
  margin: 0 30px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

/* line 322, ../sass/_datasetPage.sass */
.filter-table-wrapper {
  width: 100%;
}
@media only screen and (min-width: 868px) {
  /* line 322, ../sass/_datasetPage.sass */
  .filter-table-wrapper {
    display: table;
    table-layout: fixed;
  }
}
@media only screen and (min-width: 868px) {
  /* line 328, ../sass/_datasetPage.sass */
  .filter-table-wrapper > div {
    display: table-cell;
    height: 100%;
  }
  /* line 334, ../sass/_datasetPage.sass */
  .filter-table-wrapper > div:last-child .tuva-tooltip p, .filter-table-wrapper > div:nth-child(n+4) .tuva-tooltip p {
    left: auto;
    right: 18px;
  }
}
/* line 338, ../sass/_datasetPage.sass */
.filter-table-wrapper > div label {
  padding: 8px;
  padding-bottom: 0px;
  color: #30AEBB;
  cursor: pointer;
}
/* line 344, ../sass/_datasetPage.sass */
.filter-table-wrapper > div input {
  display: inline;
  width: auto;
  height: auto;
}

/* line 350, ../sass/_datasetPage.sass */
.tuva-tooltip {
  display: inline-block;
  position: relative;
}
/* line 354, ../sass/_datasetPage.sass */
.tuva-tooltip p {
  display: none;
  width: 320px;
  line-height: 1.5;
  font-size: 12px;
  padding: 10px;
  position: absolute;
  background-color: gray;
  color: white;
  top: -7px;
  left: 18px;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  /* line 354, ../sass/_datasetPage.sass */
  .tuva-tooltip p {
    width: 250px;
  }
}
@media only screen and (max-width: 1000px) {
  /* line 354, ../sass/_datasetPage.sass */
  .tuva-tooltip p {
    width: 150px;
  }
}
/* line 372, ../sass/_datasetPage.sass */
.tuva-tooltip:hover p {
  display: block;
}

/* line 1, ../sass/_chartPage.sass */
#chartPage {
  box-sizing: initial;
}
/* line 3, ../sass/_chartPage.sass */
#chartPage .content {
  width: 60%;
  min-height: 300px;
}
/* line 6, ../sass/_chartPage.sass */
#chartPage .panel {
  width: 30%;
  float: right;
}
/* line 9, ../sass/_chartPage.sass */
#chartPage .panel .header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
/* line 12, ../sass/_chartPage.sass */
#chartPage .panel .link {
  line-height: 40px;
  color: #30AEBB;
  font-weight: bold;
}
/* line 16, ../sass/_chartPage.sass */
#chartPage .panel .link .glyphicon, #chartPage .panel .link .tuva-icon.filter:before, #chartPage .panel .link .tuva-icon.functions:before, #chartPage .panel .link .tuva-icon.download:before, #chartPage .panel .link .tuva-icon.menu:before, #chartPage .panel .link .tuva-icon.help:before {
  color: #494949;
  margin-right: 10px;
  background-size: cover;
  float: left;
  height: 20px;
  width: 20px;
}
/* line 23, ../sass/_chartPage.sass */
#chartPage .panel .link .icon {
  margin-right: 10px;
  background-size: cover;
  float: left;
  height: 20px;
  width: 20px;
  margin-top: 10px;
  background-color: #F7F7F2;
}
/* line 31, ../sass/_chartPage.sass */
#chartPage .panel .link .link {
  background-image: url("/static/img/icons/link.png");
}
/* line 33, ../sass/_chartPage.sass */
#chartPage .panel .link .bookmark {
  background-image: url("/static/img/icons/paperclip.png");
}
/* line 35, ../sass/_chartPage.sass */
#chartPage .panel .link .download {
  background-image: url("/static/img/icons/download.png");
}
/* line 37, ../sass/_chartPage.sass */
#chartPage .panel .share {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  height: 60px;
  line-height: 0px;
}
/* line 42, ../sass/_chartPage.sass */
#chartPage .panel .share .subText {
  height: 60px;
  line-height: 60px;
  float: left;
}
/* line 46, ../sass/_chartPage.sass */
#chartPage .panel .share .socialIcon {
  height: 34px;
  margin-top: 10px;
  margin-left: 10px;
  width: 34px;
  background: #30AEBB;
  border-radius: 20px;
  float: left;
  background-size: cover;
}
/* line 55, ../sass/_chartPage.sass */
#chartPage .panel .share .twitter {
  background-image: url("/static/img/icons/twitter.png");
}
/* line 57, ../sass/_chartPage.sass */
#chartPage .panel .share .facebook {
  background-image: url("/static/img/icons/facebook.png");
}
/* line 59, ../sass/_chartPage.sass */
#chartPage .panel .share .email {
  background-image: url("/static/img/icons/email.png");
}
/* line 61, ../sass/_chartPage.sass */
#chartPage .panel .share .google {
  background-image: url("/static/img/icons/google.png");
}
/* line 63, ../sass/_chartPage.sass */
#chartPage h1 {
  font-size: 32px;
}
/* line 65, ../sass/_chartPage.sass */
#chartPage .tagWrapper {
  margin: 10px 0;
}

/* line 68, ../sass/_chartPage.sass */
.dataset {
  line-height: 40px !important;
}
/* line 70, ../sass/_chartPage.sass */
.dataset table {
  margin: 0px auto;
}
/* line 72, ../sass/_chartPage.sass */
.dataset td {
  line-height: 40px !important;
  padding: 20px 0;
}
/* line 75, ../sass/_chartPage.sass */
.dataset .icon {
  float: left;
  margin-left: 20px;
  margin-right: 12px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.382);
}

/* line 1, ../sass/_chartArea.sass */
#chartArea {
  box-sizing: initial;
  background: #fff;
  height: 600px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
}
/* line 8, ../sass/_chartArea.sass */
#chartArea .canvasArea {
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
  background: #fff;
  float: left;
  height: inherit;
  width: 100%;
}
/* line 15, ../sass/_chartArea.sass */
#chartArea .slidingArea {
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
  background: #f7f7f2;
  float: left;
  height: inherit;
  overflow: hidden;
  width: 0%;
  z-index: 99;
}
/* line 23, ../sass/_chartArea.sass */
#chartArea .slidingArea .qna-wrapper {
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}
/* line 27, ../sass/_chartArea.sass */
#chartArea .slidingArea .qna-wrapper .instructionHead {
  text-align: center;
  padding-bottom: 10px;
}
/* line 30, ../sass/_chartArea.sass */
#chartArea .slidingArea .activities-wrapper {
  height: 90%;
  overflow: scroll;
  overflow-x: hidden;
}
/* line 34, ../sass/_chartArea.sass */
#chartArea .slidingArea .activities-wrapper .activity-item {
  padding: 14px 0;
  margin: 0 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 38, ../sass/_chartArea.sass */
#chartArea .slidingArea .activities-wrapper .create-activity {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 44, ../sass/_chartArea.sass */
#chartArea .padding-table {
  height: calc(100% - 39px);
  padding-left: 14px;
  padding-right: 14px;
}
/* line 50, ../sass/_chartArea.sass */
#chartArea #rightPanel .button {
  line-height: 36px;
  margin-top: 14px;
  margin-right: 8px;
}
/* line 54, ../sass/_chartArea.sass */
#chartArea #rightPanel .minWidth80pxButton {
  min-width: 80px;
}

/* line 56, ../sass/_chartArea.sass */
.tableArea {
  width: 100%;
  height: 40px;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 99;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
}
/* line 66, ../sass/_chartArea.sass */
.tableArea .tableHeaderArrow {
  float: left;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
/* line 70, ../sass/_chartArea.sass */
.tableArea .tableHeaderArrow .arrow {
  display: block;
  margin-left: -5px;
  background: transparent url("/static/img/rightToggle.png") no-repeat;
  background-size: auto 100%;
  background-position: -24px 0;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
/* line 79, ../sass/_chartArea.sass */
.tableArea .tableHeader {
  line-height: 40px;
  height: 40px;
  background: #fff;
  padding: 0 14px;
  box-shadow: inset -1px 0px 3px -2px #ccc;
}
/* line 85, ../sass/_chartArea.sass */
.tableArea .tableHeader:hover {
  background: #f5f5f5;
  cursor: pointer;
}
/* line 88, ../sass/_chartArea.sass */
.tableArea .datatable-container {
  height: 300px;
  width: 100%;
}

/* line 92, ../sass/_chartArea.sass */
.visualHeader {
  height: 5%;
  top: 0;
}
/* line 96, ../sass/_chartArea.sass */
.visualHeader a:hover {
  color: #494949;
}

/* line 99, ../sass/_chartArea.sass */
.fullScreen {
  height: 100%;
  width: 100%;
  bottom: 0;
  position: relative;
}
/* line 104, ../sass/_chartArea.sass */
.fullScreen #chartArea {
  height: 100%;
}

/* line 110, ../sass/_chartArea.sass */
.slideRight .canvasArea .rightArrow {
  background-position: -29px 0;
  padding-right: 0px;
}
/* line 113, ../sass/_chartArea.sass */
.slideRight .canvasArea .rightArrow div {
  margin-left: 40px;
}
/* line 115, ../sass/_chartArea.sass */
.slideRight #rightPanel {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* line 122, ../sass/_chartArea.sass */
.slideLeft .leftPanel {
  position: initial;
}
/* line 124, ../sass/_chartArea.sass */
.slideLeft #leftPanel {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
/* line 128, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseHeader .caseCardText {
  cursor: pointer;
}
/* line 130, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseHeader .caseCardTitle {
  display: block;
}
/* line 132, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseHeader .hoverButtons {
  visibility: hidden;
}
/* line 135, ../sass/_chartArea.sass */
.slideLeft .canvasArea .leftSideButton {
  background-position: 6px 0;
  padding-right: 0px;
}
/* line 138, ../sass/_chartArea.sass */
.slideLeft .canvasArea .leftSideButton div {
  margin-left: 40px;
}

/* line 146, ../sass/_chartArea.sass */
.slideTable .tableArea {
  height: 100%;
}
/* line 148, ../sass/_chartArea.sass */
.slideTable .tableHeaderArrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 151, ../sass/_chartArea.sass */
.chartButtonHolder {
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.382);
  height: 40px;
  line-height: 40px;
  width: 150px;
  border-radius: 5px;
}

/* line 158, ../sass/_chartArea.sass */
.chartButton {
  height: inherit;
  width: inherit;
  background: red;
  border-radius: inherit;
  text-align: center;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.382), inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  background: #EFEFE2;
}

/* line 168, ../sass/_chartArea.sass */
.firstHeader {
  height: 40px;
  box-shadow: 0px 2px 8px 0px #ccc;
}
/* line 177, ../sass/_chartArea.sass */
.firstHeader .leftSideButton {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  padding: 0px;
  background: white;
  border-right: 1px solid #ccc;
  position: relative;
  float: left;
  margin-left: -5px;
  background: #eaeae8 url("/static/img/rightToggle.png") no-repeat;
  background-size: auto 100%;
  background-position: -24px 0;
  overflow: hidden;
}
/* line 202, ../sass/_chartArea.sass */
.firstHeader .leftSideButton:hover {
  cursor: pointer;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background-color: #e3e3e0;
}
/* line 206, ../sass/_chartArea.sass */
.firstHeader .leftSideButton:hover div {
  background-color: #e3e3e0 !important;
  margin-left: 30px;
}

/* line 211, ../sass/_chartArea.sass */
.hoverButtons .left {
  margin-left: -14px;
}
/* line 214, ../sass/_chartArea.sass */
.hoverButtons .left, .hoverButtons .right {
  width: 50px;
}
/* line 217, ../sass/_chartArea.sass */
.hoverButtons .left:hover, .hoverButtons .right:hover {
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
/* line 220, ../sass/_chartArea.sass */
.hoverButtons .left:active, .hoverButtons .right:active {
  color: #232323;
  background: rgba(255, 255, 255, 0.9);
}

/* line 223, ../sass/_chartArea.sass */
.rightArrow {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  background: red;
  position: absolute;
  top: 0px;
  z-index: 98;
  right: 0;
  margin-top: -50px;
  background: #F7F7F2 url("/static/img/rightToggle.png") no-repeat;
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.09), 0px 1px 0px rgba(0, 0, 0, 0.09), 0px -1px 0px rgba(0, 0, 0, 0.09);
  background-size: auto 100%;
  background-position: 8px 0;
  padding-right: 90px;
  overflow: hidden;
}
/* line 243, ../sass/_chartArea.sass */
.rightArrow div {
  height: 100%;
  width: 90px;
  margin-left: 30px;
  line-height: 40px;
  background: #F7F7F2;
}
/* line 250, ../sass/_chartArea.sass */
.rightArrow:hover {
  cursor: pointer;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  background-color: #F7F7F2;
  background-color: #f1f1e9;
}
/* line 255, ../sass/_chartArea.sass */
.rightArrow:hover div {
  background-color: #f1f1e9 !important;
  margin-left: 30px;
}

/* line 258, ../sass/_chartArea.sass */
.hide {
  display: none;
}

/* line 261, ../sass/_chartArea.sass */
.embedBlock {
  border: 1px solid #f7f7f2;
  height: 95%;
}

/* line 265, ../sass/_chartArea.sass */
.embedFooter {
  width: 100%;
  display: inline-block;
  border-left: 1px solid #f7f7f2;
  border-right: 1px solid #f7f7f2;
  border-bottom: 1px solid #f7f7f2;
  line-height: 36px;
}

/* line 273, ../sass/_chartArea.sass */
.embedText {
  width: 95%;
  height: 60px;
  color: #494949;
  font-size: 12px;
}

/* line 287, ../sass/_chartArea.sass */
.leftPanel .caseCardView {
  width: 95%;
}
/* line 289, ../sass/_chartArea.sass */
.leftPanel .attributeCard {
  text-align: center;
  width: 80%;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /* word-wrap: break-word */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 300, ../sass/_chartArea.sass */
.leftPanel .valueCard {
  text-align: center;
  display: none;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  /* word-wrap: break-word */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 310, ../sass/_chartArea.sass */
.leftPanel .colorCard {
  display: none;
  padding-left: 5px;
}
/* line 313, ../sass/_chartArea.sass */
.leftPanel .filterCard {
  text-align: center;
  width: 20%;
  display: table-cell;
  /* width: 20% */
}
/* line 317, ../sass/_chartArea.sass */
.leftPanel .filterCard i {
  color: #494949;
}
/* line 320, ../sass/_chartArea.sass */
.leftPanel .filterCard:hover {
  background: #dedede;
  pointer: pointer;
}
/* line 324, ../sass/_chartArea.sass */
.leftPanel .teal i {
  color: #30AEBB;
}

/* line 327, ../sass/_chartArea.sass */
#leftPanel {
  width: 12% !important;
  min-width: 160px;
}
/* line 331, ../sass/_chartArea.sass */
#leftPanel .caseHeader .caseCardTitle {
  display: block;
}
/* line 333, ../sass/_chartArea.sass */
#leftPanel .caseHeader .hoverButtons {
  visibility: hidden;
}

/* line 336, ../sass/_chartArea.sass */
.canvasArea {
  width: 88% !important;
  max-width: calc(100% - 160px) !important;
}
/* line 340, ../sass/_chartArea.sass */
.canvasArea .plotToolbar .navbar .nav .activate {
  display: none;
}

/* line 343, ../sass/_chartArea.sass */
.visualContainer {
  width: 100%;
  margin-bottom: 11px;
  position: relative;
  background: #fff;
  padding-left: 10px;
  display: block;
}

/* line 352, ../sass/_chartArea.sass */
#caseDiv {
  border-bottom: 1px solid #f5f5f5;
  height: 518px;
  overflow: scroll;
  overflow-x: hidden;
}

/* line 363, ../sass/_chartArea.sass */
.fullScreen #plotContainer {
  height: calc(100% - 50px);
}
/* line 365, ../sass/_chartArea.sass */
.fullScreen #casePanel {
  height: 100%;
}
/* line 367, ../sass/_chartArea.sass */
.fullScreen #caseDiv {
  height: 95%;
}

/* line 371, ../sass/_chartArea.sass */
#content-resizer {
  position: absolute;
  height: 5px;
  bottom: 39px;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: n-resize;
}

/* line 381, ../sass/_chartArea.sass */
#plot-content {
  height: calc(100% - 50px) !important;
  overflow: hidden;
  display: block;
  position: relative;
}

/* line 390, ../sass/_chartArea.sass */
.plotTools li .disabled {
  background: #fff;
  opacity: 0.5;
  box-shadow: none;
}
/* line 395, ../sass/_chartArea.sass */
.plotTools li .disabled:hover, .plotTools li .disabled:active {
  background: #fff;
  box-shadow: none;
}

/* line 399, ../sass/_chartArea.sass */
.plotToolbar {
  background-color: #f7f7f2;
  margin-bottom: 10px;
}

/* line 405, ../sass/_chartArea.sass */
.plotToolbar .navbar .nav {
  height: 40px;
  display: inline;
  margin: 0 0;
  float: initial;
}
/* line 410, ../sass/_chartArea.sass */
.plotToolbar .navbar .nav > li {
  min-width: 40px;
  text-align: center;
  border: 1px solid #ccc;
  color: #888;
}
/* line 415, ../sass/_chartArea.sass */
.plotToolbar .navbar .nav > li > a {
  color: #494949;
}
/* line 418, ../sass/_chartArea.sass */
.plotToolbar .navbar .nav > li.active > a,
.plotToolbar .navbar .nav > li.active > a:hover {
  background-color: #fff;
  color: #30AEBB;
}
/* line 423, ../sass/_chartArea.sass */
.plotToolbar .navbar .active > a,
.plotToolbar .navbar .active > a:hover {
  background-color: #fff;
  color: #30AEBB;
}

/* line 428, ../sass/_chartArea.sass */
.threelines_icon {
  background: url("/static/img/icons/threelines.png") no-repeat;
  width: 20px;
  height: 20px;
}

/* line 433, ../sass/_chartArea.sass */
.plotToolbar ul.nav li.dropdown:hover > ul.dropdown-menu,
.plotToolbar ul.nav li.dropdown.open > ul.dropdown-menu {
  display: block;
  width: 220px;
}

/* line 438, ../sass/_chartArea.sass */
.dropdown-submenu {
  position: relative;
}
/* line 441, ../sass/_chartArea.sass */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  width: 200px;
}

/* line 450, ../sass/_chartArea.sass */
.plotToolbar .dropdown-submenu > .dropdown-menu:after {
  border: none !important;
  content: "" !important;
}
/* line 454, ../sass/_chartArea.sass */
.plotToolbar .dropdown-submenu > .dropdown-menu:before {
  border: none !important;
  content: "" !important;
}

/* line 459, ../sass/_chartArea.sass */
.plotToolbar li.dropdown-submenu:hover {
  background-color: #f7f7f2;
}

/* line 464, ../sass/_chartArea.sass */
.plotToolbar .dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0px 5px 5px;
  content: " ";
}

/* line 479, ../sass/_chartArea.sass */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

/* line 483, ../sass/_chartArea.sass */
.dropdown-submenu:hover > a:after {
  border-left-color: #494949;
}

/* line 486, ../sass/_chartArea.sass */
.dropdown-submenu.pull-left {
  float: none;
}

/* line 489, ../sass/_chartArea.sass */
.dropdown > .dropdown-menu > li > a,
.dropdown-submenu > .dropdown-menu > li > a {
  white-space: normal;
}

/* line 495, ../sass/_chartArea.sass */
.slideLeft .canvasArea {
  width: 75% !important;
  max-width: calc(100% - 300px) !important;
}
/* line 498, ../sass/_chartArea.sass */
.slideLeft #leftPanel {
  width: 25% !important;
  min-width: 300px !important;
}
/* line 502, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseHeader .caseCardTitle {
  display: none;
}
/* line 504, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseHeader .hoverButtons {
  visibility: visible;
}
/* line 506, ../sass/_chartArea.sass */
.slideLeft #leftPanel .caseCardView {
  width: 97%;
}
/* line 508, ../sass/_chartArea.sass */
.slideLeft #leftPanel .attributeCard {
  width: 35%;
}
/* line 510, ../sass/_chartArea.sass */
.slideLeft #leftPanel .valueCard {
  width: 35%;
  display: table-cell;
  vertical-align: inherit;
}
/* line 514, ../sass/_chartArea.sass */
.slideLeft #leftPanel .colorCard {
  width: 20%;
  display: table-cell;
}
/* line 517, ../sass/_chartArea.sass */
.slideLeft #leftPanel .filterCard {
  width: 10%;
  display: table-cell;
}
/* line 520, ../sass/_chartArea.sass */
.slideLeft #rightPanel {
  width: 0% !important;
}

/* line 524, ../sass/_chartArea.sass */
.slideRight .canvasArea {
  width: 58% !important;
}
/* line 526, ../sass/_chartArea.sass */
.slideRight #leftPanel {
  width: 12% !important;
}
/* line 529, ../sass/_chartArea.sass */
.slideRight #leftPanel .caseHeader .caseCardTitle {
  display: block;
}
/* line 531, ../sass/_chartArea.sass */
.slideRight #leftPanel .caseHeader .hoverButtons {
  visibility: hidden;
}
/* line 533, ../sass/_chartArea.sass */
.slideRight #leftPanel .attributeCard {
  width: 100%;
}
/* line 535, ../sass/_chartArea.sass */
.slideRight #leftPanel .valueCard {
  display: none;
}
/* line 537, ../sass/_chartArea.sass */
.slideRight #leftPanel .colorCard {
  display: none;
}
/* line 542, ../sass/_chartArea.sass */
.slideRight #rightPanel {
  width: 30% !important;
}

/* line 546, ../sass/_chartArea.sass */
.slideBoth .canvasArea {
  width: 45% !important;
}
/* line 549, ../sass/_chartArea.sass */
.slideBoth .canvasArea .plotToolbar .navbar .nav li {
  min-width: 30px;
}
/* line 551, ../sass/_chartArea.sass */
.slideBoth #leftPanel {
  width: 25% !important;
}
/* line 554, ../sass/_chartArea.sass */
.slideBoth #leftPanel .caseHeader .caseCardTitle {
  display: none;
}
/* line 556, ../sass/_chartArea.sass */
.slideBoth #leftPanel .caseHeader .hoverButtons {
  visibility: visible;
}
/* line 558, ../sass/_chartArea.sass */
.slideBoth #leftPanel .caseCardView {
  width: 97%;
}
/* line 560, ../sass/_chartArea.sass */
.slideBoth #leftPanel .attributeCard {
  width: 35%;
}
/* line 562, ../sass/_chartArea.sass */
.slideBoth #leftPanel .valueCard {
  width: 35%;
  display: table-cell;
  vertical-align: inherit;
}
/* line 566, ../sass/_chartArea.sass */
.slideBoth #leftPanel .colorCard {
  width: 20%;
  display: table-cell;
}
/* line 569, ../sass/_chartArea.sass */
.slideBoth #leftPanel .filterCard {
  width: 10%;
  display: table-cell;
}
/* line 572, ../sass/_chartArea.sass */
.slideBoth #rightPanel {
  width: 30% !important;
}

@media only screen and (max-width: 960px) {
  /* line 581, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav li {
    min-width: 25px;
  }
  /* line 583, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .optional {
    display: none;
  }
  /* line 585, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .activate {
    display: block;
  }

  /* line 589, ../sass/_chartArea.sass */
  .slideLeft .canvasArea {
    width: 75% !important;
  }
  /* line 591, ../sass/_chartArea.sass */
  .slideLeft #leftPanel {
    width: 25% !important;
  }
  /* line 593, ../sass/_chartArea.sass */
  .slideLeft #rightPanel {
    width: 0% !important;
  }

  /* line 597, ../sass/_chartArea.sass */
  .slideRight .canvasArea {
    width: 70% !important;
  }
  /* line 599, ../sass/_chartArea.sass */
  .slideRight #leftPanel {
    width: 0% !important;
  }
  /* line 601, ../sass/_chartArea.sass */
  .slideRight #rightPanel {
    width: 30% !important;
  }

  /* line 605, ../sass/_chartArea.sass */
  .slideBoth .canvasArea {
    width: 45% !important;
  }
  /* line 608, ../sass/_chartArea.sass */
  .slideBoth .canvasArea .plotToolbar .navbar .nav .optional {
    display: none;
  }
  /* line 610, ../sass/_chartArea.sass */
  .slideBoth #leftPanel {
    width: 25% !important;
  }
  /* line 612, ../sass/_chartArea.sass */
  .slideBoth #rightPanel {
    width: 30% !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 617, ../sass/_chartArea.sass */
  #leftPanel {
    width: 0% !important;
  }

  /* line 620, ../sass/_chartArea.sass */
  .canvasArea {
    width: 100% !important;
  }
  /* line 623, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav li {
    min-width: 25px;
  }
  /* line 625, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .optional {
    display: none;
  }
  /* line 627, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .activate {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  /* line 631, ../sass/_chartArea.sass */
  #leftPanel {
    width: 0% !important;
  }

  /* line 634, ../sass/_chartArea.sass */
  .canvasArea {
    width: 100% !important;
  }
  /* line 637, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav li {
    min-width: 20px;
  }
  /* line 639, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .optional {
    display: none;
  }
  /* line 641, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .nomobile {
    display: none;
  }
  /* line 643, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .navbar .nav .activate {
    display: block;
  }
}
/* line 646, ../sass/_chartArea.sass */
.canvasArea .plotToolbar .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 28px;
  overflow: hidden;
  line-height: 26px;
  max-width: 350px;
  background-color: #F7F7F2;
  padding: 6px 8px;
  border-left: 1px solid #ccc;
  margin: 0;
  font-weight: normal;
}

@media only screen and (max-width: 970px) {
  /* line 660, ../sass/_chartArea.sass */
  .canvasArea .plotToolbar .title span {
    display: none;
  }
}
/* line 663, ../sass/_chartArea.sass */
.visualContainer .premium-block {
  bottom: 12%;
  top: 12%;
  width: 50%;
  z-index: 100;
  position: absolute;
  left: 25%;
}
/* line 671, ../sass/_chartArea.sass */
.visualContainer .premium-block .premium-overlay {
  background: #FFCA05;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  background-image: linear-gradient(rgba(117, 117, 117, 0.15) 1px, transparent 1px), linear-gradient(90deg, rgba(117, 117, 117, 0.15) 1px, transparent 1px), linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 5px 5px, 5px 5px;
}
/* line 683, ../sass/_chartArea.sass */
.visualContainer .premium-block .premium-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  top: 20%;
  margin: auto;
  min-width: 200px;
}
/* line 692, ../sass/_chartArea.sass */
.visualContainer .premium-block .premium-content h2 {
  color: #000;
}
/* line 695, ../sass/_chartArea.sass */
.visualContainer .premium-block .premium-content .button {
  max-width: 200px;
}

/* line 1, ../sass/_slidingArea.sass */
.slidingPanel {
  min-width: 300px;
  height: 100%;
}
/* line 7, ../sass/_slidingArea.sass */
.slidingPanel .title {
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 14px;
  font-weight: normal;
}
/* line 12, ../sass/_slidingArea.sass */
.slidingPanel .create-activity {
  line-height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 14px;
}
/* line 16, ../sass/_slidingArea.sass */
.slidingPanel .question-count {
  padding: 14px 0;
  margin: 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 20, ../sass/_slidingArea.sass */
.slidingPanel .question {
  padding: 14px 0;
  margin: 0 14px;
}
/* line 23, ../sass/_slidingArea.sass */
.slidingPanel .answer {
  padding: 14px 0;
  margin: 0 14px;
}
/* line 26, ../sass/_slidingArea.sass */
.slidingPanel textarea {
  width: calc(100% - 46px);
  width: 330px;
  resize: none;
  color: inherit;
  font-size: 14px;
  padding: 9px;
  min-height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.1), 1px 1px 1px #fff;
}
/* line 37, ../sass/_slidingArea.sass */
.slidingPanel .button {
  line-height: 42px;
  padding: 0 10px;
  border-radius: 5px;
}
/* line 41, ../sass/_slidingArea.sass */
.slidingPanel .navigation {
  background: #F4E8DA;
  position: absolute;
  height: 40px;
  padding: 6px 14px;
  bottom: 0;
  left: 0;
  width: 100%;
  width: calc(100% - 28px);
  line-height: 42px;
}
/* line 51, ../sass/_slidingArea.sass */
.slidingPanel .navigation .button {
  float: right;
  margin: 0px !important;
  margin-top: 4px !important;
}

/* line 55, ../sass/_slidingArea.sass */
#rightPanel {
  position: relative;
}

/* line 58, ../sass/_slidingArea.sass */
.leftPanel {
  min-width: 100%;
  background: #EAEAE8;
  border-right: 1px solid #d2d2cd;
}
/* line 62, ../sass/_slidingArea.sass */
.leftPanel .caseHeader {
  text-align: center;
}
/* line 64, ../sass/_slidingArea.sass */
.leftPanel .caseHeader:hover {
  cursor: pointer;
  background-color: #e3e3e0;
}
/* line 68, ../sass/_slidingArea.sass */
.leftPanel .caseHeader .hoverButtons:hover {
  cursor: default;
}
/* line 70, ../sass/_slidingArea.sass */
.leftPanel .row {
  line-height: 30px;
  padding: 0 14px;
}
/* line 76, ../sass/_slidingArea.sass */
.leftPanel .row .right {
  float: right;
}
/* line 78, ../sass/_slidingArea.sass */
.leftPanel .row .left {
  float: left;
}
/* line 80, ../sass/_slidingArea.sass */
.leftPanel .footer {
  bottom: 0;
  width: calc(100% - 14px);
  height: 50px;
  padding-top: 3px;
}
/* line 86, ../sass/_slidingArea.sass */
.leftPanel .footer .clickingArea {
  line-height: 50px;
  width: 100%;
  text-align: center;
}
/* line 90, ../sass/_slidingArea.sass */
.leftPanel .footer .clickingArea:hover, .leftPanel .footer .clickingArea:active {
  text-decoration: none;
}

/* Case card style */
/* line 94, ../sass/_slidingArea.sass */
table.caseCardView {
  table-layout: fixed;
  width: 95%;
  border-collapse: collapse;
  margin-left: 5px;
  margin-right: 3px;
}

/* line 102, ../sass/_slidingArea.sass */
table.caseCardView td {
  padding: 5px 2px;
  border-left: 1px solid #f5f5f5;
}

/* line 108, ../sass/_slidingArea.sass */
table.caseCardView tr td:first-child,
table.caseCardView tr th:first-child {
  border-left: 0;
}
/* line 112, ../sass/_slidingArea.sass */
table.caseCardView tr td:last-child,
table.caseCardView tr th:last-child {
  border-right: 0;
}
/* line 116, ../sass/_slidingArea.sass */
table.caseCardView tr:nth-child(odd) {
  background: #FFF;
  border: 1px solid #fff;
}
/* line 120, ../sass/_slidingArea.sass */
table.caseCardView tr:nth-child(even) {
  background: #eaeae8;
}
/* line 122, ../sass/_slidingArea.sass */
table.caseCardView tr:nth-child(even) td {
  padding: 3px 2px;
}

/* line 126, ../sass/_slidingArea.sass */
.caseCardView tr.caseRow {
  cursor: pointer;
}
/* line 129, ../sass/_slidingArea.sass */
.caseCardView tr.caseRow:hover {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  background-color: #f7f7f7;
}

/* line 136, ../sass/_slidingArea.sass */
.grabbing {
  text-align: left;
  border: 1px solid #d2d2cd;
  pointer-events: none;
  background: #FFF;
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  position: initial;
}

/* line 146, ../sass/_slidingArea.sass */
#drag-controls.ui-draggable {
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
}

/* line 151, ../sass/_slidingArea.sass */
#drag-controls.ui-draggable-dragging {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}

/* line 156, ../sass/_slidingArea.sass */
.caseCardView tr:nth-child(even).active .attributeCard,
.caseCardView tr:nth-child(odd).active .attributeCard,
.caseCardView tr:nth-child(odd).onaxis .attributeCard {
  color: #30AEBB;
}

/* first row is attribute header, not draggable */
/* line 162, ../sass/_slidingArea.sass */
.caseCardView tr.caseRow:hover:first-child {
  cursor: pointer;
  cursor: hand;
}

/* line 166, ../sass/_slidingArea.sass */
.caseCardView tr.caseRow:first-child {
  font-weight: bold;
  border: 1px solid #d2d2cd;
}

/* line 171, ../sass/_slidingArea.sass */
#casePanel .caseHeader {
  padding: 5px;
  max-height: 30px;
  overflow: hidden;
}

/* line 178, ../sass/_slidingArea.sass */
#casePanel .caseHeader .panelTitle {
  font-weight: bold;
  float: left;
}

/* line 183, ../sass/_slidingArea.sass */
.navigation.wizard li {
  list-style-type: none;
}

/* line 16, ../sass/_subjects.sass */
.world {
  border-bottom-color: #DE7172 !important;
}

/* line 18, ../sass/_subjects.sass */
.sport {
  border-bottom-color: #CA7A77 !important;
}

/* line 20, ../sass/_subjects.sass */
.all {
  border-bottom-color: #DCA082 !important;
}

/* line 22, ../sass/_subjects.sass */
.food {
  border-bottom-color: #DFD383 !important;
}

/* line 24, ../sass/_subjects.sass */
.politics {
  border-bottom-color: #B1C881 !important;
}

/* line 26, ../sass/_subjects.sass */
.community {
  border-bottom-color: #70BE78 !important;
}

/* line 28, ../sass/_subjects.sass */
.entertainment {
  border-bottom-color: #70BB84 !important;
}

/* line 30, ../sass/_subjects.sass */
.environment {
  border-bottom-color: #70B69A !important;
}

/* line 32, ../sass/_subjects.sass */
.development {
  border-bottom-color: #74BFBE !important;
}

/* line 34, ../sass/_subjects.sass */
.culture {
  border-bottom-color: #6B96BA !important;
}

/* line 36, ../sass/_subjects.sass */
.health {
  border-bottom-color: #8277BD !important;
}

/* line 38, ../sass/_subjects.sass */
.energy {
  border-bottom-color: #A870B5 !important;
}

/* line 40, ../sass/_subjects.sass */
.historical {
  border-bottom-color: #B676B6 !important;
}

/* line 42, ../sass/_subjects.sass */
.science {
  border-bottom-color: #B17080 !important;
}

/* line 1, ../sass/_modal.sass */
.modal {
  top: 100px;
  left: 50%;
  margin: 0 0 0 -300px;
  /* margin: initial */
  /* margin-left: -300px */
  width: 520px;
  background: #eeeeee url(modal-gloss.png) no-repeat -200px -80px;
  position: fixed;
  z-index: 99999999;
  padding: 30px 30px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  max-height: 500px !important;
}
/* line 19, ../sass/_modal.sass */
.modal.small {
  width: 200px;
  margin-left: -140px;
}
/* line 22, ../sass/_modal.sass */
.modal.medium {
  width: 400px;
  margin-left: -240px;
}
/* line 25, ../sass/_modal.sass */
.modal.large {
  width: 600px;
  margin-left: -340px;
}
/* line 28, ../sass/_modal.sass */
.modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
/* line 31, ../sass/_modal.sass */
.modal .tag {
  margin-right: 5px;
}
/* line 33, ../sass/_modal.sass */
.modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/* line 43, ../sass/_modal.sass */
.modal hr {
  border: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.382);
  margin: 0 -40px;
  margin-bottom: 28px;
}

/* line 48, ../sass/_modal.sass */
.modal.fade {
  top: 100px;
}

/* line 50, ../sass/_modal.sass */
.modal.fade.in {
  top: 100px;
}

/* line 53, ../sass/_modal.sass */
.modal-backdrop {
  z-index: 99999998;
}

/* line 56, ../sass/_modal.sass */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  z-index: 99999998;
  left: 0;
}

/* line 67, ../sass/_modal.sass */
.reveal-modal {
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eeeeee url(/static/img/modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 99999999;
  padding: 30px 30px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* line 83, ../sass/_modal.sass */
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
/* line 86, ../sass/_modal.sass */
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
/* line 89, ../sass/_modal.sass */
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
/* line 92, ../sass/_modal.sass */
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
/* line 95, ../sass/_modal.sass */
.reveal-modal .close-reveal-modal {
  font-size: 22px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}
/* line 105, ../sass/_modal.sass */
.reveal-modal hr {
  border: 1px solid transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.382);
  margin: 0 -40px;
  margin-bottom: 28px;
}

/* line 111, ../sass/_modal.sass */
.registration {
  line-height: 24px !important;
}
/* line 114, ../sass/_modal.sass */
.registration input[type="text"], .registration input[type="password"] {
  width: 300px;
}
/* line 116, ../sass/_modal.sass */
.registration select {
  width: 300px;
}

/* line 119, ../sass/_modal.sass */
.button.Google {
  background: #E37871;
  border-radius: 5px;
  color: #ffffff;
}

/* line 124, ../sass/_modal.sass */
.collapsable {
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
  height: 84px;
  overflow: hidden;
}

/* line 130, ../sass/_modal.sass */
.modalText {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  color: rgba(0, 0, 0, 0.618);
}
/* line 136, ../sass/_modal.sass */
.modalText:hover {
  color: rgba(0, 0, 0, 0.8);
}

/* line 139, ../sass/_modal.sass */
.hideCode .collapsable {
  height: 0px !important;
  opacity: 0;
  -webkit-transition: all 0.382;
  -moz-transition: all 0.382;
  -ms-transition: all 0.382;
  -o-transition: all 0.382;
  transition: all 0.382;
}

/* line 144, ../sass/_modal.sass */
.keyword-section {
  float: left;
}

/* line 147, ../sass/_modal.sass */
.orTable {
  margin: 14px 0;
  width: 100%;
}
/* line 150, ../sass/_modal.sass */
.orTable td {
  width: 300px;
  line-height: 28px;
  width: 8%;
}
/* line 154, ../sass/_modal.sass */
.orTable td:nth-child(1), .orTable td:nth-child(3) {
  width: 46%;
}
/* line 157, ../sass/_modal.sass */
.orTable hr {
  margin: 14px 0;
  border: 1px solid #ccc;
}

/* line 162, ../sass/_modal.sass */
.classList div {
  margin: 7px;
}

/* line 1, ../sass/_card.sass */
.cardWrapper {
  padding: 0 14px;
  padding-bottom: 28px;
  position: relative;
  display: inline-block;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 867px) {
  /* line 1, ../sass/_card.sass */
  .cardWrapper {
    width: 49%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 479px) {
  /* line 1, ../sass/_card.sass */
  .cardWrapper {
    min-width: 100%;
    margin: 0 auto;
  }
}
/* line 19, ../sass/_card.sass */
.cardWrapper .card {
  background: #fff;
  min-height: 340px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-bottom: 5px solid #30AEBB;
  position: relative;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
}
/* line 26, ../sass/_card.sass */
.cardWrapper .card:hover {
  box-shadow: 7px 7px 7px #D4D4D0;
  cursor: pointer;
}
/* line 30, ../sass/_card.sass */
.cardWrapper .card i {
  line-height: 1 !important;
  float: right;
  padding: 15px;
}
/* line 34, ../sass/_card.sass */
.cardWrapper .card .divider {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 16px;
  margin-top: 16px;
}
/* line 38, ../sass/_card.sass */
.cardWrapper .card .jobContent {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  top: 20%;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 12px;
}
/* line 47, ../sass/_card.sass */
.cardWrapper .card .content {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  left: 10%;
  bottom: 0;
  text-align: center;
  padding-bottom: 12px;
}
/* line 57, ../sass/_card.sass */
.cardWrapper .card .icon {
  height: 108px;
  width: 108px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 54px;
  margin-bottom: 16px;
  background-size: cover;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  /* line 57, ../sass/_card.sass */
  .cardWrapper .card .icon {
    height: 70px;
    width: 70px;
    border-radius: 35px;
  }
}
/* line 72, ../sass/_card.sass */
.cardWrapper .card .subText {
  padding-bottom: 10px;
}
/* line 74, ../sass/_card.sass */
.cardWrapper .card .titleWrapper {
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 79, ../sass/_card.sass */
.cardWrapper .card .titleWrapper h3 {
  color: #494949;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* line 84, ../sass/_card.sass */
.cardWrapper .card .tagWrapper {
  height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 90, ../sass/_card.sass */
.cardWrapper .card .tagWrapper .tag {
  font-size: 12px;
  color: #8e8e8e;
}
/* line 93, ../sass/_card.sass */
.cardWrapper .jobCard {
  min-height: 300px;
}
/* line 95, ../sass/_card.sass */
.cardWrapper .overlayCard {
  width: calc(100% - 27px);
  height: calc(100% - 28px);
  display: none;
  position: absolute;
  top: 0px;
  left: 14px;
  background-color: #30AEBB;
  opacity: 0.95;
}
/* line 104, ../sass/_card.sass */
.cardWrapper .overlayCard .hoverBox {
  margin: 0 40px;
  width: calc(100% - 80px);
}
/* line 107, ../sass/_card.sass */
.cardWrapper .overlayCard .metadata {
  padding-top: 80px;
}
/* line 109, ../sass/_card.sass */
.cardWrapper .overlayCard .casedesc {
  padding-top: 40px;
}
/* line 111, ../sass/_card.sass */
.cardWrapper .overlayCard div {
  display: inline-block;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: white;
}
/* line 117, ../sass/_card.sass */
.cardWrapper .overlayCard hr {
  color: white;
  border-top: none;
}
/* line 121, ../sass/_card.sass */
.cardWrapper:hover .overlayCard {
  display: block;
}

/* line 124, ../sass/_card.sass */
.dashboardCard {
  width: 60%;
  padding: 0px;
  padding-top: 15px;
}
/* line 129, ../sass/_card.sass */
.dashboardCard .jobCard {
  min-height: 200px;
}

/* line 133, ../sass/_card.sass */
.fullWidthCard .cardWrapper {
  width: 100%;
  padding: 0px;
  padding-top: 14px;
}

/* line 1, ../sass/_notifications.sass */
.notification {
  background: #888;
  color: #fff;
}

/* line 5, ../sass/_notifications.sass */
.notification.fixed {
  position: absolute;
  top: 46px;
  left: 0px;
  width: 100%;
}

/* line 11, ../sass/_notifications.sass */
.notification.corner {
  max-width: 20%;
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 20px;
  padding: 20px;
  line-height: 20px;
  text-indent: 0px;
}

/* line 21, ../sass/_notifications.sass */
.notification.red {
  background: #EC2349;
  margin: 10px;
  padding: 10px;
}

/* line 26, ../sass/_notifications.sass */
.notification.error-notify {
  background: #ff8080;
  line-height: 20px;
  margin: 10px;
  padding: 10px;
}

/* line 32, ../sass/_notifications.sass */
.notification.corner.error-notify {
  margin-bottom: 50px;
}

/* line 35, ../sass/_notifications.sass */
.notification.success-notify {
  background: #5BB75B;
  line-height: 20px;
  margin: 10px;
  padding: 10px;
}

/* line 41, ../sass/_notifications.sass */
.notification.corner.success-notify {
  margin-bottom: 50px;
}

/* line 1, ../sass/_dashboard.sass */
.dashboardHeader {
  background: #e4e4d2;
  height: 100px;
}
/* line 5, ../sass/_dashboard.sass */
.dashboardHeader .tab {
  height: 38px;
  float: left;
  line-height: 38px;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 62px;
  border-radius: 5px 5px 0 0;
  margin-right: 5px;
  padding: 0 14px;
}
/* line 14, ../sass/_dashboard.sass */
.dashboardHeader .tab:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.16);
}
/* line 17, ../sass/_dashboard.sass */
.dashboardHeader .tab:active {
  background: #F7F7F2;
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
}
/* line 20, ../sass/_dashboard.sass */
.dashboardHeader .selected {
  background: #F7F7F2 !important;
}
/* line 22, ../sass/_dashboard.sass */
.dashboardHeader .selected:hover {
  cursor: default;
}
/* line 24, ../sass/_dashboard.sass */
.dashboardHeader .right {
  float: right;
}

/* line 27, ../sass/_dashboard.sass */
.sixtyPercentWidth {
  width: 60%;
  float: left;
}
/* line 30, ../sass/_dashboard.sass */
.sixtyPercentWidth ul {
  margin: initial;
}

/* line 33, ../sass/_dashboard.sass */
.fourtyPercentWidth {
  float: left;
  width: 40%;
}
/* line 37, ../sass/_dashboard.sass */
.fourtyPercentWidth table th {
  text-align: center;
  line-height: 24px;
}
/* line 40, ../sass/_dashboard.sass */
.fourtyPercentWidth table td, .fourtyPercentWidth table .studentTable td {
  line-height: 19px;
  font-size: 12px;
}
/* line 43, ../sass/_dashboard.sass */
.fourtyPercentWidth p {
  line-height: 19px;
  font-size: 12px;
}

/* line 47, ../sass/_dashboard.sass */
.activityRow {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  max-width: 60%;
  padding: 10px 0;
  min-height: 66px;
}
/* line 52, ../sass/_dashboard.sass */
.activityRow .timestamp {
  float: right;
  color: rgba(0, 0, 0, 0.382);
}
/* line 55, ../sass/_dashboard.sass */
.activityRow .avatar {
  height: 66px;
  width: 66px;
  float: left;
  background: #ccc;
  margin-right: 10px;
}

/* line 62, ../sass/_dashboard.sass */
.rightPanel {
  width: 35%;
  float: right;
}
/* line 65, ../sass/_dashboard.sass */
.rightPanel .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 60px;
  font-size: 18px;
}

/* line 70, ../sass/_dashboard.sass */
.recentDatasetCard {
  background: #fff;
}

/* line 73, ../sass/_dashboard.sass */
.recentDatasetCardAlternative {
  height: 175px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 82, ../sass/_dashboard.sass */
.recentDatasetCardAlternative .footer {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 46px;
  background: #000;
  opacity: 0.65;
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  text-indent: 14px;
  height: 46px;
  overflow: hidden;
}
/* line 95, ../sass/_dashboard.sass */
.recentDatasetCardAlternative .footer .textWrap {
  height: 46px;
  text-indent: 0px;
  padding-top: 12px;
  line-height: 22px;
  margin: 0 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.618);
}
/* line 103, ../sass/_dashboard.sass */
.recentDatasetCardAlternative .timestamp {
  padding-right: 14px;
  float: right;
}
/* line 106, ../sass/_dashboard.sass */
.recentDatasetCardAlternative:hover {
  cursor: pointer;
}
/* line 109, ../sass/_dashboard.sass */
.recentDatasetCardAlternative:hover .footer {
  height: 175px;
  opacity: 0.8;
}

/* line 114, ../sass/_dashboard.sass */
.dashboard-tab .pointerArrow {
  float: left;
}
/* line 117, ../sass/_dashboard.sass */
.dashboard-tab .collapsed .pointerArrow {
  -webkit-transition: all 0.382s;
  -moz-transition: all 0.382s;
  -ms-transition: all 0.382s;
  -o-transition: all 0.382s;
  transition: all 0.382s;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 121, ../sass/_dashboard.sass */
.studentTable {
  border-left: 1px solid #D4D4D0;
  border-right: 1px solid #D4D4D0;
  border-bottom: 1px solid #D4D4D0;
}
/* line 125, ../sass/_dashboard.sass */
.studentTable th {
  background: #D4D4D0;
  text-align: left;
}
/* line 129, ../sass/_dashboard.sass */
.studentTable td, .studentTable th {
  width: 20%;
  line-height: 20px;
}
/* line 135, ../sass/_dashboard.sass */
.studentTable tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.05);
}
/* line 140, ../sass/_dashboard.sass */
.studentTable thead tr:hover {
  cursor: pointer;
  cursor: hand;
}
/* line 143, ../sass/_dashboard.sass */
.studentTable thead tr th.headerSortUp,
.studentTable thead tr th.headerSortDown {
  font-style: italic;
}

/* line 147, ../sass/_dashboard.sass */
.customTable {
  border-left: 1px solid #D4D4D0;
  border-right: 1px solid #D4D4D0;
  border-bottom: 1px solid #D4D4D0;
}
/* line 151, ../sass/_dashboard.sass */
.customTable th {
  background: #D4D4D0;
  text-align: left;
}
/* line 155, ../sass/_dashboard.sass */
.customTable td, .customTable th {
  width: 20%;
  line-height: 34px;
}
/* line 159, ../sass/_dashboard.sass */
.customTable tr.odd {
  background: rgba(0, 0, 0, 0.05);
}
/* line 162, ../sass/_dashboard.sass */
.customTable td.innerTd {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 167, ../sass/_dashboard.sass */
.subTable {
  margin-left: 2%;
  width: 98%;
}
/* line 170, ../sass/_dashboard.sass */
.subTable th {
  background: initial;
  text-align: left;
}
/* line 173, ../sass/_dashboard.sass */
.subTable td, .subTable th {
  line-height: 18px;
}
/* line 175, ../sass/_dashboard.sass */
.subTable tr {
  padding-left: 2%;
}
/* line 177, ../sass/_dashboard.sass */
.subTable tr:nth-child(odd) {
  background: initial;
}

/* line 180, ../sass/_dashboard.sass */
.insideTable {
  margin-left: 0;
  width: 100%;
}
/* line 183, ../sass/_dashboard.sass */
.insideTable td {
  line-height: 16px;
  font-size: 95%;
  width: 20%;
}

@media screen and (min-width: 750px) {
  /* line 189, ../sass/_dashboard.sass */
  .dashboard-view .seventy, .dashboard-view .thirty {
    float: left;
  }
}
@media screen and (max-width: 750px) {
  /* line 189, ../sass/_dashboard.sass */
  .dashboard-view .seventy, .dashboard-view .thirty {
    width: 100%;
  }
}
/* line 195, ../sass/_dashboard.sass */
.dashboard-view .seventy .cardWrapper {
  width: 49%;
  margin: 0 auto;
}
@media screen and (max-width: 479px) {
  /* line 195, ../sass/_dashboard.sass */
  .dashboard-view .seventy .cardWrapper {
    min-width: 100%;
    margin: 0 auto;
  }
}
/* line 202, ../sass/_dashboard.sass */
.dashboard-view .studentTable td {
  line-height: 19px;
  font-size: 12px;
}

/* line 207, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 212, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper ul.tabs li {
  float: left;
  padding: 12px 24px;
  cursor: pointer;
}
/* line 217, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper ul.tabs li.active {
  border-bottom: 4px solid #F9C934;
  color: #30AEBB;
}
/* line 221, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .pointerArrow {
  float: left;
}
/* line 224, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .pointerArrow.expand {
  transform: rotate(90deg);
  transition: all 0.382s;
}
/* line 229, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .classroom-activities-wrapper .activity-wrapper {
  padding: 10px 0;
}
/* line 232, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .classroom-activities-wrapper .activity-wrapper .summary_box {
  font-weight: bold;
}
/* line 235, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .classroom-activities-wrapper .activity-details {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  box-shadow: 3px 3px 3px #e5e5e5;
}
/* line 240, ../sass/_dashboard.sass */
.dashboard-clasroom-wrapper .classroom-activities-wrapper .activity-details .action-wrapper {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 245, ../sass/_dashboard.sass */
.individual-notice {
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* filter area parent */
/* line 3, ../sass/_filter.sass */
.filterPanel {
  position: relative;
  height: 100%;
  overflow: hidden;
}
/* line 7, ../sass/_filter.sass */
.filterPanel .filterArea {
  position: relative;
  height: 90%;
  padding: 0 15px;
  /* Numeric Slider */
}
/* line 12, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection {
  height: 15%;
}
/* line 14, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection .filterHead {
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  margin-bottom: 10px;
}
/* line 18, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection .filterHead .attributeName {
  float: left;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  width: 90%;
}
/* line 25, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection .filterHead .filterClose {
  float: right;
}
/* line 27, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection .filterHead .filterClose:hover {
  cursor: pointer;
}
/* line 29, ../sass/_filter.sass */
.filterPanel .filterArea .filterHeadSection .filterHead .filterClose i {
  lineHeight: "1!important";
}
/* line 31, ../sass/_filter.sass */
.filterPanel .filterArea .dropdownComponent {
  height: 10%;
}
/* line 33, ../sass/_filter.sass */
.filterPanel .filterArea .dropdownComponent .dropdownTitle {
  line-height: 34px;
  float: left;
  width: 20%;
  padding-right: 5px;
}
/* line 38, ../sass/_filter.sass */
.filterPanel .filterArea .dropdownComponent select {
  display: inline-block;
  width: 60%;
}
/* line 42, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection {
  height: 60%;
  overflow-y: auto;
  position: relative;
}
/* line 46, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection .categoryList {
  height: 100%;
  /*position: fixed */
  overflow-y: auto;
  vertical-align: baseline;
}
/* line 51, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection .categoryList label {
  margin: 10px 0;
}
/* line 53, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection .categoryList label input {
  float: left;
  margin-top: 3px;
}
/* line 56, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection .categoryList label span {
  margin-left: 5px;
}
/* line 58, ../sass/_filter.sass */
.filterPanel .filterArea .categorySection .categoryList .legendColor {
  display: inline-table;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
}
/* line 69, ../sass/_filter.sass */
.filterPanel .filterArea .numericComponent .headText {
  line-height: 35px;
}
/* line 71, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent {
  height: 70%;
  pading-top: 10px;
  margin: auto 0;
}
/* line 75, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .sliderTitle {
  line-height: 34px;
}
/* line 77, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .slider {
  position: relative;
  z-index: 4;
  height: 52px;
}
/* line 82, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider {
  padding-top: 15px;
}
/* line 84, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .numerical-container {
  width: 50%;
  float: left;
  padding-top: 10px;
}
/* line 88, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .numerical-container .numerical-right {
  float: right;
  padding-right: 25px;
}
/* line 91, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .slider-control-container {
  float: left;
  padding: 8px 12px;
}
/* line 94, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .full-slider {
  position: relative;
  height: 4px;
  border: 1px solid #BFBFBF;
  border-radius: 3px;
  background-color: #F5F5F5;
}
/* line 100, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .slider {
  position: absolute;
  height: 4px;
  bottom: -1px;
  border: 1px solid #0860B0;
  border-radius: 3px;
  background-color: #0065C3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.17);
  background: #93cede;
  background: -moz-linear-gradient(left, #93cede 0%, #75bdd1 0%, #30aebb 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #93cede), color-stop(0%, #75bdd1), color-stop(100%, #30aebb));
  background: -webkit-linear-gradient(left, #93cede 0%, #75bdd1 0%, #30aebb 100%);
  background: -o-linear-gradient(left, #93cede 0%, #75bdd1 0%, #30aebb 100%);
  background: -ms-linear-gradient(left, #93cede 0%, #75bdd1 0%, #30aebb 100%);
  background: linear-gradient(to right, #93cede 0%, #75bdd1 0%, #30aebb 100%);
}
/* line 116, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider input {
  height: 20px;
  width: 60px;
  border: 1px solid silver;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.19);
  background-image: -webkit-gradient(linear, left top, left bottom, from(bottom), color-stop(0, rgba(255, 255, 255, 0.28)), to(rgba(231, 231, 231, 0.28)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.28) 0, rgba(231, 231, 231, 0.28) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.28) 0, rgba(231, 231, 231, 0.28) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.28) 0, rgba(231, 231, 231, 0.28) 100%);
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 100%;
  color: #494949;
}
/* line 133, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .left, .filterPanel .filterArea .sliderComponent .numSlider .right {
  float: left;
  margin-left: -5px;
  margin-top: 0;
  position: relative;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  font-family: "Glyphicons Halflings";
  src: url("/static/fonts/glyphiconshalflings-regular.eot");
  src: url("/static/fonts/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/glyphiconshalflings-regular.woff") format("woff"), url("/static/fonts/glyphiconshalflings-regular.ttf") format("truetype"), url("/static/fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
}
/* line 147, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .left:hover, .filterPanel .filterArea .sliderComponent .numSlider .right:hover {
  cursor: pointer;
}
/* line 149, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .left:active, .filterPanel .filterArea .sliderComponent .numSlider .right:active {
  color: #30AEBB;
}
/* line 151, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .right {
  float: right;
  margin-right: -12px;
}
/* line 155, ../sass/_filter.sass */
.filterPanel .filterArea .sliderComponent .numSlider .left:before, .filterPanel .filterArea .sliderComponent .numSlider .right:before {
  content: "";
}
/* line 158, ../sass/_filter.sass */
.filterPanel .filterFooter {
  width: 100%;
  display: inline-table;
}
/* line 161, ../sass/_filter.sass */
.filterPanel .resetFilterSection {
  position: relative;
  height: 5%;
  width: 100%;
  display: table;
  overflow: hidden;
  padding-top: 2px;
}
/* line 168, ../sass/_filter.sass */
.filterPanel .resetFilterSection .left {
  width: 50%;
  /*border-left: 1px solid #ccc */
}
/* line 171, ../sass/_filter.sass */
.filterPanel .resetFilterSection .right {
  width: 50%;
}
/* line 173, ../sass/_filter.sass */
.filterPanel .resetFilterSection .button {
  width: 100%;
  border-radius: 0px;
  margin: 0 auto;
  padding: 0px;
}
/* line 178, ../sass/_filter.sass */
.filterPanel .resetFilterSection .resetButton {
  bottom: 0;
  background-color: #30AEBB;
  text-align: center;
  display: table-cell;
  width: 100%;
  /*padding: 7px */
  margin: 0 auto;
  vertical-align: middle;
  color: #ffffff;
  line-height: 24px;
}
/* line 189, ../sass/_filter.sass */
.filterPanel .resetFilterSection .resetButton:hover {
  background: #229DAA;
  cursor: pointer;
}
/* line 192, ../sass/_filter.sass */
.filterPanel .resetFilterSection .resetButton:active {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.6);
}

/* line 4, ../sass/_coursesPage.sass */
html, body {
  height: 100%;
  min-width: 320px;
}

/*.gly-spin
 * animation: spin 2s infinite linear */
/*@keyframes spin
 * 0%
 *     transform: rotate(0deg)
 * 100%
 *     transform: rotate(359deg) */
/* line 17, ../sass/_coursesPage.sass */
.button.fixed {
  height: 100%;
  width: 120px;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/_coursesPage.sass */
.button.fixed:disabled {
  opacity: 0.5;
}
/* line 28, ../sass/_coursesPage.sass */
.button.fixed.previous {
  background-color: #EFEFE1;
  color: #000000;
}

/* line 32, ../sass/_coursesPage.sass */
.button.fixed.check {
  color: #000;
  background-color: #FFCA05;
}

/* line 36, ../sass/_coursesPage.sass */
.button.previous:hover {
  background-color: #E2E2D5;
}

/* line 39, ../sass/_coursesPage.sass */
a.button:hover {
  text-decoration: none;
}

/* line 42, ../sass/_coursesPage.sass */
.modal-footer .button {
  height: 60px;
  width: 50%;
}
/* line 46, ../sass/_coursesPage.sass */
.modal-footer .button.disabled {
  cursor: wait;
}

/* line 50, ../sass/_coursesPage.sass */
.inline-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000000;
  overflow: auto;
}

/* line 59, ../sass/_coursesPage.sass */
.inline-modal.full-except-header {
  padding: 20px;
  background-color: #FDFDFD;
  top: 46px;
  transition: all 500ms ease-in-out;
}

/* line 65, ../sass/_coursesPage.sass */
.inline-modal.full-except-header.ng-hide {
  top: 100%;
}

/* line 68, ../sass/_coursesPage.sass */
.inline-modal.full-center-content {
  background-color: transparent;
  transition: all linear 300ms;
}
/* line 72, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .modal-overlay {
  position: absolute;
  z-index: 9999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
}
/* line 82, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .button {
  height: 60px;
  width: 50%;
}
/* line 86, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .modal-content-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000;
}
/* line 94, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .modal-content-wrapper .modal-content {
  padding: 40px 20px;
  text-align: center;
}
/* line 98, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .modal-content-wrapper .modal-footer {
  padding: 0;
}
/* line 101, ../sass/_coursesPage.sass */
.inline-modal.full-center-content .modal-content-wrapper > .close {
  margin-right: 4px;
}

/* line 104, ../sass/_coursesPage.sass */
.inline-modal.full-center-content.ng-hide {
  opacity: 0;
}

/* line 107, ../sass/_coursesPage.sass */
#courses-page {
  height: 100%;
}
/* line 111, ../sass/_coursesPage.sass */
#courses-page blockquote:before {
  display: none;
}
/* line 114, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper {
  background-color: #30AEBB !important;
  padding: 0;
  margin: 0 9px;
  height: 46px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
/* line 123, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper > div {
  background-color: #30AEBB;
}
/* line 126, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper .ellipsis {
  padding: 0 9px;
  position: absolute;
  z-index: 100;
  font-size: 20px;
}
/* line 132, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper .ellipsis:hover > div {
  display: block;
}
/* line 135, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper .ellipsis > div {
  display: none;
  font-size: 12px;
  position: fixed;
  left: 90px;
  top: 42px;
  max-width: calc(100% - 150px);
  color: #666;
  white-space: pre-wrap;
  background-color: #F7F7F2;
  border: 1px solid #E0E0DE;
  box-shadow: 5px 5px 10px #E2E2E2;
  line-height: 1;
  padding: 10px;
}
/* line 150, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper .ellipsis > div > i {
  color: #F7F7F2;
  position: absolute;
  top: -7px;
  font-size: 16px;
}
/* line 156, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper .breadcrumbs {
  padding: 0 9px;
  position: absolute;
}
/* line 160, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper:hover > div, #courses-page #breadcrumb-wrapper.open > div {
  background-color: #2B9DA9;
}
/* line 163, ../sass/_coursesPage.sass */
#courses-page #breadcrumb-wrapper:hover > div {
  text-decoration: underline;
}
/* line 166, ../sass/_coursesPage.sass */
#courses-page a {
  text-decoration: none;
  cursor: pointer;
}
/* line 171, ../sass/_coursesPage.sass */
#courses-page #header a {
  display: block;
}
/* line 174, ../sass/_coursesPage.sass */
#courses-page #header .container {
  padding: 0;
}
/* line 177, ../sass/_coursesPage.sass */
#courses-page .left {
  float: left;
}
/* line 180, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper {
  overflow: hidden;
  height: -webkit-calc(100% - 46px);
  height: -moz-calc(100% - 46px);
  height: calc(100% - 46px);
  padding-top: 46px;
}
/* line 187, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .form-wrapper {
  max-width: 75ch;
}
/* line 190, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .form-wrapper textarea {
  box-sizing: border-box;
}
/* line 193, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .form-wrapper textarea, #courses-page .courses-wrapper .form-wrapper img {
  width: 100%;
}
/* line 196, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper ul, #courses-page .courses-wrapper ol {
  margin: 0 0 0.75em 35px;
}
/* line 199, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper b {
  font-weight: bold;
}
/* line 202, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper ul.dropdown-menu {
  margin: 0;
}
/* line 205, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper li {
  line-height: 2em;
}
/* line 208, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .left, #courses-page .courses-wrapper > .right {
  padding: 30px 40px;
  height: -webkit-calc(100% - 60px);
  height: -moz-calc(100% - 60px);
  height: calc(100% - 60px);
  overflow: auto;
  box-sizing: border-box;
}
/* line 217, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .right.seventy img, #courses-page .courses-wrapper > .right.seventy textarea {
  max-width: 530px;
}
/* line 221, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .right.thirty img, #courses-page .courses-wrapper > .right.thirty textarea {
  max-width: 320px;
}
@media only screen and (max-width: 760px) {
  /* line 224, ../sass/_coursesPage.sass */
  #courses-page .courses-wrapper > .right.seventy {
    width: 100%;
  }
}
/* line 228, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .right.seventy > .content-wrapper {
  position: relative;
}
/* line 231, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .right.seventy > .content-wrapper > h2 {
  margin-right: 100px;
}
/* line 234, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper > .right.seventy > .content-wrapper > .time-label {
  right: 0;
  top: 0;
  position: absolute;
  background-color: #F4E8D9;
  padding: 10px;
}
/* line 241, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .thirty {
  width: 30%;
}
/* line 244, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .seventy {
  width: 70%;
}
/* line 247, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .right.thirty, #courses-page .courses-wrapper .right.seventy {
  border-left: 1px solid #E5E5E5;
}
/* line 250, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .left.thirty, #courses-page .courses-wrapper .right.thirty {
  background-color: #F7F7F2;
}
/* line 253, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .left.thirty {
  background: linear-gradient(-90deg, transparent 0%, transparent 10%, #F7F7F2 10%, #F7F7F2 10%), linear-gradient(0deg, #7C7C7B 0%, #7C7C7B 10%, #F7F7F2 10%, #F7F7F2 10%);
  background-size: 1.25em 1.25em;
}
@media only screen and (max-width: 760px) {
  /* line 253, ../sass/_coursesPage.sass */
  #courses-page .courses-wrapper .left.thirty {
    display: none;
  }
}
/* line 260, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .left.seventy {
  padding: 0px;
  height: 100%;
}
/* line 263, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .left.seventy .content-wrapper {
  /* Remove footer height */
  height: -webkit-calc(100% - 62px);
  height: -moz-calc(100% - 62px);
  height: calc(100% - 62px);
}
/* line 269, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .fullScreen {
  position: relative;
  height: 100%;
}
/* line 274, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .content-wrapper table.bordered {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 278, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .content-wrapper table.bordered td.bordered {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 10px;
}
/* line 283, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .content-wrapper table.bordered td {
  vertical-align: top;
  padding: 5px;
}
/* line 288, ../sass/_coursesPage.sass */
#courses-page .courses-wrapper .content-wrapper.ar-SD ul, #courses-page .courses-wrapper .content-wrapper.ar-SD ol {
  margin: 0 35px 0.75em 0;
}
/* line 291, ../sass/_coursesPage.sass */
#courses-page .module-drawer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 30%;
  min-width: 230px;
  background-color: #F7F7F2;
  border-right: 1px solid #E5E5E5;
  overflow: auto;
  z-index: 999998;
}
/* line 303, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper {
  padding: 46px 0 60px 0;
}
/* line 306, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list {
  margin: 0;
}
/* line 309, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list a {
  text-decoration: none;
  color: #A9A9A0;
}
/* line 313, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list a :hover {
  text-decoration: underline;
}
/* line 316, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list a.selected, #courses-page .module-drawer .module-wrapper .module-list a:hover {
  color: #000000;
}
/* line 320, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list > li {
  border-bottom: 1px solid #E5E5E5;
}
/* line 323, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list > li > a {
  padding: 20px;
  display: block;
}
/* line 327, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list > li > a > i {
  float: right;
}
/* line 330, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list > li > a.collapsed {
  background-color: #EFEFE1;
}
/* line 333, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list ul {
  margin-bottom: 20px;
  padding-right: 20px;
}
/* line 337, ../sass/_coursesPage.sass */
#courses-page .module-drawer .module-wrapper .module-list ul li {
  padding: 5px 10px 5px 5px;
}
/* line 341, ../sass/_coursesPage.sass */
#courses-page .footer {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background-color: #FFFFFF;
  border-top: 1px solid #E5E5E5;
  z-index: 999999;
}
/* line 351, ../sass/_coursesPage.sass */
#courses-page .footer .left {
  padding-left: 20px;
  padding-top: 20px;
}
/* line 355, ../sass/_coursesPage.sass */
#courses-page .footer .left .glossary {
  text-decoration: none;
  color: #A9A9A0;
}
@media only screen and (max-width: 760px) {
  /* line 359, ../sass/_coursesPage.sass */
  #courses-page .footer .left .glossary > span {
    display: none;
  }
}
/* line 363, ../sass/_coursesPage.sass */
#courses-page .footer .left .glossary:hover, #courses-page .footer .left .glossary.hover {
  color: #000000;
}
/* line 366, ../sass/_coursesPage.sass */
#courses-page .footer .left .glossary:hover .glossary-icon, #courses-page .footer .left .glossary.hover .glossary-icon {
  background-color: #E5CE7D;
}
/* line 369, ../sass/_coursesPage.sass */
#courses-page .footer a.button {
  color: #FFFFFF;
}
/* line 372, ../sass/_coursesPage.sass */
#courses-page .list {
  list-style-type: none;
}
/* line 375, ../sass/_coursesPage.sass */
#courses-page .glossary-icon {
  background-color: #E5E5E5;
  padding: 10px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 20px;
}
/* line 382, ../sass/_coursesPage.sass */
#courses-page .module-drawer {
  transition: all 1s ease-in-out;
  box-shadow: 5px 0px 10px #E2E2E2;
}
/* line 386, ../sass/_coursesPage.sass */
#courses-page .module-drawer.animated-close {
  left: -30%;
}
@media only screen and (max-width: 760px) {
  /* line 386, ../sass/_coursesPage.sass */
  #courses-page .module-drawer.animated-close {
    left: -240px;
  }
}
/* line 392, ../sass/_coursesPage.sass */
#courses-page .module-drawer.animated-open {
  left: 0;
}
/* line 395, ../sass/_coursesPage.sass */
#courses-page #partners {
  position: relative;
  padding: 0;
  border-right: 1px solid #E5E5E5;
}
/* line 400, ../sass/_coursesPage.sass */
#courses-page #partners:hover .collaborator-hover-wrapper {
  display: block;
}
/* line 403, ../sass/_coursesPage.sass */
#courses-page #partners .collaborator-hover-wrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 1px;
  height: 1px;
  display: none;
}
/* line 411, ../sass/_coursesPage.sass */
#courses-page #partners .collaborator-hover-wrapper > p {
  font-size: 13px;
  line-height: 1.5;
  width: 170px;
  left: 0;
  bottom: 10px;
  position: absolute;
  padding: 5px;
  background-color: #E5E5E5;
}
/* line 421, ../sass/_coursesPage.sass */
#courses-page #partners .collaborator-hover-wrapper > i {
  font-size: 20px;
  color: #E5E5E5;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

/* line 3, ../sass/_tuvaIcons.sass */
.tuva-attr {
  border: 1px solid #CCC;
  padding: 5px 5px;
  color: #555555;
  background-color: #FFF;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  line-height: 16px;
  white-space: nowrap;
}

/* line 16, ../sass/_tuvaIcons.sass */
.tuva-icon {
  padding: 3px 5px;
  color: #000;
  border: 1.5px solid #CCC;
  background-color: #F7F7F2;
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
}
/* line 25, ../sass/_tuvaIcons.sass */
.tuva-icon.reset:before {
  content: "Reset";
}
/* line 28, ../sass/_tuvaIcons.sass */
.tuva-icon.dot:before {
  content: "Dot";
}
/* line 31, ../sass/_tuvaIcons.sass */
.tuva-icon.line:before {
  content: "Line";
}
/* line 34, ../sass/_tuvaIcons.sass */
.tuva-icon.pie:before {
  content: "Pie";
}
/* line 37, ../sass/_tuvaIcons.sass */
.tuva-icon.bar:before {
  content: "Bar";
}
/* line 40, ../sass/_tuvaIcons.sass */
.tuva-icon.box:before {
  content: "Box";
}
/* line 43, ../sass/_tuvaIcons.sass */
.tuva-icon.bar-chart:before {
  content: "Bar Chart";
}
/* line 46, ../sass/_tuvaIcons.sass */
.tuva-icon.stacked-bar-chart:before {
  content: "Stacked Bar Chart";
}
/* line 49, ../sass/_tuvaIcons.sass */
.tuva-icon.stretched-bar-chart:before {
  content: "Stretched Bar Chart";
}
/* line 52, ../sass/_tuvaIcons.sass */
.tuva-icon.histogram:before {
  content: "Histogram";
}
/* line 55, ../sass/_tuvaIcons.sass */
.tuva-icon.box-plot:before {
  content: "Box Plot";
}
/* line 58, ../sass/_tuvaIcons.sass */
.tuva-icon.box-plot-with-outliers:before {
  content: "Box Plot with Outliers";
}
/* line 61, ../sass/_tuvaIcons.sass */
.tuva-icon.box-and-dot-plot:before {
  content: "Box and Dot Plot";
}
/* line 64, ../sass/_tuvaIcons.sass */
.tuva-icon.exclude-selected-cases:before {
  content: "Exclude Selected Cases";
}
/* line 67, ../sass/_tuvaIcons.sass */
.tuva-icon.keep-only-selected-cases:before {
  content: "Keep Only Selected Cases";
}
/* line 70, ../sass/_tuvaIcons.sass */
.tuva-icon.reset-all-filters:before {
  content: "Reset All Filters";
}
/* line 73, ../sass/_tuvaIcons.sass */
.tuva-icon.swap-x-and-y-axes:before {
  content: "Swap X and Y Axes";
}
/* line 76, ../sass/_tuvaIcons.sass */
.tuva-icon.count:before {
  content: "Count";
}
/* line 79, ../sass/_tuvaIcons.sass */
.tuva-icon.count-cases:before {
  content: "Count Cases";
}
/* line 82, ../sass/_tuvaIcons.sass */
.tuva-icon.count-by-section:before {
  content: "Count by Section";
}
/* line 85, ../sass/_tuvaIcons.sass */
.tuva-icon.totals:before {
  content: "Totals";
}
/* line 88, ../sass/_tuvaIcons.sass */
.tuva-icon.percent:before {
  content: "Percent";
}
/* line 91, ../sass/_tuvaIcons.sass */
.tuva-icon.percent-of-cases:before {
  content: "Percent of Cases";
}
/* line 94, ../sass/_tuvaIcons.sass */
.tuva-icon.percent-by-section:before {
  content: "Percent By Section";
}
/* line 97, ../sass/_tuvaIcons.sass */
.tuva-icon.overall-percent:before {
  content: "Overall Percent";
}
/* line 100, ../sass/_tuvaIcons.sass */
.tuva-icon.percent-column-wise:before {
  content: "Percent Column-wise";
}
/* line 103, ../sass/_tuvaIcons.sass */
.tuva-icon.percent-row-wise:before {
  content: "Percent Row-wise";
}
/* line 106, ../sass/_tuvaIcons.sass */
.tuva-icon.mean:before {
  content: "Mean";
}
/* line 109, ../sass/_tuvaIcons.sass */
.tuva-icon.median:before {
  content: "Median";
}
/* line 112, ../sass/_tuvaIcons.sass */
.tuva-icon.mode:before {
  content: "Mode";
}
/* line 115, ../sass/_tuvaIcons.sass */
.tuva-icon.standard-deviation:before {
  content: "Standard Deviation";
}
/* line 118, ../sass/_tuvaIcons.sass */
.tuva-icon.best-fit:before {
  content: "Least Squares Line";
}
/* line 121, ../sass/_tuvaIcons.sass */
.tuva-icon.least-squares-line:before {
  content: "Least Squares Line";
}
/* line 124, ../sass/_tuvaIcons.sass */
.tuva-icon.dividers:before {
  content: "Dividers";
}
/* line 127, ../sass/_tuvaIcons.sass */
.tuva-icon.ref-line-on-x:before {
  content: "Ref. Line on X";
}
/* line 130, ../sass/_tuvaIcons.sass */
.tuva-icon.ref-line-on-y:before {
  content: "Ref. Line on Y";
}
/* line 133, ../sass/_tuvaIcons.sass */
.tuva-icon.plus:before {
  content: "+";
}
/* line 136, ../sass/_tuvaIcons.sass */
.tuva-icon.minus:before {
  content: "-";
}
/* line 139, ../sass/_tuvaIcons.sass */
.tuva-icon.minus-plus:before {
  content: "- +";
}
/* line 160, ../sass/_tuvaIcons.sass */
.tuva-icon.swap-xy-axes:before {
  content: url(/static/img/icons/swap-xy-axes.svg);
}

/* line 165, ../sass/_tuvaIcons.sass */
.tuva-alert {
  padding: 20px;
  border: 2px solid;
  border-radius: 5px;
  margin: 10px 0 30px;
  border-color: #F1F0EC;
}
/* line 172, ../sass/_tuvaIcons.sass */
.tuva-alert .tuva-alert-icon {
  text-align: center;
  padding-bottom: 10px;
}
/* line 176, ../sass/_tuvaIcons.sass */
.tuva-alert .tuva-alert-icon .alert-hand:before {
  content: url(/static/img/icons/alert-stop.svg);
}

/* line 179, ../sass/_tuvaIcons.sass */
.seventy .tuva-alert {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border-color: #F7F6F1;
}
/* line 185, ../sass/_tuvaIcons.sass */
.seventy .tuva-alert .tuva-alert-icon {
  padding-bottom: 0;
  vertical-align: middle;
  width: 100px;
  padding-right: 10px;
  display: table-cell;
}
/* line 192, ../sass/_tuvaIcons.sass */
.seventy .tuva-alert .tuva-alert-content {
  vertical-align: middle;
  display: table-cell;
}

/* line 198, ../sass/_tuvaIcons.sass */
fieldset:disabled .question-wrapper label, fieldset:disabled .question-wrapper input {
  cursor: default;
}

/* line 201, ../sass/_tuvaIcons.sass */
.question-wrapper {
  margin-bottom: 10px;
}
/* line 204, ../sass/_tuvaIcons.sass */
.question-wrapper .question-label {
  padding-bottom: 3px;
}
/* line 207, ../sass/_tuvaIcons.sass */
.question-wrapper .options-wrapper {
  padding-left: 15px;
}
/* line 210, ../sass/_tuvaIcons.sass */
.question-wrapper .options-wrapper.invalid {
  border: 1px solid red;
  border-radius: 5px;
}
/* line 214, ../sass/_tuvaIcons.sass */
.question-wrapper .options-wrapper label {
  cursor: pointer;
  padding-left: 20px;
  text-indent: -20px;
}
/* line 219, ../sass/_tuvaIcons.sass */
.question-wrapper .options-wrapper label input {
  display: inline;
}
/* line 222, ../sass/_tuvaIcons.sass */
.question-wrapper .options-wrapper input {
  height: auto;
  width: auto;
}
/* line 226, ../sass/_tuvaIcons.sass */
.question-wrapper .result-indicator {
  display: none;
}
/* line 229, ../sass/_tuvaIcons.sass */
.question-wrapper .result-indicator.glyphicon-remove {
  color: #D61821;
}
/* line 232, ../sass/_tuvaIcons.sass */
.question-wrapper .result-indicator.glyphicon-ok {
  color: #26AEBC;
}
/* line 235, ../sass/_tuvaIcons.sass */
.question-wrapper.lesson-review {
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
/* line 241, ../sass/_tuvaIcons.sass */
.question-wrapper.lesson-review.green {
  border-color: green;
}
/* line 244, ../sass/_tuvaIcons.sass */
.question-wrapper.lesson-review.red {
  border-color: red;
}
/* line 247, ../sass/_tuvaIcons.sass */
.question-wrapper.lesson-review .result-indicator {
  display: inline;
}
/* line 250, ../sass/_tuvaIcons.sass */
.question-wrapper.lesson-review .answer {
  padding-left: 20px;
}

/* line 253, ../sass/_tuvaIcons.sass */
.ar-SD .question-wrapper .options-wrapper {
  padding-right: 15px;
  padding-left: 0;
}
/* line 257, ../sass/_tuvaIcons.sass */
.ar-SD .question-wrapper .options-wrapper label {
  padding-right: 20px;
  padding-left: 0;
}

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