/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
project-gallery-item {
  display: inline-block;
  margin-bottom: 20px;
  overflow: visible;
  padding: 0 8px;
  position: relative;
  width: 100%; }
  project-gallery-item .gallery-indicator {
    position: absolute;
    top: 0;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    width: 100%;
    z-index: 1; }
  project-gallery-item context-menu {
    position: relative; }
    project-gallery-item context-menu .menu {
      position: absolute; }
  project-gallery-item .flex-container {
    display: flex;
    justify-content: space-between; }
  project-gallery-item .context-menu-holder {
    float: right;
    margin-right: 1%;
    text-align: right;
    width: 18%; }
  project-gallery-item .img-holder {
    background-color: #333;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    display: block;
    height: 0;
    margin-bottom: 12px;
    padding-top: 56%;
    position: relative; }
    project-gallery-item .img-holder img {
      position: absolute; }
      project-gallery-item .img-holder img.thumb-landscape {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; }
      project-gallery-item .img-holder img.thumb-portrait {
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%); }
  project-gallery-item .meta-holder {
    padding: 0 11px 9px; }
    project-gallery-item .meta-holder a {
      color: #333333; }
    project-gallery-item .meta-holder p {
      color: #9B9B9B;
      font-size: .85em; }
  project-gallery-item .project-item-container {
    border: 1px solid #E8E8F0;
    border-radius: 8px; }
  project-gallery-item .showcase-description {
    margin-top: 1rem; }
  project-gallery-item p {
    margin-bottom: 2px; }
  project-gallery-item .title {
    font-weight: bold; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
context-menu {
  position: relative; }
  context-menu a.expander {
    color: #333;
    text-decoration: none; }
    context-menu a.expander:hover {
      color: #333; }
  context-menu locked-content-badge {
    display: block;
    margin-top: 6px; }
  context-menu .menu {
    background-color: #fff;
    border: 2px solid #C1C5C7;
    border-radius: 2px;
    left: 50%;
    list-style-type: none;
    padding: 4px 10px;
    position: absolute;
    text-align: center;
    top: 30px;
    transform: translateX(-50%);
    width: 150px;
    z-index: 10; }
    context-menu .menu:after, context-menu .menu:before {
      border-style: solid;
      bottom: 100%;
      content: "";
      display: block;
      height: 0;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      width: 0; }
    context-menu .menu:after {
      border-color: transparent transparent white transparent;
      border-width: 10px; }
    context-menu .menu:before {
      border-color: transparent transparent #C1C5C7 transparent;
      border-width: 13px; }
    context-menu .menu li {
      border-bottom: 1px solid #eeeeee;
      cursor: pointer;
      margin-bottom: 4px;
      padding-bottom: 5px; }
      context-menu .menu li:hover {
        color: #777777; }
      context-menu .menu li:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      context-menu .menu li.disabled {
        color: #777777;
        cursor: default; }
        context-menu .menu li.disabled:hover {
          color: #777777; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
modal.large .modal-dialog {
  width: max-content; }

modal.large .modal-header, modal.large .modal-body {
  background-color: #1A1921; }

modal.large .modal-header {
  border-bottom: unset; }

modal.large .modal-body {
  padding-top: unset; }

modal.large .modal-content {
  border: 1px solid #979797; }

modal.large .modal-bg {
  background-color: rgba(27, 25, 46, 0.76); }

modal.simple .modal-dialog {
  width: 80%;
  max-width: 850px; }

modal.simple .modal-body {
  padding-top: 0; }
  modal.simple .modal-body h1 {
    color: black !important; }

modal.simple .modal-bg {
  background-color: rgba(0, 0, 0, 0.8); }

modal.simple .modal-header {
  border-radius: 5px 5px 0 0;
  background-color: white;
  color: black;
  border-bottom: unset;
  padding-bottom: 0; }

modal.simple .modal-content {
  border-radius: 0 0 5px 5px; }

modal.visible {
  display: block; }

modal .glyphicon-remove {
  cursor: pointer; }

modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2; }
  modal .modal-bg.hidden {
    display: none; }

modal .modal-dialog {
  z-index: 3; }

modal .modal-body {
  background-color: #fff;
  padding: 30px; }

modal .modal-header {
  background-color: #653BA5;
  color: white; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
copy-to-clipboard {
  display: inline-block;
  line-height: 0; }
  copy-to-clipboard .copy-btn {
    padding: 6px 15px 7px; }
  copy-to-clipboard .input-group {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0; }
    copy-to-clipboard .input-group .form-control {
      width: 65%; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }

@-moz-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@-webkit-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent; }

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual; }

.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto; }

.CodeMirror-rtl pre {
  direction: rtl; }

.CodeMirror-code {
  outline: none; }

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4); }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }

.cm-s-solarized .cm-variable {
  color: #268bd2 !important; }

/* Little shadow on the view-port of the buffer view */
.cm-s-solarized.CodeMirror {
  -moz-box-shadow: inset 7px 0 12px -6px #000;
  -webkit-box-shadow: inset 7px 0 12px -6px #000;
  box-shadow: inset 7px 0 12px -6px #000; }

/* Gutter border and some shadow from it  */
.cm-s-solarized .CodeMirror-gutters {
  padding: 0 15px 0 10px;
  box-shadow: 0 0 20px black;
  border-right: 1px solid; }

editor {
  display: flex;
  position: relative;
  overflow-y: auto; }
  editor .editor-color {
    cursor: pointer; }
    editor .editor-color:hover {
      font-weight: bold;
      text-decoration: underline; }
  editor .user-function {
    cursor: pointer; }
    editor .user-function:hover {
      background-color: #ebdfeb; }
  editor .CodeMirror {
    height: 100%;
    flex: 1;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px !important; }
  editor .error-holder {
    background-color: #98C1D9;
    border-radius: 0 0 3px 3px;
    font-weight: bold;
    padding: 3px 4px;
    position: absolute;
    right: 0;
    z-index: 10; }
  editor .user-code-error {
    background-color: #98C1D9 !important;
    background-image: url("/img/error-alert-img.png") !important;
    background-position: 99.5% 10% !important;
    background-repeat: no-repeat !important;
    display: block; }
    editor .user-code-error .CodeMirror-line span {
      color: black !important; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
/* BASICS */
.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr; }

/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */ }

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */ }

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */ }

/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap; }

.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap; }

.CodeMirror-guttermarker {
  color: black; }

.CodeMirror-guttermarker-subtle {
  color: #999; }

/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0; }

/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver; }

.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7; }

.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1; }

.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite; }

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7; }

@-moz-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@-webkit-keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

@keyframes blink {
  0% { }
  50% {
    background-color: transparent; }
  100% { } }

/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden; }

.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute; }

/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue; }

.cm-s-default .cm-quote {
  color: #090; }

.cm-negative {
  color: #d44; }

.cm-positive {
  color: #292; }

.cm-header, .cm-strong {
  font-weight: bold; }

.cm-em {
  font-style: italic; }

.cm-link {
  text-decoration: underline; }

.cm-strikethrough {
  text-decoration: line-through; }

.cm-s-default .cm-keyword {
  color: #708; }

.cm-s-default .cm-atom {
  color: #219; }

.cm-s-default .cm-number {
  color: #164; }

.cm-s-default .cm-def {
  color: #00f; }

.cm-s-default .cm-variable-2 {
  color: #05a; }

.cm-s-default .cm-variable-3, .cm-s-default .cm-type {
  color: #085; }

.cm-s-default .cm-comment {
  color: #a50; }

.cm-s-default .cm-string {
  color: #a11; }

.cm-s-default .cm-string-2 {
  color: #f50; }

.cm-s-default .cm-meta {
  color: #555; }

.cm-s-default .cm-qualifier {
  color: #555; }

.cm-s-default .cm-builtin {
  color: #30a; }

.cm-s-default .cm-bracket {
  color: #997; }

.cm-s-default .cm-tag {
  color: #170; }

.cm-s-default .cm-attribute {
  color: #00c; }

.cm-s-default .cm-hr {
  color: #999; }

.cm-s-default .cm-link {
  color: #00c; }

.cm-s-default .cm-error {
  color: #f00; }

.cm-invalidchar {
  color: #f00; }

.CodeMirror-composing {
  border-bottom: 2px solid; }

/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0; }

div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22; }

.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3); }

.CodeMirror-activeline-background {
  background: #e8f2ff; }

/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white; }

.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative; }

.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent; }

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none; }

.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll; }

.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll; }

.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0; }

.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0; }

.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3; }

.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px; }

.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important; }

.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4; }

.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4; }

.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent; }

.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent; }

.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */ }

.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual; }

.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal; }

.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */ }

.CodeMirror-rtl pre {
  direction: rtl; }

.CodeMirror-code {
  outline: none; }

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none; }

.CodeMirror-measure pre {
  position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3; }

div.CodeMirror-dragcursors {
  visibility: visible; }

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible; }

.CodeMirror-selected {
  background: #d9d9d9; }

.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0; }

.CodeMirror-crosshair {
  cursor: crosshair; }

.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0; }

.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0; }

.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4); }

/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden; } }

/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.cm-s-eclipse span.cm-meta {
  color: #FF1717; }

.cm-s-eclipse span.cm-keyword {
  line-height: 1em;
  font-weight: bold;
  color: #7F0055; }

.cm-s-eclipse span.cm-atom {
  color: #219; }

.cm-s-eclipse span.cm-number {
  color: #164; }

.cm-s-eclipse span.cm-def {
  color: #00f; }

.cm-s-eclipse span.cm-variable {
  color: black; }

.cm-s-eclipse span.cm-variable-2 {
  color: #0000C0; }

.cm-s-eclipse span.cm-variable-3, .cm-s-eclipse span.cm-type {
  color: #0000C0; }

.cm-s-eclipse span.cm-property {
  color: black; }

.cm-s-eclipse span.cm-operator {
  color: black; }

.cm-s-eclipse span.cm-comment {
  color: #3F7F5F; }

.cm-s-eclipse span.cm-string {
  color: #2A00FF; }

.cm-s-eclipse span.cm-string-2 {
  color: #f50; }

.cm-s-eclipse span.cm-qualifier {
  color: #555; }

.cm-s-eclipse span.cm-builtin {
  color: #30a; }

.cm-s-eclipse span.cm-bracket {
  color: #cc7; }

.cm-s-eclipse span.cm-tag {
  color: #170; }

.cm-s-eclipse span.cm-attribute {
  color: #00c; }

.cm-s-eclipse span.cm-link {
  color: #219; }

.cm-s-eclipse span.cm-error {
  color: #f00; }

.cm-s-eclipse .CodeMirror-activeline-background {
  background: #e8f2ff; }

.cm-s-eclipse .CodeMirror-matchingbracket {
  outline: 1px solid grey;
  color: black !important; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.background {
  background-color: rgba(255, 255, 255, 0.01);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }

.holder {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1001; }

.colorpicker {
  background-color: white;
  border: 4px solid #d6d6d6;
  box-shadow: inset 0 0 10px white;
  float: left;
  padding: 10px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.Scp {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

.Scp-saturation {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(left, #fff, #f00);
  background: linear-gradient(to right, #fff, #f00);
  float: left;
  margin-right: 5px; }

.Scp-brightness {
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #000);
  background: linear-gradient(rgba(255, 255, 255, 0), #000); }

.Scp-sbSelector {
  border: 2px solid #fff;
  position: absolute;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 10px;
  top: -7px;
  left: -7px;
  box-sizing: border-box;
  z-index: 10; }

.Scp-hue {
  width: 20px;
  height: 100%;
  position: relative;
  float: left;
  background: -webkit-linear-gradient(#f00 0%, #f0f 17%, #00f 34%, #0ff 50%, #0f0 67%, #ff0 84%, #f00 100%);
  background: linear-gradient(#f00 0%, #f0f 17%, #00f 34%, #0ff 50%, #0f0 67%, #ff0 84%, #f00 100%); }

.Scp-hSelector {
  position: absolute;
  background: #fff;
  border-bottom: 1px solid #000;
  right: -3px;
  width: 10px;
  height: 2px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.background {
  background-color: rgba(255, 255, 255, 0.01);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000; }

.holder {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1001; }

.signature-container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  border-radius: 6px;
  color: #fff;
  font-family: monospace;
  max-width: 270px;
  padding: 10px;
  position: fixed; }
  .signature-container a {
    color: #c2c0e3;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
    .signature-container a:hover {
      color: #7E79C4; }
  .signature-container .function-argument {
    color: #ffcccc; }
  .signature-container .function-name {
    color: #99e1ef; }
  .signature-container:after {
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
    border-style: solid;
    border-width: 6px;
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -12px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
[data-is="auth-buttons"], auth-buttons {
  display: block;
  text-align: center; }
  [data-is="auth-buttons"] a:hover, auth-buttons a:hover {
    text-decoration: none; }
  [data-is="auth-buttons"] .auth-btn, auth-buttons .auth-btn {
    border-radius: 2px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    width: 240px; }
  [data-is="auth-buttons"] .google-btn, auth-buttons .google-btn {
    background-color: #4285f4;
    border: none;
    color: #fff;
    margin: 25px auto 5px; }
  [data-is="auth-buttons"] .google-btn:hover, auth-buttons .google-btn:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3); }
  [data-is="auth-buttons"] .google-btn .content-wrapper, auth-buttons .google-btn .content-wrapper {
    border: 1px solid transparent; }
  [data-is="auth-buttons"] .google-btn .google-icon, auth-buttons .google-btn .google-icon {
    background-color: #fff;
    border-radius: 1px;
    float: left;
    padding: 15px;
    width: 20%; }
  [data-is="auth-buttons"] .google-btn-content, auth-buttons .google-btn-content {
    line-height: 48px;
    margin-left: 13px; }
  [data-is="auth-buttons"] .google-svg-container, auth-buttons .google-svg-container {
    height: 18px;
    width: 18px; }
  [data-is="auth-buttons"] .microsoft-btn, auth-buttons .microsoft-btn {
    background-color: #fff;
    background-image: url(/img/icons/microsoft-icon.png);
    background-repeat: no-repeat;
    background-position: 14px 17px;
    border: #979797 1px solid;
    color: #747474;
    margin: 10px auto 25px;
    padding: 14px 0 0 38px; }
  [data-is="auth-buttons"] .microsoft-btn:hover, auth-buttons .microsoft-btn:hover {
    box-shadow: 0 0 3px 3px rgba(213, 215, 224, 0.3); }
  [data-is="auth-buttons"] .clever-icon, auth-buttons .clever-icon {
    width: 19%;
    margin-right: 10%; }
  [data-is="auth-buttons"] .clever-btn, auth-buttons .clever-btn {
    display: flex;
    background-color: white;
    border: #355DC5 1px solid;
    color: #355DC5;
    margin: -10px auto 25px;
    padding: 14px 0; }
  [data-is="auth-buttons"] .clever-btn:hover, auth-buttons .clever-btn:hover {
    box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.3); }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
[data-is="email-link"] a, email-link a {
  color: #4A4A4A;
  font-size: 1.2em;
  text-decoration: underline; }

[data-is="email-link"] .auth-btn-email-separator, email-link .auth-btn-email-separator {
  display: block;
  margin-top: 55px; }
  [data-is="email-link"] .auth-btn-email-separator p, email-link .auth-btn-email-separator p {
    background-color: white;
    color: #8B898B;
    margin: 0 auto;
    position: relative;
    top: 8px;
    width: 12%; }
  [data-is="email-link"] .auth-btn-email-separator .separator-line, email-link .auth-btn-email-separator .separator-line {
    border-bottom: #cfcfd0 2px solid;
    margin: 0px 10% 40px;
    width: 80%; }

[data-is="email-link"] p, email-link p {
  text-align: center; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.email-signin-form {
  margin: 40px 0 40px; }

.email-signup-form, .email-signin-form {
  display: block; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
#email-forgot {
  margin-top: 40px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.alert {
  text-align: center; }

.btn-group {
  margin: 6px 0 10px;
  width: 100%; }
  .btn-group label.btn {
    background-color: #fff;
    border: 1px solid #B3B7C1;
    color: #333333;
    padding: 10px;
    width: 50%; }
    .btn-group label.btn.active {
      background-color: #504E4E;
      color: #fff; }
      .btn-group label.btn.active:hover {
        background-color: #363535; }
    .btn-group label.btn:hover {
      background-color: #e6e6e6; }

input[type="radio"] {
  margin: 10px 10px 10px 0px; }

.text-label {
  color: #333333;
  font-size: 1.1em;
  font-weight: 600;
  text-transform: uppercase; }

.small-label {
  color: grey;
  font-weight: 200; }

.shadow-link {
  color: darkgrey; }
  .shadow-link:hover {
    color: darkgrey; }
  .shadow-link:active, .shadow-link:focus {
    color: grey; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.role-selection a:hover {
  text-decoration: none; }

.role-selection .h2 {
  font-weight: 400;
  font-size: 1.3em;
  color: #6C696D; }

.role-selection .img-role-select {
  background-repeat: no-repeat;
  background-size: 150%;
  border-radius: 2px;
  box-shadow: inset 0 0 0 500px rgba(48, 45, 61, 0.5);
  margin: 22px auto;
  text-align: center;
  transition: box-shadow 0.2s ease;
  width: 100%; }
  .role-selection .img-role-select:hover {
    box-shadow: inset 0 0 0 500px rgba(48, 45, 61, 0.7); }

.role-selection .img-role-select p {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 60px 12px;
  max-height: 149px; }

.role-selection .img-role-select span {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 60px 12px;
  max-height: 149px; }

.role-selection .role-container {
  margin: 30px auto 20px; }

.role-selection .school-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

.role-selection .home-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

.role-selection .home-heading img {
  width: 45px; }

.role-selection .school-heading img {
  width: 45px; }

.role-selection .home-heading p {
  color: #6d33ab;
  font-weight: 600;
  font-size: 1.3em;
  max-height: 149px;
  text-align: center; }

.role-selection .school-heading p {
  color: #6d33ab;
  font-weight: 600;
  font-size: 1.3em;
  max-height: 149px;
  text-align: center; }

.role-selection .student-select {
  background-image: url("/img/authentication/student-header-2.png");
  background-position-x: 70%;
  background-position-y: 62%;
  border-radius: 8px;
  text-align: left;
  position: relative; }

.role-selection .independent-select {
  background-image: url("https://user-objects.s3.amazonaws.com/assets/auth/individual-coder.jpg");
  background-position-x: 33%;
  background-position-y: 30%;
  border-radius: 8px;
  text-align: left; }

.role-selection .teacher-select {
  background-image: url("/img/authentication/teacher-large.jpg");
  background-position-x: 33%;
  background-position-y: 30%;
  border-radius: 8px;
  text-align: left; }

.role-selection .guardian-select {
  background-image: url("https://user-objects.s3.amazonaws.com/assets/auth/parent-guardian.png");
  background-position-x: 33%;
  background-position-y: 0%;
  border-radius: 8px;
  text-align: left; }

.role-selection .student-select span {
  position: absolute;
  bottom: 0;
  right: 0; }

.role-selection .student-select p {
  margin-top: 10px; }

.role-selection .independent-select p {
  width: 66%; }

.role-selection .guardian-select p {
  width: 66%; }

.role-selection .col-md-offset-1 {
  border-right: 2px solid #DBD8DF; }

@media screen and (max-width: 992px) {
  .role-selection .col-md-offset-1 {
    border-right: 0px solid #DBD8DF; } }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
[data-is="student-age"] {
  display: block;
  margin: 70px auto 35px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
#warning {
  background-color: white;
  padding: 30px;
  margin-top: 4rem;
  line-height: 3.5;
  text-align: center; }
  #warning .logo-image {
    margin-top: 3rem; }

[role=tab]:focus {
  background-color: #00B3D7 !important;
  outline: none; }

#editor-focus-holder.colorpickerOn:focus .focus-instructions {
  display: none; }

.focus-holder {
  position: relative; }
  .focus-holder:focus .focus-instructions {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: white;
    display: block;
    left: 0;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 999; }
  .focus-holder .focus-instructions {
    display: none; }

#loader {
  background: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10000; }
  #loader img {
    display: block;
    margin: 0 auto; }
  #loader button {
    display: block;
    margin: 24px auto 0; }
  #loader h2, #loader h3 {
    margin: 4px auto;
    text-align: center;
    width: 50%; }
  #loader h2 {
    font-size: 1.6em;
    margin-top: 20%; }
  #loader h3 {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-top: 1em; }
  #loader.fadeOut {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 500ms, opacity 500ms; }
  #loader.fadeIn {
    visibility: visible;
    opacity: 1;
    transform: visibility 0s linear 0s, opacity 500ms; }

.modal-open .modal {
  background: rgba(83, 196, 137, 0.9);
  background: -moz-linear-gradient(110deg, rgba(83, 196, 137, 0.9) 15%, rgba(125, 67, 163, 0.9) 50%, rgba(83, 196, 137, 0.9) 80%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, rgba(83, 196, 137, 0.9)), color-stop(50%, rgba(125, 67, 163, 0.9)), color-stop(80%, rgba(83, 196, 137, 0.9)));
  background: -webkit-linear-gradient(110deg, rgba(83, 196, 137, 0.9) 15%, rgba(125, 67, 163, 0.9) 50%, rgba(83, 196, 137, 0.9) 80%);
  background: -o-linear-gradient(110deg, rgba(83, 196, 137, 0.9) 15%, rgba(125, 67, 163, 0.9) 50%, rgba(83, 196, 137, 0.9) 80%);
  background: -ms-linear-gradient(110deg, rgba(83, 196, 137, 0.9) 15%, rgba(125, 67, 163, 0.9) 50%, rgba(83, 196, 137, 0.9) 80%);
  background: linear-gradient(155deg, rgba(83, 196, 137, 0.9) 15%, rgba(125, 67, 163, 0.9) 50%, rgba(83, 196, 137, 0.9) 80%);
  background-size: 100% 500%;
  background-position: 0% 275%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53C489', endColorstr='#7D43A3', GradientType=0); }

#header .logo-container {
  margin-top: 2px; }

#header .nav-tabs > li {
  padding-top: 2px;
  padding-bottom: 1px; }

#project-text {
  color: #653BA5;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 3px; }

#save-publish-btns {
  margin-top: 1em;
  position: absolute;
  top: 0;
  left: 57%;
  margin-top: 0.5rem; }
  #save-publish-btns.lti {
    position: relative;
    top: unset;
    left: unset; }

#autosave-indicator {
  display: inline-block; }

@media only screen and (max-width: 1636px) {
  #save-publish-btns {
    left: 57%; } }

@media only screen and (max-width: 1505px) {
  #save-publish-btns {
    left: 56%; } }

@media only screen and (max-width: 1350px) {
  #save-publish-btns {
    left: 54%; } }

@media only screen and (max-width: 1215px) {
  #save-publish-btns {
    left: 53%; } }

@media only screen and (max-width: 1100px) {
  #save-publish-btns {
    left: 51%; } }

@media only screen and (max-width: 1050px) {
  #save-publish-btns {
    left: 50%; } }

@media only screen and (max-width: 1050px) {
  #save-publish-btns {
    left: 50%; } }

@media only screen and (max-width: 996px) {
  #save-publish-btns {
    left: 49%; } }

@media only screen and (max-width: 940px) {
  #save-publish-btns {
    left: 38rem; } }

@media only screen and (max-width: 765px) {
  #save-publish-btns {
    left: auto;
    right: 0rem; } }

#workstation-holder {
  background-color: #FFF;
  overflow: scroll;
  padding: 25px;
  height: 100%; }
  #workstation-holder.lti {
    position: relative; }
  #workstation-holder.minified {
    margin: 0;
    padding: 0;
    width: 100% !important; }
    #workstation-holder.minified #renderer-focus-holder {
      margin-bottom: 0; }

workstation .btn {
  border-radius: 4px;
  border: 2px solid #6A00F5;
  color: #fff;
  font-weight: 700;
  padding: 8px 20px;
  text-transform: uppercase; }
  workstation .btn.btn-primary {
    background-color: #6A00F5; }
    workstation .btn.btn-primary:hover {
      background-color: #4e2e7f; }
  workstation .btn.publish-btn {
    margin-right: 10px; }

workstation .btn-default {
  color: #653BA5; }

workstation .btn-primary:hover {
  color: #fff; }

workstation .hints-btn {
  color: #653BA5; }

workstation .hints-btn:active,
workstation .hints-btn:focus,
workstation .hints-btn:hover,
workstation .hints-btn:visited {
  text-decoration: none; }

workstation .made-with-vidcode {
  margin-top: 20px;
  text-transform: uppercase;
  text-align: right; }
  workstation .made-with-vidcode img {
    position: relative;
    top: -2px; }

workstation .modal-body {
  padding: 3em; }
  workstation .modal-body label {
    color: #653BA5; }
  workstation .modal-body.completed-actions {
    text-align: center;
    padding: 2em; }
  workstation .modal-body.completed-content {
    background-color: white; }

workstation .modal-content {
  border: none; }

workstation .modal-header {
  background-color: #329766;
  color: #fff;
  text-align: center; }
  workstation .modal-header h1 {
    font-size: 1.7em;
    margin: 0;
    text-transform: uppercase; }

workstation .nav {
  border-bottom: none; }

workstation .nav-tabs li {
  margin: 0 2%;
  width: 46%; }
  workstation .nav-tabs li > a,
  workstation .nav-tabs li > a:active,
  workstation .nav-tabs li > a:focus,
  workstation .nav-tabs li > a:hover {
    background-color: #653BA5;
    border-radius: 5px 5px 0px 0px;
    color: #FFF;
    font-weight: 200;
    margin-right: 0;
    text-align: center;
    text-transform: uppercase;
    max-height: 50px; }
  workstation .nav-tabs li.active > a,
  workstation .nav-tabs li.active > a:active,
  workstation .nav-tabs li.active > a:focus,
  workstation .nav-tabs li.active > a:hover {
    background-color: #F0F0F0;
    color: #653BA5;
    font-weight: 600;
    border: 1px solid #F0F0F0; }

workstation .nav-tabs > li > a {
  display: block;
  height: 100%; }

workstation .nav-tabs > li > a > div {
  display: table;
  height: 100%;
  text-align: center;
  width: 100%; }

workstation .nav-tabs > li > a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

workstation .tab-content {
  background-color: #F0F0F0;
  max-height: 320px;
  min-height: 100px;
  padding: 2%; }

workstation.mobile ::-webkit-scrollbar, workstation.tablet ::-webkit-scrollbar {
  width: 3px;
  height: 3px; }

workstation.mobile ::-webkit-scrollbar-button, workstation.tablet ::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

workstation.mobile ::-webkit-scrollbar-thumb, workstation.tablet ::-webkit-scrollbar-thumb {
  background: #8c8c8c;
  border: 0px none #ffffff;
  border-radius: 50px; }

workstation.mobile ::-webkit-scrollbar-thumb:hover, workstation.tablet ::-webkit-scrollbar-thumb:hover {
  background: #8c8c8c; }

workstation.mobile ::-webkit-scrollbar-thumb:active, workstation.tablet ::-webkit-scrollbar-thumb:active {
  background: #8c8c8c; }

workstation.mobile ::-webkit-scrollbar-track, workstation.tablet ::-webkit-scrollbar-track {
  background: #eeeeee;
  border: 0px none #ffffff;
  border-radius: 50px; }

workstation.mobile ::-webkit-scrollbar-track:hover, workstation.tablet ::-webkit-scrollbar-track:hover {
  background: #ffffff; }

workstation.mobile ::-webkit-scrollbar-track:active, workstation.tablet ::-webkit-scrollbar-track:active {
  background: #ffffff; }

workstation.mobile ::-webkit-scrollbar-corner, workstation.tablet ::-webkit-scrollbar-corner {
  background: transparent; }

workstation .row {
  margin-right: unset;
  margin-left: unset; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
asset-library {
  display: flex;
  flex: 1;
  flex-direction: column; }
  asset-library .assets {
    flex: 1; }

#col-lesson {
  display: flex;
  flex-direction: column;
  margin-right: 16px;
  max-width: 300px;
  width: 20%; }

#col-editor {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-right: 16px;
  width: 50%; }

#col-renderer {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  width: 30%; }
  #col-renderer renderer .canvas-holder.responsive-height .framegraph-canvas {
    max-height: 300px; }
  #col-renderer renderer .canvas-holder.responsive-height.user-fullscreen .framegraph-canvas {
    max-height: none; }

.minified #col-renderer {
  width: 40%;
  align-items: center;
  justify-content: center; }

#editor-focus-holder, editor {
  flex: 1;
  height: 100%;
  overflow: hidden;
  flex-shrink: 2; }

lesson {
  display: flex;
  flex: 4 0 0;
  overflow: auto; }

#renderer-focus-holder {
  margin-bottom: 16px; }

.scroll-holder {
  margin-bottom: 1rem;
  text-align: right; }

.tablet .CodeMirror {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

#tabs-effects {
  display: flex;
  flex: 3;
  flex-direction: column; }
  #tabs-effects .tab-content {
    flex: 1;
    overflow: auto; }

#workstation-cols {
  display: flex;
  max-height: 800px;
  min-height: 600px;
  height: 100%; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.brainpop asset-library .currentTab {
  max-height: 600px; }

.brainpop .body-container {
  background-color: #FFF;
  height: 100%;
  margin-bottom: 0; }

.brainpop .content-container {
  height: 100%;
  padding-bottom: 0; }

.brainpop #col-renderer {
  height: 100%; }

.brainpop editor .error-holder {
  background-color: #70D89A; }

.brainpop editor .user-code-error {
  background-color: #70D89A; }

.brainpop footer {
  display: none; }

.brainpop html, .brainpop body {
  height: 100%;
  min-height: 700px; }

.brainpop timeline {
  margin-top: 20px; }

.brainpop workstation {
  display: block;
  height: 100%; }
  .brainpop workstation ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .brainpop workstation ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.brainpop #workstation-cols {
  height: calc(100% - 40px);
  max-height: none; }

.brainpop #workstation-holder {
  height: 100%;
  margin-bottom: 0;
  margin-top: 0; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
asset-library {
  display: inline-block;
  overflow: scroll;
  width: 100%; }
  asset-library .asset {
    border: 2px solid #A7A9B1;
    display: flex;
    height: 122px;
    overflow: hidden;
    position: relative;
    vertical-align: middle; }
    asset-library .asset:focus {
      border-color: #fff;
      outline: none; }
      asset-library .asset:focus .name-holder {
        font-weight: bold; }
    asset-library .asset:hover .delete-button span {
      display: inherit; }
    asset-library .asset.selected .thumbnail {
      border: 3px solid #653BA5; }
    asset-library .asset .delete-button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 10;
      background-color: white;
      border-radius: 50%; }
      asset-library .asset .delete-button span {
        color: black;
        cursor: pointer;
        display: none; }
      asset-library .asset .delete-button:hover span {
        color: red; }
    asset-library .asset img {
      user-drag: none;
      user-select: none;
      -moz-user-drag: none;
      -moz-user-select: none;
      -webkit-user-drag: none;
      -webkit-user-select: none; }
    asset-library .asset .name-holder {
      background-color: #A7A9B1;
      display: block;
      bottom: 0;
      font-weight: 400;
      font-size: .8em;
      line-height: 1.3em;
      padding: 4px;
      position: absolute;
      width: 100%; }
      asset-library .asset .name-holder .type-icon {
        background-color: rgba(255, 255, 255, 0.6);
        bottom: 3px;
        margin: unset;
        position: absolute;
        padding: 2px;
        top: unset;
        z-index: 5; }
      asset-library .asset .name-holder .name {
        float: right;
        padding-left: 20px;
        overflow-wrap: break-word;
        width: 100%;
        word-wrap: break-word; }
        asset-library .asset .name-holder .name.no-icon {
          padding-left: 0;
          text-align: center; }
    asset-library .asset .thumbnail {
      background-color: transparent;
      border: none;
      border-radius: 1px;
      cursor: pointer;
      display: block;
      left: 50%;
      max-width: 100%;
      max-height: 100px;
      padding: 0px;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-11px) translateY(-50%);
      transition: all 0s;
      width: auto; }
    asset-library .asset .upload-status {
      font-weight: bold;
      position: relative;
      text-align: center;
      width: 100%;
      z-index: 1; }
    asset-library .asset .upload-status progress {
      opacity: 0.5;
      height: 0.5em;
      width: 100%; }
  asset-library .asset-search {
    padding-top: 6px; }
  asset-library .assets {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto 1fr;
    margin-top: 1em;
    overflow-y: auto;
    padding: 0px;
    width: 100%; }
    asset-library .assets li:nth-child(3n) {
      margin-right: 8px; }
  asset-library .currentTab {
    background-color: #F0F0F0;
    display: flex;
    flex-direction: column;
    height: calc(100% - 35px);
    padding: 2%; }
  asset-library input[type="file"] {
    color: transparent !important; }
  asset-library input.upload {
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 0.5em 0;
    padding: 0.5em;
    position: relative;
    width: 35%; }
  asset-library input.upload:active, asset-library input.upload:focus, asset-library input.upload:hover, asset-library input.upload:visited {
    box-shadow: none;
    outline: none; }
  asset-library input.upload::after {
    background: url("/img/upload-btn.png") no-repeat;
    background-color: #F0F0F0;
    background-position: 0px 0.5em;
    background-size: 1.5em;
    color: #653BA5;
    content: "Upload File";
    font-weight: 600;
    line-height: 1.5em;
    padding: 0.5em;
    padding-left: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%; }
  asset-library input.upload:hover::after {
    text-shadow: 0px 2px #999999; }
  asset-library .input-group-btn .btn-primary {
    border-right: none; }
  asset-library select {
    border: none;
    background-color: #F0F0F0;
    color: #653BA5;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1.6em;
    margin: .6em 0;
    padding: 0.4em;
    width: 50%; }
  asset-library .tabs {
    display: flex;
    flex-wrap: wrap;
    margin-left: 2%;
    width: 96%; }
    asset-library .tabs > * {
      background-color: #653BA5;
      border-radius: 5px 5px 0px 0px;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      flex: 1;
      font-size: 1em;
      font-weight: 200;
      margin: 0 8px 0 0;
      padding: 10px 6px;
      text-align: center;
      text-transform: uppercase; }
      asset-library .tabs > *:last-of-type {
        margin-right: 0 !important; }
      asset-library .tabs > *:focus, asset-library .tabs > *:hover {
        text-decoration: none; }
    asset-library .tabs > .selected {
      background-color: #F0F0F0;
      color: #653BA5;
      font-weight: 600; }
  asset-library .graphics .asset.selected .thumbnail {
    border: none; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
recording-button modal .modal-body {
  padding: unset;
  background-color: black; }

recording-button modal .modal-header {
  background-color: black;
  border-bottom: unset; }

recording-button modal #countdownContainer {
  color: white;
  text-align: center;
  font-size: 80px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-self: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  recording-button modal #countdownContainer p {
    align-self: center; }

recording-button modal #videoTimeline {
  height: 5px;
  width: 0%;
  background-color: #6A00F5; }

recording-button #bg-type-switch {
  color: white;
  width: 30%;
  text-align: center;
  margin-top: -30px;
  position: absolute;
  margin-left: 205;
  font-weight: 700; }
  recording-button #bg-type-switch input {
    display: none; }
  recording-button #bg-type-switch label {
    color: grey;
    cursor: pointer;
    margin-right: 1.5rem;
    margin-left: 1.5rem; }
  recording-button #bg-type-switch input:checked + label {
    color: white; }

recording-button #recording-button {
  color: #4f376d;
  font-weight: 600;
  padding: 0; }
  recording-button #recording-button img {
    width: 1.5em;
    height: 1.5em; }
  recording-button #recording-button:hover {
    text-shadow: 0px 2px #999999;
    text-decoration: none; }
  recording-button #recording-button:focus {
    outline: none; }

recording-button video {
  width: 100%; }

recording-button #photoCanvas {
  display: none; }

recording-button .controls-container {
  padding: 10px;
  display: flex;
  justify-content: space-around; }
  recording-button .controls-container .btn-dark {
    background-color: black;
    border: 2px solid white;
    color: white; }
    recording-button .controls-container .btn-dark:hover {
      border-color: darkgrey; }
  recording-button .controls-container .recordButton {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding: unset;
    border-color: white;
    border-width: 4px;
    background-color: white; }
    recording-button .controls-container .recordButton.pause {
      background-color: red; }
    recording-button .controls-container .recordButton:hover {
      border-color: #6A00F5; }
    recording-button .controls-container .recordButton:active {
      border-color: white;
      border-color: #36264b !important;
      background-color: #6A00F5 !important;
      outline: none; }
    recording-button .controls-container .recordButton:selected {
      border-color: #36264b; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
effects {
  display: block;
  margin-top: 12px; }
  effects .effects {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    padding: 0; }
    effects .effects effect .holder {
      background-color: #329766;
      border: 2px solid transparent;
      border-radius: 3px;
      color: #FFF;
      display: block;
      font-size: .9em;
      font-weight: 600;
      margin-bottom: 12px;
      padding: 6px 7px;
      position: relative;
      width: 100%; }
      effects .effects effect .holder:focus {
        background-color: #fff;
        border-color: #329766;
        color: #329766;
        outline: none; }
      effects .effects effect .holder:hover {
        background-color: #25714c; }
      effects .effects effect .holder:hover {
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab; }
    effects .effects effect .inactive {
      background-color: #777777 !important;
      color: #333333 !important; }
      effects .effects effect .inactive:hover {
        background-color: #777777;
        color: #333333;
        cursor: default; }
    effects .effects effect .remove-btn {
      background-color: #F0F0F0;
      border-radius: 0 3px 3px 0;
      font-size: 1.4em;
      height: 100%;
      padding: 6px 10px;
      position: absolute;
      right: 0;
      top: 0; }
    effects .effects li {
      list-style-type: none;
      width: 50%; }
      effects .effects li:nth-child(2n) {
        padding-left: 4px; }
      effects .effects li:nth-child(2n + 1) {
        padding-right: 4px; }
    effects .effects.effects-drawing effect .holder {
      background-color: #A00394;
      border: 2px solid transparent; }
      effects .effects.effects-drawing effect .holder:focus {
        background-color: #fff;
        border-color: #A00394;
        color: #A00394;
        outline: none; }
      effects .effects.effects-drawing effect .holder:hover {
        background-color: #6e0266; }
    effects .effects.effects-text effect .holder {
      background-color: #213C88;
      border: 2px solid transparent; }
      effects .effects.effects-text effect .holder:focus {
        background-color: #fff;
        border-color: #213C88;
        color: #213C88;
        outline: none; }
      effects .effects.effects-text effect .holder:hover {
        background-color: #172a5f; }
    effects .effects.effects-control effect .holder {
      background-color: #BB4D23;
      border: 2px solid transparent; }
      effects .effects.effects-control effect .holder:focus {
        background-color: #fff;
        border-color: #BB4D23;
        color: #BB4D23;
        outline: none; }
      effects .effects.effects-control effect .holder:hover {
        background-color: #903b1b; }
    effects .effects.effects-extras effect .holder {
      background-color: #4B1177;
      border: 2px solid transparent; }
      effects .effects.effects-extras effect .holder:focus {
        background-color: #fff;
        border-color: #4B1177;
        color: #4B1177;
        outline: none; }
      effects .effects.effects-extras effect .holder:hover {
        background-color: #2f0b4a; }
    effects .effects.effects-math effect .holder {
      background-color: #329797;
      border: 2px solid transparent; }
      effects .effects.effects-math effect .holder:focus {
        background-color: #fff;
        border-color: #329797;
        color: #329797;
        outline: none; }
      effects .effects.effects-math effect .holder:hover {
        background-color: #257171; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
lesson {
  margin-bottom: 2em;
  overflow: visible;
  position: relative; }
  lesson ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  lesson ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  lesson .audio-btn {
    background-color: #4A4A4A;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 20px;
    font-size: 1.25em;
    cursor: pointer;
    padding-top: 5px;
    color: #fff; }
  lesson .content a {
    color: #47A3FF; }
  lesson .content action {
    color: #B700FF;
    font-size: 1.15em;
    font-weight: 700; }
  lesson .content code {
    color: #f00;
    overflow-wrap: anywhere; }
  lesson .content emphasis {
    font-style: italic;
    font-weight: 600; }
  lesson .content .hint {
    margin-bottom: 1em; }
    lesson .content .hint .hint-btn {
      font-weight: 700;
      cursor: pointer;
      color: #9469A0; }
  lesson .content .lm-title {
    display: none; }
  lesson .content p {
    font-size: .96em;
    line-height: 1.6em; }
  lesson .content .submit-btn {
    display: block;
    margin: 10px auto; }
  lesson .content vocabulary {
    font-weight: 700; }
  lesson .full-width {
    width: 100%; }
  lesson h3 {
    font-size: 1.2em;
    font-weight: 700; }
    lesson h3.visited {
      color: #329766; }
      lesson h3.visited:after {
        content: "\2714";
        margin-left: 10px; }
  lesson .header {
    background-color: #653BA5;
    color: #FFF;
    position: relative; }
    lesson .header .lesson-dropdown {
      color: #FFF;
      display: block;
      margin-bottom: 0;
      padding: 4px; }
      lesson .header .lesson-dropdown:hover {
        text-decoration: none; }
    lesson .header .step-name {
      margin-bottom: 0;
      padding: 4px;
      max-width: 65%; }
  lesson img {
    max-width: 100%; }
  lesson .lesson-container {
    display: flex;
    flex-direction: column; }
    lesson .lesson-container .lesson-text-container {
      flex: 1 0 0;
      margin: 0 0 16px 0;
      padding-right: 10px;
      overflow: visible; }
  lesson .lesson-progress-bar {
    background-color: #eeeeee;
    bottom: -6px;
    height: 6px;
    left: 0;
    position: absolute;
    width: 100%; }
    lesson .lesson-progress-bar .completed {
      background-color: #70D89A;
      height: 6px;
      position: absolute; }
  lesson .lesson-text-container {
    overflow-y: scroll; }
  lesson .title-holder {
    background: transparent;
    border: none;
    color: #FFF;
    cursor: pointer;
    display: block;
    overflow: auto;
    padding: 3px 5px;
    width: 100%; }
    lesson .title-holder:focus {
      background-color: #00B3D7;
      color: white;
      outline: none; }

@media only screen and (max-width: 1636px) {
  .lesson-text-container {
    width: 265px; } }

@media only screen and (max-width: 1050px) {
  .lesson-text-container {
    width: 100%; } }

/*to fix flex scrolling bug only found safari - css only applied to safari browsers*/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .lesson-text-container {
      overflow: scroll !important; } } }

#steps-menu {
  background-color: #FFF;
  border: 3px solid #653BA5;
  border-radius: 3px;
  color: #653BA5;
  left: 0;
  max-height: 275px;
  min-width: 215px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  z-index: 9999; }
  #steps-menu .chapter-name {
    color: #653BA5;
    display: block;
    overflow: auto; }
  #steps-menu .name {
    padding: 5px 10px; }
    #steps-menu .name:focus {
      background-color: #00B3D7;
      color: white;
      outline: none; }
  #steps-menu .step-name {
    margin-left: 12px;
    text-indent: -12px;
    width: 80%; }
  #steps-menu ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    #steps-menu ul li {
      cursor: pointer;
      font-weight: bold;
      list-style-type: none;
      overflow: auto;
      text-align: left; }
      #steps-menu ul li .check, #steps-menu ul li .visited {
        color: #329766; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
project-selector {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }
  project-selector .loader-icon {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9; }
    project-selector .loader-icon .spinner-holder {
      font-size: 6rem;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  project-selector .modal.in {
    display: block; }
  project-selector .modal-body {
    padding: 2em; }
  project-selector .modal-content {
    display: block;
    left: 50%;
    position: absolute;
    top: 100px;
    transform: translateX(-50%);
    width: 50%; }
  project-selector .new-project {
    cursor: pointer;
    height: 0;
    font-size: 7rem;
    line-height: 16rem;
    padding-bottom: 100%;
    position: relative;
    text-align: center;
    width: 100%; }
    project-selector .new-project .glyphicon-plus {
      left: 50%;
      line-height: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
  project-selector ul {
    display: flex;
    flex-wrap: wrap;
    height: 50vh;
    overflow-y: scroll;
    padding: 8px; }
    project-selector ul li {
      margin-right: 2%;
      width: 32%; }
      project-selector ul li:nth-child(3n) {
        margin-right: 0; }
      project-selector ul li p {
        margin-bottom: 2px; }
      project-selector ul li project-gallery-item {
        font-size: 100%; }
        project-selector ul li project-gallery-item img {
          cursor: pointer; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
publish .btn-default {
  display: table;
  margin: 0 auto; }
  publish .btn-default:hover {
    background-color: #653BA5;
    border-color: #653BA5;
    color: #fff; }

publish .btn.copy-btn {
  border: 1px solid transparent; }

publish copy-to-clipboard .input-group {
  margin-bottom: 14px;
  margin-top: 0; }

publish textarea {
  resize: vertical; }

publish .completed-content {
  color: #653BA5;
  line-height: 1.2; }
  publish .completed-content .celebration-container {
    text-align: right; }

publish .star-container {
  background-color: white;
  border: 5px solid #329766;
  border-radius: 50%;
  left: 44%;
  padding: 12px;
  position: absolute;
  top: -44px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.save-status {
  color: #329766;
  font-weight: bold;
  text-align: right; }

.center {
  text-align: center; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
reference ol, reference ul {
  padding-left: 20px; }
  reference ol li, reference ul li {
    margin-bottom: 3px; }

reference .r-code {
  color: #2038A2;
  font-family: monospace;
  font-size: 15px;
  font-weight: bold;
  margin-top: 12px;
  word-break: break-all; }
  reference .r-code.topspace-2 {
    font-size: 14px;
    font-weight: normal; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
renderer {
  display: block;
  line-height: 0; }
  renderer iframe {
    max-height: 308px;
    width: 100%; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
timeline {
  display: block;
  height: 20px;
  margin: 30px auto;
  overflow: visible;
  width: 97%; }
  timeline .active .chapter-icon {
    background-color: #FFF;
    border: 3px solid #70D89A;
    cursor: pointer; }
  timeline .active .completion:after,
  timeline .active .timeline-element.completion:after {
    border-right: 6px solid transparent;
    border-top: 10px solid #70D89A;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -6px;
    width: 0; }
  timeline .active .chapter-icon img {
    left: -5px;
    top: -5px; }
  timeline .chapter {
    float: left;
    position: relative; }
  timeline .chapter-icon {
    background-color: #5F436A;
    border-radius: 23px;
    height: 46px;
    left: -23px;
    position: absolute;
    top: -18px;
    width: 46px;
    z-index: 2; }
  timeline .chapter-icon img {
    left: -2px;
    position: relative;
    top: -2px;
    cursor: pointer; }
  timeline .chapter-icon:hover + .chapter-tooltip {
    display: block; }
  timeline .chapter-tooltip {
    background-color: #FFF;
    border: 2px solid #CCC;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    display: none;
    left: -75px;
    position: absolute;
    top: 42px;
    width: 150px;
    z-index: 5;
    text-align: center;
    font-weight: 600;
    padding: 11px 5px 2px 5px; }
  timeline .chapter-tooltip:after {
    border-bottom: 10px solid #FFF;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 67px;
    position: absolute;
    top: -10px;
    width: 0; }
  timeline .chapter-tooltip:before {
    border-bottom: 12px solid #CCC;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 63px;
    position: absolute;
    top: -12px;
    width: 0; }
  timeline .completion,
  timeline .timeline-element.completion {
    background-color: #70D89A;
    position: relative; }
  timeline .main-progress {
    background-color: yellow;
    float: left;
    width: 80%; }
  timeline .pad {
    background-color: red;
    position: relative;
    width: 10%; }
  timeline .pad-left {
    border-radius: 5px 0 0 5px;
    float: left; }
  timeline .pad-right {
    border-radius: 0 5px 5px 0;
    float: right; }
    timeline .pad-right.active {
      background-color: #70D89A; }
  timeline .step-indicator {
    background-color: #A498AD;
    border-radius: 9px;
    height: 18px;
    position: absolute;
    top: -4px;
    width: 18px; }
  timeline .step-indicator.active {
    background-color: #653BA5; }
  timeline .timeline-element {
    background-color: #A498AD;
    height: 10px; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
#console-tools {
  align-items: center;
  color: white;
  cursor: row-resize;
  display: flex;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
  justify-content: space-between;
  padding: 5px 15px 5px 15px; }
  #console-tools a {
    color: #653BA5;
    font-size: 12px; }
  #console-tools p {
    color: #653BA5;
    margin: unset; }
  #console-tools label {
    color: #653BA5;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: unset;
    margin-left: 10px; }
  #console-tools img {
    pointer-events: none; }
  #console-tools .buttons-container {
    display: flex;
    justify-content: space-between;
    min-width: 220px; }
  #console-tools .text-right {
    align-items: center;
    display: flex; }
    #console-tools .text-right input[type="checkbox"] {
      height: 16px;
      margin: 3px 0 0;
      width: 16px; }

#scroll-container {
  background-color: #f9f9f9;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: white;
  font-family: monospace;
  height: 70px;
  min-height: 50px;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 15px;
  padding-top: 15px;
  position: relative; }
  #scroll-container .intro-text {
    color: gray;
    font-style: italic; }
  #scroll-container .line-number {
    color: #0000FF; }
  #scroll-container .message {
    white-space: pre; }
  #scroll-container .error-line .message {
    color: #7F0055; }
  #scroll-container .comment-line .message {
    color: #2b8065; }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.modal-dialog {
  width: 750px; }

auth-modal auth-buttons {
  margin-bottom: 20px; }

auth-modal p {
  color: #555555; }

auth-modal .action-switch {
  color: #777777;
  margin-top: 10px;
  font-size: .9em;
  text-align: center; }

auth-modal .back-button {
  cursor: pointer; }

auth-modal .centered-text {
  text-align: center; }

auth-modal copy-to-clipboard .copy-btn {
  padding: 6px 15px 5px; }

auth-modal copy-to-clipboard .form-control {
  margin-left: 12%; }

auth-modal h4, auth-modal h5 {
  text-align: center; }

auth-modal .skip-link {
  margin-top: 5px; }

auth-modal student-age {
  text-align: center;
  padding: 2rem; }
  auth-modal student-age section {
    padding-bottom: 2.2rem; }

auth-modal .lrg-link {
  cursor: pointer; }

auth-modal .age-check copy-to-clipboard {
  margin-bottom: 2rem; }

auth-modal [data-is="email-link"] .auth-btn-email-separator {
  margin-top: unset; }

auth-modal [data-is="email-link"] .email-link-container a {
  cursor: pointer; }

auth-modal .email-signup-container {
  margin-top: 2rem; }

auth-modal email-signup-form .show-password-container, auth-modal email-signin-form .show-password-container, auth-modal forgot-password .show-password-container {
  margin-top: 18px;
  text-align: left; }
  auth-modal email-signup-form .show-password-container label, auth-modal email-signin-form .show-password-container label, auth-modal forgot-password .show-password-container label {
    color: #333333;
    font-weight: 400;
    margin-left: 8px; }

auth-modal email-signup-form .form-group, auth-modal email-signin-form .form-group, auth-modal forgot-password .form-group {
  text-align: center; }
  auth-modal email-signup-form .form-group label, auth-modal email-signin-form .form-group label, auth-modal forgot-password .form-group label {
    display: none; }
    auth-modal email-signup-form .form-group label.show-password, auth-modal email-signin-form .form-group label.show-password, auth-modal forgot-password .form-group label.show-password {
      display: inline; }
  auth-modal email-signup-form .form-group input, auth-modal email-signin-form .form-group input, auth-modal forgot-password .form-group input {
    border: #d2d6e0 solid 1px;
    border-radius: 4px;
    display: block;
    padding: 15px;
    width: 100%; }
    auth-modal email-signup-form .form-group input[ref="showpassword"], auth-modal email-signin-form .form-group input[ref="showpassword"], auth-modal forgot-password .form-group input[ref="showpassword"] {
      width: unset;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top; }

auth-modal email-signin-form .form-group .forgot-password {
  display: none; }

auth-modal email-signin-form .email-signin-form {
  margin-bottom: unset; }

auth-modal .terms {
  text-align: center; }

auth-modal .img-role-select {
  background-repeat: no-repeat;
  background-size: 150%;
  border-radius: 2px;
  box-shadow: inset 0 0 0 500px rgba(48, 45, 61, 0.5);
  height: 110px;
  margin: 10px auto;
  text-align: center;
  transition: box-shadow 0.2s ease;
  width: 54%; }
  auth-modal .img-role-select:hover {
    box-shadow: inset 0 0 0 500px rgba(48, 45, 61, 0.7); }

auth-modal .img-role-select p {
  color: #fff;
  cursor: pointer;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 36px 12px;
  max-height: 149px; }

auth-modal .img-role-select span {
  color: #fff;
  cursor: pointer;
  font-size: 1.8em;
  font-weight: 600;
  padding: 60px 12px;
  max-height: 149px; }

auth-modal .role-container {
  width: 750px;
  margin: 10px 0px 20px -30px; }
  auth-modal .role-container a:hover {
    text-decoration: none; }

auth-modal .school-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

auth-modal .home-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center; }

auth-modal .home-heading img {
  width: 45px; }

auth-modal .school-heading img {
  width: 45px; }

auth-modal .home-heading p {
  color: #6d33ab;
  font-size: 1.8em;
  font-weight: 400;
  max-height: 149px;
  text-align: center; }

auth-modal .school-heading p {
  color: #6d33ab;
  font-size: 1.8em;
  font-weight: 400;
  max-height: 149px;
  text-align: center; }

auth-modal .student-select {
  background-image: url("/img/authentication/student-header-2.png");
  background-position-x: 70%;
  background-position-y: 62%;
  background-size: cover;
  border-radius: 5px;
  text-align: left;
  position: relative;
  box-shadow: inset 0 0 0 500px rgba(48, 45, 61, 0.05); }

auth-modal .independent-select {
  background-image: url("https://user-objects.s3.amazonaws.com/assets/auth/individual-coder.jpg");
  background-position-x: 33%;
  background-position-y: 30%;
  border-radius: 5px;
  text-align: left; }

auth-modal .teacher-select {
  background-image: url("/img/authentication/teacher-large.jpg");
  background-position-x: 33%;
  background-position-y: 30%;
  border-radius: 5px;
  text-align: left; }

auth-modal .guardian-select {
  background-image: url("https://user-objects.s3.amazonaws.com/assets/auth/parent-guardian.png");
  background-position-x: 33%;
  background-position-y: 0%;
  background-size: cover;
  border-radius: 5px;
  text-align: left; }

auth-modal .student-select span {
  position: absolute;
  bottom: 0;
  right: 0; }

auth-modal .independent-select p {
  width: 66%; }

@media screen and (max-width: 992px) {
  auth-modal .col-md-offset-1 {
    border-right: 0px solid #C0C0C0; } }

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