.achievements .achievement-item-badges .achievement-item-counter:nth-child(3n+4) {
  clear: both;
}

.achievements .achievement-item-lives .achievement-item-counter .icon {
  color: transparent;
  color: #ed5565;
}

.achievements .achievement-item-points .achievement-item-progress {
  max-width: 760px;
  margin: auto;
  padding: 40px;
}

.achievements .achievement-item-points .achievement-item-progress-bar {
  height: 14px;
  position: relative;
  border: 2px solid transparent;
  background-color: #cbcbcb;
  border-radius: 0px 0px 0px 0px;
  border-radius: 3px;
  float: left;
  width: 85%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #48cfad;
}

.achievements .achievement-item-points .achievement-item-progress-indicator {
  height: 100%;
  background-color: transparent;
  background-color: #48cfad;
}

.achievements .achievement-item-points .achievement-item-progress-indicator-points {
  position: absolute;
  height: 74px;
  width: 74px;
  background-color: #34495e;
  border: 2px solid transparent;
  color: transparent;
  border-radius: 50%;
  line-height: 74px;
  text-align: center;
  margin: -44px 0 0 -36px;
  font-weight: 600;
  border: 2px solid #48cfad;
  color: #48cfad;
}

.achievements .achievement-item-points .achievement-item-progress-indicator-points.adjust-indicator {
  margin-left: -74px;
}

.achievements .achievement-item-points .achievement-item-progress-points-display {
  float: right;
  width: 15%;
  font-size: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: -17px;
  font-weight: 600;
  color: transparent;
  color: #48cfad;
}

.achievements-content-object-bar .action-bar-item {
  text-align: center;
}

.achievements-navigation-container {
  float: right;
}

.achievements-navigation {
  height: 23px;
  padding: 17.5px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

@media all and (max-width: 760px) {
  .achievements-navigation {
    padding: 16.5px;
  }
}

.no-touch .achievements-navigation:hover {
  opacity: 0.8;
}

.achievements-navigation .achievements-navigation-item {
  position: relative;
  font-size: 15px;
  height: 23px;
  padding: 3px 8px;
  display: inline-block;
  margin-left: 8px;
  border-radius: 7px;
  font-weight: bold;
  color: #044068;
}

@media all and (max-width: 520px) {
  .achievements-navigation .achievements-navigation-item {
    margin-left: 2px;
    font-size: 13px;
  }
}

.achievements-navigation .achievements-navigation-item-glyph {
  float: left;
}

.achievements-navigation .achievements-navigation-item-glyph .icon {
  font-size: 18px;
  height: 18px;
  width: 18px;
  color: inherit;
}

@media all and (max-width: 520px) {
  .achievements-navigation .achievements-navigation-item-glyph .icon {
    font-size: 16px;
    height: 16px;
    width: 16px;
  }
}

.achievements-navigation .achievements-navigation-item-gained {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  height: 100%;
  width: 100%;
  padding: 3px 8px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  color: #fff;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@media all and (max-width: 520px) {
  .achievements-navigation .achievements-navigation-item-gained {
    font-size: 13px;
  }
}

.achievements-navigation .achievements-navigation-item-count {
  float: right;
  margin-left: 5px;
}

.achievements-navigation .achievements-navigation-item-points .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #48cfad;
}

.achievements-navigation .achievements-navigation-item-stars .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ffce54;
}

.achievements-navigation .achievements-navigation-item-lives .achievements-navigation-item-gained {
  background-color: transparent;
  background-color: #ed5565;
}

.annotations-button-mount-point {
  position: relative;
}

.block > .annotations-button-mount-point {
  position: absolute;
  top: 0;
  right: 0;
}

.block > .annotations-button-mount-point .annotations-button {
  right: 0;
  left: auto;
}

.article > .annotations-button-mount-point {
  position: absolute;
  top: 0;
  left: 20px;
}

.article > .annotations-button-mount-point .annotations-button {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.component > .annotations-button-mount-point {
  position: absolute;
  top: 0;
  left: 0;
}

.annotations-button {
  color: #FFFFFF!important;
  border: 1px solid #448AFF!important;
  background-color: #448AFF!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: 0.4;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  z-index: 4999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.annotations-button.menu-annotations-button {
  left: 15px;
}

.annotations-button.menu-item-annotations-button {
  left: 5px;
}

.no-touch .annotations-button:hover {
  background-color: #448AFF!important;
  opacity: 1;
}

.annotations-button:focus,
.annotations-button:active {
  background-color: #116aff !important;
  outline: none;
}

.annotations-button:focus {
  opacity: 1;
}

.annotations-button .annotations-button-item-count,
.annotations-button .icon {
  color: #ffffff!important;
}

.annotations-button .icon {
  margin-right: 5px;
}

.menu-item > .annotations-button-mount-point .annotations-button {
  left: 5px;
}

.annotation-editor {
  position: relative;
}

.annotation-editor .button-flat {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  font-size: 13px;
  position: relative;
  color: #448AFF;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.annotation-editor .button-flat:hover,
.annotation-editor .button-flat:active,
.annotation-editor .button-flat:focus {
  color: #0053dd;
}

.annotation-editor .button-flat.button-flat-regular {
  color: #555;
}

.annotation-editor .button-flat.button-flat-regular:hover,
.annotation-editor .button-flat.button-flat-regular:active,
.annotation-editor .button-flat.button-flat-regular:focus {
  color: #222222;
}

.annotation-editor .annotation-editor-header {
  padding: 16px;
}

.annotation-editor .annotation-editor-update-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  background-color: transparent;
}

.annotation-editor .annotations-view-in-editor-button {
  margin-bottom: 8px;
}

.annotation-editor .annotation-item-review-icon {
  color: #ffa500;
}

.annotation-editor .annotation-editor-heading {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.annotation-editor .annotation-editor-text-field {
  position: relative;
}

.annotation-editor .annotation-editor-text-field .annotations-text-editor-text-field {
  border: 1px solid #EBEBEB;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  padding: 0 4px;
}

.annotation-editor .annotation-editor-text-field .annotations-text-editor.is-focused .annotations-text-editor-text-field {
  border-color: #448AFF;
}

.annotation-editor .annotation-editor-text-field .annotation-editor-text-field-actions {
  text-align: right;
  padding-top: 8px;
}

.annotation-editor .annotation-list {
  list-style: none;
}

.annotation-editor .annotation-list-item {
  margin: 0;
  border-top: 1px solid #e0e0e8;
  padding: 10px;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}

.annotation-editor .annotation-list-item.is-child {
  background-color: #F0F0F0;
  margin: 0 4px 4px 20px;
  border: none;
}

.annotation-editor .annotation-list-item.is-child:after {
  content: '';
  height: 0;
  position: absolute;
  width: 0;
  display: block;
  border-top: none;
  border-bottom: 18px solid transparent;
  border-left: none;
  border-right: 18px solid #F0F0F0;
  left: -10px;
  top: 0;
}

.annotation-editor .annotation-list-item .wysiwyg-mention {
  color: #454545;
  font-weight: 500;
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}

.annotation-editor .annotation-list-item.updating {
  opacity: 0.7;
}

.annotation-editor .annotation-list-item.updating .annotation-item-overlay {
  display: block;
}

.annotation-editor .annotation-item-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.annotation-editor .annotation-list-item-review-icon {
  margin-right: 4px;
}

.annotation-editor .annotation-list-item-review-icon svg path {
  fill: #ffa500;
}

.annotation-editor .annotation-list-item-body {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding: 16px 0 8px;
}

.annotation-editor .annotation-list-item-author {
  font-weight: 500;
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 2px;
}

.annotation-editor .annotation-list-item-date {
  font-size: 10px;
  line-height: 9px;
  text-transform: uppercase;
  font-weight: 500;
  color: #aaa;
}

.annotation-editor .annotation-list-item-reply {
  padding-top: 16px;
}

.annotation-editor .annotation-item-complete-button {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid #448AFF;
  margin: 0 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.annotation-editor .annotation-item-complete-button.complete {
  background-color: #448AFF;
}

.annotation-editor .annotation-item-complete-button .icon {
  color: white;
  font-size: 10px;
  height: 10px;
  width: 10px;
}

.annotation-editor .annotation-list-item-actions {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 10px;
  right: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.annotation-editor .annotation-list-item-actions-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.annotation-editor .annotation-list-item-actions-menu-button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  width: 18px;
  height: 22px;
  cursor: pointer;
}

.annotation-editor .annotation-list-item-actions-menu-button:hover svg path {
  fill: #2b2b2b;
}

.annotation-editor .annotation-list-item-actions-menu-button svg path {
  fill: #454545;
}

.annotation-editor .annotation-list-item-actions-dropdown {
  background-color: white;
  position: absolute;
  border: 1px solid #EBEBEB;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 100;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.48);
}

.annotation-editor .annotation-list-item-actions-dropdown-option {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  width: 80px;
  text-align: left;
  padding: 4px 8px;
  margin: 0;
  cursor: pointer;
  background-color: white;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.annotation-editor .annotation-list-item-actions-dropdown-option:hover {
  background-color: #F0F0F0;
}

.annotation-editor .annotation-edit-item .annotations-text-editor {
  border: 1px solid #EBEBEB;
}

.annotation-editor .annotation-edit-item .annotation-list-item-footer {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.annotation-editor .annotation-edit-item button:first-child {
  margin-right: 10px;
}

.annotation-editor .no-annotations {
  color: #a9a9a9;
  font-weight: 300;
  font-size: 13px;
  padding: 10px;
  text-align: center;
}

.annotations-text-editor {
  background-color: white;
}

.annotations-text-editor .annotations-text-editor-toolbar {
  display: none;
}

.annotations-text-editor .annotations-text-editor-text-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  overflow: visible;
}

.article-indicator {
  position: fixed;
  z-index: 9996;
  right: 0;
  padding-top: 78px;
  padding-bottom: 20px;
}

@media (max-width: 520px) {
  .article-indicator {
    display: none;
  }
}

.article-indicator .article-indicator-circle {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 0 50px 0;
  position: relative;
  cursor: pointer;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}

.article-indicator .article-indicator-circle:last-child {
  margin-bottom: 0;
}

.article-indicator .article-indicator-circle.active-indicator-circle {
  background-color: #ffffff;
}

.article-indicator .article-indicator-circle:hover .article-indicator-title {
  visibility: visible;
  opacity: 1;
}

.article-indicator .article-indicator-title {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.26);
  visibility: hidden;
  opacity: 0;
  padding: 0 5px 0 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  left: -32px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  top: 50%;
  white-space: nowrap;
  height: 38px;
  border-radius: 2px 0 0 2px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.no-touch .article-indicator .article-indicator-title:hover,
.article-indicator .article-indicator-title:active {
  visibility: visible;
  opacity: 1;
}

.article-indicator .inner-article-indicator-title {
  font-family: 'PT Sans';
  color: #044068;
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}

.article-indicator .article-indicator-arrow {
  border-left: 25px solid #ffffff;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  position: absolute;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.hide-top-navigation .article-indicator {
  padding-top: 20px;
}

.article-indicator.is-centered {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 58px;
}

.article-indicator.is-right {
  padding-right: 20px;
}

.article-indicator.is-left {
  left: 60px;
  right: auto;
  padding-left: 8px;
}

.has-hamburger-menu .article-indicator.is-left {
  left: 0;
}

@media (max-width: 760px) {
  .article-indicator.is-left {
    left: 0;
  }
}

.article-indicator.is-left .article-indicator-title {
  padding: 0 15px 0 5px;
  left: auto;
  right: -32px;
  text-align: left;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-radius: 0px 2px 2px 0px;
}

.article-indicator.is-left .article-indicator-arrow {
  border-left: none;
  border-right: 25px solid #ffffff;
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.component-assignment-submitted-message,
.component-assignment-submitted-icon {
  display: inline-block;
}

.book-shelf-article {
  display: none;
}

.book-shelf-article-holder-inner {
  padding-top: 10px;
}

.book-shelf-article-keep {
  margin: 0px;
  display: none;
}

.book-shelf-article-keep.show {
  display: inline-block;
}

.book-shelf-article-keep .icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}

.book-shelf-article-remove {
  margin: 0px;
  display: none;
}

.book-shelf-article-remove.show {
  display: inline-block;
}

.book-shelf-article-remove .icon {
  margin-right: 10px;
  display: inline-block;
  font-size: 20px;
}

/*Hiding till feature ready*/

.book-shelf-download-bookstore {
  display: none;
}

.branding-logos {
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}

.branding-logos.branding-logos-footer {
  margin: 25px 0;
}

.branding-logos .branding-logos-inner {
  position: relative;
}

@media all and (max-width: 520px) {
  .branding-logos {
    margin-bottom: 10px;
  }
}

.branding-logos .branding-logo {
  max-width: 33.333%;
}

.branding-logos .branding-logo-left {
  float: left;
}

.branding-logos .branding-logo-right {
  float: right;
}

.branding-logos .branding-logo-center {
  display: inline-block;
}

.branding-copyright.content {
  margin-top: 25px;
}

.branding-copyright .branding-copyright-inner {
  color: #2e3030;
}

.branding-copyright .branding-logos {
  margin: 0;
  padding: 20px 20px 0 20px;
}

.certificate-download .certificate-action-warning {
  margin-right: 10px;
}

.article-lock {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  transition: visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s;
  transition: transform 1s ease-in-out, visibility 0s linear 1s, opacity 0.5s ease-out 0.5s, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.article-lock.locked {
  display: block;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.article-lock.locked .article-lock-text {
  display: block;
}

.article-lock .article-lock-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article-lock .article-lock-overlay.article-lock-appearance-blur,
.article-lock .article-lock-overlay.article-lock-appearance-fade {
  opacity: 0.95;
}

.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-strip,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-strip {
  background-color: transparent;
}

.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-circle,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-circle {
  background-color: transparent;
  border: none;
}

.article-lock .article-lock-overlay.article-lock-appearance-blur .article-lock-text,
.article-lock .article-lock-overlay.article-lock-appearance-fade .article-lock-text {
  padding-top: 23px;
}

.article-lock .article-lock-overlay-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: transparent;
}

.article-lock .article-lock-text {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 20px;
  padding-top: 43px;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  color: transparent;
  color: #2e3030;
}

@media all and (max-width: 760px) {
  .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .article-lock .article-lock-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.article-lock .article-lock-icon {
  font-size: 23px;
  width: 23px;
  height: 23px;
  color: transparent;
  color: #2e3030;
}

.article-lock .article-lock-strip {
  position: relative;
  height: 30px;
  z-index: 1;
  background-color: transparent;
  background-color: #2e3030;
}

.article-lock .article-lock-circle {
  border-radius: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  border: 2px solid;
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: 1;
  border-color: transparent;
  border-color: #2e3030;
  background-color: transparent;
}

.article.visible-locked-components .component.visibility-hidden {
  visibility: visible!important;
}

.course-assessment-breakdown-item-details {
  margin-bottom: 20px;
}

.course-assessment-breakdown-item-details .course-assessment-breakdown-item-details-col {
  float: left;
  width: 50%;
}

.course-assessment-breakdown-item-advanced-title,
.course-assessment-breakdown-item-advanced-body {
  margin-bottom: 10px;
}

.course-assessment-breakdown-item-advanced-title-label,
.course-assessment-breakdown-item-advanced-body-label {
  font-weight: bold;
}

.course-assessment-breakdown-item .list-item-left,
.course-assessment-breakdown-item .list-item-right {
  width: 50%;
}

@media all and (max-width: 760px) {
  .course-assessment-breakdown-item .list-item-left,
  .course-assessment-breakdown-item .list-item-right {
    width: 100%;
  }
}

@media all and (max-width: 760px) {
  .course-assessment-breakdown-item .list-item-right {
    margin-top: 10px;
  }
}

.course-assessment-results-overview-title,
.course-assessment-results-breakdown-title {
  margin-bottom: 20px;
}

.course-assessment-results-overview-status-feedback {
  text-align: center;
}

.course-assessment-results-overview-status-feedback-inner {
  padding: 20px 0px;
}

.course-assessment-results-roundup-col {
  float: left;
  width: 33.3%;
  text-align: center;
}

.course-assessment-info-graph-color {
  color: #ffffff;
}

.course-assessment-info-graph-highlight-color {
  color: #000000;
}

.course-assessment-info-graph-text-color {
  color: #34495e;
}

.course-assessment-info-graph-label-color {
  color: #34495e;
}

.course-assessment-results-stats-progress-canvas {
  height: 80px;
}

.course-assessment-results-options {
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  text-align: center;
}

.course-assessment-results-options-inner {
  padding: 30px;
}

.course-assessment-results-overview-reset {
  margin-top: 10px;
}

.course-attainment-left {
  width: 75%;
  float: left;
}

@media all and (max-width: 760px) {
  .course-attainment-left {
    width: 100%;
    float: none;
    overflow: hidden;
  }
}

.course-attainment-right {
  width: 25%;
  float: right;
  text-align: center;
}

@media all and (max-width: 760px) {
  .course-attainment-right {
    display: none;
  }
}

.course-attainment-right .icon {
  color: transparent;
  display: inline-block;
  font-size: 150px;
  width: 150px;
  height: 150px;
}

@media all and (max-width: 760px) {
  .course-attainment-navigation-view {
    display: inline-block;
  }
}

.course-attainment-navigation-view a {
  text-decoration: none;
}

.article-discussion-loading-image {
  background-image: url(assets/ajax-loader.gif);
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin: auto;
}

.article-discussion {
  position: relative;
}

.article-discussion .article-discussion-title {
  margin-bottom: 10px;
}

.article-discussion .mention-list {
  position: absolute;
  max-height: 200px;
  overflow-y: scroll;
  background-color: #F7F7FC;
  width: 100%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  top: 36px;
  left: 0;
  z-index: 200;
}

.article-discussion .mention-list.edit-mode {
  top: 38px;
}

.article-discussion .mention-list-item {
  position: relative;
  margin: 0;
  padding: 10px 10px 10px 42px;
  border-bottom: 1px solid #DFDFDF;
  cursor: pointer;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.no-touch .article-discussion .mention-list-item:hover {
  background-color: #E2E2E2;
}

.article-discussion .mention-list-header {
  font-size: 12px;
  padding: 10px;
  cursor: default;
}

.no-touch .article-discussion .mention-list-header:hover {
  background-color: transparent;
}

.article-discussion .mention-list-avatar {
  position: absolute;
  left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.article-discussion .add-comment-inner {
  position: relative;
}

.article-discussion .add-comment input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px 8px 45px;
  font-size: 16px;
  font-weight: 200;
  border: none;
}

.article-discussion .add-comment input:focus {
  background-color: #F7F7FC;
  color: #434a54;
}

.article-discussion .add-comment button {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.article-discussion .add-comment button i {
  margin-right: 0;
}

.article-discussion .comments-list {
  margin-top: 10px;
}

.article-discussion .comment {
  position: relative;
  list-style-type: none;
  margin: 0 0 10px;
  min-height: 40px;
}

.article-discussion .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.article-discussion .comment-content {
  padding: 0 75px 0 44px;
}

.article-discussion .comment-actions {
  position: absolute;
  bottom: 0;
  right: 0;
}

.article-discussion .comment-action {
  color: #B3B3B3;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  margin-left: 5px;
  padding: 0;
}

.article-discussion .comment-action .icon {
  font-size: 22px;
  margin-right: 0;
}

.no-touch .article-discussion .comment-edit-button:hover {
  color: #3bafda;
}

.article-discussion .comment-likes-count {
  font-size: 14px;
  margin-left: 3px;
  color: #B3B3B3;
}

.no-touch .article-discussion .comment-like-button:hover {
  color: #ff5567;
}

.article-discussion .comment-like-button.comment-liked {
  color: #ff5567;
}

.article-discussion .comment-editor {
  padding-left: 45px;
}

.article-discussion .comment-editor input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 200;
  border: none;
}

.article-discussion .comment-editor input:focus {
  background-color: #F7F7FC;
  color: #434a54;
}

.article-discussion .comment-editor button {
  margin-left: 5px;
}

.article-discussion .comment-editor button:first-child {
  margin-left: 0;
}

.article-discussion .comment-editor-buttons {
  text-align: right;
}

.article-discussion .comment-date {
  font-size: 12px;
  color: #B3B3B3;
}

.article-discussion .comment-edited {
  font-size: 12px;
  color: #B3B3B3;
}

.article-discussion .comment-mention-current-user {
  background-color: #9ED7EC;
}

.course-navigation {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  top: 58px;
  left: 54px;
  background-color: #ffffff;
}

.has-hamburger-menu .course-navigation {
  left: 0;
}

.hide-side-navigation .course-navigation {
  left: 0;
}

@media all and (max-width: 760px) {
  .course-navigation {
    left: 0;
    top: 112px;
  }

  .has-hamburger-menu .course-navigation {
    top: 56px;
  }

  .hide-side-navigation .course-navigation {
    top: 56px;
  }
}

.course-navigation.right-course-navigation {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.course-navigation.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.course-navigation .course-navigation-inner {
  padding: 15px;
}

.course-navigation .navigation-item {
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  color: #9696ca;
}

.course-navigation .navigation-item .icon {
  color: #9696ca;
}

.course-navigation .navigation-item.locked {
  cursor: default;
}

.course-navigation .navigation-item.locked .navigation-item-title,
.course-navigation .navigation-item.locked .icon {
  color: #9696ca !important;
}

.course-navigation .navigation-item .navigation-item-title {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  display: inline-block;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 10px 0 25px;
  font-size: 16px;
}

@media all and (max-width: 520px) {
  .course-navigation .navigation-item .navigation-item-title {
    white-space: normal;
  }
}

.course-navigation .navigation-item .icon {
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
}

@media all and (max-width: 520px) {
  .course-navigation .navigation-item .icon {
    margin-top: -10px;
  }
}

.course-navigation .navigation-item .icon.active-navigation-item,
.course-navigation .navigation-item .navigation-item-title.active-navigation-item {
  color: #6d6d94;
}

.no-touch .course-navigation .navigation-item:hover .icon,
.no-touch .course-navigation .navigation-item:hover .navigation-item-title {
  color: #6d6d94;
}

@media (max-width: 760px) {
  .course-navigation .navigation-item {
    margin-bottom: 20px;
  }
}

.course-navigation .navigation-item-menu-items {
  margin-left: 20px;
}

.course-navigation .navigation-item-menu-items .navigation-item-title {
  max-width: 200px;
}

.navigation-course-navigation-mount-point {
  float: left;
}

.navigation-course-navigation-mount-point.is-right-side {
  float: right;
}

.course-navigation-accessibility-label {
  position: absolute;
  left: -99999px;
}

.course-navigation-button {
  display: block;
}

.course-navigation-button .icon {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  color: #9696ca;
  padding: 16px 18px 15px;
}

@media all and (max-width: 760px) {
  .course-navigation-button .icon {
    padding: 9px 14px;
  }
}

.no-touch .course-navigation-button:hover .icon {
  color: #6d6d94;
}

.glossary .glossary-textbox-container,
.glossary .glossary-checkbox-container {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.glossary .glossary-textbox-container .label,
.glossary .glossary-checkbox-container .label {
  display: inline-block;
}

.glossary-item .glossary-item-term {
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}

.glossary-item .glossary-item-description {
  display: none;
}

.navigation-progress-mount-point {
  float: left;
}

.navigation-progress-mount-point.is-right-side {
  float: right;
}

.progress-side-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  width: 290px;
  z-index: 9996;
  overflow: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  padding-top: 20px;
  top: 58px;
  left: 54px;
  background-color: #ffffff;
}

.has-hamburger-menu .progress-side-panel {
  left: 0;
}

.hide-side-navigation .progress-side-panel {
  left: 0;
}

@media all and (max-width: 760px) {
  .progress-side-panel {
    left: 0;
    top: 112px;
  }

  .has-hamburger-menu .progress-side-panel {
    top: 56px;
  }

  .hide-side-navigation .progress-side-panel {
    top: 56px;
  }
}

.progress-side-panel.is-right-side {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.progress-side-panel.is-right-side .progress-actions {
  text-align: right;
}

.progress-side-panel.is-right-side .progress-exit-course-button .progress-exit-course-button-icon {
  margin-right: 0;
  margin-left: 5px;
}

.progress-side-panel.is-visible {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.progress-side-panel .progress-article-item {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.progress-side-panel .progress-article-item-title {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 18px 15px 18px 64px;
  color: #9696ca;
  font-size: 1.2em;
}

.no-touch .progress-side-panel .progress-article-item-title:hover {
  color: #6d6d94;
}

.progress-side-panel .progress-article-item-completion-indicator {
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -18px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #9696ca;
}

.progress-side-panel .progress-article-item-completion-indicator.is-complete {
  background-color: transparent;
  border-color: #48cfad;
}

.progress-side-panel .progress-article-item-completion-indicator.is-complete .icon {
  visibility: visible;
  color: #48cfad;
}

.progress-side-panel .progress-article-item-completion-indicator .icon {
  visibility: hidden;
  font-size: 24px;
  width: 24px;
  height: 24px;
  padding: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #9696ca;
}

.progress-side-panel .progress-article-item-components {
  padding-left: 60px;
}

.progress-side-panel .progress-component-item {
  display: block;
  padding: 5px 0;
  cursor: pointer;
  text-decoration: none;
}

.progress-side-panel .progress-component-item:last-child {
  margin-bottom: 10px;
}

.progress-side-panel .progress-component-item-title {
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  position: relative;
  text-align: left;
  padding: 0 15px 0 28px;
  font-size: 0.9em;
  color: #9696ca;
}

.no-touch .progress-side-panel .progress-component-item-title:hover {
  color: #6d6d94;
}

.progress-side-panel .progress-component-item-completion-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -11px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #9696ca;
}

.progress-side-panel .progress-component-item-completion-indicator.is-complete {
  background-color: transparent;
  border-color: #48cfad;
}

.progress-side-panel .progress-component-item-completion-indicator.is-complete .icon {
  visibility: visible;
  color: #48cfad;
}

.progress-side-panel .progress-component-item-completion-indicator .icon {
  visibility: hidden;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #9696ca;
}

.progress-side-panel .progress-actions {
  padding: 20px;
}

.progress-accessibility-label {
  position: absolute;
  left: -9999px;
}

.reflection-download .reflection-action-warning {
  margin-right: 10px;
}

.resources .resources-item-term {
  display: block;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
  transition: background-color 0.25s ease-in, color 0.25s ease-in, border-color 0.25s ease-in;
}

.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  height: 4px;
  background-color: transparent;
  background-color: #cbcbcb;
}

.scroll-progress-bar .scroll-progress-progress-indicator-bar {
  height: 100%;
  background-color: transparent;
  background-color: #060607;
}

@media all and (max-width: 760px) {
  .scroll-progress-bar {
    height: 4px;
  }
}

.stamps {
  position: absolute;
  z-index: 900;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

.tags-overview-chart-colors-item {
  background-color: #0070ba;
}

.tags-overview-container-radar {
  float: left;
  width: 50%;
  text-align: center;
}

@media all and (max-width: 760px) {
  .tags-overview-container-radar {
    width: 100%;
  }
}

.tags-overview-container-breakdown {
  float: left;
  width: 50%;
}

@media all and (max-width: 760px) {
  .tags-overview-container-breakdown {
    width: 100%;
  }
}

.tags-overview-container-breakdown .tags-overview-container-breakdown-inner {
  padding: 30px;
}

@media all and (max-width: 760px) {
  .tags-overview-container-breakdown .tags-overview-container-breakdown-inner {
    padding: 0 0 30px;
  }
}

.tags-count-chart-tag-name h5 {
  color: #060607;
  font-family: 'PT Sans';
  font-weight: 300;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .tags-count-chart-tag-name h5 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .tags-count-chart-tag-name h5 {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
  }
}

.tags-count-chart-tag .tags-count-chart-tag-inner {
  padding: 10px;
}

.tags-count-chart-tag .tags-count-chart-tag-chart-item {
  display: inline-block;
  width: 32px;
  height: 8px;
  border-radius: 8px;
  border: 1px solid #0070ba;
}

.tags-count-chart-tag .tags-count-chart-tag-chart-item.selected {
  background-color: #0070ba;
}

.tracker-login {
  z-index: 5000000;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  margin-top: 60px;
  background-color: #f6f6f6;
  text-align: center;
  color: #454545;
  height: 100%;
}

.tracker-login legend {
  display: block;
  width: 100%;
}

.tracker-login input {
  width: 90%;
  padding: 12px 5%;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tracker-login input:focus {
  color: #fff;
  background-color: #434a54;
  outline: none;
}

.tracker-login-row {
  width: 100%;
  max-width: 400px;
  margin-bottom: 8px;
}

.tracker-login-inner {
  width: 100%;
  max-width: 400px;
  margin: 30px auto;
}

.tracker-login-email {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 1px;
}

.tracker-login-password {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.tracker-login-submit {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}

@font-face {
  font-family: 'default';
  src: url('fonts/default.eot?4t30ic');
  src: url('fonts/default.eot?4t30ic#iefix') format('embedded-opentype'), url('fonts/default.ttf?4t30ic') format('truetype'), url('fonts/default.woff?4t30ic') format('woff'), url('fonts/default.svg?4t30ic#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'default' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-alarm2:before {
  content: "\e900";
}

.icon-home4:before {
  content: "\e603";
}

.icon-pencil2:before {
  content: "\e60e";
}

.icon-cloud-download:before {
  content: "\e64c";
}

.icon-lock:before {
  content: "\e66b";
}

.icon-unlock:before {
  content: "\e66d";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-star-half:before {
  content: "\e68e";
}

.icon-star-empty:before {
  content: "\e68f";
}

.icon-flag:before {
  content: "\e690";
}

.icon-paper-plane:before {
  content: "\e699";
}

.icon-box:before {
  content: "\e69f";
}

.icon-eye:before {
  content: "\e6a5";
}

.icon-papers:before {
  content: "\e6d4";
}

.icon-document:before {
  content: "\e6d8";
}

.icon-document2:before {
  content: "\e6d9";
}

.icon-license:before {
  content: "\e6db";
}

.icon-license2:before {
  content: "\e6dc";
}

.icon-medal-empty:before {
  content: "\e6dd";
}

.icon-trophy2:before {
  content: "\e6e3";
}

.icon-clapboard-play:before {
  content: "\e6f9";
}

.icon-book2:before {
  content: "\e714";
}

.icon-bookmark:before {
  content: "\e715";
}

.icon-library:before {
  content: "\e718";
}

.icon-user:before {
  content: "\e71e";
}

.icon-mouse-left:before {
  content: "\e78e";
}

.icon-keyboard:before {
  content: "\e791";
}

.icon-lamp:before {
  content: "\e7bc";
}

.icon-bubble-dots:before {
  content: "\e7d8";
}

.icon-bubble-text:before {
  content: "\e7db";
}

.icon-pie-chart:before {
  content: "\e7f8";
}

.icon-graph:before {
  content: "\e7fa";
}

.icon-speed-fast:before {
  content: "\e836";
}

.icon-alarm:before {
  content: "\e8aa";
}

.icon-bullhorn:before {
  content: "\e8ae";
}

.icon-key:before {
  content: "\e901";
}

.icon-key-hole:before {
  content: "\e902";
}

.icon-cross-circle:before {
  content: "\e903";
}

.icon-chevron-up:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-left:before {
  content: "\e90d";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-audio-book:before {
  content: "\e907";
}

.icon-volume:before {
  content: "\e908";
}

.icon-pause-circle:before {
  content: "\e909";
}

.icon-mute:before {
  content: "\e90a";
}

.icon-graduation-hat:before {
  content: "\e90b";
}

.icon-highlight:before {
  content: "\e90c";
}

.icon-thumbs-up:before {
  content: "\e919";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-cross:before {
  content: "\e92a";
}

.icon-menu:before {
  content: "\e92b";
}

.icon-list3:before {
  content: "\e92e";
}

.icon-exclamation:before {
  content: "\e932";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-arrow-up:before {
  content: "\e941";
}

.icon-arrow-down:before {
  content: "\e942";
}

.icon-arrow-left:before {
  content: "\e943";
}

.icon-arrow-right:before {
  content: "\e944";
}

.icon-move:before {
  content: "\e94e";
}

.icon-expand4:before {
  content: "\e952";
}

.icon-contract3:before {
  content: "\e953";
}

.icon-warning:before {
  content: "\e955";
}

.icon-question-circle:before {
  content: "\e957";
}

.icon-checkmark-circle:before {
  content: "\e959";
}

.icon-plus-circle:before {
  content: "\e95b";
}

.icon-arrow-up-circle:before {
  content: "\e95e";
}

.icon-arrow-down-circle:before {
  content: "\e95f";
}

.icon-arrow-left-circle:before {
  content: "\e960";
}

.icon-arrow-right-circle:before {
  content: "\e961";
}

.icon-play-circle:before {
  content: "\e96a";
}

.icon-square:before {
  content: "\e98d";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-circle:before {
  content: "\e99d";
}

.icon-radio-button:before {
  content: "\e99e";
}

.icon-finger-tap:before {
  content: "\e9c4";
}

.icon-fingers-tap:before {
  content: "\e9c5";
}

.icon-typewriter:before {
  content: "\1f568";
}