/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
.column-container {
  display: inline-flex;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 570px) {
    .column-container {
      display: block; } }

h2 {
  font-size: 19px;
  margin: 0; }

h3 {
  font-size: 18px;
  margin-top: 32px; }

h4 {
  font-size: 16px;
  font-weight: normal; }

table {
  position: relative; }

@media only screen and (max-width: 500px) {
  .col-md-4, .col-md-8 {
    padding-left: 5px;
    padding-right: 5px; } }

.nav-holder {
  overflow: auto; }
  .nav-holder nav li {
    margin: 37px 0;
    padding-left: 36px;
    padding-right: 12px; }
    .nav-holder nav li.course-list {
      border-bottom: #eee 1px solid;
      padding: 30px 36px 30px 36px;
      margin: unset; }
    .nav-holder nav li.selected {
      border-left: 4px solid #653BA5;
      padding-left: 32px; }
  @media screen and (max-width: 990px) {
    .nav-holder {
      margin-bottom: 16px; } }

.nav-holder,
.page-holder {
  background-color: white; }

class-roster .btn {
  margin-top: 3px;
  margin-bottom: 22px; }

.page-holder {
  padding: 18px 36px; }
  .page-holder a {
    color: #00B3D7;
    text-decoration: underline; }
    .page-holder a:hover {
      color: #0089a4; }
    .page-holder a.demo {
      color: #b69ddc; }
      .page-holder a.demo:hover {
        color: #653BA5; }
  .page-holder a.btn {
    color: #fff;
    text-decoration: none; }
  .page-holder h2 {
    color: #653BA5; }
  .page-holder header {
    margin: -18px -36px 16px; }
    .page-holder header.expanded {
      margin-bottom: 16px; }
  @media only screen and (max-width: 500px) {
    .page-holder {
      padding: 18px; }
      .page-holder header {
        margin: -18px -18px 16px; } }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
@media print {
  #nav-column {
    display: none; } }

.vidcode-logo {
  width: 68px; }

#warning {
  background-color: white;
  padding: 30px;
  margin-top: 4rem;
  line-height: 3.5;
  text-align: center; }
  #warning .logo-image {
    margin-top: 3rem; }

#content-container {
  padding-bottom: unset;
  overflow-x: hidden; }

main {
  position: relative;
  height: 100%; }
  main .column-container {
    height: 100%;
    background-color: white; }
  main .activity-icon {
    position: absolute;
    left: 10px; }
  main .alert {
    margin-bottom: 36px; }
  main .no-padding-right {
    padding-right: unset; }
  main .no-padding-left {
    padding-left: unset;
    width: 100%; }
  main .scroll {
    height: 100%;
    overflow: scroll; }
  main .empty-screen-notice {
    font-size: 150%;
    font-weight: 600;
    text-align: center;
    display: flex;
    justify-content: initial;
    flex-direction: column; }
    main .empty-screen-notice h2 {
      color: black;
      margin: 40px 0 20px 0; }
    main .empty-screen-notice a {
      text-decoration: underline; }
    main .empty-screen-notice .empty-screen-subtitle {
      font-weight: 400;
      font-size: 16px; }
    main .empty-screen-notice img {
      width: 30%;
      align-self: center; }
  main .filters {
    background-color: #eeeeee;
    font-size: 1.2rem;
    margin-bottom: 12px;
    padding: 6px 36px 2px; }
    main .filters dropdown {
      display: inline-block; }
      main .filters dropdown .current-item-text {
        text-decoration: underline; }
    main .filters input {
      margin-right: 6px;
      position: relative;
      top: 1px; }
    main .filters p {
      margin-top: 5px; }
  main header {
    color: white;
    padding: 0px 36px;
    margin-bottom: 15px; }
    main header .filter-header {
      margin-top: -50px; }
    main header a, main header a:hover {
      color: white; }
    main header h2 {
      font-size: 17px;
      font-weight: 400; }
  main class-quizzes a {
    cursor: pointer; }
    main class-quizzes a.grade-gte-100, main class-quizzes a.grade-gte-90 {
      color: #05b55f; }
    main class-quizzes a.grade-gte-80, main class-quizzes a.grade-gte-70, main class-quizzes a.grade-gte-60 {
      color: #554271; }
    main class-quizzes a.grade-gte-50, main class-quizzes a.grade-gte-40, main class-quizzes a.grade-gte-30, main class-quizzes a.grade-gte-20, main class-quizzes a.grade-gte-10, main class-quizzes a.grade-gte-0 {
      color: #fe8989; }
  main class-quizzes modal h3 {
    margin-top: unset; }
  main class-quizzes modal .modal-dialog {
    width: 1030px; }
  main class-quizzes modal .modal-body {
    text-align: left; }
    main class-quizzes modal .modal-body table {
      width: 100%;
      margin-top: 40px; }
      main class-quizzes modal .modal-body table .answer-letter {
        font-weight: bold;
        font-size: 20px;
        border: 3px solid black;
        padding: 7px;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        margin-left: auto;
        margin-right: auto; }
        main class-quizzes modal .modal-body table .answer-letter.correct {
          border-color: #05b55f; }
        main class-quizzes modal .modal-body table .answer-letter.incorrect {
          border-color: #fe8989; }
      main class-quizzes modal .modal-body table tbody {
        background-color: white; }
      main class-quizzes modal .modal-body table th {
        padding: 10px; }
      main class-quizzes modal .modal-body table td {
        padding: 10px; }
      main class-quizzes modal .modal-body table .question ol {
        max-width: 400px; }
  main .header-primary, main .page-holder header {
    align-items: center;
    display: flex; }
    main .header-primary a, main .header-primary a:hover, main .page-holder header a, main .page-holder header a:hover {
      color: white; }
    main .header-primary .class-add-btn, main .page-holder header .class-add-btn {
      margin-left: auto; }
    main .header-primary h2, main .page-holder header h2 {
      color: white; }
    main .header-primary .show-filters-btn, main .page-holder header .show-filters-btn {
      display: inline-block;
      font-size: 12px;
      margin-top: 6px; }
  main .key {
    color: #777777; }
    main .key .key-item {
      display: inline-block;
      margin-right: 10px; }
    main .key .user-progress {
      display: inline-block;
      margin-right: 5px;
      margin-bottom: -5px; }
  main .locked {
    color: #777777; }
    main .locked .activity-icon, main .locked .resource-name {
      opacity: .6; }
  main .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-content: center; }
    main .flex-container h3.completed {
      margin-top: 10px;
      margin-left: 5px; }
    main .flex-container .completed {
      align-self: center; }
    main .flex-container .certificate-link {
      align-self: center;
      min-width: 160px;
      margin-left: auto;
      float: right;
      text-align: right; }
  main .key-container {
    display: flex;
    justify-content: space-between;
    padding: 30px 0; }
  main .share-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    padding: 15px;
    padding-right: 120px;
    color: white;
    bottom: 0;
    width: 100%;
    background-color: #653BA5;
    z-index: 1000; }
    main .share-holder p {
      margin: unset !important; }
    main .share-holder copy-to-clipboard {
      min-width: 50%;
      display: block; }
      main .share-holder copy-to-clipboard .input-group {
        margin-top: unset; }
        main .share-holder copy-to-clipboard .input-group input {
          min-width: 400px;
          border-radius: 5px !important;
          padding: 7px;
          margin-right: 20px; }
  main h1 locked-content-badge, main h2 locked-content-badge, main h3 locked-content-badge, main h4 locked-content-badge, main h5 locked-content-badge {
    margin-left: 8px; }
  main table tbody .certificate-icon-holder, main table tbody .progress-icon-holder, main table tbody .timestamp-holder {
    vertical-align: middle;
    text-align: center; }
  main table tbody .activity-icon-holder {
    padding-left: 42px;
    position: relative; }
  main table tbody .progress-icon-holder {
    padding: 15px 0 15px 0; }
  main table tbody .timestamp-holder {
    display: flex;
    flex-direction: column;
    color: grey;
    font-size: 1.4rem; }
    main table tbody .timestamp-holder .timestamp-text {
      margin-bottom: 0.1rem; }
  main table tbody .username-holder {
    vertical-align: middle; }
  main .completed-icon {
    width: 20px;
    margin-right: 3px; }
  @media only screen and (max-width: 600px) {
    main .btn {
      font-size: 12px; }
    main class-member-progress-submissions .vidcodes-container {
      flex-direction: column; } }
  @media print {
    main .scroll {
      overflow: visible; } }
/* 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 */
class-left-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  border-right: 1px solid #eeeeee;
  height: 100%;
  min-width: 187px; }
  class-left-nav #header {
    position: relative;
    padding: 20px 20px 20px 25px;
    border: unset;
    background-color: unset; }
    class-left-nav #header .header-profile-pic {
      width: 34px;
      font-size: 20px;
      height: 34px;
      padding-top: 3px;
      margin-top: -5px; }
    class-left-nav #header .dropdown-menu {
      right: 0;
      left: unset; }
    class-left-nav #header a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      class-left-nav #header a .vertical-ellipses {
        font-size: 24px;
        font-weight: bolder;
        color: #C7C8CE; }
      class-left-nav #header a:hover, class-left-nav #header a:focus {
        text-decoration: none; }
  class-left-nav nav {
    margin-top: 30px; }
  class-left-nav .stats {
    margin: 10px;
    padding: 10px;
    background-color: #EFEFEF;
    border-radius: 10px; }
    class-left-nav .stats .stats-title {
      font-size: 1.3rem;
      margin-left: 3px; }
    class-left-nav .stats .stats-holder {
      display: flex;
      justify-content: space-around; }
    class-left-nav .stats .stats-box {
      background-color: white;
      color: black;
      border-radius: 10px;
      padding: 5px 7px;
      text-align: center;
      width: 47%;
      margin: 0 3px;
      text-decoration: none; }
      class-left-nav .stats .stats-box p {
        margin: 0; }
      class-left-nav .stats .stats-box .number {
        font-size: 2.3rem;
        font-weight: bold; }
      class-left-nav .stats .stats-box .text {
        font-size: 1.1rem;
        color: black; }
      class-left-nav .stats .stats-box:hover {
        background-color: rgba(193, 187, 202, 0.24); }
  class-left-nav .bottom {
    width: 100%; }
    class-left-nav .bottom .centered {
      text-align: center;
      padding: 20px 0px; }
  class-left-nav ul.classes-list li a {
    color: #3B4043;
    padding: 10px 0 10px 17px;
    margin-bottom: 5px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    display: inline-block;
    width: 91.5%; }
    class-left-nav ul.classes-list li a:hover {
      text-decoration: none;
      background-color: rgba(193, 187, 202, 0.24); }
  class-left-nav ul.classes-list li.selected a {
    background-color: rgba(101, 59, 165, 0.24); }
  class-left-nav ul.classes-list li img {
    width: 19px;
    margin-right: 5px; }
  class-left-nav ul.classes-list li span {
    display: inline-block;
    font-size: .9em;
    vertical-align: middle;
    max-width: 100px; }
  class-left-nav ul.classes-list li.wide {
    width: 100%; }
  class-left-nav ul.classes-list p {
    padding: 0 20px;
    color: #8B8A8B;
    font-size: 12px; }
  class-left-nav ul.classes-list .class-container {
    margin-top: 15px; }
    class-left-nav ul.classes-list .class-container li {
      width: 100%; }
      class-left-nav ul.classes-list .class-container li a {
        color: #3b4043;
        display: inline-block;
        font-size: .85em;
        padding-left: 45px; }
  @media only screen and (max-width: 600px) {
    class-left-nav {
      flex-direction: row;
      height: unset; }
      class-left-nav hr {
        display: none; }
      class-left-nav .bottom, class-left-nav .flex-group {
        width: 50%; }
      class-left-nav .bottom .classes-list {
        padding-top: 70px; }
      class-left-nav nav {
        margin-top: unset; }
      class-left-nav .help-text {
        display: none; }
      class-left-nav .centered {
        display: none; } }
/* bootstrap overrides */
/* dark purple */
/* light purple */
/* green */
/* blue */
/* purple brand color - used on homepage */
/* vidcode customs */
/* progress icon colors */
/* course box background colors */
portfolio .header {
  padding: 20px 40px 0 40px;
  background-image: linear-gradient(180deg, #FF6666 0%, #FFCC02 100%);
  color: white; }
  portfolio .header h2 {
    margin-bottom: 20px; }
  portfolio .header .nav-tabs {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-bottom: 0; }
    portfolio .header .nav-tabs .nav-item {
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background-color: none;
      margin-right: 25px; }
      portfolio .header .nav-tabs .nav-item a {
        color: white;
        border: 0;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px; }
        portfolio .header .nav-tabs .nav-item a:hover {
          background-color: rgba(255, 255, 255, 0.1);
          border: 0;
          border-top: unset;
          border-left: unset;
          border-right: unset; }
      portfolio .header .nav-tabs .nav-item.selected {
        background-color: white; }
        portfolio .header .nav-tabs .nav-item.selected a {
          color: black; }

portfolio .full-width {
  width: 100%;
  overflow: hidden; }

portfolio .content-container {
  height: 100%;
  overflow: scroll;
  background-color: white; }

portfolio .projects-container {
  padding: 50px;
  display: flex;
  justify-content: initial;
  flex-wrap: wrap; }
  portfolio .projects-container project-gallery-item {
    width: 220px;
    align-self: center; }

portfolio .empty-container {
  padding: 100px;
  text-align: center; }

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