.capture-component .capture-input-drop-down-list,
.capture-component-full-screen .capture-input-drop-down-list {
  position: relative;
  z-index: 999;
}

.capture-component .capture-input-drop-down-option,
.capture-component-full-screen .capture-input-drop-down-option {
  display: block;
  width: 100%;
  text-align: left;
  text-transform: none;
}

.capture-component .capture-input-drop-down-option span,
.capture-component-full-screen .capture-input-drop-down-option span {
  display: block;
}

.capture-component .capture-item-slider-widget,
.capture-component-full-screen .capture-item-slider-widget {
  position: relative;
  height: 1px;
  background-color: #000;
}

.capture-component .capture-item-slider-handle-contents,
.capture-component-full-screen .capture-item-slider-handle-contents {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.capture-component .capture-item-slider-label,
.capture-component-full-screen .capture-item-slider-label {
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.capture-component .capture-input-search-drop-down-option-toggle,
.capture-component-full-screen .capture-input-search-drop-down-option-toggle,
.capture-component .capture-input-search-drop-down-option-select,
.capture-component-full-screen .capture-input-search-drop-down-option-select,
.capture-component .capture-input-search-drop-down-option-text,
.capture-component-full-screen .capture-input-search-drop-down-option-text,
.capture-component .capture-input-search-drop-down-option-item-select,
.capture-component-full-screen .capture-input-search-drop-down-option-item-select,
.capture-component .capture-input-search-drop-down-option-item-text,
.capture-component-full-screen .capture-input-search-drop-down-option-item-text {
  margin-left: 10px;
  line-height: 29px;
}

.capture-component .capture-input-search-drop-down-option-items,
.capture-component-full-screen .capture-input-search-drop-down-option-items {
  margin-left: 35px;
}

.capture-component button.capture-input-search-drop-down-done-button,
.capture-component-full-screen button.capture-input-search-drop-down-done-button {
  color: rgba(0, 0, 0, 0.87);
  background-color: #eee;
  border: 1px solid #cdcdcd;
  height: 32px;
  padding: 0 16px;
  min-width: 72px;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 31px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all .218s;
  transition: all .218s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 14px 15px;
}

.capture-component button.capture-input-search-drop-down-done-button:hover,
.capture-component-full-screen button.capture-input-search-drop-down-done-button:hover {
  background-color: #e0e0e0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.capture-component .capture-input-search-drop-down-selected-option,
.capture-component-full-screen .capture-input-search-drop-down-selected-option,
.capture-component .capture-input-search-drop-down-selected-option-item,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-item {
  width: 500px;
  border-bottom: #ccc solid 1px;
  line-height: 26px;
}

.capture-component .capture-input-search-drop-down-selected-option-text,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-text {
  margin-left: 10px;
}

.capture-component .capture-input-search-drop-down-selected-option-item-text,
.capture-component-full-screen .capture-input-search-drop-down-selected-option-item-text {
  margin-left: 20px;
}

.capture-component .capture-input-hover-overlay-holder,
.capture-component-full-screen .capture-input-hover-overlay-holder {
  position: relative;
}

.capture-component .capture-input-hover-overlay-popup,
.capture-component-full-screen .capture-input-hover-overlay-popup {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 429.5px;
  margin-right: 10px;
  background-color: #fff;
  color: #454545;
  border: 1px solid #ccc;
}

.capture-component .capture-input-hover-overlay-popup-pin,
.capture-component-full-screen .capture-input-hover-overlay-popup-pin {
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.capture-component .capture-input-hover-overlay-popup-buttons,
.capture-component-full-screen .capture-input-hover-overlay-popup-buttons {
  padding: 0px 16px 16px;
}

.capture-component button.capture-input-hover-overlay-popup-button,
.capture-component-full-screen button.capture-input-hover-overlay-popup-button {
  color: #4285f4;
  background-color: transparent;
  padding: 0px;
  font-size: 13px;
  line-height: 20px;
  text-transform: none;
}

.capture-component button.capture-input-hover-overlay-popup-button:hover,
.capture-component-full-screen button.capture-input-hover-overlay-popup-button:hover {
  background-color: transparent;
  text-decoration: underline;
}

.capture-screen-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.capture-screen-panel {
  position: absolute;
}

.capture-screen-panel-content {
  position: relative;
  overflow: hidden;
}

/*.capture-progress-bar {
    height:20px;
    overflow:hidden;
    border-radius:20px;
    background-color:#e0e0e0;
    &-inner {
        height:20px;
        background-color:@marking-correct-color;
    }
}*/

.capture-tools-progress-bar {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.capture-tools-progress-bar .progress-bar-indicator {
  width: 100%;
  height: 6px;
  margin: 0;
  background-color: transparent;
}

.capture-tools-progress-bar .progress-bar-indicator .progress-bar-indicator-inner {
  background-color: #0070ba;
}

.capture-component .capture-results-overview-feedback,
.capture-component-full-screen .capture-results-overview-feedback {
  margin-bottom: 20px;
}

.capture-component .capture-results-overview,
.capture-component-full-screen .capture-results-overview {
  max-width: 1024px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 32px;
}

.capture-component .capture-results-overview-screen,
.capture-component-full-screen .capture-results-overview-screen {
  position: relative;
  background-color: #fff;
  /*border-bottom: 1px solid #ccc;*/
}

.capture-component .capture-results-overview-header,
.capture-component-full-screen .capture-results-overview-header {
  background-color: #e0e0e0;
  text-align: center;
  padding: 20px;
}

.capture-component .capture-results-overview-feedback-visuals.has-image .capture-results-overview-image,
.capture-component-full-screen .capture-results-overview-feedback-visuals.has-image .capture-results-overview-image {
  max-width: 160px;
  margin: 0 auto;
  display: inline-block;
  margin-right: 20px;
}

.capture-component .capture-results-overview-feedback-visuals.has-image .capture-results-overview-donut,
.capture-component-full-screen .capture-results-overview-feedback-visuals.has-image .capture-results-overview-donut {
  margin-top: 0px;
  display: inline-block;
  margin-left: 20px;
}

.capture-component .capture-results-overview-donut,
.capture-component-full-screen .capture-results-overview-donut {
  margin-top: 20px;
}

.capture-component .capture-results-overview-screen-item,
.capture-component-full-screen .capture-results-overview-screen-item {
  float: left;
  width: 33%;
}

.capture-component .capture-results-screen-marking,
.capture-component-full-screen .capture-results-screen-marking {
  position: absolute;
  top: 50%;
  left: 32px;
  margin-top: -24px;
}

.capture-component .capture-results-screen-marking .icon,
.capture-component-full-screen .capture-results-screen-marking .icon {
  font-size: 48px;
  width: 48px;
  height: 48px;
}

.capture-component .capture-results-screen-marking .icon-checkmark-circle,
.capture-component-full-screen .capture-results-screen-marking .icon-checkmark-circle {
  color: #48cfad;
}

.capture-component .capture-results-screen-marking .icon-cross-circle,
.capture-component-full-screen .capture-results-screen-marking .icon-cross-circle {
  color: #ff1744;
}

.capture-component .capture-results-item-content,
.capture-component-full-screen .capture-results-item-content {
  width: 50%;
  float: left;
}

.capture-component .capture-results-item-analytics,
.capture-component-full-screen .capture-results-item-analytics {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40%;
  margin-top: -12px;
}

.capture-component .capture-results-overview-list,
.capture-component-full-screen .capture-results-overview-list {
  background-color: #fff;
}

.capture-component .capture-results-overview-screen-prefix,
.capture-component-full-screen .capture-results-overview-screen-prefix {
  padding: 20px;
}

.capture-component .capture-results-item-content-inner,
.capture-component-full-screen .capture-results-item-content-inner {
  padding: 20px 0px 20px 112px;
}

.capture-component .capture-results-overview-points-count,
.capture-component-full-screen .capture-results-overview-points-count {
  text-align: right;
  font-weight: bold;
}

.capture-component .capture-results-overview-section-text,
.capture-component-full-screen .capture-results-overview-section-text {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.capture-component .capture-results-overview-recommendation,
.capture-component-full-screen .capture-results-overview-recommendation {
  border-bottom: 1px solid #ccc;
}

.capture-component .capture-results-overview-recommendation-item,
.capture-component-full-screen .capture-results-overview-recommendation-item {
  background-color: #e0e0e0;
  margin: 10px 0px;
  padding: 20px;
}

.capture-component .capture-results-overview-recommendation-item-title,
.capture-component-full-screen .capture-results-overview-recommendation-item-title {
  font-weight: bold;
}

.capture-component .capture-results-buttons,
.capture-component-full-screen .capture-results-buttons {
  text-align: center;
}

.capture-screen-scenario {
  background-color: #fff;
  width: 600px;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  padding: 16px;
  z-index: 10;
}

.capture-screen-scenario-body {
  margin-bottom: 10px;
}

.capture-component .capture-screen,
.capture-component-full-screen .capture-screen {
  position: relative;
  overflow: scroll;
}

.capture-component .capture-screen-content-wrapper.is-small-screen,
.capture-component-full-screen .capture-screen-content-wrapper.is-small-screen {
  width: 320px;
  margin: 40px auto;
  height: 480px;
  overflow: hidden;
  border-top: 60px solid #444;
  border-right: 8px solid #444;
  border-left: 8px solid #444;
  border-bottom: 80px solid #444;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom-left-radius: 300px 50px;
  border-bottom-right-radius: 300px 50px;
  border-top-left-radius: 300px 50px;
  border-top-right-radius: 300px 50px;
  position: relative;
  left: -8px;
}

.capture-component .capture-screen-content,
.capture-component-full-screen .capture-screen-content {
  position: relative;
  margin: 0 auto;
  /*width:1024px;*/
  width: 1440px;
  border-top: none;
}

.capture-component,
.capture-component-full-screen {
  /*Position of tools*/
}

.capture-component .capture-tools,
.capture-component-full-screen .capture-tools {
  position: relative;
  z-index: 9999;
}

.capture-component .capture-tools-shadow,
.capture-component-full-screen .capture-tools-shadow {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.capture-component .capture-tools-avatar,
.capture-component-full-screen .capture-tools-avatar {
  position: fixed;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0070ba;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
  box-shadow: 0px 0px 10px -2px #000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}

.capture-component .capture-tools-avatar:hover,
.capture-component-full-screen .capture-tools-avatar:hover {
  background-color: #044068;
}

.capture-component .capture-tools-avatar i,
.capture-component-full-screen .capture-tools-avatar i {
  display: inline-block;
  line-height: 56px;
  font-size: 24px;
  color: #ffffff;
}

.capture-component .capture-tools-avatar img,
.capture-component-full-screen .capture-tools-avatar img,
.capture-component .capture-tools-avatar i,
.capture-component-full-screen .capture-tools-avatar i {
  width: 56px;
  height: 56px;
}

.capture-component .capture-tools-avatar .capture-tools-avatar-image-inner,
.capture-component-full-screen .capture-tools-avatar .capture-tools-avatar-image-inner {
  position: relative;
  width: 56px;
  height: 112px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  left: 0px;
  top: 0px;
}

.capture-component .capture-tools-avatar .capture-tools-avatar-image-menu-icon,
.capture-component-full-screen .capture-tools-avatar .capture-tools-avatar-image-menu-icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.capture-component .capture-tools-avatar .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools-avatar .capture-tools-menu-item-label {
  top: 18px;
}

.capture-component .capture-tools-avatar.is-instructions-open .capture-tools-avatar-image-inner,
.capture-component-full-screen .capture-tools-avatar.is-instructions-open .capture-tools-avatar-image-inner {
  top: -56px;
}

.capture-component .capture-tools-avatar.is-menu-open .capture-tools-avatar-image-menu-icon,
.capture-component-full-screen .capture-tools-avatar.is-menu-open .capture-tools-avatar-image-menu-icon {
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.capture-component .capture-tools-avatar-image,
.capture-component-full-screen .capture-tools-avatar-image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.capture-component .capture-tools-menu,
.capture-component-full-screen .capture-tools-menu {
  position: fixed;
  visibility: hidden;
}

.capture-component .capture-tools-menu.is-open,
.capture-component-full-screen .capture-tools-menu.is-open {
  visibility: visible;
}

.capture-component .capture-tools-menu-item,
.capture-component-full-screen .capture-tools-menu-item {
  position: relative;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  background-color: #0070ba;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  transition: background-color 0.3s, margin-bottom 0.3s ease-out, opacity 0.3s, margin-top 0.3s;
  -webkit-box-shadow: 0px 0px 10px -2px #000;
  box-shadow: 0px 0px 10px -2px #000;
  cursor: pointer;
  opacity: 0;
}

.capture-component .capture-tools-menu-item i,
.capture-component-full-screen .capture-tools-menu-item i {
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
}

.capture-component .capture-tools-menu-item:hover,
.capture-component-full-screen .capture-tools-menu-item:hover {
  background-color: #044068;
}

.capture-component .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools-menu.is-open .capture-tools-menu-item {
  opacity: 1;
}

.capture-component .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools-menu-item-label {
  position: absolute;
  white-space: nowrap;
  padding: 2px 6px 2px;
  z-index: 1000;
  border-radius: 2px;
  top: 8px;
  font-size: 13px;
  color: #fff;
}

.capture-component .capture-tools-speech,
.capture-component-full-screen .capture-tools-speech,
.capture-component .capture-tools-feedback,
.capture-component-full-screen .capture-tools-feedback {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  position: fixed;
  width: 660px;
  opacity: 0;
  padding: 16px 64px 16px 16px;
  -webkit-transition: right 0.3s ease-out, opacity 0.3s;
  transition: right 0.3s ease-out, opacity 0.3s;
  -webkit-box-shadow: 0px 0px 10px -5px #000;
  box-shadow: 0px 0px 10px -5px #000;
}

@media all and (max-width: 760px) {
  .capture-component .capture-tools-speech,
  .capture-component-full-screen .capture-tools-speech,
  .capture-component .capture-tools-feedback,
  .capture-component-full-screen .capture-tools-feedback {
    width: 70%;
  }
}

.capture-component .capture-tools-speech.is-open,
.capture-component-full-screen .capture-tools-speech.is-open,
.capture-component .capture-tools-feedback.is-open,
.capture-component-full-screen .capture-tools-feedback.is-open {
  right: 104px;
  opacity: 1;
}

.capture-component .capture-tools-speech-status,
.capture-component-full-screen .capture-tools-speech-status,
.capture-component .capture-tools-feedback-status,
.capture-component-full-screen .capture-tools-feedback-status {
  float: left;
  width: 119px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #ccc;
}

.capture-component .capture-tools-speech-content,
.capture-component-full-screen .capture-tools-speech-content,
.capture-component .capture-tools-feedback-content,
.capture-component-full-screen .capture-tools-feedback-content {
  float: left;
  width: 410px;
}

@media all and (max-width: 760px) {
  .capture-component .capture-tools-speech-content,
  .capture-component-full-screen .capture-tools-speech-content,
  .capture-component .capture-tools-feedback-content,
  .capture-component-full-screen .capture-tools-feedback-content {
    float: none;
    width: 80%;
  }
}

.capture-component .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools-speech-pin,
.capture-component .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools-feedback-pin {
  position: absolute;
  width: 0;
  height: 0;
}

.capture-component .capture-tools-speech-next-button,
.capture-component-full-screen .capture-tools-speech-next-button {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  text-align: center;
}

.capture-component .capture-tools-speech-next-button-icon,
.capture-component-full-screen .capture-tools-speech-next-button-icon {
  display: inline-block;
  position: relative;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  font-size: 16px;
  height: 24px;
}

.capture-component .capture-tools-speech-next-button-text,
.capture-component-full-screen .capture-tools-speech-next-button-text {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.capture-component .capture-tools.is-bottom-left .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-avatar {
  top: auto;
  right: auto;
  bottom: 32px;
  left: 32px;
}

.capture-component .capture-tools.is-bottom-left .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu {
  top: auto;
  right: auto;
  bottom: 88px;
  left: 40px;
}

.capture-component .capture-tools.is-bottom-left .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-speech,
.capture-component .capture-tools.is-bottom-left .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-feedback {
  left: 96px;
  bottom: 32px;
}

.capture-component .capture-tools.is-bottom-left .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-speech-pin,
.capture-component .capture-tools.is-bottom-left .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-feedback-pin {
  bottom: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}

.capture-component .capture-tools.is-bottom-left .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-bottom: 16px;
}

.capture-component .capture-tools.is-bottom-left .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-bottom-left .capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-avatar {
  top: auto;
  right: 32px;
  bottom: 32px;
  left: auto;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu {
  top: auto;
  right: 40px;
  bottom: 88px;
  left: auto;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-speech,
.capture-component .capture-tools.is-bottom-right .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-feedback {
  right: 96px;
  bottom: 32px;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-speech-pin,
.capture-component .capture-tools.is-bottom-right .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-feedback-pin {
  bottom: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-bottom: 16px;
}

.capture-component .capture-tools.is-bottom-right .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-bottom-right .capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}

.capture-component .capture-tools.is-top-left .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-avatar {
  top: 32px;
  right: auto;
  bottom: auto;
  left: 32px;
}

.capture-component .capture-tools.is-top-left .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu {
  top: 88px;
  right: auto;
  bottom: auto;
  left: 40px;
}

.capture-component .capture-tools.is-top-left .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-speech,
.capture-component .capture-tools.is-top-left .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-feedback {
  top: 32px;
  left: 96px;
}

.capture-component .capture-tools.is-top-left .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-speech-pin,
.capture-component .capture-tools.is-top-left .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-feedback-pin {
  top: 16px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #ddd;
}

.capture-component .capture-tools.is-top-left .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-top: 16px;
}

.capture-component .capture-tools.is-top-left .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-top-left .capture-tools-menu-item-label {
  left: 100%;
  margin-left: 12px;
}

.capture-component .capture-tools.is-top-right .capture-tools-avatar,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-avatar {
  top: 32px;
  right: 32px;
  bottom: auto;
  left: auto;
}

.capture-component .capture-tools.is-top-right .capture-tools-menu,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu {
  top: 88px;
  right: 40px;
  bottom: auto;
  left: auto;
}

.capture-component .capture-tools.is-top-right .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-speech,
.capture-component .capture-tools.is-top-right .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-feedback {
  top: 32px;
  right: 96px;
}

.capture-component .capture-tools.is-top-right .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-speech-pin,
.capture-component .capture-tools.is-top-right .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-feedback-pin {
  top: 16px;
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 10px solid #ddd;
}

.capture-component .capture-tools.is-top-right .capture-tools-menu.is-open .capture-tools-menu-item,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu.is-open .capture-tools-menu-item {
  margin-top: 16px;
}

.capture-component .capture-tools.is-top-right .capture-tools-menu-item-label,
.capture-component-full-screen .capture-tools.is-top-right .capture-tools-menu-item-label {
  right: 100%;
  margin-right: 12px;
}

.capture-component .capture-tools.is-popup .capture-tools-speech,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-speech,
.capture-component .capture-tools.is-popup .capture-tools-feedback,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-feedback {
  top: 30%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -330px;
}

.capture-component .capture-tools.is-popup .capture-tools-speech-pin,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-speech-pin,
.capture-component .capture-tools.is-popup .capture-tools-feedback-pin,
.capture-component-full-screen .capture-tools.is-popup .capture-tools-feedback-pin {
  top: 0px;
  right: 0px;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #ddd;
}

.checklist-component .checklist-item {
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  cursor: pointer;
}

.checklist-component .checklist-item:focus {
  outline: none;
}

.checklist-component .checklist-item:focus .checklist-item-checkbox {
  border-color: #044068;
}

.checklist-component .checklist-item:focus .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #044068;
}

.checklist-component .checklist-item:hover .checklist-item-checkbox {
  border-color: #044068;
}

.checklist-component .checklist-item:hover .checklist-item-checkbox.checklist-item-checkbox-checked {
  background-color: #044068;
}

.checklist-component .checklist-item .checklist-item-checkbox {
  float: left;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #0070ba;
  -webkit-transition: background-color 0.15s ease-in, border 0.15s ease-in;
  transition: background-color 0.15s ease-in, border 0.15s ease-in;
}

.checklist-component .checklist-item .checklist-item-checkbox i {
  display: none;
  line-height: inherit;
  font-size: 15px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}

.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked {
  border-color: #044068;
  background-color: #044068;
}

.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked i {
  display: inline;
  color: #ffffff;
}

.checklist-component .checklist-item .checklist-item-checkbox.checklist-item-checkbox-checked-disabled {
  border-color: #cbcbcb;
  background-color: #cbcbcb;
}

.checklist-component .checklist-item .checklist-item-text {
  float: left;
  width: 85%;
  padding: 2px 0 0 10px;
}

.checklist-component .checklist-item .checklist-item-text-disabled {
  float: left;
  width: 85%;
  padding: 2px 0 0 10px;
}

.checklist-component .checklist-item .checklist-item-text,
.checklist-component .checklist-item .checklist-item-text-disabled {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .checklist-component .checklist-item .checklist-item-text,
  .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .checklist-component .checklist-item .checklist-item-text,
  .checklist-component .checklist-item .checklist-item-text-disabled {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.confidenceSlider-component .confidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}

.confidenceSlider-component .confidenceSlider-range-current-value-number {
  font-weight: bold;
}

.confidenceSlider-component .confidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}

.confidenceSlider-component .confidenceSlider-range-min {
  float: left;
  text-align: left;
}

.confidenceSlider-component .confidenceSlider-range-max {
  float: right;
  text-align: right;
}

.confidenceSlider-component .rangeslider {
  margin-bottom: 22px;
}

.dialog-component .dialog-start-avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dialog-component .dialog-start-avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  margin-right: 1%;
  margin-bottom: 1%;
  background-color: #0070ba;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dialog-component .dialog-start-avatar:last-child {
  margin-right: 0;
}

@media all and (max-width: 760px) {
  .dialog-component .dialog-start-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}

@media all and (max-width: 520px) {
  .dialog-component .dialog-start-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}

.dialog-component .dialog-start-name {
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .dialog-component .dialog-start-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .dialog-component .dialog-start-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.dialog-component .dialog-start-avatar img {
  margin: auto;
  display: block;
}

.dialog-component .dialog-start-action {
  text-align: center;
  margin-top: 16px;
}

.dialog-component .dialog-items {
  margin: auto;
  width: auto;
}

.dialog-component .dialog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

.dialog-component .dialog-item.dialog-item-right-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dialog-component .dialog-item.dialog-item-right-item .dialog-item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.dialog-component .dialog-item.dialog-item-right-item .dialog-item-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.dialog-component .dialog-item.dialog-item-right-item .dialog-item-message {
  text-align: right;
}

.dialog-component .dialog-item-inner {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0070ba;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dialog-component .dialog-item-avatar {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin-right: 10px;
}

.dialog-component .dialog-item-avatar img {
  height: 100%;
  margin: auto;
  display: block;
}

.dialog-component .dialog-item-name {
  color: #ffffff;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .dialog-component .dialog-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .dialog-component .dialog-item-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.dialog-component .dialog-item-message {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .dialog-component .dialog-item-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .dialog-component .dialog-item-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .dialog-component .dialog-items {
    width: auto!important;
  }

  .dialog-component .dialog-item-inner {
    width: auto!important;
  }
}

.no-flexbox .dialog-start-avatars {
  text-align: center;
}

.no-flexbox .dialog-start-avatar {
  display: inline-block;
}

.no-flexbox .dialog-item-inner {
  zoom: 1;
}

.no-flexbox .dialog-item-inner:before,
.no-flexbox .dialog-item-inner:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.no-flexbox .dialog-item-inner:after {
  clear: both;
}

.no-flexbox .dialog-item-avatar {
  float: left;
}

.no-flexbox .dialog-item-message {
  float: left;
  width: 70%;
}

.no-flexbox .dialog-item-right-item .dialog-item-avatar {
  float: right;
}

.no-flexbox .dialog-item-right-item .dialog-item-message {
  float: right;
  text-align: right;
}

.discussion-component .discussion-post-editor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discussion-component .discussion-post-editor-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px 0 0;
  padding: 9px 14px 9px 14px;
}

@media all and (max-width: 760px) {
  .discussion-component .discussion-post-editor-input {
    padding: 9px 14px 9px 14px;
  }
}

@media all and (max-width: 520px) {
  .discussion-component .discussion-post-editor-input {
    padding: 9px 14px 9px 14px;
  }
}

.discussion-component .discussion-post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.discussion-component .discussion-post-item-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.discussion-component .discussion-post-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.discussion-component .discussion-post-item-user-comment {
  padding-top: 10px;
}

.discussion-component .discussion-vote {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: inherit;
  padding-right: 15px;
}

.discussion-component .discussion-vote.voted {
  pointer-events: none;
  color: #0070ba;
}

.discussion-component .discussion-vote.voted .icon {
  color: #0070ba;
}

.discussion-component .discussion-vote-score {
  font-weight: bold;
}

.dragAndDrop-component .dragAndDrop-widget {
  position: relative;
}

.dragAndDrop-component .draggable-blocker {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.dragAndDrop-component .draggable-items {
  position: relative;
  z-index: 1;
}

.dragAndDrop-component .draggable-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -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;
  cursor: move;
  display: inline-block;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  margin-right: 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #0070ba;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .dragAndDrop-component .draggable-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .draggable-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.dragAndDrop-component .draggable-item.is-dragging {
  z-index: 99999;
  background-color: #044068;
  color: #ffffff;
  border-color: #044068;
}

.dragAndDrop-component .draggable-item.is-dragging .icon {
  color: #ffffff;
}

.dragAndDrop-component .draggable-item .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.dragAndDrop-component .draggable-item.is-disabled {
  color: #e6e9ed;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.dragAndDrop-component .draggable-item.is-disabled .icon {
  color: #e6e9ed;
}

.dragAndDrop-component .draggable-item-graphic {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  display: block;
  margin: auto;
}

.dragAndDrop-component .drop-zone {
  -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;
  position: relative;
  width: 49%;
  float: left;
  border: 2px solid #0070ba;
  margin-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.dragAndDrop-component .drop-zone.drop-zone-item-over {
  border-color: #044068;
}

.dragAndDrop-component .drop-zone.drop-zone-item-over .drop-zone-text {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  background-color: #044068;
  color: #ffffff;
}

.dragAndDrop-component .drop-zone:nth-child(even) {
  margin-left: 1%;
}

.dragAndDrop-component .drop-zone:nth-child(odd) {
  margin-right: 1%;
}

.dragAndDrop-component .drop-zone:nth-child(2n+1) {
  clear: both;
}

.dragAndDrop-component .drop-zone.single-drop-zone {
  margin: 0;
  width: 100%;
}

.dragAndDrop-component .drop-zone-content {
  position: relative;
  min-height: 180px;
}

.dragAndDrop-component .drop-zone-graphic {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dragAndDrop-component .drop-zone-text {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  -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;
  background-color: #0070ba;
  padding: 15px 10px 15px 10px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.dragAndDrop-component .drop-zone-dropped-items {
  padding: 15px 10px 15px 10px;
}

.dragAndDrop-component .drop-zones-top .draggable-items {
  margin-top: 10px;
}

.dragAndDrop-component .drop-zones-right .draggable-items {
  width: 30%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .draggable-items {
    width: auto;
    float: none;
    padding: 0;
  }
}

.dragAndDrop-component .drop-zones-right .drop-zones {
  width: 70%;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}

.dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
.dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
  margin-top: 0px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .drop-zones-right .drop-zones {
    width: auto;
    float: none;
    padding: 0;
  }

  .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(1),
  .dragAndDrop-component .drop-zones-right .drop-zones .drop-zone:nth-child(2) {
    margin-top: 10px;
  }
}

.dragAndDrop-component .two-column .draggable-items,
.dragAndDrop-component .two-column-reverse .draggable-items {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .draggable-items,
  .dragAndDrop-component .two-column-reverse .draggable-items {
    width: auto;
    padding: 0;
  }
}

.dragAndDrop-component .two-column .drop-zones,
.dragAndDrop-component .two-column-reverse .drop-zones {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dragAndDrop-component .two-column .drop-zones .drop-zone,
.dragAndDrop-component .two-column-reverse .drop-zones .drop-zone {
  width: 100%;
  margin: 0px 0 3px;
}

.dragAndDrop-component .two-column .drop-zones .drop-zone:first-child,
.dragAndDrop-component .two-column-reverse .drop-zones .drop-zone:first-child {
  margin-top: 0px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .drop-zones,
  .dragAndDrop-component .two-column-reverse .drop-zones {
    width: auto;
  }
}

.dragAndDrop-component .two-column .draggable-items {
  padding-right: 10px;
  float: left;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .draggable-items {
    float: none;
    padding: 0;
  }
}

.dragAndDrop-component .two-column .drop-zones {
  float: right;
  padding-left: 10px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column .drop-zones {
    float: none;
    padding: 0;
  }
}

.dragAndDrop-component .two-column-reverse .draggable-items {
  float: right;
  padding-left: 10px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column-reverse .draggable-items {
    float: none;
    padding: 0;
  }
}

.dragAndDrop-component .two-column-reverse .drop-zones {
  float: left;
  padding-right: 10px;
}

@media all and (max-width: 520px) {
  .dragAndDrop-component .two-column-reverse .drop-zones {
    float: none;
    padding: 0;
  }
}

.dragAndDrop-component .draggabble-items-grid-layout .draggable-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dragAndDrop-component .draggabble-items-grid-layout .draggable-items .draggable-item:nth-child(odd) {
  margin-right: 1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.dragAndDrop-component .draggabble-items-grid-layout .draggable-items .draggable-item:nth-child(even) {
  margin-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
}

.dragAndDrop-component .drop-zones-compact .drop-zone-content {
  min-height: 0;
}

.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px!important;
}

.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone-content,
.dragAndDrop-component .drop-zones-horizontal-layout .drop-zone-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.flipCard-component .flipCard-widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flipCard-component .flip-card-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flipCard-component .flip-card-item:hover {
  cursor: pointer;
}

.flipCard-component .flip-card-item:focus {
  outline: none;
}

.flipCard-component .flip-card-item:focus:not(.disable-focus) .flip-card-item-front,
.flipCard-component .flip-card-item:focus:not(.disable-focus) .flip-card-item-back {
  opacity: 0.8;
}

.flipCard-component .flip-card-item.flipped .flip-card-item-front {
  -webkit-transform: perspective(800px) rotateY(179.9deg);
  transform: perspective(800px) rotateY(179.9deg);
}

.flipCard-component .flip-card-item.flipped .flip-card-item-back {
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}

.ie9 .flipCard-component .flip-card-item.flipped .flip-card-item-front {
  opacity: 0;
}

.ie9 .flipCard-component .flip-card-item.flipped .flip-card-item-back {
  opacity: 1;
}

.flipCard-component .flip-card-item-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}

.flipCard-component .flip-card-item-front .flip-card-item-front-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.flipCard-component .flip-card-item-front .flip-card-item-front-text {
  color: #ffffff;
}

.flipCard-component .flip-card-item-front-image img {
  margin: 0 auto;
}

.flipCard-component .flip-card-item-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}

.flipCard-component .flip-card-item-back .flip-card-item-back-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.flipCard-component .flip-card-item-back .flip-card-item-back-text {
  color: #ffffff;
}

.ie9 .flipCard-component .flip-card-item-back {
  opacity: 0;
}

.flipCard-component .flip-card-item-content {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flipCard-component .flip-card-item-content.is-top-alignment {
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.flipCard-component .flip-card-item-content.is-bottom-alignment {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.flipCard-component .flip-card-item-content-image {
  margin: 0 0 20px;
}

.flipCard-component .flip-card-item-content-image.is-bottom {
  margin: 20px 0 0;
}

.flipCard-component .flip-card-item-content-image img {
  margin: 0 auto;
}

.flowchart-widget .flowchart-item {
  margin-bottom: 10px;
}

.flowchart-widget .flowchart-item-title-inner {
  font-weight: 700;
  line-height: 1.25;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.flowchart-widget .flowchart-item-body-inner a,
.flowchart-widget .flowchart-item-body-inner a:hover {
  background-color: transparent;
  border: none;
}

.flowchart-widget .flowchart-item-content-graphic img {
  margin: auto;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-text {
  float: right;
  padding-left: 15px;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left .flowchart-item-content-graphic {
  float: left;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right .flowchart-item-content-text {
  float: left;
  padding-right: 15px;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right .flowchart-item-content-graphic {
  float: right;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-third .flowchart-item-content-text,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-third .flowchart-item-content-text {
  width: 70%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-third .flowchart-item-content-graphic,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-third .flowchart-item-content-graphic {
  width: 30%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-half .flowchart-item-content-text,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-half .flowchart-item-content-text {
  width: 50%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-half .flowchart-item-content-graphic,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-half .flowchart-item-content-graphic {
  width: 50%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-two-third .flowchart-item-content-text,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-two-third .flowchart-item-content-text {
  width: 30%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-left.flowchart-item-content-graphic-width-two-third .flowchart-item-content-graphic,
.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-right.flowchart-item-content-graphic-width-two-third .flowchart-item-content-graphic {
  width: 70%;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-top .flowchart-item-content-graphic {
  margin-bottom: 10px;
}

.flowchart-widget .flowchart-item-content.flowchart-item-content-layout-bottom .flowchart-item-content-text {
  margin-bottom: 10px;
}

@media all and (max-width: 760px) {
  .flowchart-widget .flowchart-item-content-text,
  .flowchart-widget .flowchart-item-content-graphic {
    width: auto!important;
  }

  .flowchart-widget .flowchart-item-content-text {
    margin-bottom: 10px;
  }
}

.flowchart-widget .flowchart-next-item {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}

.flowchart-widget .flowchart-next-item.flowchart-next-item-button {
  cursor: pointer;
}

.flowchart-widget .flowchart-next-item .icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
}

.gallery-widget {
  position: relative;
}

.gallery-component {
  /* Mozilla button fix - puts extra margin and padding on for no reason */
}

.gallery-component img {
  width: 100%;
  height: auto;
}

.gallery-component button:hover .gallery-item-image,
.gallery-component button:focus .gallery-item-image {
  opacity: 0.6;
}

.gallery-component button:hover.selected,
.gallery-component button:focus.selected {
  background-color: #0070ba;
}

.gallery-component button:focus.selected {
  opacity: 0.6;
}

.gallery-component .selected {
  background-color: #0070ba;
}

.gallery-component .selected .gallery-item-image {
  opacity: 0.7;
}

.gallery-component .gallery-image {
  position: relative;
  overflow: hidden;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.gallery-component .gallery-image.top {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.gallery-component .gallery-image-select {
  font-size: 0;
  text-align: center;
  background-color: #0070ba;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.gallery-component .gallery-image-select.bottom {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.gallery-component .gallery-image-select .gallery-image-select-inner {
  padding: 0px 1px;
}

.gallery-component .gallery-item {
  display: inline-block;
  width: 12.5%;
}

.gallery-component .gallery-item-inner {
  margin: 2px 1px;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-color: #0070ba;
}

.gallery-component .gallery-item-inner:hover,
.gallery-component .gallery-item-inner:focus {
  background-color: #000;
}

.gallery-component .gallery-toggle-autoplay {
  position: absolute;
  right: 15px;
  margin: 0;
}

.gallery-component .gallery-toggle-autoplay.gallery-toggle-autoplay-top {
  bottom: 15px;
}

.gallery-component .gallery-toggle-autoplay.gallery-toggle-autoplay-bottom {
  top: 15px;
}

.gallery-component .gallery-toggle-autoplay i {
  margin-right: 0px;
  color: #ffffff;
}

.gallery-component .gallery-toggle-autoplay:hover i {
  color: #ffffff;
}

.gallery-component button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media all and (max-width: 760px) {
  .gallery-component .gallery-item {
    display: inline-block;
    width: 25%;
  }

  .gallery-component .gallery-item:nth-child(n+4) .gallery-item-inner {
    margin-top: 0px;
  }

  .gallery-component .gallery-item-inner {
    margin: 2px 1px;
  }
}

.gif-widget img {
  margin: 0 auto;
}

.gmcq-component .gmcq-item {
  position: relative;
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.gmcq-component .gmcq-item.even label {
  margin-left: 3px;
}

.gmcq-component .gmcq-item.odd label {
  margin-right: 3px;
}

.gmcq-component .gmcq-item:focus {
  outline: none;
}

.gmcq-component .gmcq-item:focus .gmcq-item-checkbox {
  background-color: #044068;
}

.gmcq-component .gmcq-item:nth-child(2n + 1) {
  clear: left;
}

@media all and (max-width: 520px) {
  .gmcq-component .gmcq-item {
    width: auto;
  }

  .gmcq-component .gmcq-item.even label,
  .gmcq-component .gmcq-item.odd label {
    margin-left: 0%;
    margin-right: 0%;
  }
}

.gmcq-component .gmcq-question-graphic {
  margin-bottom: 3px;
}

.gmcq-component .gmcq-item label {
  -webkit-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-radius: 0px 0px 0px 0px;
}

.gmcq-component .gmcq-item label img {
  vertical-align: bottom;
}

.gmcq-component .gmcq-item label .gmcq-answer-icon {
  color: #ffffff;
}

.gmcq-component .gmcq-item label .gmcq-answer-icon.gmcq-answer-icon-selected {
  display: none;
}

.gmcq-component .gmcq-item label.selected {
  border-color: #044068;
}

.gmcq-component .gmcq-item label.selected .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #044068;
}

.gmcq-component .gmcq-item label.selected .gmcq-item-icon {
  color: #ffffff;
}

.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-answer-icon-selected {
  display: inline-block;
}

.gmcq-component .gmcq-item label.selected .gmcq-item-icon.gmcq-answer-icon-not-selected {
  display: none;
}

.gmcq-component .gmcq-item-inner {
  display: inline-block;
  margin-left: 38px;
  padding: 15px 10px 15px 10px;
}

.gmcq-component .gmcq-item input {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
}

.gmcq-component .gmcq-item-checkbox {
  -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;
  position: relative;
  background-color: #0070ba;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .gmcq-component .gmcq-item-checkbox {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .gmcq-component .gmcq-item-checkbox {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.gmcq-component .gmcq-item-state {
  background: none;
  position: absolute;
  left: 15px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
}

.gmcq-component .gmcq-correct-icon {
  display: none;
}

.gmcq-component .gmcq-incorrect-icon {
  display: none;
}

.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover {
  border-color: #044068;
}

.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-checkbox {
  color: #ffffff;
  background-color: #044068;
}

.gmcq-component .gmcq-widget:not(.disabled) .gmcq-item label:hover .gmcq-item-icon {
  color: #ffffff;
}

.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected {
  cursor: default;
  border-color: #044068;
}

.gmcq-component .gmcq-widget.disabled .gmcq-item label.selected .gmcq-item-checkbox {
  background-color: #044068;
}

.gmcq-component .gmcq-widget.disabled .gmcq-item label {
  border-color: #cbcbcb;
  cursor: default;
}

.gmcq-component .gmcq-widget.disabled .gmcq-item label .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #cbcbcb;
}

.gmcq-component .gmcq-widget .gmcq-item label.disabled {
  border-color: #cbcbcb;
  cursor: default;
}

.gmcq-component .gmcq-widget .gmcq-item label.disabled .gmcq-item-checkbox {
  color: #e6e9ed;
  background-color: #cbcbcb;
}

.graphic-component .graphic-widget .graphic-container {
  position: relative;
}

.graphic-component .graphic-widget .graphic-container .graphic-text {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}

.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-top {
  top: 0;
}

.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-bottom {
  bottom: 0;
}

.graphic-component .graphic-widget .graphic-container .graphic-text.graphic-text-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.graphic-component .graphic-widget img {
  margin: 0 auto;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inner.desktop-layout .hotgraphic-icon-pin,
  .hotgraphic-component .hotgraphic-inner.desktop-layout .hotgraphic-number-pin {
    display: block;
  }
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-inner.hide-interaction-label-mobile .hotgraphic-interaction-label {
    display: none;
  }
}

.hotgraphic-component .hotgraphic-scrollable {
  overflow: hidden;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}

.hotgraphic-component .hotgraphic-scrollable.is-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.hotgraphic-component .hotgraphic-scrollable .hotgraphic-graphic img {
  max-width: none;
}

.hotgraphic-component .hotgraphic-graphic {
  position: relative;
  display: inline-block;
}

.hotgraphic-component .hotgraphic-graphic img {
  display: block;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-graphic {
    margin-bottom: 20px;
  }
}

.hotgraphic-component .hotgraphic-icon-pin,
.hotgraphic-component .hotgraphic-number-pin {
  -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: block;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0%;
  text-decoration: none;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
  padding: 15px;
  background-color: rgba(0, 112, 186, 0.65);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.hotgraphic-component .hotgraphic-icon-pin.visited,
.hotgraphic-component .hotgraphic-number-pin.visited {
  background-color: rgba(4, 64, 104, 0.65);
}

.hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-icon,
.hotgraphic-component .hotgraphic-icon-pin.visited .hotgraphic-icon-pin-number,
.hotgraphic-component .hotgraphic-number-pin.visited .hotgraphic-icon-pin-number {
  color: #ffffff;
}

.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover {
  background-color: #044068;
}

.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-icon,
.no-touch .hotgraphic-component .hotgraphic-icon-pin:hover .hotgraphic-icon-pin-number,
.no-touch .hotgraphic-component .hotgraphic-number-pin:hover .hotgraphic-icon-pin-number {
  color: #ffffff;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-icon-pin,
  .hotgraphic-component .hotgraphic-number-pin {
    display: none;
  }
}

.hotgraphic-component .hotgraphic-icon-pin-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;
  color: #ffffff;
  font-size: 23px;
  width: auto;
  height: auto;
}

.hotgraphic-component .hotgraphic-icon-pin-number {
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
}

.hotgraphic-component .hotgraphic-number-pin {
  text-align: center;
}

.hotgraphic-component .hotgraphic-text-pin {
  position: absolute;
  z-index: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hotgraphic-component .hotgraphic-text-pin.top-left {
  -webkit-transform: translate(-100%, -100%);
  transform: translate(-100%, -100%);
}

.hotgraphic-component .hotgraphic-text-pin.top-right {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.hotgraphic-component .hotgraphic-text-pin.bottom-right {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hotgraphic-component .hotgraphic-text-pin.bottom-left {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.hotgraphic-component .hotgraphic-text-pin-button {
  color: #060607;
  background-color: transparent!important;
  padding: 0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-radius: 0!important;
  border: none!important;
  margin: 0!important;
  outline: none!important;
  font-weight: 600!important;
}

.hotgraphic-component .hotgraphic-popup {
  position: fixed;
  display: none;
  z-index: 9999;
  width: 100%;
  top: 50%;
  left: 0;
  background-color: #ebecee;
  color: #060607;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup {
    position: static;
    display: block;
    background-color: transparent;
  }
}

.hotgraphic-component .hotgraphic-popup.graphic-only .hotgraphic-popup-item-graphic {
  width: auto;
  float: none;
}

.hotgraphic-component .hotgraphic-popup-inner {
  position: relative;
  padding: 40px 20px;
  max-width: 760px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-inner {
    padding: 0;
  }
}

.hotgraphic-component .hotgraphic-popup-item {
  display: none;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item {
    display: block;
    margin-bottom: 20px;
    background-color: #0070ba;
    color: #ffffff;
  }
}

.hotgraphic-component .hotgraphic-popup-item-content {
  width: 50%;
  float: left;
}

.hotgraphic-component .hotgraphic-popup-item-content.no-item-graphic {
  width: auto;
  float: none;
  text-align: center;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-content {
    width: auto;
    float: none;
  }

  .hotgraphic-component .hotgraphic-popup-item-content.no-item-graphic {
    width: auto;
    float: none;
    text-align: inherit;
  }
}

.hotgraphic-component .hotgraphic-popup-item-content-inner {
  margin-right: 20px;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-content-inner {
    margin: 0;
    padding: 20px;
  }
}

.hotgraphic-component .hotgraphic-popup-item-graphic {
  width: 50%;
  float: right;
}

.hotgraphic-component .hotgraphic-popup-item-graphic img {
  display: block;
  margin: auto;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-popup-item-graphic {
    width: auto;
    float: none;
  }
}

.hotgraphic-component .hotgraphic-buttons {
  margin-top: 20px;
  text-align: center;
}

.hotgraphic-component .hotgraphic-buttons button {
  border: none;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-buttons {
    display: none;
  }
}

.hotgraphic-component .hotgraphic-mobile-item {
  padding: 15px 10px 15px 10px;
  margin-bottom: 3px;
  background-color: #ebecee;
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .hotgraphic-component .hotgraphic-mobile-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.hotgraphic-component .hotgraphic-mobile-item:last-child {
  margin-bottom: 0;
}

.hotgraphic-component .hotgraphic-mobile-item img {
  margin-top: 10px;
}

.hotgraphic-carousel .carousel-item {
  padding: 0 30px 0 30px;
}

@media all and (max-width: 760px) {
  .hotgraphic-carousel .carousel-item {
    padding: 0 20px 0 20px;
  }
}

@media all and (max-width: 520px) {
  .hotgraphic-carousel .carousel-item {
    padding: 0 10px 0 10px;
  }
}

.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot {
  border: 2px solid #0070ba;
}

.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot.is-active {
  background-color: #0070ba;
}

.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:hover,
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:active,
.hotgraphic-carousel .dot-progress-indicator .dot-progress-indicator-dot:focus {
  border-color: #044068;
}

.flexbox .hotgraphic-carousel .hotgraphic-carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .hotgraphic-carousel .carousel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flexbox .hotgraphic-carousel .hotgraphic-carousel-controls .icon {
  margin: 0;
}

.flexbox .hotgraphic-carousel .hotgraphic-carousel-control .icon {
  margin: 0;
}

.iFrame-component iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.interactiveVideo-component .interactiveVideo-widget {
  position: relative;
}

.interactiveVideo-component .interactiveVideo-widget video {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.interactiveVideo-component button.interactiveVideo-overlay-playback-control {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  border-radius: 50%;
  margin: -26px 0 0 -26px;
}

.interactiveVideo-component button.interactiveVideo-overlay-playback-control i {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 48px;
  margin: 0;
  padding: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.interactiveVideo-component .interactiveVideo-player {
  background-color: #000;
}

.interactiveVideo-component .interactiveVideo-player-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.interactiveVideo-component .interactiveVideo-player-loading .interactiveVideo-player-loading-text {
  text-align: center;
  position: relative;
  top: 40%;
}

.interactiveVideo-component .interactiveVideo-timer {
  color: #0070ba;
}

.interactiveVideo-component .interactiveVideo-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

.interactiveVideo-component .interactiveVideo-overlay .interactiveVideo-overlay-inner {
  padding: 30px;
}

@media all and (max-width: 760px) {
  .interactiveVideo-component .interactiveVideo-overlay .interactiveVideo-overlay-inner {
    padding: 10px;
  }
}

.interactiveVideo-component .interactiveVideo-has-touch .interactiveVideo-overlay {
  position: static;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #ffffff;
}

.interactiveVideo-component .interactiveVideo-overlay-icon {
  text-align: center;
  margin-bottom: 20px;
}

.interactiveVideo-component .interactiveVideo-overlay-icon i {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 56px;
  line-height: 58px;
}

.interactiveVideo-component .interactiveVideo-overlay-timer {
  margin-bottom: 16px;
}

.interactiveVideo-component .interactiveVideo-overlay-body {
  margin-bottom: 10px;
}

.interactiveVideo-component .interactiveVideo-option-button {
  margin: 10px 4px;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-current-value {
  display: inline-block;
  text-align: center;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-current-value-number {
  font-weight: bold;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-linked-value {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-linked-value-number {
  font-weight: bold;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-linked-incomplete-message {
  text-align: center;
  padding-top: 10px;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-navigate-linked.button {
  display: block;
  margin: 10px auto 0;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-container {
  padding: 10px 0;
  text-align: center;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-min {
  float: left;
  text-align: left;
}

.linkedConfidenceSlider-component .linkedConfidenceSlider-range-max {
  float: right;
  text-align: right;
}

.linkedConfidenceSlider-component .rangeslider {
  margin-bottom: 22px;
}

.linkedOpenInput-component .linkedOpenInput-widget {
  position: relative;
}

.linkedOpenInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}

.linkedOpenInput-component .linkedOpenInput-userAnswer,
.linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
  margin: 10px 0;
  padding: 15px 10px 15px 10px;
  background-color: #0070ba;
  color: #ffffff;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .linkedOpenInput-component .linkedOpenInput-userAnswer,
  .linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .linkedOpenInput-component .linkedOpenInput-userAnswer,
  .linkedOpenInput-component .linkedOpenInput-linkedUserAnswer {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.linkedOpenInput-component button.button-save {
  margin-right: 0.5%;
}

.linkedOpenInput-component button.button-clear {
  float: right;
  width: auto;
  margin-left: 0.5%;
}

.linkedOpenInput-component .linkedOpenInput-save-modal {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding: 10px 20px;
  background-color: #0070ba;
  color: #ffffff;
  text-align: center;
}

.linkedOpenInput-component .linkedOpenInput-linked-incomplete-message {
  padding-top: 10px;
}

.linkedOpenInput-component .linkedOpenInput-navigate-linked.button {
  display: block;
  margin: 10px 0 10px;
}

.links-component .links-item {
  margin-bottom: 3px;
}

.links-component .links-item.left .links-item-container,
.links-component .links-item.right .links-item-container,
.links-component .links-item.left .links-item-body,
.links-component .links-item.right .links-item-body {
  width: 50%;
}

.links-component .links-item.left .links-item-container {
  float: left;
  padding-right: 10px;
}

.links-component .links-item.left .links-item-body {
  float: right;
}

.links-component .links-item.right .links-item-container {
  float: right;
  padding-left: 10px;
}

.links-component .links-item.right .links-item-body {
  float: left;
}

.links-component .links-item-image {
  margin-bottom: 3px;
}

.links-component .links-item-container.left {
  text-align: left;
}

.links-component .links-item-container.center {
  text-align: center;
}

.links-component .links-item-container.right {
  text-align: right;
}

.links-component .links-anchor {
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.links-component .links-item-body {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .links-component .links-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.links-component .links-disabled {
  color: #cbcbcb;
}

.links-component .links-disabled:hover {
  color: #cbcbcb !important;
}

.links-component .links-disabled-button {
  cursor: auto;
  background-color: #cbcbcb;
  color: #e6e9ed;
  border-color: #044068;
}

.links-component .links-disabled-button .icon {
  color: #e6e9ed;
}

.no-touch .links-component .links-disabled-button:hover {
  background-color: #cbcbcb;
  color: #e6e9ed;
  border-color: #044068;
}

.no-touch .links-component .links-disabled-button:hover .icon {
  color: #e6e9ed;
}

.matching-component .matching-item {
  margin-bottom: 3px;
  padding-bottom: 15px;
}

.matching-component .matching-item-title {
  margin-bottom: 3px;
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .matching-component .matching-item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.matching-component .matching-select-container {
  -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;
  position: relative;
  width: 300px;
  overflow: hidden;
  background-color: #0070ba;
  border-radius: 0px 0px 0px 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 760px) {
  .matching-component .matching-select-container {
    width: 100%;
  }
}

.matching-component .matching-select-icon {
  color: #ffffff;
}

.matching-component .matching-correct-icon {
  color: transparent;
  display: none;
}

.matching-component .matching-incorrect-icon {
  color: transparent;
  display: none;
}

.matching-component .matching-select-container-inner {
  -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;
  background: #0070ba;
}

.matching-component .matching-select-container-inner:focus {
  background-color: #044068;
}

.matching-component .matching-select {
  -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;
  position: relative;
  width: 320px;
  border: none;
  padding-left: 10px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
  color: #ffffff;
  height: 46px;
  font-size: 16px;
  font-family: 'PT Sans';
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .matching-component .matching-select {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    height: 46px;
  }
}

@media all and (max-width: 520px) {
  .matching-component .matching-select {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    height: 31.25px;
  }
}

@media all and (max-width: 760px) and (min-width: 520px) {
  .matching-component .matching-select {
    width: 105%;
  }
}

@media all and (max-width: 519px) {
  .matching-component .matching-select {
    width: 110%;
  }
}

.matching-component .matching-select:focus {
  border-color: #044068;
  color: #ffffff;
}

.matching-component .matching-select-state {
  background: none;
  position: absolute;
  right: 10px;
  width: 23px;
  height: 23px;
  top: 50%;
  margin-top: -11.5px;
  z-index: 2;
  pointer-events: none;
}

.matching-component .matching-widget.submitted .matching-select {
  cursor: default;
}

.matching-component .matching-widget.submitted .matching-select-container,
.matching-component .matching-widget.submitted .matching-select-container-inner,
.matching-component .matching-widget.submitted .matching-select {
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.matching-component .matching-widget.submitted .matching-select-state {
  z-index: 2;
}

.matching-component .matching-widget.show-user-answer .matching-select-icon {
  display: none;
}

.matching-component .matching-widget.show-user-answer .incorrect .matching-incorrect-icon {
  display: block;
}

.matching-component .matching-widget.show-user-answer .correct .matching-correct-icon {
  display: block;
}

.matching-component .matching-widget.show-correct-answer .matching-select-icon {
  display: none;
}

.matching-component .matching-widget.show-correct-answer .matching-correct-icon {
  display: block;
}

.matching-component .matching-select-icon:hover {
  color: #ffffff;
}

.matching-component .matching-select-container:hover {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.matching-component select[disabled]::-ms-value {
  color: #ffffff;
}

.mcq-component .mcq-item {
  position: relative;
}

.mcq-component .mcq-item label {
  -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: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background-color: #0070ba;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
}

.mcq-component .mcq-item label .mcq-answer-icon {
  color: #ffffff;
}

.mcq-component .mcq-item label .mcq-answer-icon.mcq-answer-icon-selected {
  display: none;
}

.mcq-component .mcq-item label.selected {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.mcq-component .mcq-item label.selected .mcq-item-icon {
  color: #ffffff;
}

.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-answer-icon-selected {
  display: inline-block;
}

.mcq-component .mcq-item label.selected .mcq-item-icon.mcq-answer-icon-not-selected {
  display: none;
}

.mcq-component .mcq-item-inner {
  display: inline-block;
  padding: 15px 10px 15px 10px;
  padding-left: 43px;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .mcq-component .mcq-item-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .mcq-component .mcq-item-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.mcq-component .mcq-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}

.mcq-component input:focus + label {
  background-color: #044068;
  color: #ffffff;
  border-color: #044068;
}

.mcq-component .mcq-correct-icon {
  display: none;
}

.mcq-component .mcq-incorrect-icon {
  display: none;
}

.mcq-component .mcq-item-state {
  background: none;
  position: absolute;
  left: 10px;
  width: 24px;
  /**/
  height: 24px;
  /**/
  top: 50%;
  margin-top: -11.5px;
  z-index: 0;
  overflow: hidden;
}

.mcq-component .mcq-answer-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
}

.mcq-component .mcq-widget.disabled .mcq-item label.selected.disabled {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
  cursor: default;
}

.mcq-component .mcq-widget.disabled .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
  cursor: default;
}

.no-flexbox .mcq-component.component-full .mcq-item {
  width: 50%;
  float: left;
}

.no-flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}

.no-flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}

.no-flexbox .mcq-component.component-full .mcq-item:nth-child(2n+1) {
  clear: both;
}

@media all and (max-width: 520px) {
  .no-flexbox .mcq-component.component-full .mcq-item {
    width: auto;
    float: none;
  }

  .no-flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .no-flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}

.flexbox .mcq-component.component-full .mcq-widget {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .mcq-component.component-full .mcq-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label {
  margin-right: 1.5px;
}

.flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
  margin-left: 1.5px;
}

.flexbox .mcq-component.component-full .mcq-item label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media all and (max-width: 520px) {
  .flexbox .mcq-component.component-full .mcq-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .flexbox .mcq-component.component-full .mcq-item:nth-child(odd) label,
  .flexbox .mcq-component.component-full .mcq-item:nth-child(even) label {
    margin-left: 0;
    margin-right: 0;
  }
}

.mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.mcq-component .mcq-widget:not(.disabled) .mcq-item label:hover .mcq-item-icon {
  color: #ffffff;
}

.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled {
  color: #e6e9ed;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled:hover {
  color: #e6e9ed;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.mcq-component .mcq-widget:not(.disabled) .mcq-item label.disabled .mcq-item-icon {
  color: #e6e9ed;
}

.media-component video {
  width: 100%;
  max-height: 100%;
}

.media-component .media-transcript-button {
  width: 100%;
}

.media-component .media-transcript-body {
  margin-top: 10px;
  display: none;
}

.media-component .media-transcript-body-inner {
  padding: 10px 0;
}

.media-component .media-widget {
  position: relative;
}

.media-component .media-video-controls {
  position: relative;
}

.media-component .media-audio-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 1;
}

.media-component .media-audio-toggle .icon {
  vertical-align: sub;
}

.media-component .media-audio-toggle .icon-mute {
  display: inline-block;
}

.media-component .media-audio-toggle .icon-volume {
  display: none;
}

.media-component .media-audio-toggle.enabled {
  opacity: 1;
}

.media-component .media-audio-toggle.enabled .icon-mute {
  display: none;
}

.media-component .media-audio-toggle.enabled .icon-volume {
  display: inline-block;
}

@media all and (max-width: 760px) {
  .media-component .media-audio-toggle {
    display: none;
  }
}

.media-component .media-audio-mobile-play {
  width: 100%;
}

.media-component .media-audio-mobile-play .icon {
  vertical-align: sub;
}

.media-component .media-audio-mobile-play .icon-play-circle {
  display: inline-block;
}

.media-component .media-audio-mobile-play .icon-pause-circle {
  display: none;
}

.media-component .media-audio-mobile-play.play .icon-play-circle {
  display: none;
}

.media-component .media-audio-mobile-play.play .icon-pause-circle {
  display: inline-block;
}

@media all and (min-width: 760px) {
  .media-component .media-audio-mobile-play {
    display: none;
  }
}

.media-component .media-overlay-play-control {
  display: none;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  border-radius: 50%;
  margin: -26px 0 0 -26px;
}

.media-component .media-overlay-play-control i {
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 48px;
  margin: 0;
  padding: 2px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.media-component .media-overlay-play-control.is-custom-button {
  border-radius: 0;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: none;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.media-component .media-overlay-play-control.is-custom-button:focus,
.media-component .media-overlay-play-control.is-custom-button:hover,
.media-component .media-overlay-play-control.is-custom-button:active {
  outline: none;
}

.no-touch .media-component .media-overlay-play-control,
.is-windows-touchscreen .media-component .media-overlay-play-control {
  display: block;
}

@media all and (min-width: 760px) {
  .no-touch .media-component .media-video-controls .media-audio-toggle,
  .is-windows-touchscreen .media-component .media-video-controls .media-audio-toggle {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
  }

  .no-touch .media-component .media-video-controls:hover .media-audio-toggle,
  .is-windows-touchscreen .media-component .media-video-controls:hover .media-audio-toggle {
    visibility: visible;
    opacity: 1;
  }
}

.narrative-component {
  min-width: 1px;
}

.narrative-component .narrative-inner {
  min-width: 1px;
}

.narrative-component .js-layout-full .narrative-slide-container {
  width: 100%;
}

.narrative-component .js-layout-full .narrative-content {
  width: 100%;
}

.narrative-component .js-layout-full .narrative-indicators-side {
  display: none;
}

.narrative-component .js-layout-left .narrative-content-inner,
.narrative-component .js-layout-right .narrative-content-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-indicators-side,
  .narrative-component .js-layout-right .narrative-indicators-side {
    display: none;
  }
}

@media all and (min-width: 760px) {
  .narrative-component .js-layout-left .narrative-indicators-full,
  .narrative-component .js-layout-right .narrative-indicators-full {
    display: none;
  }
}

.narrative-component .js-layout-left .narrative-slide-container {
  float: left;
  width: 60%;
}

.narrative-component .js-layout-left .narrative-content {
  float: right;
  width: 40%;
}

.narrative-component .js-layout-left .narrative-indicators-side {
  padding-right: 40%;
  clear: both;
}

@media all and (max-width: 760px) {
  .narrative-component .js-layout-left .narrative-slide-container,
  .narrative-component .js-layout-left .narrative-content {
    float: none;
    width: 100%;
  }
}

.narrative-component .js-layout-right .narrative-slide-container {
  float: right;
  width: 60%;
}

.narrative-component .js-layout-right .narrative-content {
  float: left;
  width: 40%;
}

.narrative-component .js-layout-right .narrative-indicators-side {
  padding-left: 40%;
  clear: both;
}

@media all and (max-width: 760px) {
  .narrative-component .js-layout-right .narrative-slide-container,
  .narrative-component .js-layout-right .narrative-content {
    float: none;
    width: 100%;
  }
}

.narrative-component .narrative-content-inner {
  padding: 15px 10px 15px 10px;
  height: 100%;
  background-color: #0070ba;
}

.narrative-component .narrative-content-title-inner {
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .narrative-component .narrative-content-title-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.narrative-component .narrative-content-body {
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .narrative-component .narrative-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.narrative-component .narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.narrative-component .narrative-slider-graphic {
  float: left;
  position: relative;
}

.dir-rtl .narrative-component .narrative-slider-graphic {
  float: right;
}

.narrative-component .narrative-slider-graphic img {
  display: block;
  vertical-align: top;
}

.narrative-component .narrative-item-title {
  position: relative;
  display: block;
}

.narrative-component .narrative-indicators {
  text-align: center;
  background-color: #0070ba;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media all and (max-width: 520px) {
  .narrative-component .narrative-indicators {
    height: 48px;
    line-height: 48px;
  }
}

.narrative-component .narrative-indicators.narrative-indicators-full {
  width: 100%;
}

.narrative-component .narrative-progress {
  -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;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
}

.narrative-component .narrative-progress.selected {
  background-color: #ffffff;
}

.narrative-component .narrative-controls {
  -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: block;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 10;
  text-decoration: none;
  background-color: #0070ba;
}

.narrative-component .narrative-controls.narrative-controls-small {
  display: none;
}

.narrative-component .narrative-controls:hover {
  background-color: #044068;
}

.narrative-component .narrative-controls:hover .icon {
  color: #ffffff;
}

.narrative-component .narrative-controls .icon {
  padding: 11.5px;
  color: #ffffff;
}

@media all and (max-width: 520px) {
  .narrative-component .narrative-controls {
    top: auto;
    bottom: 0;
    margin-top: 0;
  }

  .narrative-component .narrative-controls.narrative-controls-small {
    display: block;
  }

  .narrative-component .narrative-controls.narrative-controls-large {
    display: none;
  }
}

.narrative-component .narrative-control-left {
  left: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.narrative-component .narrative-control-right {
  right: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.narrative-component .narrative-strapline-header {
  overflow: hidden;
  position: relative;
}

.narrative-component .narrative-strapline-title {
  float: left;
}

.narrative-component .narrative-strapline-title-inner {
  height: 53px;
  line-height: 53px;
  padding-left: 11.5px;
  padding-right: 43px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.narrative-component .narrative-hidden {
  display: none!important;
}

.openInput-component .openInput-widget {
  position: relative;
}

.openInput-component textarea {
  width: 100%;
  min-height: 300px;
  resize: vertical;
}

.openInput-component .openInput-userAnswer {
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  padding: 0px 0px 0px 0px;
}

.openInput-component button.button-save {
  margin-right: 0.5%;
}

.openInput-component button.button-clear {
  float: right;
  width: auto;
  margin-left: 0.5%;
}

.openInput-component .openInput-save-modal {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  padding: 10px 20px;
  background-color: #0070ba;
  color: #ffffff;
  text-align: center;
}

.ordering-component .ordering-items {
  position: relative;
}

.ordering-component .ordering-item {
  -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;
  position: relative;
  margin-bottom: 3px;
  background-color: #0070ba;
  border-radius: 0px 0px 0px 0px;
}

.no-touch .ordering-component .ordering-item:hover {
  background-color: #044068;
}

.no-touch .ordering-component .ordering-item:hover .ordering-item-number,
.no-touch .ordering-component .ordering-item:hover .ordering-item-text {
  color: #ffffff;
}

.no-touch .ordering-component .ordering-item:hover .ordering-item-number {
  border-color: #ffffff;
}

.ordering-component .ordering-item.item-moving {
  background-color: #044068;
}

.ordering-component .ordering-item.disabled {
  background-color: #cbcbcb !important;
}

.ordering-component .ordering-item.disabled .ordering-item-number,
.ordering-component .ordering-item.disabled .ordering-item-text {
  color: #e6e9ed !important;
}

.ordering-component .ordering-item.disabled .ordering-item-number {
  border-color: #e6e9ed !important;
}

.ordering-component .ordering-item.disabled .ordering-item-text {
  cursor: default;
}

.ordering-component .ordering-item-number {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23px;
  height: 23px;
  top: 50%;
  left: 11.5px;
  margin-top: -13.5px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.ordering-component .ordering-item-text {
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding: 15px 50px;
  color: #ffffff;
  text-align: left;
}

.ordering-component .ordering-item-text:focus {
  background-color: #044068;
  outline: none;
}

.ordering-component .ordering-item-text-span {
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.ordering-component .ordering-order-labels {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  border-radius: 0px 0px 0px 0px;
}

.ordering-component .ordering-order-labels-inner {
  width: 80%;
  height: 100%;
  float: left;
}

.ordering-component .ordering-order-label {
  -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;
  text-decoration: none;
  float: left;
  height: 100%;
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  outline: 2px solid #ffffff;
  background-color: #0070ba;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.no-touch .ordering-component .ordering-order-label:hover,
.ordering-component .ordering-order-label:focus {
  background-color: #044068;
  color: #ffffff;
}

.no-touch .ordering-component .ordering-order-label:hover .ordering-item-number,
.ordering-component .ordering-order-label:focus .ordering-item-number {
  border-color: #ffffff;
}

.ordering-component .ordering-order-label .ordering-item-number {
  left: 50%;
  margin-left: -12.5px;
}

.ordering-component .ordering-order-labels-done {
  -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;
  position: relative;
  text-decoration: none;
  float: right;
  width: 20%;
  height: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 2px solid #ffffff;
  background-color: #0070ba;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.no-touch .ordering-component .ordering-order-labels-done:hover,
.ordering-component .ordering-order-labels-done:focus {
  background-color: #044068;
}

.no-touch .ordering-component .ordering-order-labels-done:hover span,
.ordering-component .ordering-order-labels-done:focus span {
  color: #ffffff;
}

.ordering-component .ordering-order-labels-done span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11.5px;
  margin-left: -11.5px;
  color: #ffffff;
}

.ordering-component .ordering-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}

.ordering-component .ordering-icon {
  color: #ffffff;
}

.ordering-component .ordering-widget.show-user-answer .ordering-icon {
  display: none;
}

.ordering-component .ordering-widget.show-user-answer .incorrect .ordering-incorrect-icon {
  display: block;
}

.ordering-component .ordering-widget.show-user-answer .correct .ordering-correct-icon {
  display: block;
}

.ordering-component .ordering-widget.show-correct-answer .ordering-icon {
  display: none;
}

.questionResult-widget .questionResult-feedback-score {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  background-color: transparent;
}

@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
  }
}

@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-score {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 16px 0px;
  }
}

.questionResult-widget .questionResult-feedback-score-inner {
  color: #060607;
  font-family: 'PT Sans';
  font-size: 25px;
  font-weight: 300;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-score-inner {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.25;
  }
}

.questionResult-widget .questionResult-feedback-description {
  color: #2e3030;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 19px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .questionResult-widget .questionResult-feedback-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.questionResult-widget .questionResult-feedback .questionResult-feedback-image {
  text-align: center;
}

.questionResult-widget .questionResult-feedback .questionResult-feedback-image img {
  display: inline-block;
}

.questionResult-widget .questionResult-feedback.js-graphic-top .questionResult-feedback-text {
  margin-top: 20px;
}

.questionResult-widget .questionResult-feedback.js-graphic-bottom .questionResult-feedback-text {
  margin-bottom: 20px;
}

.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-image {
  float: left;
}

.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text {
  float: right;
}

.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text-inner {
  margin-left: 20px;
}

.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-image {
  float: right;
}

.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text {
  float: left;
}

.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text-inner {
  margin-right: 20px;
}

.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-image,
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-image,
.questionResult-widget .questionResult-feedback.js-graphic-right .questionResult-feedback-text,
.questionResult-widget .questionResult-feedback.js-graphic-left .questionResult-feedback-text {
  width: 50%;
}

.singleFlipCard-component .singleFlipCard-widget {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.singleFlipCard-component .singleFlipCard-card {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.singleFlipCard-component .singleFlipCard-card:hover {
  cursor: pointer;
}

.singleFlipCard-component .singleFlipCard-card:focus {
  outline: none;
}

.singleFlipCard-component .singleFlipCard-card:focus:not(.disable-focus) .singleFlipCard-card-front,
.singleFlipCard-component .singleFlipCard-card:focus:not(.disable-focus) .singleFlipCard-card-back {
  opacity: 0.8;
}

.singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-front {
  -webkit-transform: perspective(800px) rotateY(179.9deg);
  transform: perspective(800px) rotateY(179.9deg);
}

.singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-back {
  -webkit-transform: perspective(800px) rotateY(0);
  transform: perspective(800px) rotateY(0);
}

.ie9 .singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-front {
  opacity: 0;
}

.ie9 .singleFlipCard-component .singleFlipCard-card.flipped .singleFlipCard-card-back {
  opacity: 1;
}

.singleFlipCard-component .singleFlipCard-card-front {
  position: relative;
  top: 0;
  left: 0;
  z-index: 900;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(0deg);
  transform: perspective(800px) rotateY(0deg);
}

.singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.singleFlipCard-component .singleFlipCard-card-front .singleFlipCard-card-front-text {
  color: #ffffff;
}

.singleFlipCard-component .singleFlipCard-card-front-image img {
  margin: 0 auto;
}

.singleFlipCard-component .singleFlipCard-card-back {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(800px) rotateY(-180deg);
  transform: perspective(800px) rotateY(-180deg);
}

.singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

.singleFlipCard-component .singleFlipCard-card-back .singleFlipCard-card-back-text {
  color: #ffffff;
}

.ie9 .singleFlipCard-component .singleFlipCard-card-back {
  opacity: 0;
}

.singleFlipCard-component .singleFlipCard-card-content {
  padding: 20px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.singleFlipCard-component .singleFlipCard-card-content.is-top-alignment {
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.singleFlipCard-component .singleFlipCard-card-content.is-bottom-alignment {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: none;
  transform: none;
}

.singleFlipCard-component .singleFlipCard-card-content-image {
  margin: 0 0 20px;
}

.singleFlipCard-component .singleFlipCard-card-content-image.is-bottom {
  margin: 20px 0 0;
}

.singleFlipCard-component .singleFlipCard-card-content-image img {
  margin: 0 auto;
}

.slider-component .slider-range-current-value {
  display: inline-block;
  text-align: center;
}

.slider-component .slider-range-current-value-number {
  font-weight: bold;
}

.slider-component .slider-container {
  padding: 10px 0;
  text-align: center;
}

.slider-component .slider-range-min {
  float: left;
  text-align: left;
}

.slider-component .slider-range-max {
  float: right;
  text-align: right;
}

.slider-component .rangeslider {
  margin-bottom: 22px;
}

.socialMCQ-component .socialMCQ-item {
  position: relative;
}

.socialMCQ-component .socialMCQ-item label {
  -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: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0070ba;
  margin-bottom: 3px;
  color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  text-align: left;
  padding: 15px 10px 15px 10px;
}

.socialMCQ-component .socialMCQ-item label .socialMCQ-item-icon {
  color: #ffffff;
}

.socialMCQ-component .socialMCQ-item-inner {
  display: inline-block;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .socialMCQ-component .socialMCQ-item-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .socialMCQ-component .socialMCQ-item-inner {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.socialMCQ-component .socialMCQ-item input {
  position: absolute;
  top: 14px;
  left: 14px;
  opacity: 0;
}

.socialMCQ-component .socialMCQ-item-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}

.socialMCQ-component .socialMCQ-item-prefix {
  font-size: 26px;
  line-height: 23px;
  font-weight: bold;
  padding-left: 10px;
}

.socialMCQ-component .socialMCQ-results-graph {
  margin-top: 10px;
}

.socialMCQ-component .socialMCQ-results-graph canvas {
  display: block;
  margin: auto;
}

.socialMCQ-component .socialMCQ-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

.socialMCQ-component .socialMCQ-legend-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4px;
}

.socialMCQ-component .socialMCQ-legend-item-color {
  height: 24px;
  width: 24px;
}

.socialMCQ-component .socialMCQ-legend-item-text {
  font-weight: bold;
  font-size: 16px;
}

.socialMCQ-component .socialMCQ-results-label {
  margin-bottom: 10px;
}

.flexbox .sorting-component .sorting-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexbox .sorting-component .sorting-items .sorting-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .sorting-component .sorting-items .sorting-item:last-child {
  margin-bottom: 0;
}

.flexbox .sorting-component .sorting-items .sorting-item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox .sorting-component .sorting-items .sorting-item-media img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.flexbox .sorting-component .sorting-items.horizontal-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flexbox .sorting-component .sorting-items.horizontal-layout .sorting-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  margin-right: 3px;
}

.flexbox .sorting-component .sorting-items.horizontal-layout .sorting-item.has-media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox .sorting-component .sorting-items.horizontal-layout .sorting-item:last-child {
  margin-right: 0;
}

.sorting-component .sorting-item {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #0070ba;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.sorting-component .sorting-item.is-disabled {
  color: #e6e9ed;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
}

.sorting-component .sorting-item.is-disabled .icon {
  color: #e6e9ed;
}

.sorting-component .sorting-item.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}

.sorting-component .sorting-item .sorting-drag-handle .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.sorting-component .sorting-item .sorting-item-content {
  width: 100%;
}

.sorting-component .sorting-item .sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
}

.sorting-component .sorting-item .sorting-item-media .sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.sorting-component .sorting-item .sorting-item-media img {
  height: auto!important;
  width: auto!important;
}

.sorting-component .sorting-item .sorting-item-media .button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}

.sorting-component .sorting-item .sorting-item-media .button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}

.sorting-component .sorting-labels-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.sorting-component .sorting-labels-horizontal .sorting-right-label {
  margin-left: auto;
}

.sorting-component .sorting-top-label {
  margin-bottom: 10px;
}

.sorting-component .sorting-bottom-label {
  margin-top: 10px;
}

.sorting-component .sorting-preview {
  margin-top: 20px;
}

.sorting-component .sorting-preview-label {
  margin-bottom: 20px;
}

.sorting-component .sorting-audio-preview {
  text-align: center;
}

.sorting-component .sorting-audio-preview .sorting-audio-preview-poster {
  height: 300px;
}

.sorting-component .sorting-audio-preview .sorting-audio-preview-poster img {
  max-height: 100%;
  margin: auto;
}

.sorting-component .sorting-audio-preview audio {
  width: 100%;
}

.sorting-component .sorting-video-preview {
  text-align: center;
}

.sorting-component .sorting-video-preview video {
  height: 300px;
  width: 100%;
  margin: auto;
}

.sorting-component .sorting-preview-control-button {
  border: none;
  padding: 3px;
  border-radius: 50%;
}

.sorting-component .sorting-preview-control-button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}

.sorting-item-helper {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  position: relative;
  z-index: 9999;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin: 0px 0 3px;
  padding: 15px 10px 15px 10px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  padding-left: 40px;
  background-color: #044068;
  color: #ffffff;
  border-color: #044068;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.sorting-item-helper.has-media-text .sorting-item-media {
  margin-bottom: 15px !important;
}

.sorting-item-helper .sorting-drag-handle .icon {
  color: #ffffff;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -12px;
}

.sorting-item-helper .sorting-item-content {
  width: 100%;
}

.sorting-item-helper .sorting-item-media {
  position: relative;
  min-height: 37px;
  min-width: 37px;
  display: inline-block;
}

.sorting-item-helper .sorting-item-media .sorting-item-media-image-blocker {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.sorting-item-helper .sorting-item-media img {
  height: auto!important;
  width: auto!important;
}

.sorting-item-helper .sorting-item-media .button {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
  margin: 0;
  display: block;
  border: none;
  padding: 3px;
  border-radius: 50%;
}

.sorting-item-helper .sorting-item-media .button .icon {
  margin: 0;
  font-size: 32px;
  height: 32px;
  width: 32px;
}

.flexbox  .sorting-item-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox  .sorting-item-helper.has-media {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox  .sorting-item-helper .sorting-item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox  .sorting-item-helper .sorting-item-media img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}

.survey-component .survey-button {
  -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;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 15px 10px 15px 10px;
  margin: 15px 10px 15px 0;
  background-color: #0070ba;
  color: #ffffff;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}

.survey-component .survey-button:focus {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.survey-component .survey-button.selected {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.no-touch .survey-component .survey-button:hover {
  color: #ffffff;
  background-color: #044068;
  border-color: #044068;
}

.survey-component .survey-button-checkbox {
  position: absolute;
  left: -9999px;
}

.survey-component .star-rating-star {
  padding: 15px 10px 15px 0;
}

.survey-component textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
}

.flexbox .survey-component .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .survey-component .survey-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexbox .survey-component .survey-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox .survey-component .survey-complete .icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #0070ba;
  padding: 15px 10px 15px 0;
}

.no-flexbox .survey-component .star-rating-star {
  display: inline-block;
}

.tabs-component .tabs-item {
  float: left;
  padding-right: 2px;
}

.tabs-component .tabs-item:last-child {
  padding-right: 0px;
}

.tabs-component .tabs-item-button {
  -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;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 15px 10px 15px 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #0070ba;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.tabs-component .tabs-item-button:hover,
.tabs-component .tabs-item-button:focus {
  background-color: #044068;
  color: #ffffff;
}

@media all and (max-width: 760px) {
  .tabs-component .tabs-item-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .tabs-component .tabs-item-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.tabs-component .tabs-item-button-text {
  display: block;
}

.tabs-component .tabs-item-content {
  padding: 15px 10px 15px 10px;
  background-color: #ebecee;
  border-right: 1px none #044068;
  border-bottom: 1px none #044068;
  border-left: 1px none #044068;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-text {
  float: right;
  padding-left: 10px;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left .tabs-item-content-graphic {
  float: left;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-text {
  float: left;
  padding-right: 10px;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-right .tabs-item-content-graphic {
  float: right;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-third .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-third .tabs-item-content-text {
  width: 70%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-third .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-third .tabs-item-content-graphic {
  width: 30%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-half .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-half .tabs-item-content-text {
  width: 50%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-half .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-half .tabs-item-content-graphic {
  width: 50%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-two-third .tabs-item-content-text,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-two-third .tabs-item-content-text {
  width: 30%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-left.tabs-item-content-graphic-width-two-third .tabs-item-content-graphic,
.tabs-component .tabs-item-content.tabs-item-content-layout-right.tabs-item-content-graphic-width-two-third .tabs-item-content-graphic {
  width: 70%;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-top .tabs-item-content-graphic {
  margin-bottom: 15px;
}

.tabs-component .tabs-item-content.tabs-item-content-layout-bottom .tabs-item-content-text {
  margin-bottom: 15px;
}

.tabs-component .tabs-item-content-title {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .tabs-component .tabs-item-content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.tabs-component .tabs-item-content-body {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .tabs-component .tabs-item-content-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.tabs-component .hidden {
  display: none;
}

.tabs-component .tabs-item.selected .tabs-item-button {
  background-color: #044068;
  color: #ffffff;
}

@media all and (max-width: 760px) {
  .tabs-component .tabs-item {
    padding-right: 0;
    margin-bottom: 3px;
  }

  .tabs-component .tabs-item-content-image {
    width: 100%;
    margin: 0 auto 15px;
  }
}

@media all and (min-width: 760px) {
  .tabs-component .tabs-item-button-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.textAndGraphic-component {
  /*When graphic is placed to the right*/
  /*When graphic is placed to the left*/
  /*When graphic is placed at the bottom*/
  /*When device size is medium or small */
}

.textAndGraphic-component .text-graphic-item-title-inner {
  padding: 16px 0;
  font-weight: 700;
}

.textAndGraphic-component .text-graphic-item {
  margin-bottom: 12px;
}

.textAndGraphic-component .text-graphic-item-right .text-graphic-item-text {
  width: 50%;
  float: left;
}

.textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
  margin-right: 5%;
}

.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic {
  width: 50%;
  float: right;
}

.textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
  margin-left: 5%;
}

.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic {
  width: 50%;
  float: left;
}

.textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner {
  margin-right: 5%;
}

.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text {
  width: 50%;
  float: right;
}

.textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner {
  margin-left: 5%;
}

.textAndGraphic-component .text-graphic-item-bottom img {
  margin: 0 auto;
  margin-top: 16px;
}

@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text,
  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic {
    width: 100%;
    float: none;
    margin-bottom: 12px;
  }

  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-text-inner,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-text-inner {
    margin-left: 0;
    margin-right: 0;
  }

  .textAndGraphic-component .text-graphic-item-left .text-graphic-item-graphic-inner,
  .textAndGraphic-component .text-graphic-item-right .text-graphic-item-graphic-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.textAndGraphic-component .text-graphic-item-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textAndGraphic-component .text-graphic-item-column .text-graphic-item-graphic-inner {
  text-align: center;
}

.textAndGraphic-component .text-graphic-item-column .text-graphic-item-graphic-inner img {
  display: inline-block;
}

.textAndGraphic-component .text-graphic-item-column.text-graphic-item-column-bottom img {
  padding-top: 15px;
}

.textAndGraphic-component .text-graphic-item-column.text-graphic-item-column-top img {
  padding-bottom: 15px;
}

@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-column {
    margin-bottom: 20px;
  }

  .textAndGraphic-component .text-graphic-item-column:last-child {
    margin-bottom: 0;
  }
}

.textAndGraphic-component .text-graphic-item-title h6 {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .textAndGraphic-component .text-graphic-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.textAndGraphic-component .text-graphic-item-body {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .textAndGraphic-component .text-graphic-item-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.textInput-component .textinput-item:nth-last-child(2) {
  border-bottom: none;
}

.textInput-component .textinput-item-inner {
  padding: 10px 0;
}

.textInput-component .textinput-item-inner .textinput-item-prefix,
.textInput-component .textinput-item-inner .textInputContainer {
  display: inline-block;
}

.textInput-component .textinput-item-inner .textInputContainer {
  position: relative;
}

.textInput-component .textinput-item-inner .textinput-item-prefix {
  margin-right: 10px;
}

.textInput-component .textinput-item-inner .textinput-item-suffix {
  margin-left: 10px;
}

.textInput-component .textinput-item-inner .textinput-item-state {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 10px;
  top: 50%;
  margin-top: -11.5px;
  overflow: hidden;
}

.textInput-component .textinput-item-textbox {
  position: relative;
  margin: 0;
}

.textInput-component .textinput-icon {
  display: none;
}

.textInput-component .textinput-widget.show-user-answer .textinput-icon {
  display: none;
}

.textInput-component .textinput-widget.show-user-answer .incorrect .textinput-incorrect-icon {
  display: block;
}

.textInput-component .textinput-widget.show-user-answer .correct .textinput-correct-icon {
  display: block;
}

.textInput-component .textinput-widget.show-correct-answer .textinput-icon {
  display: none;
}

.textNarrative-component {
  min-width: 1px;
}

.textNarrative-component .text-narrative-inner {
  min-width: 1px;
}

.textNarrative-component .text-narrative-slide-container {
  width: 100%;
  min-height: 200px;
}

.textNarrative-component .text-narrative-content {
  width: 100%;
}

@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slide-container,
  .textNarrative-component .text-narrative-content {
    float: none;
    width: 100%;
  }

  .textNarrative-component .text-narrative-content .text-narrative-content-inner {
    padding: 10px 0px 0px 0px;
  }
}

.textNarrative-component .text-narrative-content-inner {
  padding: 15px 10px 15px 10px;
}

.textNarrative-component .text-narrative-slide-container {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  background-color: #0070ba;
}

.textNarrative-component .text-narrative-slider-text {
  float: left;
  position: relative;
  min-height: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textNarrative-component .text-narrative-slider-text .text-narrative-slider-text-inner {
  padding: 10px;
}

.dir-rtl .textNarrative-component .text-narrative-slider-text {
  float: right;
}

.textNarrative-component .text-narrative-slider-text-title {
  display: block;
  vertical-align: top;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .textNarrative-component .text-narrative-slider-text-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.textNarrative-component .text-narrative-slider-text-body {
  display: block;
  vertical-align: top;
  margin-top: 15px;
  color: #ffffff;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .textNarrative-component .text-narrative-slider-text-body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.textNarrative-component .text-narrative-item-title {
  position: relative;
  display: block;
}

.textNarrative-component .text-narrative-indicators {
  float: left;
  width: 33.4%;
  text-align: center;
  height: 46px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.textNarrative-component .text-narrative-progress {
  -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;
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin: 1px;
  margin-right: 4px;
}

.textNarrative-component .text-narrative-progress:last-child {
  margin-right: 1px;
}

.textNarrative-component .text-narrative-progress.selected {
  background-color: #ffffff;
}

.textNarrative-component .text-narrative-controller {
  background-color: #0070ba;
  height: 46px;
  width: 100%;
}

.textNarrative-component .text-narrative-controls {
  position: relative;
  float: left;
  width: 33.3%;
  height: 100%;
}

.textNarrative-component .text-narrative-control-left:focus,
.textNarrative-component .text-narrative-control-right:focus {
  outline: none;
}

.textNarrative-component .text-narrative-control-left {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-top: -46px;
  z-index: 10;
  text-decoration: none;
  background-color: #0070ba;
  -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;
}

.textNarrative-component .text-narrative-control-left:hover,
.textNarrative-component .text-narrative-control-left:focus {
  background-color: #044068;
}

.textNarrative-component .text-narrative-control-left:hover .icon,
.textNarrative-component .text-narrative-control-left:focus .icon {
  color: #ffffff;
}

.textNarrative-component .text-narrative-control-left .icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}

.dir-rtl .textNarrative-component .text-narrative-control-left {
  left: inherit;
  right: 0;
}

.textNarrative-component .text-narrative-control-right {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-top: -46px;
  text-decoration: none;
  background-color: #0070ba;
  -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;
}

.textNarrative-component .text-narrative-control-right:hover,
.textNarrative-component .text-narrative-control-right:focus {
  background-color: #044068;
}

.textNarrative-component .text-narrative-control-right:hover .icon,
.textNarrative-component .text-narrative-control-right:focus .icon {
  color: #ffffff;
}

.textNarrative-component .text-narrative-control-right .icon {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 11.5px;
  color: #ffffff;
}

.dir-rtl .textNarrative-component .text-narrative-control-right {
  right: inherit;
  left: 0;
}

.textNarrative-component .text-narrative-hidden {
  display: none;
}

.textReveal-component .text-reveal-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
}

.textReveal-component .text-reveal-item:focus {
  outline: none;
}

.textReveal-component .text-reveal-item:focus .text-reveal-image-container {
  outline: none;
}

.textReveal-component .text-reveal-item:focus .text-reveal-image-container .reveal-icon {
  opacity: 1;
}

.textReveal-component .text-reveal-item:focus .text-reveal-image-container img {
  opacity: 0.8;
}

.textReveal-component .text-reveal-item.side-layout {
  display: block;
  margin-bottom: 3px;
}

.textReveal-component .text-reveal-item.side-layout .text-reveal-image-container,
.textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.textReveal-component .text-reveal-item.side-layout .text-reveal-image-container {
  float: left;
  margin-right: 1%;
}

.textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
  float: right;
  margin-left: 1%;
}

@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item.side-layout .text-reveal-image-container,
  .textReveal-component .text-reveal-item.side-layout .text-reveal-item-reveal-text {
    width: auto;
    float: none;
    margin: 0;
  }
}

.textReveal-component .reveal-icon {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  padding: 15px;
  background-color: #0070ba;
  color: #ffffff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.textReveal-component .text-reveal-item-title {
  margin-bottom: 6px;
}

.textReveal-component .text-reveal-item-title h6 {
  color: #060607;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media all and (max-width: 760px) {
  .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media all and (max-width: 520px) {
  .textReveal-component .text-reveal-item-title h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.textReveal-component .text-reveal-image-container {
  cursor: pointer;
  position: relative;
}

.textReveal-component .text-reveal-image-container.text-visible {
  cursor: default;
  pointer-events: none;
}

.no-touch .textReveal-component .text-reveal-image-container:hover .reveal-icon {
  opacity: 1;
}

.textReveal-component .text-reveal-image-container.caption-over .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}

.textReveal-component .text-reveal-image-container.caption-over.caption-center .caption {
  top: 50%;
  left: 0;
  width: 100%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.textReveal-component .text-reveal-item-reveal-text {
  opacity: 0;
  padding: 15px 10px 15px 10px;
  border-radius: 0px 0px 0px 0px;
  background-color: #0070ba;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  color: #ffffff;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.textReveal-component .text-reveal-item-reveal-text.text-visible {
  opacity: 1;
}

.textReveal-component .text-reveal-item-reveal-text.show-marking {
  padding-left: 45px;
}

.textReveal-component .text-reveal-item-reveal-text .icon {
  position: absolute;
  color: #ffffff;
  left: 12px;
  top: 50%;
  margin-top: -12px;
}

.videoStream-component .videoStream-iframe-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.videoStream-component .videoStream-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videoStream-component .videoStream-brightcove-player-container {
  position: relative;
  padding-bottom: 56.25%;
}

/*.uploader {
	background-color:#fff;
	&-uploaded {
		input {
			display:none;
		}
	}
}*/

.file-upload-status {
  margin-bottom: 10px;
}

.file-upload-status-inner {
  position: relative;
  padding: 12px 5%;
}

.file-upload-status i {
  font-size: 94px;
}

.file-upload-input-progress {
  width: 100%;
  height: 4px;
  margin-top: 36px;
  margin-bottom: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.file-upload-input-progress-bar {
  background-color: #f55678;
  width: 0%;
  height: 4px;
}

.table-widget table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table-widget thead th {
  border-right: 1px solid #003354;
  border-bottom: 1px solid #003354;
}

.table-widget thead th:last-child {
  border-right: none;
}

.table-widget tbody td {
  border-right: 1px solid #b4b8bf;
  border-bottom: 1px solid #b4b8bf;
}

.table-widget tbody td:last-child {
  border-right: none;
}

.table-widget tbody th {
  border-top: 1px solid #003354;
  border-right: 1px solid #003354;
}

.table-widget tbody tr:last-child td {
  border-bottom: none;
}

.table-widget tbody tr:first-child th {
  border-top: none;
}

.table-widget tr {
  background-color: #ebecee;
}

.table-widget th,
.table-widget td {
  text-align: left;
  padding: 5px;
}

.table-widget th {
  background-color: #0070ba;
  color: #ffffff;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media screen and (max-width: 760px) {
  .table-widget th {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media screen and (max-width: 520px) {
  .table-widget th {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

.table-widget td {
  color: #060607;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

@media screen and (max-width: 760px) {
  .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media screen and (max-width: 520px) {
  .table-widget td {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }
}

@media screen and (max-width: 520px) {
  .table-widget.has-mobile-layout table {
    border: 0;
  }

  .table-widget.has-mobile-layout thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table-widget.has-mobile-layout tr {
    display: block;
    margin-bottom: 3px;
  }

  .table-widget.has-mobile-layout tr:last-child {
    margin-bottom: 0;
  }

  .table-widget.has-mobile-layout th,
  .table-widget.has-mobile-layout td {
    display: block;
    text-align: right;
    background: transparent;
    border: none;
    border-bottom: 1px solid #b4b8bf !important;
    color: #060607;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
  }

  .table-widget.has-mobile-layout th:last-child,
  .table-widget.has-mobile-layout td:last-child {
    border-bottom: none!important;
  }

  .table-widget.has-mobile-layout td:before {
    content: attr(data-label);
    float: left;
    color: #060607;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 400;
  }
}

.achievements .achievement-item-counter {
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.achievements .achievement-item-counter .icon {
  background-color: #34495e;
  color: #ffffff;
  margin: 0 auto 5px;
  padding: 15px;
  font-size: 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.achievements .achievement-item-counter img {
  max-width: 72px;
  display: block;
  margin: 0 auto 5px;
}

.achievements .achievement-item-counter .achievement-item-label {
  color: #060607;
}

.achievements .achievement-item-counter .achievement-item-count {
  font-weight: 600;
}

.achievements .achievement-item-stars .achievement-item-counter {
  width: 33%;
  float: left;
}

.achievements .achievement-item-stars .achievement-item-counter .icon {
  color: transparent;
  color: #ffce54;
}

@media all and (max-width: 520px) {
  .achievements .achievement-item-stars .achievement-item-counter {
    width: auto;
    float: none;
  }
}

.achievements .achievement-item-badges .achievement-item-counter {
  width: 33%;
  float: left;
}

.achievements .achievement-item-badges .achievement-item-counter.not-complete {
  opacity: 0.3;
  -webkit-filter: grayscale(1);
}

@media all and (max-width: 520px) {
  .achievements .achievement-item-badges .achievement-item-counter {
    width: auto;
    float: none;
  }
}

.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;
}

.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;
  text-align: center;
  max-width: none;
  padding: 20px 20px 20px 20px;
  display: none;
}

@media all and (max-width: 760px) {
  .branding-logos {
    padding: 20px 20px 20px 20px;
  }
}

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

.location-page .branding-logos,
.location-menu .branding-logos {
  display: block;
}

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

.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 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-width: none;
  background-color: transparent;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}

@media all and (max-width: 760px) {
  .branding-copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 20px 20px 20px;
  }
}

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

.location-page .branding-copyright,
.location-menu .branding-copyright {
  display: block;
}

.branding-copyright .branding-copyright-text {
  color: #2e3030;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

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

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

.branding-copyright .branding-copyright-logo img {
  display: inline;
}

.branding-copyright .branding-copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 1074px;
}

.branding-copyright.logos-centered .branding-copyright-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.branding-copyright.logos-centered .branding-copyright-logo-center {
  text-align: center!important;
  padding-left: 20px;
  padding-right: 20px;
}

.branding-copyright .branding-copyright-logo-right {
  margin-left: auto;
}

.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: left;
  padding-right: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-right: 10px;
  }
}

.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  text-align: right;
  padding-left: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-left: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo-center,
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo-center {
    padding-left: 10px;
  }
}

.branding-copyright.branding-copyright-layout-top .branding-copyright-text,
.branding-copyright.branding-copyright-layout-bottom .branding-copyright-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
  padding-bottom: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
    padding-bottom: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-top .branding-copyright-logo {
    padding-bottom: 10px;
  }
}

.branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
  padding-top: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
    padding-top: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-bottom .branding-copyright-logo {
    padding-top: 10px;
  }
}

.branding-copyright.branding-copyright-layout-left .branding-copyright-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 10px;
  }
}

.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-left .branding-copyright-logo-center {
    padding-right: 10px;
  }
}

.branding-copyright.branding-copyright-layout-left .branding-copyright-text {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.branding-copyright.branding-copyright-layout-right .branding-copyright-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 10px;
  }
}

.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-right .branding-copyright-logo-center {
    padding-left: 10px;
  }
}

.branding-copyright.branding-copyright-layout-right .branding-copyright-text {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.branding-copyright.branding-copyright-layout-split .branding-copyright-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding-right: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-right: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-left,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-right: 10px;
  }
}

.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
.branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  padding-left: 20px;
}

@media all and (max-width: 760px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-left: 20px;
  }
}

@media all and (max-width: 520px) {
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-right,
  .branding-copyright.branding-copyright-layout-split .branding-copyright-logo-center {
    padding-left: 10px;
  }
}

.branding-copyright.branding-copyright-layout-split .branding-copyright-text {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.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-overview-close {
  margin-top: 20px;
  text-align: center;
}

.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;
}

.page-indicator {
  text-align: center;
  padding: 20px 0 20px;
}

@media all and (max-width: 760px) {
  .page-indicator {
    padding: 20px 0 20px;
  }
}

@media all and (max-width: 520px) {
  .page-indicator {
    padding: 20px 0 20px;
  }
}

.page-indicator.has-no-interaction .page-indicator-circle {
  cursor: default;
}

.page-indicator .page-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;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  margin-right: 20px;
  border: 2px solid transparent;
  -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);
  border-color: #ffffff;
}

.page-indicator .page-indicator-circle:last-child {
  margin-right: 0;
}

.page-indicator .page-indicator-circle.is-locked,
.page-indicator .page-indicator-circle.is-active {
  cursor: default;
}

.page-indicator .page-indicator-circle.is-locked .page-indicator-circle-title,
.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  cursor: default;
}

.page-indicator .page-indicator-circle.is-active {
  background-color: transparent;
  border-color: transparent;
  background-color: #ffffff;
  border-color: #ffffff;
}

.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  background-color: transparent;
  color: transparent;
  color: #044068;
}

.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-top-color: transparent;
}

.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title {
  background-color: #ffffff;
  border-top-color: #ffffff;
}

.page-indicator .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-top-color: #ffffff;
}

.page-indicator .page-indicator-circle:focus {
  outline: none;
}

.page-indicator .page-indicator-circle:hover .page-indicator-circle-title,
.page-indicator .page-indicator-circle:focus .page-indicator-circle-title {
  visibility: visible;
  opacity: 1;
}

.page-indicator .page-indicator-circle-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  color: transparent;
  -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;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  margin-top: -10px;
  white-space: nowrap;
  border-radius: 2px 0 0 2px;
  -webkit-transition: all 0.25s 0.1s;
  transition: all 0.25s 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  z-index: 100;
  background-color: #ffffff;
  color: #044068;
}

.page-indicator .page-indicator-circle-title:after {
  position: absolute;
  margin-left: -6px;
  left: 50%;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -5px;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: transparent;
  border-top-color: #ffffff;
}

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

.page-indicator.is-navigation-bottom .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-bottom-color: transparent;
}

.page-indicator.is-navigation-bottom .page-indicator-circle.is-active .page-indicator-circle-title:after {
  border-bottom-color: #ffffff;
}

.page-indicator.is-navigation-bottom .page-indicator-circle-title {
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: 0;
  margin-bottom: -10px;
  margin-top: 0;
  border-bottom-color: #ffffff;
}

.page-indicator.is-navigation-bottom .page-indicator-circle-title:after {
  border-top: none !important;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  top: -5px;
  bottom: auto;
  border-bottom-color: transparent;
}

.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);
}

.storage-login .storage-login-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.storage-login .storage-login-logo {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.storage-login .storage-login-logo-google {
  background-image: url(assets/sso-google-logo.png);
}

.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%;
}

.video-intro-fullscreen {
  background-color: transparent;
  background-color: #ebecee;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.video-intro-fullscreen.is-centered-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-intro-fullscreen.is-centered-video .video-intro-fullscreen-video {
  width: 100%;
}

.video-intro-fullscreen.is-cropped-video .video-intro-fullscreen-video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.video-intro-fullscreen .video-intro-fullscreen-actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 1;
}

@font-face {
  font-family: 'default';
  src: url('fonts/default.eot?c38q6t');
  src: url('fonts/default.eot?c38q6t#iefix') format('embedded-opentype'), url('fonts/default.ttf?c38q6t') format('truetype'), url('fonts/default.woff?c38q6t') format('woff'), url('fonts/default.svg?c38q6t#default') 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-replay:before {
  content: "\e90c";
}

.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: "\e914";
}

.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";
}