@font-face {
  font-family: "Ed Sans Neue";
  src: url("../font/edsansneue-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Ed Sans Neue";
  src: url("../font/edsansneue-regularitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Ed Sans Neue";
  src: url("../font/edsansneue-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Ed Sans Neue";
  src: url("../font/edsansneue-light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

html,
body {
  width: 100%;
  height: 100%; }
  html.disable-select,
  body.disable-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

body {
  cursor: default;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #333;
  font-family: "Ed Sans Neue", sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  background-size: cover;
  background-color: #000;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  body.slides-active {
    touch-action: pinch-zoom; }
  @media (max-width: 768px) {
    body {
      font-size: 16px; } }
  @media (max-width: 600px), (max-height: 449px) {
    body {
      font-size: 15px; } }
  @media (max-width: 360px) {
    body {
      font-size: 14px; } }

@-ms-viewport {
  body {
    width: device-width;
    height: device-height; } }

a {
  color: inherit; }

button, input, textarea {
  font: inherit; }

button:focus, audio:focus, video:focus {
  outline: none; }

@media (max-width: 600px), (max-height: 600px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 601px) {
  .hidden-lg {
    display: none; } }

.hidden {
  display: none !important; }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes rubber {
  0%, 100% {
    transform: scale3d(1, 1, 1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); } }

@keyframes bounce-out {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    transform: translate3d(0, 40px, 0); } }

@keyframes pulse {
  0%, 100% {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); } }

@keyframes bullet {
  to {
    opacity: 0.5;
    transform: translate3d(0, 4px, 0); } }

@keyframes fade-from-black {
  to {
    background: rgba(17, 17, 17, 0.6); } }

@keyframes scale-down-75 {
  to {
    transform: scale(0.75); } }

@keyframes flash {
  to {
    opacity: 0.7; } }

.block-box-sizing, .slide-comparison .multi-content-wrapper, .slide-scratch-to-reveal .multi-content-wrapper {
  box-sizing: border-box; }

.block-frame {
  position: relative; }

.block-flex-ver {
  height: 100%;
  display: flex;
  align-items: center; }
  .block-flex-ver .block-flex-child {
    width: 100%; }

.block-flex-hor {
  width: 100%;
  display: flex;
  justify-content: center; }

.block-flex-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.block-flex-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  flex-grow: 1; }

.direction-column {
  flex-direction: column; }

.display-flex {
  display: flex; }

.block-inline {
  display: inline-block; }

.block-h-xl {
  padding-left: 2em;
  padding-right: 2em; }

.block-v-xl {
  padding-top: 2em;
  padding-bottom: 2em; }

.block-xl {
  padding: 2em; }

.block-h-lg {
  padding-left: 1.2em;
  padding-right: 1.2em; }

.block-v-lg {
  padding-top: 1.2em;
  padding-bottom: 1.2em; }

.block-lg, .slide-comparison .multi-content-text, .slide-scratch-to-reveal .multi-content-text {
  padding: 1.2em; }

.block-h-md, .slide-carousel .carousel-item:before {
  padding-left: 0.6em;
  padding-right: 0.6em; }

.block-v-md, .slide-game-image-word-match .multi-content-text {
  padding-top: 0.6em;
  padding-bottom: 0.6em; }

.block-md {
  padding: 0.6em; }

.block-h-sm {
  padding-left: 0.3em;
  padding-right: 0.3em; }

.block-v-sm {
  padding-top: 0.3em;
  padding-bottom: 0.3em; }

.block-sm {
  padding: 0.3em; }

@media (min-width: 601px) and (min-height: 768px) {
  .block-h-xl {
    padding-left: 3em;
    padding-right: 3em; }
  .block-v-xl {
    padding-top: 3em;
    padding-bottom: 3em; }
  .block-xl {
    padding: 3em; }
  .block-h-lg {
    padding-left: 1.8em;
    padding-right: 1.8em; }
  .block-v-lg {
    padding-top: 1.8em;
    padding-bottom: 1.8em; }
  .block-lg, .slide-comparison .multi-content-text, .slide-scratch-to-reveal .multi-content-text {
    padding: 1.8em; }
  .block-h-md, .slide-carousel .carousel-item:before {
    padding-left: 1.2em;
    padding-right: 1.2em; }
  .block-v-md, .slide-game-image-word-match .multi-content-text {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  .block-md {
    padding: 1.2em; }
  .block-h-sm {
    padding-left: 0.4em;
    padding-right: 0.4em; }
  .block-v-sm {
    padding-top: 0.4em;
    padding-bottom: 0.4em; }
  .block-sm {
    padding: 0.4em; } }

@media (max-height: 449px) {
  .block-h-xl {
    padding-left: 1.2em;
    padding-right: 1.2em; }
  .block-v-xl {
    padding-top: 1.2em;
    padding-bottom: 1.2em; }
  .block-xl {
    padding: 1.2em; }
  .block-h-lg {
    padding-left: 0.8em;
    padding-right: 0.8em; }
  .block-v-lg {
    padding-top: 0.8em;
    padding-bottom: 0.8em; }
  .block-lg, .slide-comparison .multi-content-text, .slide-scratch-to-reveal .multi-content-text {
    padding: 0.8em; } }

.block-dk, .slide-carousel .carousel-item:before, .slide-construct .word-hidden .blank.active, .slide-table .table-row:nth-child(odd) {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.08); }
  .block-dk .block-lt, .slide-carousel .carousel-item:before .block-lt, .slide-construct .word-hidden .blank.active .block-lt, .slide-table .table-row:nth-child(odd) .block-lt, .block-dk .slide-table .table-row, .slide-table .block-dk .table-row, .slide-carousel .carousel-item:before .slide-table .table-row, .slide-table .slide-carousel .carousel-item:before .table-row, .slide-construct .word-hidden .blank.active .slide-table .table-row, .slide-table .slide-construct .word-hidden .blank.active .table-row, .slide-table .table-row:nth-child(odd) .table-row,
  .block-dk .block-dk,
  .slide-carousel .carousel-item:before .block-dk,
  .slide-construct .word-hidden .blank.active .block-dk,
  .slide-table .table-row:nth-child(odd) .block-dk,
  .block-dk .slide-carousel .carousel-item:before,
  .slide-carousel .block-dk .carousel-item:before,
  .slide-carousel .carousel-item:before .carousel-item:before,
  .slide-construct .word-hidden .blank.active .slide-carousel .carousel-item:before,
  .slide-carousel .slide-construct .word-hidden .blank.active .carousel-item:before,
  .slide-table .table-row:nth-child(odd) .slide-carousel .carousel-item:before,
  .slide-carousel .slide-table .table-row:nth-child(odd) .carousel-item:before,
  .block-dk .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden .block-dk .blank.active,
  .slide-carousel .carousel-item:before .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden .slide-carousel .carousel-item:before .blank.active,
  .slide-construct .word-hidden .blank.active .blank.active,
  .slide-table .table-row:nth-child(odd) .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden .slide-table .table-row:nth-child(odd) .blank.active,
  .block-dk .slide-table .table-row:nth-child(odd),
  .slide-table .block-dk .table-row:nth-child(odd),
  .slide-carousel .carousel-item:before .slide-table .table-row:nth-child(odd),
  .slide-table .slide-carousel .carousel-item:before .table-row:nth-child(odd),
  .slide-construct .word-hidden .blank.active .slide-table .table-row:nth-child(odd),
  .slide-table .slide-construct .word-hidden .blank.active .table-row:nth-child(odd),
  .slide-table .table-row:nth-child(odd) .table-row:nth-child(odd) {
    border-radius: 2px; }

.block-lt, .slide-table .table-row {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14); }
  .block-lt .block-lt, .slide-table .table-row .block-lt, .block-lt .slide-table .table-row, .slide-table .block-lt .table-row, .slide-table .table-row .table-row,
  .block-lt .block-dk,
  .slide-table .table-row .block-dk,
  .block-lt .slide-carousel .carousel-item:before,
  .slide-carousel .block-lt .carousel-item:before,
  .slide-table .table-row .slide-carousel .carousel-item:before,
  .slide-carousel .slide-table .table-row .carousel-item:before,
  .block-lt .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden .block-lt .blank.active,
  .slide-table .table-row .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden .slide-table .table-row .blank.active,
  .block-lt .slide-table .table-row:nth-child(odd),
  .slide-table .block-lt .table-row:nth-child(odd),
  .slide-table .table-row .table-row:nth-child(odd) {
    border-radius: 2px; }

.hide-overflow {
  overflow: hidden; }

.content-fit.fitting.content-fit-clone .content-fill,
.content-fit.fitting.content-fit-clone .content-lg-fill,
.content-fit.fitting.content-fit-clone .content-md-fill,
.content-fit.fitting.content-fit-clone .content-sm-fill {
  height: auto;
  max-height: 100%; }

.content-fit.fitting * {
  transition: none !important; }

#content-spacer {
  height: 1px;
  position: relative;
  clear: both; }

.content,
.content-ver,
.content-hor,
.slide-carousel .carousel-item:before,
.slide-game-image-word-match .multi-content-text,
.slide-game-memory .multi-content-text,
.slide-comparison .multi-content-text,
.slide-comparison.sized-true .multi-content-media,
.slide-drag-to-match .multi-content,
.slide-scratch-to-reveal .multi-content-text,
.slide-scratch-to-reveal.sized-true .multi-content-media {
  position: relative; }

.content,
.slide-carousel .carousel-item:before,
.slide-game-image-word-match .multi-content-text,
.slide-game-memory .multi-content-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.content-ver,
.slide-comparison .multi-content-text,
.slide-comparison.sized-true .multi-content-media,
.slide-drag-to-match .multi-content,
.slide-scratch-to-reveal .multi-content-text,
.slide-scratch-to-reveal.sized-true .multi-content-media {
  top: 50%;
  transform: translate(0, -50%); }

.content-hor {
  left: 50%;
  transform: translate(-50%, 0); }

.content-fill {
  box-sizing: border-box;
  height: 100%; }

.content-scroll,
.slide-table.scroll-true .table-wrapper {
  overflow: auto;
  height: 100%;
  box-sizing: border-box; }
  .content-scroll.content, .content-scroll.content-ver,
  .slide-table.scroll-true .content.table-wrapper,
  .slide-table.scroll-true .content-ver.table-wrapper {
    height: auto;
    max-height: 100%;
    max-width: 100%; }
  .state-complete .content-scroll, .state-complete .slide-table.scroll-true .table-wrapper, .slide-table.scroll-true .state-complete .table-wrapper {
    overflow: hidden;
    opacity: 0.99; }

@media (max-width: 768px) {
  .content-sm,
  .content-sm-ver,
  .content-sm-hor {
    position: relative; }
  .content-sm {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .content-sm-ver {
    top: 50%;
    transform: translate(0, -50%); }
  .content-sm-hor {
    left: 50%;
    transform: translate(-50%, 0); }
  .content-sm-fill {
    box-sizing: border-box;
    height: 100%; }
  .content-sm-scroll {
    overflow: auto;
    height: 100%;
    box-sizing: border-box; }
    .content-sm-scroll.content-sm, .content-sm-scroll.content-sm-ver {
      height: auto;
      max-height: 100%;
      max-width: 100%; }
    .state-complete .content-sm-scroll {
      overflow: hidden;
      opacity: 0.99; } }

@media (min-width: 769px) {
  .content-md,
  .content-md-ver,
  .content-md-hor {
    position: relative; }
  .content-md {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .content-md-ver {
    top: 50%;
    transform: translate(0, -50%); }
  .content-md-hor {
    left: 50%;
    transform: translate(-50%, 0); }
  .content-md-fill {
    box-sizing: border-box;
    height: 100%; }
  .content-md-scroll {
    overflow: auto;
    height: 100%;
    box-sizing: border-box; }
    .content-md-scroll.content-md, .content-md-scroll.content-md-ver {
      height: auto;
      max-height: 100%;
      max-width: 100%; }
    .state-complete .content-md-scroll {
      overflow: hidden;
      opacity: 0.99; } }

@media (min-width: 1024px) {
  .content-lg,
  .content-lg-ver,
  .content-lg-hor {
    position: relative; }
  .content-lg {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .content-lg-ver {
    top: 50%;
    transform: translate(0, -50%); }
  .content-lg-hor {
    left: 50%;
    transform: translate(-50%, 0); }
  .content-lg-fill {
    box-sizing: border-box;
    height: 100%; }
  .content-lg-scroll {
    overflow: auto;
    height: 100%;
    box-sizing: border-box; }
    .content-lg-scroll.content-lg, .content-lg-scroll.content-lg-ver {
      height: auto;
      max-height: 100%;
      max-width: 100%; }
    .state-complete .content-lg-scroll {
      overflow: hidden;
      opacity: 0.99; } }

.content-scroll-inner {
  margin: auto;
  overflow: hidden; }
  @media (max-height: 449px) {
    .content-scroll-inner {
      max-width: 80%; } }
  @media (min-width: 601px) and (min-height: 768px) {
    .content-scroll-inner {
      max-width: 80%; } }

.pull-left {
  float: left; }
  .direction-rtl .pull-left {
    float: right; }

.pull-right {
  float: right; }
  .direction-rtl .pull-right {
    float: left; }

.clearfix:before, #content-spacer:before, .clearfix:after, #content-spacer:after {
  content: " ";
  display: table; }

.clearfix:after, #content-spacer:after {
  clear: both; }

.game-slide .game-state,
.game-slide .game-stepper,
.game-slide .game-timer,
.game-slide .game-score,
.game-slide .game-prompt,
.game-slide .game-bonus-score,
.game-slide .game-bonus-time,
.game-slide .game-progress,
.game-slide .content-intro,
.game-slide .content-playing,
.game-slide .content-outro {
  pointer-events: none; }

.game-slide .game-state,
.game-slide .game-stepper,
.game-slide .game-bonus-score,
.game-slide .game-bonus-time,
.game-slide .game-progress,
.game-slide .content-intro,
.game-slide .content-playing,
.game-slide .content-outro {
  position: absolute; }

.game-slide .content-intro,
.game-slide .content-playing,
.game-slide .content-outro {
  opacity: 0;
  transition: opacity 300ms;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.game-slide.game-intro .content-intro {
  opacity: 1;
  pointer-events: all; }

.game-slide.game-playing .content-playing {
  opacity: 1;
  pointer-events: all; }

.game-slide.game-outro .content-outro {
  opacity: 1;
  pointer-events: all; }

.game-slide .game-state {
  top: 0;
  left: 0;
  right: 0;
  height: 1.2em;
  line-height: 1;
  z-index: 5; }
  .game-slide .game-state:after {
    content: "";
    display: block;
    border-bottom: 1px solid; }
  .direction-rtl .game-slide .game-state .text-right {
    text-align: left; }

@media (min-width: 601px) and (min-height: 768px) {
  .game-slide .game-state-inner {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    height: 1.2em; } }

.game-slide .slide-footer {
  border-top: 1px solid; }

.game-slide .game-stepper {
  top: 50%;
  left: 50%;
  min-width: 1.4em;
  padding-left: 0.3em;
  padding-right: 0.3em;
  height: 2em;
  margin: -1em 0;
  line-height: 2em;
  border-radius: 1em;
  font-size: 2.4em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 10;
  transition: transform 500ms, opacity 300ms 600ms;
  text-align: center; }

.game-slide .game-timer-muted {
  font-style: normal;
  opacity: 0.5; }

.game-slide .game-bonus-score,
.game-slide .game-bonus-time {
  top: initial;
  left: initial;
  right: initial;
  opacity: 0;
  transition: all 1200ms;
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  bottom: 2em;
  border-radius: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: transform 800ms ease-in-out, opacity 300ms ease-in-out;
  z-index: 60; }

.game-slide .game-bonus-score {
  right: 2em; }

.game-slide .game-bonus-time {
  left: 2em; }

.game-slide .stars-total {
  line-height: 0;
  font-size: 0.5em; }

.game-slide .game-progress {
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  z-index: 10;
  overflow: hidden;
  background: #222;
  opacity: 0;
  transition: opacity 300ms; }
  .game-slide .game-progress .game-progress-bar {
    background: #fff;
    width: 100%;
    height: 100%; }

.game-slide.game-playing .game-progress {
  opacity: 1; }

.game-slide.active.disable-goto-next .goto-next {
  pointer-events: none;
  opacity: 0; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .slide-tap-in-order.grid-true .tappy, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  display: block;
  min-height: 1px;
  box-sizing: border-box; }
  .col-sm-1 img, .col-sm-2 img, .col-sm-3 img, .col-sm-4 img, .col-sm-5 img, .col-sm-6 img, .slide-tap-in-order.grid-true .tappy img, .col-sm-7 img, .col-sm-8 img, .col-sm-9 img, .col-sm-10 img, .col-sm-11 img, .col-sm-12 img, .col-md-1 img, .col-md-2 img, .col-md-3 img, .col-md-4 img, .col-md-5 img, .col-md-6 img, .col-md-7 img, .col-md-8 img, .col-md-9 img, .col-md-10 img, .col-md-11 img, .col-md-12 img, .col-lg-1 img, .col-lg-2 img, .col-lg-3 img, .col-lg-4 img, .col-lg-5 img, .col-lg-6 img, .col-lg-7 img, .col-lg-8 img, .col-lg-9 img, .col-lg-10 img, .col-lg-11 img, .col-lg-12 img {
    max-width: 100%;
    height: auto; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .slide-tap-in-order.grid-true .tappy, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left; }
  .direction-rtl .col-sm-1, .direction-rtl .col-sm-2, .direction-rtl .col-sm-3, .direction-rtl .col-sm-4, .direction-rtl .col-sm-5, .direction-rtl .col-sm-6, .direction-rtl .slide-tap-in-order.grid-true .tappy, .slide-tap-in-order.grid-true .direction-rtl .tappy, .direction-rtl .col-sm-7, .direction-rtl .col-sm-8, .direction-rtl .col-sm-9, .direction-rtl .col-sm-10, .direction-rtl .col-sm-11, .direction-rtl .col-sm-12 {
    float: right; }

.col-sm-1 {
  width: 8.33333%; }

.col-sm-2 {
  width: 16.66667%; }

.col-sm-3 {
  width: 25%; }

.col-sm-4 {
  width: 33.33333%; }

.col-sm-5 {
  width: 41.66667%; }

.col-sm-6, .slide-tap-in-order.grid-true .tappy {
  width: 50%; }

.col-sm-7 {
  width: 58.33333%; }

.col-sm-8 {
  width: 66.66667%; }

.col-sm-9 {
  width: 75%; }

.col-sm-10 {
  width: 83.33333%; }

.col-sm-11 {
  width: 91.66667%; }

.col-sm-12 {
  width: 100%; }

.col-sm-offset-0 {
  margin-left: 0%; }
  .direction-rtl .col-sm-offset-0 {
    margin-left: 0;
    margin-right: 0%; }

.col-sm-offset-1 {
  margin-left: 8.33333%; }
  .direction-rtl .col-sm-offset-1 {
    margin-left: 0;
    margin-right: 8.33333%; }

.col-sm-offset-2 {
  margin-left: 16.66667%; }
  .direction-rtl .col-sm-offset-2 {
    margin-left: 0;
    margin-right: 16.66667%; }

.col-sm-offset-3 {
  margin-left: 25%; }
  .direction-rtl .col-sm-offset-3 {
    margin-left: 0;
    margin-right: 25%; }

.col-sm-offset-4 {
  margin-left: 33.33333%; }
  .direction-rtl .col-sm-offset-4 {
    margin-left: 0;
    margin-right: 33.33333%; }

.col-sm-offset-5 {
  margin-left: 41.66667%; }
  .direction-rtl .col-sm-offset-5 {
    margin-left: 0;
    margin-right: 41.66667%; }

.col-sm-offset-6 {
  margin-left: 50%; }
  .direction-rtl .col-sm-offset-6 {
    margin-left: 0;
    margin-right: 50%; }

.col-sm-offset-7 {
  margin-left: 58.33333%; }
  .direction-rtl .col-sm-offset-7 {
    margin-left: 0;
    margin-right: 58.33333%; }

.col-sm-offset-8 {
  margin-left: 66.66667%; }
  .direction-rtl .col-sm-offset-8 {
    margin-left: 0;
    margin-right: 66.66667%; }

.col-sm-offset-9 {
  margin-left: 75%; }
  .direction-rtl .col-sm-offset-9 {
    margin-left: 0;
    margin-right: 75%; }

.col-sm-offset-10 {
  margin-left: 83.33333%; }
  .direction-rtl .col-sm-offset-10 {
    margin-left: 0;
    margin-right: 83.33333%; }

.col-sm-offset-11 {
  margin-left: 91.66667%; }
  .direction-rtl .col-sm-offset-11 {
    margin-left: 0;
    margin-right: 91.66667%; }

.col-sm-offset-12 {
  margin-left: 100%; }
  .direction-rtl .col-sm-offset-12 {
    margin-left: 0;
    margin-right: 100%; }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .slide-tap-in-order.grid-true .tappy, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  padding-left: 0.9em;
  padding-right: 0.9em; }

.row {
  margin-left: -0.9em;
  margin-right: -0.9em; }

@media (min-width: 601px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .slide-tap-in-order.grid-true .tappy, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .row {
    margin-left: -0.9em;
    margin-right: -0.9em; } }

@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
    .direction-rtl .col-md-1, .direction-rtl .col-md-2, .direction-rtl .col-md-3, .direction-rtl .col-md-4, .direction-rtl .col-md-5, .direction-rtl .col-md-6, .direction-rtl .col-md-7, .direction-rtl .col-md-8, .direction-rtl .col-md-9, .direction-rtl .col-md-10, .direction-rtl .col-md-11, .direction-rtl .col-md-12 {
      float: right; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
    .direction-rtl .col-md-offset-0 {
      margin-left: 0;
      margin-right: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
    .direction-rtl .col-md-offset-1 {
      margin-left: 0;
      margin-right: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
    .direction-rtl .col-md-offset-2 {
      margin-left: 0;
      margin-right: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
    .direction-rtl .col-md-offset-3 {
      margin-left: 0;
      margin-right: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
    .direction-rtl .col-md-offset-4 {
      margin-left: 0;
      margin-right: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
    .direction-rtl .col-md-offset-5 {
      margin-left: 0;
      margin-right: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
    .direction-rtl .col-md-offset-6 {
      margin-left: 0;
      margin-right: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
    .direction-rtl .col-md-offset-7 {
      margin-left: 0;
      margin-right: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
    .direction-rtl .col-md-offset-8 {
      margin-left: 0;
      margin-right: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
    .direction-rtl .col-md-offset-9 {
      margin-left: 0;
      margin-right: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
    .direction-rtl .col-md-offset-10 {
      margin-left: 0;
      margin-right: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
    .direction-rtl .col-md-offset-11 {
      margin-left: 0;
      margin-right: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
    .direction-rtl .col-md-offset-12 {
      margin-left: 0;
      margin-right: 100%; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .row {
    margin-left: -0.9em;
    margin-right: -0.9em; } }

@media (min-width: 1024px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
    .direction-rtl .col-lg-1, .direction-rtl .col-lg-2, .direction-rtl .col-lg-3, .direction-rtl .col-lg-4, .direction-rtl .col-lg-5, .direction-rtl .col-lg-6, .direction-rtl .col-lg-7, .direction-rtl .col-lg-8, .direction-rtl .col-lg-9, .direction-rtl .col-lg-10, .direction-rtl .col-lg-11, .direction-rtl .col-lg-12 {
      float: right; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
    .direction-rtl .col-lg-offset-0 {
      margin-left: 0;
      margin-right: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
    .direction-rtl .col-lg-offset-1 {
      margin-left: 0;
      margin-right: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
    .direction-rtl .col-lg-offset-2 {
      margin-left: 0;
      margin-right: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
    .direction-rtl .col-lg-offset-3 {
      margin-left: 0;
      margin-right: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
    .direction-rtl .col-lg-offset-4 {
      margin-left: 0;
      margin-right: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
    .direction-rtl .col-lg-offset-5 {
      margin-left: 0;
      margin-right: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
    .direction-rtl .col-lg-offset-6 {
      margin-left: 0;
      margin-right: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
    .direction-rtl .col-lg-offset-7 {
      margin-left: 0;
      margin-right: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
    .direction-rtl .col-lg-offset-8 {
      margin-left: 0;
      margin-right: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
    .direction-rtl .col-lg-offset-9 {
      margin-left: 0;
      margin-right: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
    .direction-rtl .col-lg-offset-10 {
      margin-left: 0;
      margin-right: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
    .direction-rtl .col-lg-offset-11 {
      margin-left: 0;
      margin-right: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
    .direction-rtl .col-lg-offset-12 {
      margin-left: 0;
      margin-right: 100%; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    padding-left: 0.9em;
    padding-right: 0.9em; }
  .row {
    margin-left: -0.9em;
    margin-right: -0.9em; } }

#indicator {
  width: 100%;
  height: 4px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 300ms; }
  .device-ios #indicator {
    height: calc(constant(safe-area-inset-top) + 4px);
    height: calc(env(safe-area-inset-top) + 4px); }
  @media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
    #indicator {
      border-radius: 2px 2px 0 0; } }
  #indicator #inner {
    margin-left: -100%;
    width: 100% !important;
    height: 100%;
    position: absolute;
    background-color: currentColor; }
  .ui-minimal #indicator {
    opacity: 0; }

@media (max-width: 600px) {
  .line-br-sm {
    display: block;
    clear: both; }
  .line-br-lg {
    display: none; } }

@media (min-width: 601px) {
  .line-br-sm {
    display: none; }
  .line-br-lg {
    display: block;
    clear: both; } }

#pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
  text-align: center; }
  #pagination .page {
    display: inline-block;
    border: 1px solid #ccc;
    height: 8px;
    width: 8px;
    margin: 0 4px 12px;
    border-radius: 50%;
    transition: background-color 300ms; }
    #pagination .page.active {
      background: #ccc; }

.quote {
  padding: 1em 1.2em;
  position: relative;
  transition: all 300ms;
  min-width: 20px;
  margin-bottom: 1em;
  border-radius: 0.6em;
  z-index: 1; }
  .quote.quote-dk {
    color: #fff; }
    .quote.quote-dk .quote-bg {
      background: #000;
      opacity: 0.6; }
    .quote.quote-dk .quote-angle {
      fill: #000; }
  .quote.quote-lt {
    color: #222; }
    .quote.quote-lt .quote-bg {
      background: #fff;
      opacity: 0.8; }
    .quote.quote-lt .quote-angle {
      fill: #fff; }
  .quote.active {
    color: #333;
    transition: all 300ms, transform 400ms cubic-bezier(1, 1.5, 0, 2.2); }
    .quote.active .quote-bg,
    .quote.active .quote-angle {
      opacity: 1; }
    .quote.active .quote-angle {
      transform: translate3d(0, -0.5px, 0) scale(1, 0.9); }

.quote-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  z-index: -1;
  transition: inherit; }

.quote-angle {
  position: absolute;
  top: 100%;
  transition: inherit;
  width: 2em;
  height: 1em;
  transform-origin: top center;
  transform: translate3d(0, 0, 0) scale(1); }

.quote-angle-side {
  display: none; }

.direction-ltr .quote.pull-right .quote-angle,
.direction-rtl .quote.pull-left .quote-angle {
  right: 10%; }

.direction-ltr .quote.pull-right .quote-angle-below-right,
.direction-rtl .quote.pull-left .quote-angle-below-right {
  display: block; }

.direction-ltr .quote.pull-left .quote-angle,
.direction-rtl .quote.pull-right .quote-angle {
  left: 10%; }

.direction-ltr .quote.pull-left .quote-angle-below-left,
.direction-rtl .quote.pull-right .quote-angle-below-left {
  display: block; }

.slide-up {
  opacity: 0;
  transform: translate3d(0, 100%, 0) scale(1); }

.slide-down {
  opacity: 0;
  transform: translate3d(0, -100%, 0) scale(1); }

.slide-left {
  opacity: 0;
  transform: translate3d(100%, 0, 0) scale(1); }

.slide-right {
  opacity: 0;
  transform: translate3d(-100%, 0, 0) scale(1); }

.scale-up {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.95); }

.scale-down {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1.05); }

.fade-in {
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(1); }

.slide.active .slide-up,
.slide.active .slide-down,
.slide.active .slide-left,
.slide.active .slide-right,
.slide.active .scale-up,
.slide.active .scale-down,
.slide.active .fade-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 300ms, opacity 300ms; }

.slide.active .delay-1 {
  transition-delay: 100ms !important;
  animation-delay: 100ms !important; }

.slide.active .delay-2 {
  transition-delay: 200ms !important;
  animation-delay: 200ms !important; }

.slide.active .delay-3 {
  transition-delay: 300ms !important;
  animation-delay: 300ms !important; }

.slide.active .delay-4 {
  transition-delay: 400ms !important;
  animation-delay: 400ms !important; }

.slide.active .delay-5 {
  transition-delay: 500ms !important;
  animation-delay: 500ms !important; }

.slide.active .delay-6 {
  transition-delay: 600ms !important;
  animation-delay: 600ms !important; }

.slide.active .delay-7 {
  transition-delay: 700ms !important;
  animation-delay: 700ms !important; }

.slide.active .delay-8 {
  transition-delay: 800ms !important;
  animation-delay: 800ms !important; }

.slide.active .delay-9 {
  transition-delay: 900ms !important;
  animation-delay: 900ms !important; }

.slide.active .delay-10 {
  transition-delay: 1000ms !important;
  animation-delay: 1000ms !important; }

.slide.active .delay-11 {
  transition-delay: 1100ms !important;
  animation-delay: 1100ms !important; }

.slide.active .delay-12 {
  transition-delay: 1200ms !important;
  animation-delay: 1200ms !important; }

.slide.active .delay-13 {
  transition-delay: 1300ms !important;
  animation-delay: 1300ms !important; }

.slide.active .delay-14 {
  transition-delay: 1400ms !important;
  animation-delay: 1400ms !important; }

.slide.active .delay-15 {
  transition-delay: 1500ms !important;
  animation-delay: 1500ms !important; }

.slide.active .delay-16 {
  transition-delay: 1600ms !important;
  animation-delay: 1600ms !important; }

.slide.active .delay-17 {
  transition-delay: 1700ms !important;
  animation-delay: 1700ms !important; }

.slide.active .delay-18 {
  transition-delay: 1800ms !important;
  animation-delay: 1800ms !important; }

.slide.active .delay-19 {
  transition-delay: 1900ms !important;
  animation-delay: 1900ms !important; }

.slide.active .delay-20 {
  transition-delay: 2000ms !important;
  animation-delay: 2000ms !important; }

.slide.active .delay-21 {
  transition-delay: 2100ms !important;
  animation-delay: 2100ms !important; }

.slide.active .delay-22 {
  transition-delay: 2200ms !important;
  animation-delay: 2200ms !important; }

.slide.active .delay-23 {
  transition-delay: 2300ms !important;
  animation-delay: 2300ms !important; }

.slide.active .delay-24 {
  transition-delay: 2400ms !important;
  animation-delay: 2400ms !important; }

.slide.active .delay-25 {
  transition-delay: 2500ms !important;
  animation-delay: 2500ms !important; }

.slide.active .delay-26 {
  transition-delay: 2600ms !important;
  animation-delay: 2600ms !important; }

.slide.active .delay-27 {
  transition-delay: 2700ms !important;
  animation-delay: 2700ms !important; }

.slide.active .delay-28 {
  transition-delay: 2800ms !important;
  animation-delay: 2800ms !important; }

.slide.active .delay-29 {
  transition-delay: 2900ms !important;
  animation-delay: 2900ms !important; }

.slide.active .delay-30 {
  transition-delay: 3000ms !important;
  animation-delay: 3000ms !important; }

.slide.active .no-delay {
  transition-delay: 0ms !important;
  animation-delay: 0ms !important; }

.text-nowrap {
  white-space: nowrap; }

.text-pre, .slide-game-jumble .droppy,
.slide-game-jumble .droppy-complete {
  white-space: pre-line; }

.text-prewrap {
  white-space: pre-wrap; }

.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

h1, h2, h3, .text-normal {
  font-weight: 400; }

h4, .text-bold, .game-slide .game-stepper, .btn, .slide-drag-to-match .multi-content-text {
  font-weight: 600; }

.text-light {
  font-weight: 300; }

.text-lowercase {
  text-transform: lowercase; }

h4, .text-uppercase, .slide-drag-to-match .short-text .multi-content-text {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-untransform {
  text-transform: none; }

h1, h2, h3, h4, ul, ol, li, p, hr {
  margin: 0 0 0.5em; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, ul:last-child, ol:last-child, li:last-child, p:last-child, hr:last-child {
    margin-bottom: 0; }

ul, ol {
  text-align: left;
  text-align: start;
  padding: 0 1.7em; }
  ul.md-list, ol.md-list {
    padding: 0;
    list-style-type: none; }
    ul.md-list > li, ol.md-list > li {
      position: relative; }
      ul.md-list > li:before, ol.md-list > li:before {
        position: absolute; }
  .direction-rtl ul, .direction-rtl ol {
    text-align: right;
    text-align: start; }
  .text-center ul, .text-center ol {
    display: table;
    margin-left: auto;
    margin-right: auto; }

ul.md-list > li {
  padding: 0 1em; }
  ul.md-list > li:before {
    content: "\2022";
    font-size: 1.6em;
    width: 0.625em;
    margin: -0.25em -0.625em; }

ol.md-list {
  counter-reset: ol; }
  ol.md-list > li {
    padding: 0 1.6em; }
    ol.md-list > li:before {
      counter-increment: ol;
      content: counter(ol) ".";
      width: 1.6em;
      margin: 0 -1.6em; }

.tight {
  margin-bottom: 0; }

.text-muted {
  color: #b4bcc6; }

hr {
  border: none;
  border-top: 1px solid; }

.lead-tight {
  line-height: 1; }

.lead-normal {
  line-height: 1.2; }

.lead-loose {
  line-height: 1.5; }

h1, .text-xxl {
  font-size: 1.75em; }

.text-xl {
  font-size: 1.5em; }

h2, .text-lg {
  font-size: 1.25em; }

h3, .text-md, .btn, .slide-drag-to-match .multi-content-text, .slide-multiple-choice-game.image-focus-true .slide-title {
  font-size: 1.1em; }

h4, .text-sm {
  font-size: 0.8em; }

@media (min-width: 601px) and (min-height: 768px) {
  h1, .text-xxl {
    font-size: 2em; }
  .text-xl {
    font-size: 1.66em; }
  h2, .text-lg {
    font-size: 1.33em; }
  h3, .text-md, .btn, .slide-drag-to-match .multi-content-text, .slide-multiple-choice-game.image-focus-true .slide-title {
    font-size: 1.16em; } }

.mode-screenshot *, .mode-screenshot *:before, .mode-screenshot *:after,
.mode-screenshot [class*=delay-],
.mode-screenshot .slide.active .slide-up,
.mode-screenshot .slide.active .slide-down,
.mode-screenshot .slide.active .slide-left,
.mode-screenshot .slide.active .slide-right,
.mode-screenshot .slide.active .scale-up,
.mode-screenshot .slide.active .scale-down,
.mode-screenshot .slide.active .fade-in {
  transition: none !important;
  animation: none !important; }

.mode-screenshot .slide .slide-up,
.mode-screenshot .slide .slide-down,
.mode-screenshot .slide .slide-left,
.mode-screenshot .slide .slide-right,
.mode-screenshot .slide .scale-up,
.mode-screenshot .slide .scale-down,
.mode-screenshot .slide .fade-in {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1); }

.mode-screenshot ol.md-list {
  list-style-type: decimal;
  padding: 0 1.7em; }

.mode-screenshot ol.md-list li {
  padding: 0; }

.mode-screenshot ol.md-list li:before {
  content: none; }

.mode-screenshot #lesson-header-title {
  width: calc(100% - 8em); }

.mode-screenshot video {
  background: rgba(0, 0, 0, 0.8) !important; }

.mode-screenshot .multi-content-wrapper-video:before {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  margin: -1em;
  font-size: 2em;
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.7);
  border: 4px solid rgba(255, 255, 255, 0.1);
  background-clip: padding-box; }

.btn {
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  text-align: center; }
  .btn.__active {
    transition: all 300ms !important; }
  .btn.btn-block {
    display: block; }
  .btn.btn-muted {
    color: inherit;
    padding: 0.6em;
    color: #fff;
    background: rgba(0, 0, 0, 0.25); }
    .btn.btn-muted.__active {
      background: rgba(0, 0, 0, 0.4); }
  .btn.btn-circular {
    min-width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 1.25em;
    padding: 0; }
    .btn.btn-circular .btn-circular-icon {
      width: 1.5em; }
  .btn.btn-solid {
    color: #333;
    padding: 0.8em;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    background-clip: padding-box; }
    @media (max-width: 600px) {
      .btn.btn-solid {
        padding: 0.8em 0.75em 0.7em; } }
    .btn.btn-solid.__active {
      border-color: rgba(0, 0, 0, 0.3);
      background-color: #ddd; }
  .btn.btn-sm {
    padding: 0.55em 1em 0.45em; }

.btn-knob, .slide-dial .dial-knob, .slide-dial-distribution .dial-knob, .slide-slider .slider-knob, .slide-slider-survey .slider-knob {
  width: 1.6em;
  height: 1.6em;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #fff;
  background-clip: padding-box; }

.draggy .btn,
.selectable .btn {
  position: relative; }
  .draggy .btn:before, .draggy .btn:after,
  .selectable .btn:before,
  .selectable .btn:after {
    top: 50%;
    color: #ccc;
    height: 1em;
    font-size: 1.25em;
    line-height: 1.08;
    text-shadow: none;
    font-family: icons;
    position: absolute;
    margin-top: -0.5em;
    transition: inherit;
    font-weight: normal; }
  .direction-ltr .draggy .btn, .direction-ltr
  .selectable .btn {
    padding-left: 2em; }
    .direction-ltr .draggy .btn:before, .direction-ltr .draggy .btn:after, .direction-ltr
    .selectable .btn:before, .direction-ltr
    .selectable .btn:after {
      left: 0.5em; }
  .direction-rtl .draggy .btn, .direction-rtl
  .selectable .btn {
    padding-right: 2em; }
    .direction-rtl .draggy .btn:before, .direction-rtl .draggy .btn:after, .direction-rtl
    .selectable .btn:before, .direction-rtl
    .selectable .btn:after {
      right: 0.5em; }
  .draggy .btn.__active:before,
  .selectable .btn.__active:before {
    color: #aaa; }

.draggy {
  cursor: move; }
  .draggy .btn:before {
    content: "\F131"; }
  .draggy.draggy-ver .btn:before,
  .draggy.draggy-ver .btn:after {
    transform: rotate(90deg); }
  .draggy.active .btn {
    background-color: #e5e5e5; }
    .draggy.active .btn:before {
      color: #aaa; }

.selectable .btn:before, .selectable .btn:after {
  font-size: 1.8em;
  margin-left: -0.3em;
  margin-right: -0.3em; }

.selectable .btn:before {
  content: "\F111";
  color: #ddd; }

.selectable .btn:after {
  content: "\F132";
  color: transparent;
  transform: translate3d(0, 0, 0) scale(0);
  transition: all 450ms cubic-bezier(0.8, 0.5, 0, 1.8); }

.selectable.active .btn {
  background-color: #e5e5e5; }
  .selectable.active .btn:before {
    color: #aaa; }
  .selectable.active .btn:after {
    color: #fff;
    transform: translate3d(0, 0, 0) scale(1); }

.direction-ltr .selectable .btn-long, .direction-ltr
.draggy .btn-long {
  padding-left: 2.5em;
  text-align: left; }

.direction-rtl .selectable .btn-long, .direction-rtl
.draggy .btn-long {
  text-align: right;
  padding-right: 2.5em; }

#disconnection-warning {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  #disconnection-warning #disconnection-msg {
    max-width: 480px;
    background: rgba(255, 255, 255, 0.98);
    color: #000;
    border-radius: 4px; }
  #disconnection-warning.active {
    display: block; }

@font-face {
  font-family: icons;
  font-display: block;
  src: url("../font/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.mode-screenshot .multi-content-wrapper-video:before, .icon:before, #stars-available .star:before, #stars-earned .star:before, #text-input-view.has-min #text-input-count:before, .video-play:before,
.video-replay:before, .vjs-audio-button:before,
.vjs-captions-button:before,
.vjs-chapters-button:before,
.vjs-close-button:before,
.vjs-descriptions-button:before,
.vjs-fullscreen-control:before,
.vjs-icon-audio:before,
.vjs-icon-audio-description:before,
.vjs-icon-cancel:before,
.vjs-icon-captions:before,
.vjs-icon-chapters:before,
.vjs-icon-circle:before,
.vjs-icon-circle-inner-circle:before,
.vjs-icon-circle-outline:before,
.vjs-icon-cog:before,
.vjs-icon-fullscreen-enter:before,
.vjs-icon-fullscreen-exit:before,
.vjs-icon-hd:before,
.vjs-icon-pause:before,
.vjs-icon-play:before,
.vjs-icon-play-circle:before,
.vjs-icon-replay:before,
.vjs-icon-share:before,
.vjs-icon-spinner:before,
.vjs-icon-square:before,
.vjs-icon-subtitles:before,
.vjs-icon-volume-high:before,
.vjs-icon-volume-low:before,
.vjs-icon-volume-mid:before,
.vjs-icon-volume-mute:before,
.vjs-mute-control:before,
.vjs-play-control:before,
.vjs-play-progress:before,
.vjs-subtitles-button:before,
.vjs-volume-level:before,
.vjs-volume-menu-button:before, .video-js .vjs-big-play-button:before, .pswp__button:before {
  font-family: icons;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-transform: none; }

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

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

.icon-headphones:before,
.icon-audio:before {
  content: "\F11E"; }

.icon-audio-description:before {
  content: "\F11D"; }

.icon-cancel:before {
  content: "\F11F"; }

.icon-captions:before {
  content: "\F10D"; }

.icon-th-list:before,
.icon-chapters:before {
  content: "\F10E"; }

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

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

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

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

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

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

.icon-circle-tick:before, #text-input-view.has-min #text-input-count:before {
  content: "\F12C"; }

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

.icon-close:before {
  content: "\F11F"; }

.icon-cog:before {
  content: "\F110"; }

.icon-forward:before {
  content: "\F124"; }

.icon-fullscreen-enter:before {
  content: "\F108"; }

.icon-fullscreen-exit:before {
  content: "\F109"; }

.icon-hd:before {
  content: "\F114"; }

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

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

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

.icon-play:before, .mode-screenshot .multi-content-wrapper-video:before, .video-play:before, .video-js .vjs-big-play-button:before {
  content: "\F101"; }

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

.icon-replay:before,
.video-replay:before {
  content: "\F116"; }

.icon-share:before {
  content: "\F10F"; }

.icon-spinner:before {
  content: "\F10B"; }

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

.icon-star:before, #stars-available .star:before, #stars-earned .star:before {
  content: "\F125"; }

.icon-subtitles:before {
  content: "\F10C"; }

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

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

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

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

.icon-zoom-in:before {
  content: "\F120"; }

.icon-zoom-out:before {
  content: "\F121"; }

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

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

.icon-pencil:before,
.icon-edit:before {
  content: "\F130"; }

.icon-drag:before {
  content: "\F131"; }

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

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

.icon-chat:before {
  content: "\F133"; }

.icon-chat-count:before {
  content: "\F134"; }

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

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

.icon-back:before {
  content: "\F137"; }

.icon-calendar:before {
  content: "\F138"; }

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

.icon-clock:before {
  content: "\F13A"; }

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

.icon-trash:before,
.icon-delete:before {
  content: "\F13C"; }

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

.icon-import:before,
.icon-download:before {
  content: "\F13E"; }

.icon-upload:before {
  content: "\F13F"; }

.icon-drag-vertical:before {
  content: "\F140"; }

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

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

.icon-image:before {
  content: "\F143"; }

.icon-image-reversed:before {
  content: "\F144"; }

.icon-info:before {
  content: "\F145"; }

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

.icon-mail:before {
  content: "\F147"; }

.icon-package:before {
  content: "\F148"; }

.icon-record:before {
  content: "\F149"; }

.icon-filter:before,
.icon-search:before {
  content: "\F14A"; }

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

.icon-text-center:before {
  content: "\F14C"; }

.icon-text-left:before {
  content: "\F14D"; }

.icon-text-right:before {
  content: "\F14E"; }

.icon-wifi:before {
  content: "\F14F"; }

.icon-ed:before {
  content: "\F150"; }

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

.icon-tick:before {
  content: "\F152"; }

.icon-down-sm:before {
  content: "\F153"; }

.icon-left-sm:before {
  content: "\F154"; }

.icon-up-sm:before {
  content: "\F155"; }

.icon-right-sm:before {
  content: "\F156"; }

.icon-bold:before {
  content: "\F157"; }

.icon-italic:before {
  content: "\F158"; }

#lesson-header {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 1;
  pointer-events: none;
  transition: opacity 300ms;
  z-index: 10; }
  #lesson-header .icon:before {
    vertical-align: middle; }
  .ui-minimal #lesson-header,
  .display-stars-avail #lesson-header {
    opacity: 0; }

#lesson-header-title {
  max-width: 100%; }

#lesson-header-title-content,
#lesson-header-nav-page-count,
#lesson-header-nav-social-learning,
#lesson-header-nav-menu-btn {
  display: inline-block;
  padding: 0.6em;
  height: 2.4em;
  box-sizing: border-box;
  vertical-align: middle; }

#lesson-header-title-content {
  padding: 0.5em 0 0.9em;
  border-bottom: 1px solid;
  transition: all 300ms;
  display: block; }

#lesson-header-title-logo {
  vertical-align: middle;
  height: 2.4em;
  transition: transform 300ms;
  transform-origin: top left;
  transform: scale3d(1, 1, 1); }
  .direction-ltr #lesson-header-title-logo {
    float: left;
    margin-right: 1em; }
  .direction-rtl #lesson-header-title-logo {
    float: right;
    margin-left: 1em; }

#lesson-header-nav {
  border-radius: 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  float: right;
  transition: all 200ms;
  position: relative; }
  .direction-ltr #lesson-header-nav {
    float: right;
    margin-left: 1.2em; }
  .direction-rtl #lesson-header-nav {
    float: left;
    margin-right: 1.2em; }

#lesson-header-nav-page-count {
  line-height: 1.25; }
  #lesson-header-nav-page-count small {
    margin-left: 0.5px; }
  .is-loading-narration #lesson-header-nav-page-count {
    opacity: 0; }

#lesson-header-nav-social-learning {
  display: none; }
  #lesson-header-nav-social-learning .icon {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    vertical-align: middle;
    height: 1em;
    margin: -4px -3px; }
    .device-ios #lesson-header-nav-social-learning .icon {
      margin-top: -5px; }
  #lesson-header-nav-social-learning .icon-count {
    position: absolute;
    right: 1px;
    right: 1.2px;
    top: 1px;
    height: 1em;
    width: 1em;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.1em;
    vertical-align: middle;
    display: none; }
    .device-ios #lesson-header-nav-social-learning .icon-count {
      top: 2px; }
  #lesson-header-nav-social-learning.has-count .icon-chat:before {
    content: "\F134"; }
  #lesson-header-nav-social-learning.has-count .icon-count {
    display: block; }
  .ui-is-social #lesson-header-nav-social-learning {
    display: inline-block; }

#lesson-header-nav-menu-btn,
#lesson-header-nav-social-learning {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0.65em;
  line-height: 2.4em;
  pointer-events: all;
  transition: inherit;
  text-align: center;
  cursor: pointer;
  margin-left: -1px; }
  #lesson-header-nav-menu-btn .icon,
  #lesson-header-nav-social-learning .icon {
    display: inline-block; }
  #lesson-header-nav-menu-btn.__active,
  #lesson-header-nav-social-learning.__active {
    background-color: rgba(0, 0, 0, 0.25);
    transition: background 300ms; }
  .ui-minimal #lesson-header-nav-menu-btn, .ui-minimal
  #lesson-header-nav-social-learning {
    pointer-events: none; }
  .direction-rtl #lesson-header-nav-menu-btn, .direction-rtl
  #lesson-header-nav-social-learning {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }

#lesson-header-nav-menu-btn {
  cursor: pointer;
  border-radius: 0 4px 4px 0; }
  .device-ios #lesson-header-nav-menu-btn .icon {
    margin-top: -2px; }

.scroll-middle #lesson-header-title-logo,
.scroll-bottom #lesson-header-title-logo {
  transform: scale3d(0.75, 0.75, 0.75); }
  .scroll-middle #lesson-header-title-logo + #lesson-header-title-content,
  .scroll-bottom #lesson-header-title-logo + #lesson-header-title-content {
    transform: translate3d(-0.75em, 0, 0); }

.scroll-middle #lesson-header-nav,
.scroll-bottom #lesson-header-nav {
  background: transparent;
  transform: translate3d(0.75em, -0.2em, 0); }

.scroll-middle #lesson-header-nav-menu-btn,
.scroll-middle #lesson-header-title,
.scroll-bottom #lesson-header-nav-menu-btn,
.scroll-bottom #lesson-header-title {
  border-color: transparent; }

#lesson-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: opacity 300ms, z-index 0ms 300ms; }
  #lesson-menu h1, #lesson-menu h3 {
    opacity: 0;
    transition: all 0ms 300ms;
    transform: translate3d(0, 8px, 0) scale(1); }
  #lesson-menu #lesson-menu-content {
    max-width: 480px;
    margin: auto; }
  #lesson-menu .btn {
    padding: 1.1em 0.8em;
    font-size: 1.4em; }
    #lesson-menu .btn + .btn {
      margin-top: 12px; }
  #lesson-menu.active {
    opacity: 1;
    z-index: 100;
    transition-delay: 0ms, 0ms; }
    #lesson-menu.active h1, #lesson-menu.active h3 {
      transition-duration: 400ms;
      transition-delay: 0ms;
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }
  #lesson-menu #lesson-menu-cancel.__active {
    opacity: 0.7; }
  @media (max-height: 449px) {
    #lesson-menu #lesson-menu-content {
      max-width: none; }
    #lesson-menu .btn {
      font-size: 1.2em;
      display: inline-block;
      min-width: 30%;
      margin-top: 0 !important;
      margin: 0.2em; }
    #lesson-menu #lesson-menu-cancel {
      display: block;
      margin: 0; } }
  #lesson-menu.page-0 #lesson-menu-go-back,
  #lesson-menu.page-0 #lesson-menu-restart {
    opacity: 0.5;
    pointer-events: none; }

.multi-content-wrapper {
  max-width: 480px;
  margin: auto; }

.multi-content {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

audio.multi-content,
video.multi-content {
  width: 100%; }

video.multi-content {
  height: 150px;
  background: transparent; }

img.multi-content {
  max-height: 160px; }

.multi-content-media {
  overflow: hidden; }
  .multi-content-media .video-js {
    font-size: 12px;
    background: transparent;
    padding-top: 0 !important;
    height: auto !important; }
    .multi-content-media .video-js video {
      position: relative;
      max-height: 140px;
      z-index: -1; }
    .multi-content-media .video-js .vjs-big-play-button {
      font-size: 0.75rem; }
    .multi-content-media .video-js .vjs-control-bar {
      left: -4px;
      right: -4px;
      bottom: -4px; }
    .multi-content-media .video-js.vjs-fullscreen video {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
      max-height: none; }

.multi-content-iframe iframe {
  display: block;
  border: none;
  width: 100% !important;
  height: auto !important; }

#narration-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 34px;
  padding-right: 30px;
  padding-left: 6px;
  line-height: 2.5em;
  z-index: 100;
  opacity: 0;
  transition: opacity 800ms;
  border-radius: 4px 0 0 4px;
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: 18px;
  background-clip: padding-box; }
  @media (min-width: 601px) and (min-height: 768px) {
    #narration-loader {
      right: 37px;
      padding-right: 36px;
      background-size: 24px; } }
  #narration-loader:before {
    content: "\f11e";
    font-family: icons;
    font-weight: normal;
    font-style: normal; }
  .is-loading-narration #narration-loader {
    opacity: 1;
    background-image: url(../img/templates/loader.gif);
    transition-delay: 0ms; }

#play-audio-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transition: opacity 300ms, z-index 0ms 300ms;
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }
  #play-audio-popup .btn-no {
    position: absolute;
    bottom: 1em;
    left: 2em;
    right: 2em;
    opacity: 0.4; }
  #play-audio-popup.active {
    opacity: 1;
    z-index: 100;
    transition-delay: 0ms, 0ms;
    -webkit-backdrop-filter: blur(4px); }

#slide-answer {
  bottom: -20px;
  left: 0;
  right: 0;
  position: absolute;
  border-bottom: 20px solid #fff;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  margin-top: -1px;
  line-height: 1.33;
  color: #222;
  z-index: 99;
  transform: translate3d(0, 100%, 0);
  transition: transform 300ms;
  background-color: #fff;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.93), #fff 4em);
  background-clip: padding-box; }
  .device-ios #slide-answer {
    padding-bottom: calc(constant(safe-area-inset-bottom));
    padding-bottom: calc(env(safe-area-inset-bottom)); }
  #slide-answer #slide-answer-details {
    position: relative; }
    @media (max-width: 600px), (max-height: 449px) {
      #slide-answer #slide-answer-details:before, #slide-answer #slide-answer-details:after {
        content: "";
        position: absolute;
        left: 0.9em;
        right: 0.9em;
        z-index: 1; }
      #slide-answer #slide-answer-details:before {
        top: 0;
        height: 1.2em;
        background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0)); }
      #slide-answer #slide-answer-details:after {
        bottom: -1px;
        height: 1.8em;
        background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.95) 10%, rgba(255, 255, 255, 0)); } }
    #slide-answer #slide-answer-details .content-scroll {
      padding-left: 0.9em;
      padding-right: 0.9em;
      margin: 0 -0.9em;
      height: auto; }
      @media (max-width: 600px), (max-height: 449px) {
        #slide-answer #slide-answer-details .content-scroll {
          max-height: 280px; } }
      @media (max-height: 449px) {
        #slide-answer #slide-answer-details .content-scroll {
          max-height: 180px;
          max-width: 83.33%;
          margin: auto; } }
  #slide-answer #slide-answer-takeaway {
    padding-bottom: 1.2em; }
  @media (max-width: 768px) {
    #slide-answer .col-sm-12 + .col-sm-12:before {
      content: "";
      left: 25%;
      right: 25%;
      position: absolute;
      border-bottom: 1px solid #ccc;
      top: 0;
      z-index: 10; } }
  @media (min-width: 769px) {
    #slide-answer #slide-answer-continue-container {
      position: relative; }
      #slide-answer #slide-answer-continue-container:before {
        content: "";
        left: 25%;
        right: 25%;
        position: absolute;
        border-bottom: 1px solid #ccc;
        top: -1.2em;
        z-index: 10; } }
  @media (min-width: 601px) and (min-height: 768px) {
    #slide-answer #slide-answer-continue-container:before {
      top: -1.8em; } }
  @media (min-width: 769px) {
    #slide-answer #slide-answer-takeaway + #slide-answer-continue-container {
      padding-top: 1.2em; }
      #slide-answer #slide-answer-takeaway + #slide-answer-continue-container:before {
        content: "";
        left: 25%;
        right: 25%;
        position: absolute;
        border-bottom: 1px solid #ccc;
        top: 0; } }
  #slide-answer #slide-answer-takeaway + #slide-answer-continue-container #slide-answer-continue {
    max-width: 360px;
    margin: auto; }
  @media (min-width: 769px) {
    #slide-answer .row {
      display: table; }
    #slide-answer .col-md-6 {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      float: none; } }
  #slide-answer.display {
    transform: translate3d(0, 0, 0);
    transition-delay: 600ms; }

.slide-footer {
  width: 100%;
  height: 2.4em;
  position: absolute;
  top: 100%;
  text-align: center;
  line-height: 2.4em; }
  .slide-footer.slide-footer--up {
    top: auto;
    bottom: calc(100% - 1.2em); }
  .slide-footer .slide-footer-prompt, .slide-footer .slide-footer-touched, .slide-footer .slide-footer-narration {
    width: 100%;
    height: 2.4em;
    box-sizing: border-box;
    position: absolute;
    opacity: 0;
    transition: opacity 300ms;
    pointer-events: none; }
  .state-prompt .slide-footer .slide-footer-prompt, .state-intro .slide-footer .slide-footer-prompt {
    opacity: 1;
    pointer-events: all; }
  .state-touched .slide-footer .slide-footer-touched {
    opacity: 1;
    pointer-events: all; }
  .state-narration .slide-footer .slide-footer-narration {
    opacity: 1;
    pointer-events: all; }
  .slide-footer .slide-footer-prompt-content {
    line-height: 1; }
  .slide-footer .btn-muted {
    min-width: 8em; }
  .slide-footer .narration-progress {
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-left-width: 4px;
    background: transparent; }
  .slide-footer .narration-progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: transform 350ms linear;
    transform: translate3d(0, 0, 0) scale(0, 1);
    transform-origin: left center; }
  .slide-footer .wave-ellipse {
    margin: -1px 0;
    position: relative;
    top: -4px;
    z-index: 1; }

#stars-available .star, #stars-earned .star {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.2);
  margin-left: -0.1em;
  margin-right: -0.1em; }
  #stars-available .active.star, #stars-earned .active.star {
    color: #fecd05;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
  #stars-available .bunched.star, #stars-earned .bunched.star {
    position: relative;
    margin-left: -0.18em;
    margin-right: -0.18em; }
    #stars-available .bunched.star:nth-child(even), #stars-earned .bunched.star:nth-child(even) {
      top: 0.5em; }

#stars-available {
  padding: 0.6em 1.2em 0.8em;
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.25);
  color: #FFFFFF;
  text-align: center;
  opacity: 0;
  transition: opacity 400ms, transform 0ms 400ms;
  transform: translate3d(0, -50%, 0);
  pointer-events: none; }
  .device-ios #stars-available {
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px);
    top: 0; }
  #stars-available .star {
    margin-bottom: 0.5em;
    opacity: 0;
    transition: all 400ms;
    transform: translate3d(0, -100%, 0); }
    #stars-available .star.bunched {
      margin-top: -0.3em;
      margin-bottom: 0.8em; }
  .display-stars-avail #stars-available, .display-stars-avail #stars-available .star {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .display-stars-avail #stars-available {
    transition: all 400ms; }
    .display-stars-avail #stars-available .star-delay-0 {
      transition-delay: 80ms; }
    .display-stars-avail #stars-available .star-delay-1 {
      transition-delay: 200ms; }
    .display-stars-avail #stars-available .star-delay-2 {
      transition-delay: 320ms; }
    .display-stars-avail #stars-available .star-delay-3 {
      transition-delay: 440ms; }
    .display-stars-avail #stars-available .star-delay-4 {
      transition-delay: 560ms; }

#stars-earned {
  position: absolute;
  opacity: 0;
  transition: all 600ms;
  pointer-events: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 1em;
  padding: 1em 1.2em 1.2em;
  transform: translate3d(-50%, -100%, 0);
  z-index: 100; }
  #stars-earned .star {
    color: rgba(170, 170, 170, 0.6);
    line-height: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.5);
    transition: all 800ms cubic-bezier(0.8, 0.5, 0, 1.8);
    margin-bottom: 12px; }
    #stars-earned .star.bunched {
      margin-top: -0.1em;
      margin-bottom: 0.9em; }
  #stars-earned .delay-1 {
    transition-delay: 80ms; }
  #stars-earned .delay-2 {
    transition-delay: 160ms; }
  #stars-earned .delay-3 {
    transition-delay: 240ms; }
  #stars-earned .delay-4 {
    transition-delay: 320ms; }
  #stars-earned .delay-5 {
    transition-delay: 400ms; }
  #stars-earned .delay-6 {
    transition-delay: 480ms; }
  #stars-earned .delay-7 {
    transition-delay: 560ms; }
  #stars-earned .delay-8 {
    transition-delay: 640ms; }
  #stars-earned .delay-9 {
    transition-delay: 720ms; }
  #stars-earned .delay-10 {
    transition-delay: 800ms; }
  #stars-earned.before-display {
    transform: translate3d(-50%, 0%, 0); }
  #stars-earned.display {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0); }
    #stars-earned.display .star {
      opacity: 1;
      transform: translate3d(0, 0, 0) scale(1); }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media (max-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 769px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; }
  .text-lg-justify {
    text-align: justify; } }

#text-input-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 3px;
  background: #FFFFFF;
  color: #000000;
  text-shadow: none;
  opacity: 0;
  transition: all 300ms, z-index 0ms 300ms;
  box-sizing: border-box; }
  #text-input-view * {
    box-sizing: border-box; }
  #text-input-view.visible {
    z-index: 100;
    opacity: 1;
    transition: all 300ms; }
  #text-input-view.active #text-input-scroll {
    opacity: 1; }
  #text-input-view #text-input-container {
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%; }
  #text-input-view #text-input-scroll {
    display: flex;
    opacity: 0;
    transition: opacity 300ms;
    flex-grow: 1;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  #text-input-view #text-input-area {
    display: flex;
    flex-grow: 1;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 18px;
    resize: none;
    -webkit-appearance: none; }
    #text-input-view #text-input-area:focus {
      outline: none; }
  #text-input-view #text-input-title, #text-input-view #text-input-prompt {
    margin: 0; }
  #text-input-view #text-input-container-top {
    display: flex;
    align-items: center;
    justify-content: stretch;
    z-index: 1;
    min-height: 50px;
    width: 100%;
    border-top: 1px solid #E8EBEF;
    border-bottom: 1px solid #E8EBEF;
    background: #FFFFFF;
    color: #9CA9B1; }
  #text-input-view #text-input-count {
    display: none; }
  #text-input-view #text-input-prompt {
    width: 100%;
    overflow: hidden; }
  #text-input-view #text-input-dismiss-btn {
    white-space: nowrap;
    font-size: 1em;
    flex-grow: 0; }
  #text-input-view.has-min #text-input-count {
    margin-right: 1em;
    display: block;
    float: right;
    position: relative;
    transition: color 300ms; }
    #text-input-view.has-min #text-input-count:before {
      margin: -0.25em -0.05em;
      position: absolute;
      right: 0;
      color: #9CA9B1;
      font-size: 2em;
      opacity: 0;
      transition: all 600ms cubic-bezier(0.8, 0.5, 0, 1.8);
      transform: scale3d(0.2, 0.2, 0.2); }
  #text-input-view.is-complete #text-input-count {
    color: #FFFFFF; }
    #text-input-view.is-complete #text-input-count:before {
      opacity: 1;
      transform: scale3d(1, 1, 1); }
  @media (max-width: 768px) {
    #text-input-view #text-input-dismiss-btn {
      border: none;
      background: transparent;
      line-height: inherit;
      color: #47B4E9; } }
  @media (min-width: 769px) {
    #text-input-view #text-input-dismiss-btn {
      margin-top: -0.2em;
      right: 2.4em; }
    #text-input-view.has-min #text-input-count:after {
      top: 0;
      right: 1em; } }

#social-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  text-shadow: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 300ms, z-index 0ms 300ms;
  border-radius: 3px; }
  #social-view.is-input-mode {
    background: #fff; }
  #social-view .time {
    clear: both; }
  #social-view .comment + .time {
    padding-top: 1em; }
  #social-view .emoji {
    font-size: 3em;
    line-height: 1.25;
    margin-bottom: -0.25em;
    display: block; }
  #social-view .comment {
    max-width: 85%;
    min-width: 4em;
    clear: both;
    padding-top: 0.5em; }
    #social-view .comment:nth-child(n-4) {
      opacity: 0;
      transform: translate3d(0, 20px, 0);
      transition: all 400ms; }
    #social-view .comment.is-selected .comment-message {
      box-shadow: inset 0 0 0 1px #ccc;
      background: #fff; }
      #social-view .comment.is-selected .comment-message:after {
        border-color: #ccc transparent transparent #ccc; }
      #social-view .comment.is-selected .comment-message:before {
        content: "";
        opacity: 1; }
    #social-view .comment.is-selected .comment-toggle-action {
      position: relative;
      opacity: 1;
      pointer-events: all; }
    #social-view .comment.is-learner .comment-message {
      color: #fff;
      background-color: #46b4e9;
      background-image: linear-gradient(to right, #45b1e6, #44c3ed);
      border-radius: 12px 12px 0 12px;
      box-shadow: none; }
      #social-view .comment.is-learner .comment-message:before {
        content: none; }
      #social-view .comment.is-learner .comment-message:after {
        margin-left: auto;
        border-color: #44c3ed #44c3ed transparent transparent; }
    #social-view .comment.is-learner.is-selected .comment-message {
      background-image: linear-gradient(to bottom right, #1a9ad8, #44c3ed); }
    #social-view .comment.is-learner .comment-label {
      text-align: right; }
    #social-view .comment.is-learner-liked .comment-like .icon {
      color: #46b4e9; }
    #social-view .comment.is-learner-flagged .comment-message {
      opacity: 0.5; }
    #social-view .comment.no-likes .comment-like {
      color: #b4bcc6; }
  #social-view .time + .comment.is-learner {
    margin-top: -1.62em; }
  #social-view .comment,
  #social-view .time {
    margin: 0; }
  #social-view .comment-message {
    clear: both;
    border-radius: 12px 12px 12px 0;
    background: #f2f4f6;
    hyphens: auto;
    transition: opacity 300ms;
    white-space: pre-wrap;
    cursor: pointer;
    padding: 12px; }
    #social-view .comment-message:before, #social-view .comment-message:after {
      display: block;
      width: 0px;
      height: 0;
      border: solid transparent;
      margin: 12px -12px -16px;
      border-top-color: #f2f4f6;
      border-left-color: #f2f4f6;
      border-width: 2px 6px; }
    #social-view .comment-message:before {
      opacity: 0;
      bottom: -3px;
      left: 1px;
      margin: 0;
      position: absolute;
      border-color: #fff transparent transparent #fff;
      transform: translateY(-0.4px); }
    #social-view .comment-message:after {
      content: ""; }
  #social-view .comment-label,
  #social-view .comment-toggle-action {
    height: 1.8em; }
  #social-view .comment-action {
    display: inline-block;
    padding: 12px 1em;
    margin: -12px -1em;
    cursor: pointer; }
    #social-view .comment-action .icon:before {
      vertical-align: text-bottom; }
  #social-view .comment-toggle-action {
    margin-top: -1.8em;
    background: rgba(255, 255, 255, 0.96);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.96) 32px);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms;
    margin-left: -32px;
    padding-left: 32px; }
  #social-view .comment-cancel {
    float: right; }
    #social-view .comment-cancel:before {
      vertical-align: middle; }
  #social-view .loader {
    display: block;
    opacity: 0;
    margin: auto;
    transition: all 300ms; }
  #social-view.is-loading .loader {
    opacity: 1; }
  #social-view.visible {
    z-index: 100;
    opacity: 1;
    transition: all 300ms; }
  #social-view.active #text-input-scroll,
  #social-view.active .text-input-container {
    opacity: 1; }
  #social-view.active #social-view-messages,
  #social-view.active .comment {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

#social-view-no-comments {
  height: 1em;
  position: absolute;
  margin-top: -0.5em;
  top: 50%;
  left: 0;
  right: 0; }

#social-view-messages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #000;
  transform: translate3d(0, 100%, 0);
  transition: transform 300ms; }
  #social-view-messages:before, #social-view-messages:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0; }
  #social-view-messages:before {
    top: -3px;
    background: rgba(0, 0, 0, 0.2);
    height: 3px; }
  .is-input-mode #social-view-messages:before, .is-input-mode #social-view-messages:after {
    height: 60px;
    z-index: 10; }
  .is-input-mode #social-view-messages:before {
    top: 0;
    right: 8px;
    background: linear-gradient(#fff, rgba(255, 255, 255, 0)); }
  .is-input-mode #social-view-messages:after {
    bottom: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.03)); }

#social-view-messages-list {
  box-sizing: border-box;
  overflow: auto;
  position: relative;
  min-height: 6em;
  max-height: 48vh; }
  #social-view-messages-list ul {
    list-style: none;
    padding: 0; }
  .is-input-mode #social-view-messages-list {
    height: 100%;
    max-height: none;
    padding-top: 3.2em; }

#social-view-input-start {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin-top: -1px;
  z-index: 1;
  position: relative; }
  .is-input-mode #social-view-input-start {
    display: none; }

.is-input-mode #social-view-messages {
  top: 0;
  height: 60%; }

#social-view-input {
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }

#social-view-input-cancel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px;
  z-index: 10;
  height: 1em;
  font-size: 24px;
  color: #9ea6b1;
  background: radial-gradient(rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 60%) no-repeat;
  background-size: 48px;
  cursor: pointer; }

#social-view-input-title,
#social-view-input-slide-count,
#social-view-input-limit {
  vertical-align: middle;
  padding: 0.6em 0.8em 0.6em 0;
  height: 2.4em;
  line-height: 1.4em;
  box-sizing: border-box; }

#social-view-input-slide-count,
#social-view-input-limit {
  color: #9ea6b1;
  text-align: right;
  display: inline-block; }

#social-view-input,
#social-view-input-cancel {
  display: none; }
  .is-input-mode #social-view-input, .is-input-mode
  #social-view-input-cancel {
    display: block; }

#social-view-input-limit {
  display: none; }
  .has-limit #social-view-input-limit {
    display: inline-block; }
  .over-limit #social-view-input-limit {
    color: #fd5143; }

#social-view-input-text {
  display: block;
  resize: none;
  width: 100%;
  height: 100%;
  border: none;
  padding-bottom: 1.5em;
  border-bottom: 1.5em solid #fff;
  box-sizing: border-box;
  outline: none; }

#social-view-input-toolbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: black;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff 50%); }

#social-view-input-confirm {
  pointer-events: all;
  margin: 0;
  min-width: 100px; }
  .over-limit #social-view-input-confirm {
    pointer-events: none;
    color: #aaa; }

.is-ios#social-view .emoji {
  line-height: 1.1;
  margin-bottom: -0.1em; }

.video-controls {
  line-height: 0;
  transition: opacity 300ms;
  text-align: center;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  color: #fff; }
  .video-paused .video-controls {
    opacity: 1;
    pointer-events: all; }

.video-error-msg {
  text-align: center;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  line-height: 1.4; }
  .video-error .video-error-msg {
    opacity: 1; }

.video-error .slide-loader,
.video-paused .slide-loader {
  opacity: 0; }

.video-play,
.video-replay {
  width: 8em;
  height: 8em;
  font-size: 1rem;
  line-height: 8em;
  margin: 1em;
  border-radius: 50%;
  box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(51, 51, 51, 0.7);
  background-clip: padding-box;
  display: inline-block;
  transition: background-color 300ms;
  -webkit-backdrop-filter: blur(4px); }
  .video-play:before,
  .video-replay:before {
    font-size: 4em;
    margin-top: -4px;
    display: inline-block; }
  .video-play.__active,
  .video-replay.__active {
    background-color: rgba(17, 17, 17, 0.9); }

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
  text-align: center; }

.vjs-icon-play:before,
.vjs-play-control:before {
  content: "\f101"; }

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

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
  content: "\f103"; }

.vjs-icon-volume-mute:before,
.vjs-mute-control.vjs-vol-0:before,
.vjs-volume-menu-button.vjs-vol-0:before {
  content: "\f104"; }

.vjs-icon-volume-low:before,
.vjs-mute-control.vjs-vol-1:before,
.vjs-volume-menu-button.vjs-vol-1:before {
  content: "\f105"; }

.vjs-icon-volume-mid:before,
.vjs-mute-control.vjs-vol-2:before,
.vjs-volume-menu-button.vjs-vol-2:before {
  content: "\f106"; }

.vjs-icon-volume-high:before,
.vjs-mute-control:before,
.vjs-volume-menu-button:before {
  content: "\f107"; }

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
  content: "\f108"; }

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\f109"; }

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

.vjs-icon-spinner:before {
  content: "\f10b"; }

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
  content: "\f10c"; }

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
  content: "\f10d"; }

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
  content: "\f10e"; }

.vjs-icon-share:before {
  content: "\f10f"; }

.vjs-icon-cog:before {
  content: "\f110"; }

.vjs-icon-circle:before,
.vjs-play-progress:before,
.vjs-volume-level:before {
  content: "\f111"; }

.vjs-icon-circle-outline:before {
  content: "\f112"; }

.vjs-icon-circle-inner-circle:before {
  content: "\f113"; }

.vjs-icon-hd:before {
  content: "\f114"; }

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
  content: "\f11f"; }

.vjs-icon-replay:before {
  content: "\f116"; }

.vjs-icon-audio-description:before,
.video-js .vjs-descriptions-button:before {
  content: "\f11d"; }

.vjs-icon-audio:before,
.vjs-audio-button:before {
  content: "\f11e"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #111;
  position: relative;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }
  .video-js * {
    box-sizing: inherit; }
    .video-js *:before, .video-js *:after {
      box-sizing: inherit; }
  .video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0; }
  .video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0; }
  .video-js.vjs-16-9 {
    padding-top: 56.25%; }
  .video-js.vjs-4-3 {
    padding-top: 75%; }
  .video-js.vjs-fill {
    width: 100%;
    height: 100%; }
  .video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }
  .video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }
  .vjs-no-js a {
    color: #66A8CC; }
    .vjs-no-js a:visited {
      color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 1rem;
  line-height: 8em;
  height: 8em;
  width: 8em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4em;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background-color: #2B333F;
  background-color: rgba(51, 51, 51, 0.7);
  background-clip: padding-box;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-backdrop-filter: blur(4px); }
  .video-js .vjs-big-play-button:before {
    font-size: 4em;
    margin-top: -4px; }

.video-js .vjs-big-play-button.__active {
  background-color: rgba(17, 17, 17, 0.9); }

@media (min-width: 601px) {
  .video-js:hover .vjs-big-play-button,
  .video-js .vjs-big-play-button:focus {
    outline: 0;
    background-color: rgba(17, 17, 17, 0.9); } }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.vjs-menu-button {
  cursor: pointer; }
  .vjs-menu-button.vjs-disabled {
    cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }
  .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, 0.5); }
  .vjs-menu li.vjs-selected {
    background-color: #fff;
    color: #2B333F; }
    .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
      background-color: #fff;
      color: #2B333F; }
  .vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }
  .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em; }

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }
  .video-js .vjs-menu-button-inline:before {
    width: 2.222222222em; }
  .video-js .vjs-menu-button-inline:hover, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline.vjs-slider-active {
    width: 12em; }

.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.video-js .vjs-menu-button-inline.vjs-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  border-radius: 3px;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(17, 17, 17, 0.7); }

.video-js.vjs-fullscreen .vjs-control-bar {
  bottom: 12px;
  left: 12px;
  right: 12px; }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none; }
  .video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67; }
  @media (min-width: 601px) {
    .video-js .vjs-control:focus, .video-js .vjs-control:focus:before {
      color: #46b4e9; } }
  .video-js .vjs-control:hover:before {
    background: rgba(0, 0, 0, 0.2); }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em; }

.vjs-live .vjs-progress-control {
  display: none; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
  visibility: visible;
  font-size: 0.6em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0; }

.video-js .vjs-mouse-display:before {
  display: none; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    position: absolute;
    top: -0.4em;
    right: -0.5em;
    font-size: 1.5em; }

.video-js .vjs-time-tooltip,
.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -2.8em;
  right: -1.5em;
  width: 3em;
  height: 2em;
  line-height: 2;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em; }

.video-js .vjs-time-tooltip {
  z-index: 1; }

.video-js .vjs-play-progress:before, .video-js .vjs-play-progress:after {
  z-index: 1; }

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
  display: none; }

.video-js .vjs-load-progress {
  background: #bfc7d3;
  background: rgba(102, 102, 102, 0.5); }
  .video-js .vjs-load-progress div {
    background: white;
    background: rgba(102, 102, 102, 0.75); }

.video-js.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em; }

.vjs-tooltip-progress-bar {
  visibility: hidden; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  height: 100%;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }
  .video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }
  .video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-progress-control .vjs-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-mouse-display:before {
  content: "";
  position: absolute;
  display: block;
  margin: -0.3em;
  left: 0;
  top: -0.2em;
  border: 0.3em solid transparent;
  border-top-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }
  .video-js .vjs-slider:focus .vjs-play-progress,
  .video-js .vjs-slider:focus .vjs-volume-level {
    background-color: #46b4e9; }

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em; }

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em; }

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto; }

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff; }
  .video-js .vjs-volume-level:before {
    position: absolute;
    font-size: 0.95em; }

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em; }
  .vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em; }

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em; }
  .vjs-slider-horizontal .vjs-volume-level:before {
    top: -0.3em;
    right: -0.5em; }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%; }

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent; }

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
  left: 0.5em;
  height: 8em; }

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
  left: -2em; }

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden; }

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical:focus .vjs-menu-content,
.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
  height: 8em;
  width: 2.9em; }

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
  height: 2.9em;
  width: 8em; }

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
  background-color: transparent !important; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }
  .vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control,
.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time,
.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none; }

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em; }

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5); }

.vjs-subtitles {
  color: #fff; }

.vjs-captions {
  color: #fc6; }

.vjs-tt-cue {
  display: block; }

video::-webkit-media-text-track-display {
  -moz-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  -o-transform: translateY(-3em);
  -webkit-transform: translateY(-3em);
  transform: translateY(-3em); }

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -moz-transform: translateY(-1.5em);
  -ms-transform: translateY(-1.5em);
  -o-transform: translateY(-1.5em);
  -webkit-transform: translateY(-1.5em);
  transform: translateY(-1.5em); }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
  max-width: 520px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block; }

.vjs-loading-spinner:before, .vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before, .vjs-seeking .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-waiting .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.vjs-chapters-button .vjs-menu ul {
  width: 24em; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
  display: none; }

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
  display: none; }

.vjs-caption-settings {
  position: relative;
  top: 1em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  margin: 0 auto;
  padding: 0.5em;
  height: 16em;
  font-size: 12px;
  width: 40em; }
  .vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 1em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto; }
  .vjs-caption-settings .vjs-tracksettings-colors,
  .vjs-caption-settings .vjs-tracksettings-font {
    float: left; }
  .vjs-caption-settings .vjs-tracksettings-colors:after,
  .vjs-caption-settings .vjs-tracksettings-font:after {
    clear: both; }
  .vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em; }
    .vjs-caption-settings .vjs-tracksettings-controls:after {
      clear: both; }
  .vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px;
    border: none; }
    .vjs-caption-settings .vjs-tracksetting label, .vjs-caption-settings .vjs-tracksetting legend {
      display: block;
      width: 100px;
      margin-bottom: 5px; }
    .vjs-caption-settings .vjs-tracksetting span {
      display: inline;
      margin-left: 5px;
      vertical-align: top;
      float: right; }
    .vjs-caption-settings .vjs-tracksetting > div {
      margin-bottom: 5px;
      min-height: 20px; }
      .vjs-caption-settings .vjs-tracksetting > div:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        min-height: 0; }
  .vjs-caption-settings label > input {
    margin-right: 10px; }
  .vjs-caption-settings fieldset {
    margin-top: 1em;
    margin-left: .5em; }
    .vjs-caption-settings fieldset .vjs-label {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px, 1px, 1px, 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
  .vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0)); }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden; } }

@media \0screen {
  .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: ""; } }

@media \0screen {
  .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden; } }

.bullet {
  animation: bullet 600ms infinite alternate; }

.pswp__button {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
  color: inherit; }
  .pswp__button:before {
    font-size: 32px; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button--close:before {
  content: "\F11F"; }

.pswp--supports-fs .pswp__button--fs {
  content: "\F108"; }

.pswp--fs .pswp__button--fs:before {
  content: "\F109"; }

.pswp__button--zoom:before {
  content: "\F120"; }

.pswp--zoomed-in .pswp__button--zoom:before {
  content: "\F121"; }

.pswp__button--arrow--left:before {
  content: "\F128"; }

.pswp__button--arrow--right:before {
  content: "\F127"; }

.pswp__button--fs {
  display: none; }

.pswp__button--zoom {
  display: none; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  top: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 44px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 8px; }

.pswp__button--arrow--right:before {
  right: 8px; }

.pswp__hint,
.pswp__counter {
  position: absolute;
  height: 44px;
  line-height: 44px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 0 12px;
  will-change: opacity;
  transition: opacity 300ms 2000ms; }

.pswp__hint {
  color: rgba(255, 255, 255, 0.6); }
  .pswp__hint:before {
    content: "Swipe down to dismiss"; }

.pswp__counter {
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  color: #FFF;
  opacity: 0;
  transition-duration: 600ms; }

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp--has_mouse .pswp__caption {
    pointer-events: none; }
  .pswp--has_mouse.pswp--zoomed-in .pswp__caption {
    opacity: 0; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 20px;
  padding: 44px 16px 24px;
  text-align: center; }

.pswp__caption--empty {
  display: none; }

.pswp__caption--fake {
  visibility: hidden; }

.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    background: url("../img/templates/loader.gif") 0 0 no-repeat;
    background-size: 100%; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

.pswp__ui {
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 44px;
  padding: 8px; }
  .device-ios .pswp__top-bar {
    padding-top: 24px; }

.pswp__caption,
.pswp__top-bar {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--notouch .pswp__hint:before {
  content: "Press ESC to dismiss"; }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__caption {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.95) 120px); }
  .pswp__caption h1 {
    font-size: 1.2em;
    margin: 0 0 4px;
    font-weight: bold; }

.pswp__ui--idle .pswp__top-bar,
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  opacity: 0.001; }

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp {
  display: none;
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .pswp {
      position: absolute !important; } }
  .pswp img {
    max-width: none; }

.pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.pswp__container, .pswp__img {
  user-select: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__hint {
  opacity: 0; }

.pswp--animated-in .pswp__counter {
  opacity: 1; }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  transition: none; }

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }
  .pswp--smooth-exit .pswp__img {
    transition: 300ms;
    opacity: 0; }

.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.pswp__img--placeholder--blank {
  background: transparent; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
  .pswp__error-msg a {
    color: #CCC;
    text-decoration: underline; }

#content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000; }
  @media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
    #content {
      animation: fade-from-black 3200ms 300ms 1 forwards; } }

#inbound,
#outbound {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
  @media (min-width: 1064px) and (orientation: landscape), (min-height: 960px) and (orientation: landscape) {
    #inbound,
    #outbound {
      margin: 20px; } }
  @media (min-width: 1064px) {
    #inbound,
    #outbound {
      width: 1024px;
      left: 50%;
      right: initial;
      margin-left: -512px;
      margin-right: -512px; } }
  @media (min-width: 1320px) {
    #inbound,
    #outbound {
      width: 1280px;
      margin-left: -640px;
      margin-right: -640px; } }
  @media (min-height: 960px) and (orientation: landscape) {
    #inbound,
    #outbound {
      height: 920px;
      top: 50%;
      bottom: initial;
      margin-top: -460px;
      margin-bottom: -460px; } }

#inbound {
  z-index: 10;
  opacity: 0; }

.display #content #inbound {
  opacity: 1;
  transition: opacity 600ms; }

#slides-view {
  position: relative;
  height: 100%;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: background-color 300ms;
  background-color: #f6f6f6; }
  #slides-view.text-dark {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.05); }
  @media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
    #slides-view {
      border-radius: 3px;
      box-shadow: 0 1px 4px #000; } }
  #slides-view.direction-rtl {
    direction: rtl; }
    #slides-view.direction-rtl #slides {
      direction: ltr; }
    #slides-view.direction-rtl .slide {
      direction: rtl; }

#slides-view-inner {
  padding-top: 4px; }
  .device-ios #slides-view-inner {
    padding-top: calc(constant(safe-area-inset-top) + 4px);
    padding-top: calc(env(safe-area-inset-top) + 4px); }

#slides-background {
  position: absolute;
  top: 0;
  left: 0;
  right: -50%;
  bottom: 0;
  pointer-events: none;
  display: block !important;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

#slides-lightbox-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: background-color 450ms; }

#lesson-slides {
  padding-top: 3.6em;
  padding-bottom: 4.8em;
  position: relative;
  z-index: 2; }
  @media (min-width: 601px) and (min-height: 768px) {
    #lesson-slides {
      padding-top: 4.2em;
      padding-bottom: 6em; } }
  @media (max-height: 449px) {
    #lesson-slides {
      padding-top: 3.2em;
      padding-bottom: 4em; } }

.full-screen {
  top: -3.6em;
  bottom: -4.8em;
  height: auto !important;
  position: absolute;
  left: -1.2em;
  right: -1.2em; }
  @media (min-width: 601px) and (min-height: 768px) {
    .full-screen {
      top: -4.2em;
      bottom: -6em;
      left: -1.8em;
      right: -1.8em; } }
  @media (max-height: 449px) {
    .full-screen {
      top: -3.2em;
      bottom: -4em;
      left: -0.8em;
      right: -0.8em; } }

#slides {
  margin: -1px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid currentColor;
  position: relative;
  box-sizing: content-box;
  z-index: 1;
  transition: border-color 300ms; }
  .scroll-middle #slides,
  .scroll-bottom #slides {
    border-top-color: currentColor; }
  .ui-minimal #slides {
    border-color: transparent; }

#slides-scroller {
  position: relative; }

.slide {
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 300ms; }
  .slide.visible {
    opacity: 1; }
  .slide .slide-loader {
    z-index: -1;
    width: 32px;
    height: 32px;
    padding: 24px;
    border-radius: 50%;
    background: rgba(26, 26, 26, 0.6) url(../img/templates/loader.gif) no-repeat center;
    background-size: 32px;
    position: absolute;
    transition: opacity 300ms; }
  .slide.state-complete, .slide.game-paused, .slide.game-count-down {
    pointer-events: none; }

@media (max-height: 449px) {
  #slides:after {
    content: "";
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/expand-icon.png"); }
  .slide.visible {
    opacity: 0; }
  .ui-video-active #slides:after,
  .ui-fullscreen #slides:after,
  .ui-text-input #slides:after,
  .ui-flexible-height #slides:after {
    content: none; }
  .ui-video-active .slide.visible,
  .ui-fullscreen .slide.visible,
  .ui-text-input .slide.visible,
  .ui-flexible-height .slide.visible {
    opacity: 1; }
  .device-ios #slides:after,
  .device-android #slides:after {
    background-image: url("../img/rotate-device.png"); } }

.slide-aicc .scorm-object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.slide-aicc .exit-btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  min-height: 48px;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
  border: none;
  display: block;
  margin: 0;
  border-radius: 0;
  transition: all 300ms;
  box-sizing: border-box;
  -webkit-appearance: none; }
  .slide-aicc .exit-btn.__active {
    background: rgba(34, 34, 34, 0.9); }

.slide-aicc.exit-btn-none .exit-btn {
  display: none; }

.slide-aicc.exit-btn-overlay-top .exit-btn {
  top: 0; }

.slide-aicc.exit-btn-overlay-bottom .exit-btn, .slide-aicc.exit-btn-below .exit-btn {
  bottom: 0; }

.slide-aicc.exit-btn-overlay-top .exit-btn, .slide-aicc.exit-btn-overlay-bottom .exit-btn {
  margin: 0.5em;
  right: auto;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  border-radius: 3px; }

.slide-carousel .carousel {
  direction: ltr; }

.slide-carousel .carousel-item {
  float: left;
  box-sizing: border-box;
  position: relative; }
  .slide-carousel .carousel-item:before {
    content: "";
    position: absolute;
    height: 4px;
    left: 0;
    border-radius: 0; }
  .slide-carousel .carousel-item:first-child:before {
    content: none; }
  .direction-rtl .slide-carousel .carousel-item {
    float: right; }

.slide-carousel .carousel-btn {
  transition-timing-function: cubic-bezier(1, 1.5, 0, 2.2) !important; }

.slide-carousel.game-count-down .carousel-btn {
  opacity: 0 !important; }

.slide-carousel.state-complete .carousel-item.active .carousel-btn {
  animation: rubber 400ms 300ms 1 forwards ease-out; }

.slide-carousel.state-complete .carousel-item.active.carousel-item-correct .carousel-btn {
  animation-name: pulse;
  animation-duration: 900ms; }

.slide-carousel .pagination {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
  direction: ltr; }
  .slide-carousel .pagination .page {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    margin: 0 4px; }
    .slide-carousel .pagination .page.active {
      border-width: 6px;
      width: 0;
      height: 0; }

.slide-categorise .draggy-parent {
  position: relative; }

.slide-categorise .droppy {
  pointer-events: none; }

.slide-categorise .droppy-child {
  position: relative;
  transition: all 300ms !important;
  transition-delay: inherit !important; }

.slide-categorise .btn-text {
  padding: 0 6px; }

.slide-categorise .draggy {
  z-index: 2;
  position: relative; }
  .slide-categorise .draggy.draggy-drop {
    padding-left: 6px;
    padding-right: 6px; }
    .slide-categorise .draggy.draggy-drop .btn-text {
      padding: 0; }

.slide-categorise .droppy.active .droppy-child {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1; }

.slide-categorise.game-count-down .droppy-child {
  color: transparent;
  text-shadow: none; }

.slide-categorise.state-complete .droppy-false.active .droppy-child {
  background-color: rgba(0, 0, 0, 0.2);
  animation: rubber 600ms 1; }

.slide-categorise.state-complete .droppy-true .droppy-child,
.slide-categorise.state-complete .droppy-true.active .droppy-child {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  animation: pulse 600ms 1; }

.slide-chat h2 {
  margin-bottom: 0.25em; }

.slide-chat .chat-msg-text,
.slide-chat .chat-msg-elli {
  min-height: 1em; }

.slide-chat .chat-msg-elli {
  position: absolute; }
  .slide-chat .chat-msg-elli.hide {
    display: none; }

.slide-chat .selectable,
.slide-chat .chat-msg-text,
.slide-chat .chat-responder {
  opacity: 0; }

.slide-chat .selectable:nth-child(3n + 1) .quote-angle {
  margin: 0 40px; }

.slide-chat .selectable:nth-child(3n + 2) .quote-angle {
  margin: 0 20px; }

.slide-chat .chat-msg-text,
.slide-chat .chat-responder {
  transition: opacity 300ms; }

.direction-rtl .slide-chat .chat-responder {
  text-align: left; }

.slide-chat.show-msg-true .chat-msg-elli {
  display: none; }

.slide-chat.show-msg-true .chat-msg,
.slide-chat.show-msg-true .chat-msg-text,
.slide-chat.show-msg-true .chat-responder {
  opacity: 1; }

.slide-chat.show-msg-true .selectable {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1); }
  .slide-chat.show-msg-true .selectable.active {
    transition: all 300ms, transform 400ms cubic-bezier(1, 1.5, 0, 2.2); }

.slide-chat.game-count-down .selectable {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  color: transparent;
  text-shadow: 0 0 transparent; }

.slide-chat.state-complete .chat-msg {
  transition-delay: 0ms !important; }
  .slide-chat.state-complete .chat-msg.incorrect {
    color: #222;
    background: rgba(255, 255, 255, 0.8);
    opacity: 0.5; }
    .slide-chat.state-complete .chat-msg.incorrect:after {
      border-top-color: rgba(255, 255, 255, 0.8);
      border-right-color: rgba(255, 255, 255, 0.8); }
    .slide-chat.state-complete .chat-msg.incorrect.active {
      animation: rubber 600ms 1 forwards; }
  .slide-chat.state-complete .chat-msg.correct {
    transform: translate3d(0, 0, 0) scale(1.1);
    background: #fff;
    color: #333; }
    .slide-chat.state-complete .chat-msg.correct:after {
      border-top-color: #fff;
      border-right-color: #fff; }

.slide-chat .message {
  padding: 12px;
  border-radius: 12px 12px 12px 12px;
  overflow-wrap: break-word;
  clear: both; }
  .slide-chat .message--answer {
    background: rgba(255, 255, 255, 0.8); }
    .slide-chat .message--answer:after {
      content: '';
      position: absolute;
      top: 100%;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.8) transparent transparent;
      border-width: 9px 0 9px 9px;
      right: 12px; }
  .slide-chat .message--question {
    background: rgba(0, 0, 0, 0.6); }
    .slide-chat .message--question:after {
      content: '';
      position: absolute;
      top: 100%;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.6) transparent transparent;
      border-width: 9px 9px 9px 0;
      left: 12px; }

.slide-circle-the-answer .circle-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide-circle-the-answer .circle-canvas-container {
  z-index: 0; }

.slide-circle-the-answer .circle-boxes {
  pointer-events: none; }

.slide-circle-the-answer .circle-box-text {
  transition: all 300ms; }

.slide-circle-the-answer .circle-box + .circle-box {
  border-top: 1px solid; }

.slide-circle-the-answer .circle-box.active {
  border-top-color: transparent; }
  .slide-circle-the-answer .circle-box.active .circle-box-text {
    background-color: #fff;
    color: #222;
    border-top-color: transparent;
    border-radius: 4px; }
    .text-dark .slide-circle-the-answer .circle-box.active .circle-box-text {
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff; }
  .slide-circle-the-answer .circle-box.active + .circle-box {
    border-top-color: transparent; }

.slide-circle-the-answer .slide-footer {
  z-index: 100; }

.slide-circle-the-answer .multi-content-video,
.slide-circle-the-answer .multi-content-audio {
  pointer-events: all; }

.slide-circle-the-answer.game-count-down .circle-box {
  color: transparent;
  text-shadow: none; }

.slide-circle-the-answer.state-complete .circle-box.active {
  animation: pulse 900ms 600ms 1 forwards; }
  .slide-circle-the-answer.state-complete .circle-box.active.incorrect {
    animation-name: rubber;
    animation-duration: 600ms;
    animation-delay: 0ms; }
    .slide-circle-the-answer.state-complete .circle-box.active.incorrect .circle-box-text {
      color: inherit;
      background-color: rgba(34, 34, 34, 0.4); }

.slide-comparison .slider {
  position: relative;
  margin: 1.2em 10px;
  max-width: 100%;
  direction: ltr;
  cursor: ew-resize; }

.slide-comparison .slider-item {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  overflow: hidden;
  height: 100%;
  pointer-events: none; }
  .direction-rtl .slide-comparison .slider-item {
    direction: rtl; }

.slide-comparison .slider-labels {
  position: relative;
  opacity: 0;
  transform: translate3d(0, 3em, 0); }

.slide-comparison .slider-label {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 300ms; }

.slide-comparison .multi-content-text {
  border-radius: 3px; }

.slide-comparison .slider-item-0 .block-lt, .slide-comparison .slider-item-0 .slide-table .table-row, .slide-table .slide-comparison .slider-item-0 .table-row {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.04)); }

.slide-comparison .slider-item-1 .block-lt, .slide-comparison .slider-item-1 .slide-table .table-row, .slide-table .slide-comparison .slider-item-1 .table-row {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.04)); }

.slide-comparison .slider-item-0 .multi-content-text {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06)); }

.slide-comparison .slider-item-1 .multi-content-text {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06)); }

.text-dark .slide-comparison .slider-item-0 .block-lt, .text-dark .slide-comparison .slider-item-0 .slide-table .table-row, .slide-table .text-dark .slide-comparison .slider-item-0 .table-row {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06)); }

.text-dark .slide-comparison .slider-item-1 .block-lt, .text-dark .slide-comparison .slider-item-1 .slide-table .table-row, .slide-table .text-dark .slide-comparison .slider-item-1 .table-row {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.06)); }

.slide-comparison .multi-content-wrapper {
  width: 100%; }

.slide-comparison .multi-content-text {
  last-child-margin-bottom: 0; }

@media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
  .slide-comparison img.multi-content {
    max-height: 14em; } }

.slide-comparison .slider-knob {
  height: 100%;
  width: 2px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  margin-left: -1px; }
  .slide-comparison .slider-knob:before, .slide-comparison .slider-knob:after {
    content: "";
    display: block;
    margin: -5px -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box; }
  .slide-comparison .slider-knob:after {
    bottom: 0; }

.slide-comparison.sized-true .multi-content-wrapper {
  height: 100%; }

.slide-comparison.side-before .slider-label-before,
.slide-comparison.side-after .slider-label-after {
  opacity: 1; }

.slide-comparison .initialized.slider-labels {
  opacity: 1;
  transition: all 300ms 300ms;
  transform: translate3d(0, 0, 0); }

.slide-connect .connect-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide-connect .connect-canvas-container {
  z-index: 0; }

.slide-connect .connect-boxes {
  pointer-events: none; }

.slide-connect img.multi-content {
  max-height: 100%; }

.slide-connect .connect-box {
  transition: all 300ms;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .slide-connect .connect-box .multi-content-wrapper,
  .slide-connect .connect-box .multi-content-media {
    padding: 0;
    height: 100%;
    background-color: transparent; }
  .slide-connect .connect-box .multi-content-media {
    max-height: 80px; }
  .slide-connect .connect-box.complete {
    background-color: rgba(34, 34, 34, 0.9);
    color: #fff; }
  .slide-connect .connect-box.active {
    background-color: #fff;
    color: #222; }

.slide-connect .slide-footer {
  z-index: 100; }

.slide-connect .multi-content-video,
.slide-connect .multi-content-audio {
  pointer-events: all; }

.slide-connect.game-count-down .connect-box {
  color: transparent;
  text-shadow: none; }

.slide-connect.game-count-down .multi-content-wrapper {
  opacity: 0; }

.slide-connect.state-complete .connect-box {
  animation: pulse 900ms 600ms 1 forwards; }
  .slide-connect.state-complete .connect-box.incorrect {
    background-color: rgba(34, 34, 34, 0.4);
    animation-name: rubber;
    animation-duration: 600ms;
    animation-delay: 0ms; }

.slide-construct .word,
.slide-construct .word-hidden {
  display: inline-block; }

.slide-construct .word-hidden {
  text-shadow: none;
  animation: none;
  white-space: nowrap; }
  .slide-construct .word-hidden.break {
    white-space: normal; }
  .slide-construct .word-hidden.active .blank:after {
    opacity: 0.3; }
  .slide-construct .word-hidden .blank.active {
    border-radius: 3px 3px 0 0; }
    .slide-construct .word-hidden .blank.active:after {
      opacity: 1; }
  .slide-construct .word-hidden.disabled {
    pointer-events: none; }

.slide-construct .letter-group,
.slide-construct .blank {
  display: inline-block; }

.slide-construct .blank {
  min-width: 0.82em;
  line-height: 1.25em;
  position: relative;
  transition: all 300ms;
  margin: 0 1px; }
  .slide-construct .blank:after {
    content: "";
    position: absolute;
    border-bottom: 2px solid;
    bottom: -2px;
    left: 0;
    right: 0;
    transition: all 250ms;
    transform: translate3d(0, -0.2em, 0); }
  .slide-construct .blank .letter-inner {
    transition: inherit;
    color: transparent; }
  .slide-construct .blank.visible {
    background: transparent !important; }
    .slide-construct .blank.visible .letter-inner {
      color: inherit; }
  .slide-construct .blank.visible:after, .slide-construct .blank.active:after {
    transform: translate3d(0, 0, 0);
    opacity: 0.3; }

.slide-construct .hyphen {
  width: 0;
  display: inline-block; }

.slide-construct .statement {
  line-height: 1.6em; }

.slide-construct #content-spacer {
  margin-top: 9em; }

.slide-construct .statement.text-lg .word {
  padding: 0.15em; }

.slide-construct .word-letters {
  text-align: center;
  opacity: 0;
  transition: all 300ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; }
  .slide-construct .word-letters.active {
    opacity: 1;
    pointer-events: all; }

.slide-construct .letter {
  margin: 0.2em;
  width: 2.4em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-transform: uppercase;
  transition: all 300ms;
  transform: scale3d(1, 1, 1); }
  .slide-construct .letter.disabled {
    opacity: 0;
    transform: scale3d(0, 0, 0); }
  .slide-construct .letter.incorrect {
    animation: rubber 1 300ms; }

.slide-construct.game-playing .letter {
  opacity: 1;
  pointer-events: all; }

.slide-construct.state-complete .blank {
  background: #fff;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px; }
  .slide-construct.state-complete .blank:after {
    opacity: 0; }
  .slide-construct.state-complete .blank .letter-inner {
    color: #000;
    color: rgba(0, 0, 0, 0.8); }
  .slide-construct.state-complete .blank.visible {
    box-shadow: none; }
    .slide-construct.state-complete .blank.visible .letter-inner {
      color: inherit; }
    .slide-construct.state-complete .blank.visible:after {
      opacity: 1; }

.slide-construct-sentence .draggy .btn {
  padding-left: 1em; }
  .slide-construct-sentence .draggy .btn:before, .slide-construct-sentence .draggy .btn:after {
    content: none; }

.slide-construct-sentence .droppy-container {
  position: relative; }

.slide-construct-sentence .droppy-placeholder {
  opacity: 0;
  left: 0;
  transition: opacity 300ms;
  position: absolute; }
  .slide-construct-sentence .droppy-placeholder.active {
    opacity: 1; }

.slide-dial .dial {
  position: relative;
  margin: 1em auto;
  width: 18em;
  height: 18em; }
  .slide-dial .dial:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2em;
    left: -2em;
    top: -2em; }

.slide-dial .dial-ring {
  width: 100%;
  height: 100%;
  border-radius: 18em;
  border: 4em solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

.slide-dial .dial-knob {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: -0.8em;
  z-index: 10;
  transform-origin: 50% 9.75em; }

.slide-dial .dial-knob-value {
  position: absolute;
  line-height: 1em;
  padding: 5px 6px 4px;
  left: 50%;
  top: 0;
  margin-top: -1.5em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 44px;
  transform: translate3d(-50%, 0, 0) scale(1);
  transform-origin: 50% 48px; }
  @media (max-width: 600px) {
    .slide-dial .dial-knob-value {
      margin-top: -28px;
      transform-origin: 50% 36px; } }
  .slide-dial .dial-knob-value:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    margin: -4px;
    bottom: -4px; }

.slide-dial .dial-knob-input {
  opacity: 0; }

.slide-dial .dial-knob-answer {
  opacity: 0;
  transition-duration: 600ms; }

.slide-dial .dial-label,
.slide-dial .dial-notch {
  position: absolute;
  left: 50%; }

.slide-dial .dial-notch {
  height: 4px;
  width: 2px;
  margin-left: -1px;
  background: rgba(0, 0, 0, 0.3);
  top: -0.5em;
  transform-origin: 50% 9.5em; }

.slide-dial .dial-label {
  height: 1em;
  width: 40px;
  margin-left: -20px;
  top: -3em;
  transform-origin: 50% 12em;
  opacity: 0.6; }

.slide-dial.active .dial-knob-input {
  opacity: 1; }

.slide-dial.state-complete .dial-knob-input {
  background-color: #ccc; }
  .slide-dial.state-complete .dial-knob-input .dial-knob-value {
    opacity: 0.3; }

.slide-dial.state-complete .dial-knob-answer {
  opacity: 1; }

@media (max-width: 600px) {
  .slide-dial .dial {
    font-size: 10px; }
  .slide-dial .dial-label-text,
  .slide-dial .dial-knob-value {
    font-size: 16px; } }

.slide-dial-distribution .dial {
  position: relative;
  margin: 1em auto;
  width: 18em;
  height: 18em; }
  .slide-dial-distribution .dial:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2em;
    left: -2em;
    top: -2em; }

.slide-dial-distribution .dial-ring {
  width: 100%;
  height: 100%;
  border-radius: 18em;
  border: 4em solid rgba(0, 0, 0, 0.3);
  box-sizing: border-box; }

.slide-dial-distribution .dial-knob {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin: -0.8em;
  z-index: 10;
  transform-origin: 50% 9.75em; }

.slide-dial-distribution .dial-knob-value {
  position: absolute;
  line-height: 1em;
  padding: 4px 6px;
  left: 50%;
  top: 0;
  margin-top: -1.5em;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  min-width: 44px;
  transform: translate3d(-50%, 0, 0) scale(1);
  transform-origin: 50% 48px; }
  @media (max-width: 600px) {
    .slide-dial-distribution .dial-knob-value {
      margin-top: -28px;
      transform-origin: 50% 36px; } }
  .slide-dial-distribution .dial-knob-value:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.5);
    margin: -4px;
    bottom: -4px; }

.slide-dial-distribution .dial-knob-input {
  opacity: 0; }

.slide-dial-distribution .dial-knob-answer {
  opacity: 0;
  transition-duration: 600ms; }

.slide-dial-distribution .dial-label,
.slide-dial-distribution .dial-notch {
  position: absolute;
  left: 50%; }

.slide-dial-distribution .dial-notch {
  height: 4px;
  width: 2px;
  margin-left: -1px;
  background: rgba(0, 0, 0, 0.3);
  top: -0.5em;
  transform-origin: 50% 9.5em; }

.slide-dial-distribution .dial-label {
  height: 1em;
  width: 40px;
  margin-left: -20px;
  top: -3em;
  transform-origin: 50% 12em;
  opacity: 0.6; }

.slide-dial-distribution .dial-overlap .dial-label:first-child {
  margin-left: 0; }

.slide-dial-distribution .dial-overlap .dial-label:last-child {
  margin-left: -40px; }

.slide-dial-distribution .dial-overlap .dial-notch:last-child {
  display: none; }

.slide-dial-distribution.active .dial-knob-input {
  opacity: 1; }

.slide-dial-distribution.state-complete .dial-knob-input {
  background-color: #ccc; }
  .slide-dial-distribution.state-complete .dial-knob-input .dial-knob-value {
    opacity: 0.3; }

.slide-dial-distribution.state-complete .dial-knob-answer {
  opacity: 1; }

@media (max-width: 600px) {
  .slide-dial-distribution .dial {
    font-size: 10px; }
  .slide-dial-distribution .dial-label-text,
  .slide-dial-distribution .dial-knob-value {
    font-size: 16px; } }

.slide-drag-to-match .draggy-container {
  z-index: 5;
  position: relative; }

.slide-drag-to-match .multi-content-wrapper,
.slide-drag-to-match .multi-content-media {
  background: transparent;
  height: 100%;
  padding: 0; }

.slide-drag-to-match .multi-content-image {
  max-height: 100%; }

.slide-drag-to-match .draggy-img,
.slide-drag-to-match .droppy-zone {
  position: relative; }

.slide-drag-to-match .draggy,
.slide-drag-to-match .droppy,
.slide-drag-to-match .droppy-zone {
  width: 100%;
  height: 100%; }

.slide-drag-to-match .draggies .block-dk, .slide-drag-to-match .draggies .slide-carousel .carousel-item:before, .slide-carousel .slide-drag-to-match .draggies .carousel-item:before, .slide-drag-to-match .draggies .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-drag-to-match .draggies .blank.active, .slide-drag-to-match .draggies .slide-table .table-row:nth-child(odd), .slide-table .slide-drag-to-match .draggies .table-row:nth-child(odd),
.slide-drag-to-match .draggies,
.slide-drag-to-match .droppies {
  transition: all 300ms; }

.slide-drag-to-match .draggy {
  transition: transform 300ms; }
  .slide-drag-to-match .draggy.active {
    position: relative; }
  .slide-drag-to-match .draggy.fade {
    opacity: 0;
    pointer-events: none; }

.slide-drag-to-match .draggy-img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 60px;
  min-height: 60px; }

.slide-drag-to-match .droppy {
  transition: background-color 300ms;
  position: relative; }
  .slide-drag-to-match .droppy.contains .multi-content {
    opacity: 0; }
  .slide-drag-to-match .droppy.incorrect {
    animation: rubber 600ms 1 forwards; }
  .slide-drag-to-match .droppy.active {
    background: rgba(0, 0, 0, 0.3); }

.slide-drag-to-match .multi-content {
  transition: transform 300ms, opacity 300ms; }

.slide-drag-to-match .multi-content-text {
  font-size: 1em;
  line-height: 1; }

.slide-drag-to-match .droppy-zone {
  position: absolute;
  top: 0;
  left: 0; }

.slide-drag-to-match .draggy-container .drag-to-match-item {
  float: right; }

.slide-drag-to-match .droppy-container .drag-to-match-item {
  float: left; }

.slide-drag-to-match .drag-to-match-item {
  width: 100%;
  text-align: center; }

@media (max-width: 768px) {
  .slide-drag-to-match .droppies,
  .slide-drag-to-match .draggies {
    text-align: center; } }

@media (min-width: 769px) {
  .slide-drag-to-match .drag-to-match-item {
    width: 50%;
    height: 50% !important;
    padding: 12px; } }

.slide-drag-to-match.state-touched .draggies .block-dk, .slide-drag-to-match.state-touched .draggies .slide-carousel .carousel-item:before, .slide-carousel .slide-drag-to-match.state-touched .draggies .carousel-item:before, .slide-drag-to-match.state-touched .draggies .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-drag-to-match.state-touched .draggies .blank.active, .slide-drag-to-match.state-touched .draggies .slide-table .table-row:nth-child(odd), .slide-table .slide-drag-to-match.state-touched .draggies .table-row:nth-child(odd), .slide-drag-to-match.state-complete .draggies .block-dk, .slide-drag-to-match.state-complete .draggies .slide-carousel .carousel-item:before, .slide-carousel .slide-drag-to-match.state-complete .draggies .carousel-item:before, .slide-drag-to-match.state-complete .draggies .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-drag-to-match.state-complete .draggies .blank.active, .slide-drag-to-match.state-complete .draggies .slide-table .table-row:nth-child(odd), .slide-table .slide-drag-to-match.state-complete .draggies .table-row:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1); }

.slide-drag-to-match.state-touched .draggy-container,
.slide-drag-to-match.state-touched .droppy-container, .slide-drag-to-match.state-complete .draggy-container,
.slide-drag-to-match.state-complete .droppy-container {
  transform: translate3d(-50%, 0, 0); }

.slide-drag-to-match.state-complete .draggies .block-dk, .slide-drag-to-match.state-complete .draggies .slide-carousel .carousel-item:before, .slide-carousel .slide-drag-to-match.state-complete .draggies .carousel-item:before, .slide-drag-to-match.state-complete .draggies .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-drag-to-match.state-complete .draggies .blank.active, .slide-drag-to-match.state-complete .draggies .slide-table .table-row:nth-child(odd), .slide-table .slide-drag-to-match.state-complete .draggies .table-row:nth-child(odd) {
  background-color: transparent; }

.slide-drag-to-match.state-complete .multi-content-wrapper {
  animation: pulse 900ms 600ms 1 forwards; }

.slide-drag-to-match.state-complete .incorrect .multi-content-wrapper {
  animation: rubber 600ms 1 forwards; }

.slide-drag-to-match.state-complete .droppy.correct {
  background-color: rgba(0, 0, 0, 0.3); }

.slide-exit .btn-border {
  margin-top: 1em; }

.slide-expandable-list .item-middle .item-button {
  border-radius: 0; }

.slide-expandable-list .item-first .item-button {
  border-radius: 4px 4px 0 0; }

.slide-expandable-list .item-last .item-button,
.slide-expandable-list .item-last .item-content {
  border-radius: 0 0 4px 4px; }

.slide-expandable-list .item-button {
  display: block;
  padding-right: 2.5em;
  transition: background-color 300ms;
  position: relative;
  margin: 0 0 -2px;
  z-index: 1; }
  .slide-expandable-list .item-button ul, .slide-expandable-list .item-button ol {
    padding: 0 1em; }
  .slide-expandable-list .item-button:after {
    content: "\F12E";
    font-family: icons;
    color: #ccc;
    font-weight: normal;
    font-size: 1em;
    height: 1em;
    position: absolute;
    right: 0.75em;
    top: 50%;
    margin-top: -0.5em;
    text-shadow: none; }

.slide-expandable-list .item-content {
  border-radius: 0;
  transform-origin: top center;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform: translate3d(0, 0, 0) scale(1, 0);
  transition: inherit; }

.slide-expandable-list .item {
  position: relative; }
  .slide-expandable-list .item.active .item-content {
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 1; }
  .slide-expandable-list .item.active .item-button {
    background-color: #e5e5e5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .slide-expandable-list .item.active .item-button:after {
      content: "\F12F";
      color: #aaa; }

.slide-find-a-word .grid-container {
  max-width: 22em;
  margin: auto; }

.slide-find-a-word .grid {
  position: relative;
  z-index: 1;
  margin: auto; }

.slide-find-a-word .grid-row {
  height: 0; }

.slide-find-a-word .grid-col {
  float: left;
  height: 100%;
  font-size: 1.6em; }
  .slide-find-a-word .grid-col.complete {
    color: #000;
    transition: color 800ms; }

.slide-find-a-word .grid-highlights,
.slide-find-a-word .grid-highlight {
  position: absolute;
  top: 0;
  left: 0; }

.slide-find-a-word .grid-highlights {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  z-index: -1; }

.slide-find-a-word .grid-highlight {
  border-radius: 2em;
  border: 2px solid;
  box-sizing: border-box;
  opacity: 0;
  background-clip: padding-box; }
  .slide-find-a-word .grid-highlight.complete {
    opacity: 0.6;
    background-color: #fff;
    border: 1px solid transparent;
    transition: all 300ms; }
  .slide-find-a-word .grid-highlight.incorrect {
    transition: all 800ms;
    border: 1px solid transparent;
    background-color: rgba(0, 0, 0, 0.2); }
  .slide-find-a-word .grid-highlight.active, .slide-find-a-word .grid-highlight.incorrect {
    opacity: 1; }

.slide-find-a-word.dragging-true .grid-highlight {
  transition: all 300ms; }

.slide-free-text-survey .content-scroll, .slide-free-text-contribution .content-scroll {
  height: auto;
  max-height: 100%; }

.slide-free-text-survey .user-input-container, .slide-free-text-contribution .user-input-container {
  position: relative; }

.slide-free-text-survey .user-input, .slide-free-text-contribution .user-input {
  height: 100%;
  width: 100%;
  min-height: 10em;
  padding-right: 2em;
  box-sizing: border-box;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  hyphens: auto;
  cursor: pointer; }

.slide-free-text-survey .btn-prompt, .slide-free-text-contribution .btn-prompt {
  position: absolute;
  bottom: 50%;
  right: 50%;
  border-radius: 50%;
  margin: -1.5em;
  font-size: 32px;
  padding: 0;
  line-height: 3;
  height: 3em;
  width: 3em; }

.slide-free-text-survey.has-input-true .btn-prompt, .has-input-true.slide-free-text-contribution .btn-prompt {
  right: 0.3em;
  bottom: 0.3em;
  font-size: 24px;
  line-height: 2;
  width: 2em;
  height: 2em;
  margin: 0;
  border-radius: 4px 3px 2px 3px; }

.slide-game-elevator .game-box {
  transition: opacity 300ms; }
  .slide-game-elevator .game-box.hide-attributes .block-dk, .slide-game-elevator .game-box.hide-attributes .slide-carousel .carousel-item:before, .slide-carousel .slide-game-elevator .game-box.hide-attributes .carousel-item:before, .slide-game-elevator .game-box.hide-attributes .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-game-elevator .game-box.hide-attributes .blank.active, .slide-game-elevator .game-box.hide-attributes .slide-table .table-row:nth-child(odd), .slide-table .slide-game-elevator .game-box.hide-attributes .table-row:nth-child(odd) {
    transition: background-color 300ms;
    background-color: transparent; }
  .slide-game-elevator .game-box.hide-description {
    opacity: 0; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-game-elevator .game-box {
      box-sizing: border-box; } }

.slide-game-elevator .btn-attribute:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.slide-game-elevator .btn-attribute:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.slide-game-elevator .btn-attribute.selected {
  transition: all 300ms;
  pointer-events: none;
  background-color: #fff !important;
  color: #333; }

@media (max-width: 600px) {
  .slide-game-elevator .btn-attribute {
    font-size: 0.9em; } }

.slide-game-elevator .game-image-container {
  transform: translate3d(0, 0, 0);
  transform-origin: top center; }
  @media (min-width: 601px) {
    .slide-game-elevator .game-image-container {
      height: 25%; } }

.slide-game-elevator .game-image {
  max-width: 100%;
  max-height: 100%; }
  @media (max-width: 600px) {
    .slide-game-elevator .game-image {
      max-height: 80px; } }

@media (max-width: 600px) {
  .slide-game-elevator .game-description {
    margin: 0 -2.75em; } }

.slide-game-elevator .game-image-title,
.slide-game-elevator .game-prompt {
  position: absolute; }

.slide-game-elevator .game-prompt {
  bottom: 0.75em;
  left: 0;
  right: 0; }

.slide-game-elevator .game-image-title {
  top: -2em;
  left: 6em;
  right: 6em; }

.slide-game-image-word-match .game-box {
  padding-top: 3.8em;
  display: flex;
  flex-direction: column; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-game-image-word-match .game-box {
      padding-top: 4.2em; } }

.slide-game-image-word-match .match-top {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.slide-game-image-word-match .match-top-content {
  width: 100%; }

.slide-game-image-word-match .match-words {
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  left: -1px;
  right: -1px;
  width: auto;
  bottom: 0;
  border-top: 2px solid #fff; }

.slide-game-image-word-match .match-image-container {
  overflow: hidden;
  border-radius: 0.5em;
  position: relative;
  height: 10em;
  max-width: 32em;
  margin: auto; }
  @media (min-width: 601px) {
    .slide-game-image-word-match .match-image-container {
      height: 16em;
      margin-bottom: 1.5em; } }

.slide-game-image-word-match .match-image {
  transform: translate3d(0, 0, 0);
  transition: all 300ms 150ms;
  height: 100%; }

.slide-game-image-word-match .btn-word {
  padding: 0.9em 0.3em;
  transition: all 300ms, border-left-color 300ms 600ms;
  transform: translate3d(0, 0, 0); }
  .slide-game-image-word-match .btn-word + .btn-word {
    border-top: 1px solid rgba(255, 255, 255, 0.4); }
  .slide-game-image-word-match .btn-word.__active {
    background: rgba(17, 17, 17, 0.95);
    transition-delay: 0ms !important; }

.slide-game-image-word-match .multi-content-wrapper,
.slide-game-image-word-match .multi-content-media {
  height: 100%;
  box-sizing: border-box;
  background: transparent; }

.slide-game-image-word-match .multi-content-image {
  max-height: 100%; }

.slide-game-image-word-match .hidden .match-image,
.slide-game-image-word-match .hidden .btn-word {
  opacity: 0;
  transform: translate3d(0, 100%, 0); }

.slide-game-image-word-match .hidden .btn-word {
  border-left-color: transparent;
  pointer-events: none; }

@media (min-width: 768px) {
  .match-words {
    width: 100%;
    display: flex; }
  .btn-word {
    padding: 2em 0.3em !important;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    min-width: 20%;
    flex-grow: 1; } }

.slide-game-jeopardy .content-playing .slide-footer-prompt {
  pointer-events: none !important; }

.slide-game-jeopardy .game-box {
  position: relative; }

.slide-game-jeopardy .game-menu,
.slide-game-jeopardy .game-question {
  transition: opacity 300ms 300ms;
  position: absolute;
  width: 100%; }

.slide-game-jeopardy .game-question {
  z-index: 1;
  opacity: 0;
  pointer-events: none; }

.slide-game-jeopardy .game-category-title {
  height: 6em; }
  @media (min-width: 601px) {
    .slide-game-jeopardy .game-category-title {
      height: 2.4em; } }

.slide-game-jeopardy .question-answered {
  pointer-events: none; }
  .slide-game-jeopardy .question-answered .block-dk, .slide-game-jeopardy .question-answered .slide-carousel .carousel-item:before, .slide-carousel .slide-game-jeopardy .question-answered .carousel-item:before, .slide-game-jeopardy .question-answered .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden .slide-game-jeopardy .question-answered .blank.active, .slide-game-jeopardy .question-answered .slide-table .table-row:nth-child(odd), .slide-table .slide-game-jeopardy .question-answered .table-row:nth-child(odd) {
    transition: all 300ms;
    color: #222;
    background-color: #fff; }

.slide-game-jeopardy.show-question .game-menu {
  opacity: 0; }

.slide-game-jeopardy.show-question .game-question {
  opacity: 1;
  pointer-events: all; }

.slide-game-jumble .game-box {
  padding-top: 3.8em;
  display: flex;
  flex-direction: column; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-game-jumble .game-box {
      padding-top: 4.2em; } }

.slide-game-jumble .jumble-top {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center; }

.slide-game-jumble .jumble-top-content {
  width: 100%; }

.slide-game-jumble .letter {
  width: 1.2em;
  height: 2.1em;
  line-height: 2.1em;
  font-size: 1.5em;
  border-radius: 4px;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  background-clip: padding-box;
  border: 1px solid;
  text-align: center; }
  @media (min-width: 601px) {
    .slide-game-jumble .letter {
      font-size: 1.8em;
      width: 1.5em; } }
  .slide-game-jumble .letter.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.slide-game-jumble .draggy {
  display: inline-block;
  padding: 0.3em; }
  .slide-game-jumble .draggy.hidden {
    opacity: 0; }
  .slide-game-jumble .draggy.active .letter {
    background: rgba(204, 204, 204, 0.7); }
  .slide-game-jumble .draggy.active-pos .letter {
    border-color: transparent;
    background: transparent; }
  .slide-game-jumble .draggy.active-pos.is-positioned .letter {
    color: #333;
    background: rgba(255, 255, 255, 0.8); }
  .slide-game-jumble .draggy .letter {
    background: rgba(170, 170, 170, 0.4);
    box-shadow: 0 0 1px transparent;
    box-sizing: border-box;
    display: inline-block; }

.slide-game-jumble .droppy,
.slide-game-jumble .droppy-complete {
  min-width: 1em;
  display: inline-block;
  padding: 0.1em; }
  .slide-game-jumble .droppy .letter,
  .slide-game-jumble .droppy-complete .letter {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent; }

.slide-game-jumble .droppy.active .letter {
  background-color: rgba(0, 0, 0, 0.4); }

.slide-game-jumble.active .letter {
  transition-delay: 0 !important; }

.slide-game-jumble .jumble-image-container {
  overflow: hidden;
  border-radius: 0.5em;
  position: relative;
  height: 12em;
  max-width: 32em;
  margin: auto;
  background-color: #eee;
  background-image: -webkit-linear-gradient(top, #fff, #eee, #fff);
  background-image: linear-gradient(from bottom, #fff, #eee, #fff);
  background-clip: padding-box; }
  @media (min-width: 601px) {
    .slide-game-jumble .jumble-image-container {
      height: 14em; } }

.slide-game-jumble .jumble-masks {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 300ms;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  border-radius: 0.5em; }

.slide-game-jumble .jumble-mask {
  width: 10%;
  height: 16.6667%;
  float: left;
  background-color: #fff; }

.slide-game-jumble .jumble-image {
  max-height: 100%;
  display: block;
  margin: auto; }

@media (min-width: 601px) {
  .slide-game-jumble .jumble-prompt {
    position: absolute;
    top: 1em;
    left: 1em;
    width: 6em;
    font-size: 1.1em; } }

.slide-game-jumble .jumble-letters {
  padding: 1em 0;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  position: relative;
  border-top: 2px solid #fff; }
  @media (min-width: 601px) {
    .slide-game-jumble .jumble-letters {
      padding: 2em 0; } }

.slide-game-jumble.correct .jumble-masks {
  opacity: 0; }

.slide-game-memory .game-tiles {
  margin: 0 -0.5em;
  padding: 0.5em 0; }

.slide-game-memory .tile {
  float: left;
  box-sizing: border-box;
  padding: 0.5em; }
  .slide-game-memory .tile.active .tile-front {
    transform: translate3d(0, 0, 0) rotateX(180deg); }
  .slide-game-memory .tile.active .tile-back {
    transform: translate3d(0, 0, 0) rotateX(0deg); }
  .slide-game-memory .tile.correct {
    opacity: 0.5; }

.slide-game-memory .tile-2 {
  height: 50%;
  width: 50%; }

.slide-game-memory .tile-3 {
  height: 33.33%;
  width: 50%; }

.slide-game-memory .tile-4 {
  height: 50%;
  width: 25%; }
  @media (max-width: 600px) {
    .slide-game-memory .tile-4 {
      height: 25%;
      width: 50%; } }

.slide-game-memory .tile-content {
  height: 100%;
  position: relative;
  display: block; }
  .slide-game-memory .tile-content .btn .text-xl, .slide-game-memory .tile-content .btn .multi-content-text {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden; }

.slide-game-memory .tile-front,
.slide-game-memory .tile-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 500ms;
  transform-style: preserve-3d; }

.slide-game-memory .tile-front {
  transform: translate3d(0, 0, 0) rotateX(0deg); }

.slide-game-memory .tile-back {
  position: absolute;
  transform: translate3d(0, 0, 0) rotateX(180deg); }

.slide-game-memory .multi-content-wrapper,
.slide-game-memory .multi-content-media {
  height: 100%;
  box-sizing: border-box; }

.slide-game-memory .multi-content-media {
  padding: 0; }

.slide-game-memory .multi-content-image {
  max-height: 100%; }

.slide-game-memory.game-paused .slide-footer-prompt {
  opacity: 0 !important;
  pointer-events: none !important; }

.slide-game-next-in-order .next-img-container {
  display: inline-block;
  width: 8em; }
  @media (max-width: 600px) {
    .slide-game-next-in-order .next-img-container {
      width: 6em; } }
  .slide-game-next-in-order .next-img-container.hidden-next {
    background: rgba(255, 255, 255, 0.6); }
  .slide-game-next-in-order .next-img-container.hidden .next-img {
    opacity: 0; }

.slide-game-next-in-order .next-img,
.slide-game-next-in-order .btn-image {
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  transition: all 300ms;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%; }

.slide-game-next-in-order .btn-image {
  transform: translate3d(0, 0, 0) scale(1) rotate(0deg); }
  .slide-game-next-in-order .btn-image.__active {
    transform: translate3d(0, 0, 0) scale(0.9) rotate(0deg);
    opacity: 0.9; }

.slide-game-next-in-order .next-top {
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em; }
  @media (max-width: 600px) {
    .slide-game-next-in-order .next-top {
      height: calc(100% - 12em); } }
  @media (min-width: 601px) {
    .slide-game-next-in-order .next-top {
      height: calc(100% - 16em); } }

.slide-game-next-in-order .next-sequence {
  text-align: left;
  white-space: nowrap;
  transform: translate3d(0, 0, 0); }

.slide-game-next-in-order .next-options {
  position: absolute;
  color: #fff;
  background: rgba(17, 17, 17, 0.8);
  left: 0;
  right: 0;
  width: auto;
  bottom: 0;
  border-top: 2px solid #fff; }

.slide-game-next-in-order .btn-image-container {
  height: 12em;
  line-height: 12em;
  display: inline-block;
  max-width: 180px; }
  @media (max-width: 600px) {
    .slide-game-next-in-order .btn-image-container {
      max-width: 60px;
      height: 8em;
      line-height: 8em; } }

.slide-game-next-in-order .hidden .next-img {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 400ms; }

.slide-game-next-in-order .hidden .btn-image,
.slide-game-next-in-order .between .btn-image {
  opacity: 0;
  transform: translate3d(0, 100%, 0); }

.slide-game-true-or-false .content-playing .slide-footer-prompt {
  pointer-events: none !important; }

.slide-game-true-or-false .game-statement-container {
  z-index: 1; }

.slide-game-true-or-false .game-statement {
  margin: 0 auto;
  max-width: 440px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  color: #333;
  border-radius: 4px;
  transition: opacity 300ms;
  position: relative;
  z-index: 10; }
  .slide-game-true-or-false .game-statement.hidden {
    opacity: 0; }

.slide-game-true-or-false .game-true .game-label {
  margin-left: -1em;
  padding-right: 2em; }
  @media (max-width: 600px) {
    .slide-game-true-or-false .game-true .game-label {
      transform: translate(0, -50%) rotate(90deg); } }

.slide-game-true-or-false .game-false .game-label {
  margin-right: -1em;
  padding-left: 2em; }
  @media (max-width: 600px) {
    .slide-game-true-or-false .game-false .game-label {
      padding-left: 3em;
      transform: translate(0, -50%) rotate(-90deg); } }

.slide-game-true-or-false .game-statement-container,
.slide-game-true-or-false .game-true,
.slide-game-true-or-false .game-false {
  float: left; }

.slide-game-true-or-false .game-true,
.slide-game-true-or-false .game-false {
  margin: -0.5em 0;
  padding: 1em 0;
  box-sizing: content-box;
  border-radius: 0;
  transition: background-color 300ms; }
  @media (max-width: 600px) {
    .slide-game-true-or-false .game-true .game-label,
    .slide-game-true-or-false .game-false .game-label {
      white-space: pre;
      width: 1000px;
      margin: 0 -500px; } }
  .slide-game-true-or-false .game-true.active,
  .slide-game-true-or-false .game-false.active {
    background-color: rgba(0, 0, 0, 0.3); }

.slide-image .img {
  max-width: 100%;
  max-height: 100%;
  transition: opacity 300ms 150ms;
  opacity: 0; }

.slide-image .img-compose {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 12px;
  background-color: #fff; }

.slide-image .img-container {
  display: inline-block;
  height: 100%;
  position: relative; }

.slide-image .caption {
  position: absolute;
  bottom: -8em;
  border-bottom: 8em solid transparent;
  left: 0;
  right: 0;
  color: inherit;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 2em, 0);
  transition: transform 300ms, opacity 300ms; }

.slide-image:after,
.slide-image .slide-footer {
  z-index: 2; }

.slide-image.state-narration {
  pointer-events: all; }

.slide-image.active.loaded-true .img {
  opacity: 1; }

.slide-image.active.loaded-true .slide-loader {
  opacity: 0; }

.slide-image.focus-true .img {
  opacity: 0; }

.slide-image.hide-caption .slide-footer {
  opacity: 0;
  pointer-events: none; }

.slide-image-collection .title {
  padding-bottom: 0.5em; }

.slide-image-collection .details-parent {
  position: relative;
  top: -100%;
  pointer-events: none; }

.slide-image-collection .image-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: scale(0.9); }

.slide-image-collection .image-full-size {
  box-sizing: border-box; }

.slide-image-collection .tappies-parent {
  transition: opacity 300ms; }

.slide-image-collection .tappies {
  margin: 0 -0.5em;
  line-height: 0; }

.slide-image-collection .tappy {
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  padding: 0.5em; }
  .slide-image-collection .tappy.visited .tappy-child {
    transition: all 300ms;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.4); }

.slide-image-collection .thumbnail {
  max-height: 100%;
  margin: 0 auto; }

.slide-image-collection.details-active .tappies-parent {
  opacity: 0;
  pointer-events: none; }

.slide-image-collection.details-active .details-parent {
  pointer-events: all; }

.slide-image-gallery .img {
  display: block;
  max-width: 100%;
  margin: auto; }

.slide-image-gallery.state-narration {
  pointer-events: all; }

.slide-image-gallery .carousel {
  direction: ltr; }

.slide-image-gallery .carousel-item {
  float: left;
  opacity: 0; }
  .direction-rtl .slide-image-gallery .carousel-item {
    direction: rtl; }

.slide-image-gallery .content-wrapper {
  padding-bottom: 12px; }

.slide-image-gallery .pagination {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
  direction: ltr; }
  .slide-image-gallery .pagination .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-radius: 50%;
    margin: 0 4px; }
    .slide-image-gallery .pagination .dot.active {
      width: 0;
      height: 0;
      border-width: 6px; }

.slide-image-map .caption {
  pointer-events: none;
  transition: all 300ms;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: -8em;
  padding-bottom: 12em;
  opacity: 0.8;
  transform: translate3d(0, 2em, 0);
  background: linear-gradient(to top, #111 80%, rgba(17, 17, 17, 0.6));
  background-repeat: no-repeat; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-image-map .caption {
      padding-bottom: 14em; } }

.slide-image-map .image-container {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative; }

.slide-image-map .img-map,
.slide-image-map .waypoint,
.slide-image-map .waypoint-img {
  transition: opacity 400ms linear, transform 400ms;
  opacity: 0; }

.slide-image-map .navigation {
  bottom: -1px;
  right: 0;
  left: 0;
  position: absolute;
  transition: all 300ms;
  pointer-events: none; }

.slide-image-map .full-screen {
  pointer-events: none; }

.slide-image-map .img-map {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%; }

.slide-image-map .caption {
  opacity: 0; }

.slide-image-map .waypoints,
.slide-image-map .waypoint,
.slide-image-map .waypoint-img {
  position: absolute; }

.slide-image-map .waypoint-img {
  top: 50%;
  width: 100%;
  pointer-events: none; }
  .slide-image-map .waypoint-img img {
    max-width: 100%;
    max-height: 100%; }
  .slide-image-map .waypoint-img.active {
    opacity: 1; }

.slide-image-map .waypoint {
  cursor: pointer;
  animation: pulse 2s infinite alternate linear;
  border-radius: 4px;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 300ms; }

.slide-image-map.waypoint-white .waypoint {
  border: 2px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }

.slide-image-map.waypoint-black .waypoint {
  border: 2px solid rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.2); }

.slide-image-map.waypoint-none .waypoint {
  animation: none; }

.slide-image-map.caption-true .caption {
  opacity: 1;
  position: relative;
  transform: translate3d(0, 0, 0); }

.slide-image-map.is-loaded .img-map,
.slide-image-map.is-loaded .waypoint {
  opacity: 1; }

.slide-image-map.is-loaded .waypoint.tapped {
  opacity: 0.5; }

.slide-image-map.zoom-true .img-map,
.slide-image-map.zoom-true .waypoint,
.slide-image-map.zoom-true .waypoint.tapped {
  opacity: 0;
  pointer-events: none; }

.slide-image-map.sticky-true .caption {
  padding-top: 0.8em; }

.slide-image-map.recenter-true .img-map,
.slide-image-map.recenter-true .waypoint-img {
  transition-timing-function: ease-in-out; }

.slide-image-map.no-transition .img-map,
.slide-image-map.no-transition .waypoint,
.slide-image-map.no-transition .caption,
.slide-image-map.no-transition .navigation {
  transition: none !important; }

.slide-image-multiple-choice .game-progress {
  bottom: 2px; }

.slide-image-multiple-choice .tappies {
  margin: 0 -8px; }
  @media (min-width: 601px) {
    .slide-image-multiple-choice .tappies {
      margin: 0 -16px; } }

.slide-image-multiple-choice .tappy {
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 480px;
  vertical-align: top; }
  .slide-image-multiple-choice .tappy.active {
    animation: pulse 600ms 1;
    animation-delay: 0ms !important; }
    .slide-image-multiple-choice .tappy.active .tappy-selection {
      background: rgba(0, 0, 0, 0.3); }
      .slide-image-multiple-choice .tappy.active .tappy-selection:after {
        background: white; }

.slide-image-multiple-choice .tappy-selection {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  transition: all 400ms;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.5em;
  background: rgba(0, 0, 0, 0.06); }
  @media (min-width: 1024px) {
    .slide-image-multiple-choice .tappy-selection {
      right: 50%;
      margin-right: -0.75em; } }
  .slide-image-multiple-choice .tappy-selection:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 4px;
    transition: all 400ms;
    border-radius: 50%; }

.slide-image-multiple-choice .tappy-img {
  max-height: 100%;
  max-width: 100%; }

.slide-image-multiple-choice.state-complete .tappy-selection,
.slide-image-multiple-choice.state-complete .tappy-selection.active {
  background: transparent; }

.slide-image-multiple-choice.state-complete .tappy.correct {
  animation: pulse 600ms 0ms 1 !important; }
  .slide-image-multiple-choice.state-complete .tappy.correct .tappy-content {
    background: rgba(0, 0, 0, 0.2);
    transition-duration: 300ms; }

.slide-image-multiple-choice.state-complete .tappy.incorrect.active {
  animation: rubber 600ms 1; }

.slide-image-pair .image-container {
  transition: all 300ms;
  position: relative; }
  .slide-image-pair .image-container:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 3em;
    height: 4px;
    margin-top: -2px;
    background-color: rgba(0, 0, 0, 0.08); }
  .slide-image-pair .image-container.left:after {
    right: -3em; }
  .slide-image-pair .image-container.right:after {
    left: -3em; }
  .direction-rtl .slide-image-pair .image-container.left:after {
    left: -3em;
    right: auto; }
  .direction-rtl .slide-image-pair .image-container.right:after {
    right: -3em;
    left: auto; }
  .slide-image-pair .image-container.active {
    background: rgba(0, 0, 0, 0.3); }

.slide-image-pair .img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-width: 50px;
  min-height: 30px;
  box-sizing: border-box;
  margin: auto; }

.slide-image-pair.state-complete .image-container.active.correct {
  animation: pulse 900ms 600ms 1 forwards; }

.slide-image-pair.state-complete .image-container.active.incorrect {
  animation: rubber 600ms 1 forwards; }

.slide-image-pair .show-incorrect {
  animation: rubber 600ms 1 forwards; }

.slide-image-slider .carousel-slider {
  position: relative;
  z-index: 1; }

.slide-image-slider .caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition-property: none; }
  .slide-image-slider .caption.position-top {
    top: 1em; }
  .slide-image-slider .caption.position-middle {
    top: 50%;
    transform: translate3d(0, -50%, 0) scale(0.9); }
  .slide-image-slider .caption.position-bottom {
    bottom: 3.5em;
    transform: translate3d(0, 45%, 0); }

.slide-image-slider .style-default .caption-content {
  margin: auto;
  display: inline-block;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }

.slide-image-slider .style-transparent-light-text .caption-content,
.slide-image-slider .style-transparent-dark-text .caption-content {
  background: transparent;
  box-shadow: none; }

.slide-image-slider .style-transparent-dark-text .caption-content {
  color: black; }

.slide-image-slider .style-transparent-light-text .caption-content {
  color: white; }

.slide-image-slider .style-dark .caption-content {
  background: rgba(0, 0, 0, 0.25);
  color: white; }

.slide-image-slider .style-light .caption-content {
  background: rgba(255, 255, 255, 0.25);
  color: black; }

.slide-image-slider .img-pos-top .img,
.slide-image-slider .img-pos-bottom .img {
  position: absolute;
  transform: translate(-50%, 0); }

.slide-image-slider .img-pos-top .img {
  top: 0; }

.slide-image-slider .img-pos-bottom .img {
  top: auto;
  bottom: 0; }

.slide-image-slider .img-pos-cover {
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: none;
  max-height: none; }
  .slide-image-slider .img-pos-cover .full-screen {
    top: -3.9em; }
    @media (width: 375px) and (height: 812px) {
      .slide-image-slider .img-pos-cover .full-screen {
        top: -6.18em;
        bottom: -5.72em; } }
    @media (min-width: 601px) and (min-height: 768px) {
      .slide-image-slider .img-pos-cover .full-screen {
        top: -4.9em; } }

.slide-image-slider .btn-up,
.slide-image-slider .btn-down {
  position: absolute;
  left: 50%;
  margin: 0 -1.25em;
  display: none;
  transition: all 300ms;
  z-index: 100; }

.slide-image-slider.caption-position-none .btn-up.active,
.slide-image-slider.caption-position-none .btn-down.active, .slide-image-slider.caption-position-middle .btn-up.active,
.slide-image-slider.caption-position-middle .btn-down.active, .slide-image-slider.caption-position-bottom .btn-up.active,
.slide-image-slider.caption-position-bottom .btn-down.active, .slide-image-slider.caption-position-top .btn-up.active,
.slide-image-slider.caption-position-top .btn-down.active {
  display: inline-block; }

.slide-image-slider .btn-up {
  top: 1em; }
  .ui-minimal .slide-image-slider .btn-up {
    transform: translate3d(0, -3em, 0); }

.slide-image-slider .btn-down {
  bottom: 0; }

.slide-image-slider .carousel-item {
  position: relative; }
  .slide-image-slider .carousel-item.transition .caption {
    transition: all 300ms; }
  .slide-image-slider .carousel-item.active .caption {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 300ms;
    transition-duration: 600ms; }
    .slide-image-slider .carousel-item.active .caption.position-middle {
      transform: translate3d(0, -50%, 0); }

.slide-image-slider .img {
  max-width: 100%;
  max-height: 100%; }
  .ui-minimal .slide-image-slider .img {
    max-height: calc(100% + 11em); }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-image-slider .img {
      max-height: calc(100% + 20em); } }

.slide-image-slider .carousel-content {
  opacity: 0; }

.slide-image-waypoints .caption {
  padding-bottom: 4em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #111111 80%, rgba(17, 17, 17, 0.6));
  opacity: 0.8;
  transition: all 300ms;
  transform: translate3d(0, 2em, 0);
  pointer-events: none; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-image-waypoints .caption {
      padding-bottom: 6em; } }

.slide-image-waypoints .btn-container {
  position: absolute;
  right: 0;
  bottom: 4em;
  left: 0;
  z-index: 2; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-image-waypoints .btn-container {
      bottom: 6em; } }

.slide-image-waypoints .image-container {
  margin: auto;
  max-width: 100%; }

.slide-image-waypoints .prev-wp, .slide-image-waypoints .next-wp {
  height: 2.5em;
  background-color: rgba(0, 0, 0, 0.6);
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  line-height: 2.5em; }

.slide-image-waypoints.prev-disabled .prev-wp, .slide-image-waypoints.next-disabled .next-wp {
  opacity: 0.5;
  pointer-events: none; }

.direction-rtl .slide-image-waypoints .prev-wp .icon:before {
  content: "\F127"; }

.direction-rtl .slide-image-waypoints .next-wp .icon:before {
  content: "\F128"; }

.slide-image-waypoints .waypoint, .slide-image-waypoints .btn-container {
  opacity: 0;
  transition: opacity 300ms; }

.slide-image-waypoints .navigation {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  transition: all 300ms;
  pointer-events: none; }

.slide-image-waypoints .img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: blur(0);
  transition: all 300ms;
  transform-origin: 0 0; }

.slide-image-waypoints.waypoint-white .waypoint:before {
  background-color: rgba(0, 0, 0, 0.2); }

.slide-image-waypoints.waypoint-white .waypoint:hover:before {
  background-color: rgba(0, 0, 0, 0.4); }

.slide-image-waypoints.waypoint-white .waypoint:after {
  border-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.92); }

.slide-image-waypoints.waypoint-black .waypoint:before {
  background-color: rgba(255, 255, 255, 0.4); }

.slide-image-waypoints.waypoint-black .waypoint:hover:before {
  background-color: rgba(255, 255, 255, 0.6); }

.slide-image-waypoints.waypoint-black .waypoint:after {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.8); }

.slide-image-waypoints.guided-false .caption {
  opacity: 0; }

.slide-image-waypoints.guided-false .waypoint {
  margin: -1.25em;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  cursor: pointer; }
  .slide-image-waypoints.guided-false .waypoint.tapped:after {
    animation: scale-down-75 300ms 1 forwards; }
  .slide-image-waypoints.guided-false .waypoint:after, .slide-image-waypoints.guided-false .waypoint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    transition: all 300ms;
    animation: pulse 1150ms infinite alternate; }
  .slide-image-waypoints.guided-false .waypoint:after {
    margin: 4px;
    border-width: 1px;
    border-style: solid;
    animation-delay: -400ms; }

.slide-image-waypoints.guided-true .caption {
  padding-bottom: 8em; }
  @media (min-width: 601px) and (min-height: 768px) {
    .slide-image-waypoints.guided-true .caption {
      padding-bottom: 9em; } }

.slide-image-waypoints.guided-true .btn-container {
  opacity: 1;
  pointer-events: all; }

.slide-image-waypoints.guided-true .img {
  pointer-events: none; }

.slide-image-waypoints.caption-true .caption {
  position: relative;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.slide-image-waypoints.is-loaded .img, .slide-image-waypoints.is-loaded .waypoint {
  opacity: 1; }

.slide-image-waypoints.zoom-true .waypoint {
  opacity: 0;
  pointer-events: none; }

.slide-image-waypoints.no-transition .img, .slide-image-waypoints.no-transition .waypoint, .slide-image-waypoints.no-transition .caption, .slide-image-waypoints.no-transition .navigation, .slide-image-waypoints.no-transition .btn-container {
  transition: none !important; }

.slide-list .list-container {
  float: left; }
  .direction-rtl .slide-list .list-container {
    float: right; }

.slide-matrix .content-scroll-inner {
  max-width: none; }

@media (min-width: 601px) {
  .slide-matrix .content-sm-scroll {
    background-color: transparent !important; } }

@media (max-width: 600px) {
  .slide-matrix .content-sm-scroll {
    padding-top: 27px;
    background-clip: content-box; }
    .slide-matrix .content-sm-scroll:before {
      content: "";
      position: absolute;
      display: block;
      width: 100%;
      height: 1px;
      position: -webkit-sticky;
      top: -27px;
      margin: -26px 0 28px;
      background-color: inherit;
      z-index: 20;
      opacity: 0.5; } }

.slide-matrix.game-count-down .selectable .btn {
  color: transparent;
  text-shadow: none; }

.slide-media-collection .title {
  padding-bottom: 0.5em; }

.slide-media-collection .play-button {
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 50%;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .slide-media-collection .play-button .arrow {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-47%, -50%);
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
    border-left: 1.4rem solid white; }

.slide-media-collection .video-js {
  font-size: 12px;
  background: transparent;
  max-width: 90%;
  height: inherit; }
  .slide-media-collection .video-js .vjs-control-bar {
    left: -4px;
    right: -4px;
    bottom: -4px; }
  .slide-media-collection .video-js.vjs-fullscreen video {
    max-height: none; }

.slide-media-collection .content-container {
  position: relative; }

.slide-media-collection .parent-container {
  position: relative; }

.slide-media-collection .details-parent {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }

.slide-media-collection .details-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.slide-media-collection .details {
  position: absolute;
  opacity: 0;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 300ms ease-in-out; }
  .slide-media-collection .details .caption {
    padding: 1rem 0; }

.slide-media-collection .full-size {
  box-sizing: border-box; }

.slide-media-collection .tappies-parent {
  transition: opacity 300ms; }

.slide-media-collection .tappies {
  margin: 0 -0.5em;
  line-height: 0; }

.slide-media-collection .tappy {
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  padding: 0.5em; }
  .slide-media-collection .tappy .tappy-child {
    position: relative; }
    .slide-media-collection .tappy .tappy-child .tappy-overlay {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .slide-media-collection .tappy.visited .tappy-child {
    transition: all 300ms;
    opacity: 0.6;
    background: rgba(0, 0, 0, 0.4); }

.slide-media-collection .thumbnail {
  padding: 0; }

.slide-media-collection audio.thumbnail {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  transform: translate3d(0, -50%, 0); }

.slide-media-collection .thumbnail,
.slide-media-collection .full-size {
  max-width: 100%;
  max-height: 100%; }

.slide-media-collection.details-active .tappies-parent {
  opacity: 0;
  pointer-events: none; }

.slide-media-collection.details-active .details-parent {
  pointer-events: all; }

.slide-missing-word .word {
  display: inline-block;
  height: 1.8em;
  line-height: 2.3em;
  margin: 0 0.1em; }

.slide-missing-word .word-text {
  visibility: hidden;
  padding: 0 0.1em; }

.slide-missing-word .draggy {
  margin: 0.2em;
  padding: 0.7em 0.5em; }

.slide-missing-word .droppy {
  border-bottom: 2px solid;
  transition: background-color 300ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0em;
  border-radius: 4px 4px 0 0; }
  .slide-missing-word .droppy.active {
    background-color: rgba(0, 0, 0, 0.25); }

.slide-multiple-choice-game .content-scroll-inner {
  max-width: none;
  min-height: 100%;
  height: auto; }

.slide-multiple-choice-game .selectable.fade-in {
  opacity: 0; }

.slide-multiple-choice-game.image-focus-true .multi-content-wrapper-image:after {
  content: "\f108";
  font-family: icons;
  font-size: 1.6em;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 1em;
  height: 1em;
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px; }

.slide-multiple-choice-game.state-complete .selectable.incorrect {
  opacity: 0.5; }
  .slide-multiple-choice-game.state-complete .selectable.incorrect.active {
    animation: rubber 600ms 1 forwards; }

.slide-multiple-choice-game.state-complete .selectable .btn:before,
.slide-multiple-choice-game.state-complete .selectable .btn:after {
  background: transparent; }

.slide-multiple-choice-game.state-complete .selectable.correct .btn {
  background-color: #eee;
  background-image: none; }

.slide-multiple-choice-game.game-playing .selectable.fade-in, .slide-multiple-choice-game.game-outro .selectable.fade-in {
  opacity: 1; }

.slide-multiple-choice-game.game-count-down .selectable.fade-in {
  opacity: 0; }

.slide-multiple-choice-game .fitting .content-scroll-inner {
  opacity: 0; }

.slide-multiple-choice-game .fitted .content-scroll-inner {
  height: 100%; }

.slide-multiple-choice-game.state-complete .selectable.incorrect {
  opacity: 0.5; }
  .slide-multiple-choice-game.state-complete .selectable.incorrect.active {
    animation: rubber 600ms 1 forwards; }

.slide-multiple-choice-game.state-complete .selectable .btn:before,
.slide-multiple-choice-game.state-complete .selectable .btn:after {
  background: transparent; }

.slide-multiple-choice-game.state-complete .selectable.correct .btn {
  background-color: #eee;
  background-image: none; }

.slide-number-picker .content-fill.invisible {
  visibility: hidden; }

.slide-number-picker .number-pickers,
.slide-number-picker .number-picker,
.slide-number-picker .number-picker-prefix,
.slide-number-picker .number-picker-suffix {
  display: inline-block; }

.slide-number-picker .number-pickers {
  position: relative;
  direction: ltr; }

.slide-number-picker .number-picker {
  width: 5em; }
  .slide-number-picker .number-picker + .number-picker {
    margin-left: 0.5em; }
    @media (max-width: 600px) {
      .slide-number-picker .number-picker + .number-picker {
        margin-left: 0.25em; } }
  .slide-number-picker .number-picker.disabled-up .number-picker-arr-up,
  .slide-number-picker .number-picker.disabled-down .number-picker-arr-down {
    opacity: 0.5;
    pointer-events: none; }

@media (max-width: 600px) {
  .slide-number-picker .pickers-sm .number-picker {
    width: 3.2em; }
  .slide-number-picker .pickers-sm .text-xxl {
    font-size: 1.6em; } }

.slide-number-picker .number-picker-nums {
  height: 8em;
  overflow: hidden; }
  @media (max-width: 600px) {
    .slide-number-picker .number-picker-nums {
      height: 6em; } }

.slide-number-picker .number-picker-num {
  line-height: 8em; }
  @media (max-width: 600px) {
    .slide-number-picker .number-picker-num {
      line-height: 6em; } }

.slide-number-picker .number-picker-prefix,
.slide-number-picker .number-picker-suffix {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.slide-number-picker .number-picker-prefix {
  right: 100%;
  margin-right: 0.5em; }

.slide-number-picker .number-picker-suffix {
  left: 100%;
  margin-left: 0.5em; }

.slide-number-picker .number-picker-arr-up,
.slide-number-picker .number-picker-arr-down {
  position: relative;
  z-index: 1; }
  .slide-number-picker .number-picker-arr-up:after,
  .slide-number-picker .number-picker-arr-down:after {
    content: "";
    position: absolute;
    left: -1em;
    right: -1em;
    height: 8em; }

.slide-number-picker .number-picker-arr-up {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .slide-number-picker .number-picker-arr-up:after {
    top: -1em; }

.slide-number-picker .number-picker-arr-down {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
  .slide-number-picker .number-picker-arr-down:after {
    bottom: -1em; }

.slide-number-sentence .arrow {
  transition: opacity 300ms; }
  .slide-number-sentence .arrow.disabled {
    opacity: 0.5; }

.slide-number-sentence .number-wrap {
  display: inline-block;
  position: relative;
  font-weight: bold;
  transition: width 300ms; }

.slide-number-sentence .number {
  position: relative;
  top: 0;
  right: 0;
  white-space: nowrap; }

.slide-number-sentence .digit {
  display: inline-block; }

.ui-minimal .slide-parallax .parallax-container {
  padding-left: 0;
  padding-right: 0; }

.slide-parallax .parallax-images {
  cursor: move; }

.slide-parallax .parallax-img {
  max-width: 100%;
  max-height: 100%;
  position: absolute; }

.slide-parallax .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  .ui-minimal .slide-parallax .caption {
    padding-bottom: 6em; }
    @media (min-width: 601px) and (min-height: 768px) {
      .ui-minimal .slide-parallax .caption {
        padding-bottom: 10em; } }

.slide-peer-authoring h1 {
  font-weight: normal; }

.slide-peer-authoring li {
  list-style-type: none; }

.slide-peer-authoring h1.js-progress {
  font-size: 2.7em; }

.slide-peer-authoring .upload-view {
  margin: 0;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }
  .slide-peer-authoring .upload-view .upload-form {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .slide-peer-authoring .upload-view .upload-form label {
      margin-top: 1em;
      width: 80%;
      text-align: left;
      text-transform: uppercase; }
    .slide-peer-authoring .upload-view .upload-form input {
      padding: 10px 0;
      width: 80%;
      border: solid 2px white;
      border-top: none;
      border-right: none;
      border-left: none;
      border-radius: 0;
      background-color: transparent;
      color: white; }
      .slide-peer-authoring .upload-view .upload-form input:focus {
        outline: none; }
      .slide-peer-authoring .upload-view .upload-form input::placeholder {
        color: #CCCCCC; }
  .slide-peer-authoring .upload-view .submit-button {
    margin-top: 3em;
    padding: 0.5em;
    width: 100%;
    border: solid 2px white;
    border-radius: 4px;
    font-weight: normal;
    font-size: 1.5em; }

.slide-peer-authoring .multi-content-video:not(.vjs-fullscreen) video {
  max-height: unset !important; }

.slide-peer-authoring .js-item-list {
  padding-right: 0;
  padding-left: 0; }

.slide-peer-authoring .multi-content-wrapper {
  margin: 10px auto 0;
  transition: margin 500ms; }
  .slide-peer-authoring .multi-content-wrapper .block-lt, .slide-peer-authoring .multi-content-wrapper .slide-table .table-row, .slide-table .slide-peer-authoring .multi-content-wrapper .table-row {
    padding: 1em 1.3em 0.8em;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.2); }
  .slide-peer-authoring .multi-content-wrapper .video-js .vjs-big-play-button {
    background-color: rgba(51, 51, 51, 0.8);
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }
  .slide-peer-authoring .multi-content-wrapper.selected {
    padding-bottom: 100vh; }

.slide-peer-authoring .video-info {
  margin: 10px 1em 0;
  padding: 10px 20px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: white;
  color: black;
  font-size: 1.25em; }
  .slide-peer-authoring .video-info .video-actions {
    margin-bottom: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .slide-peer-authoring .video-info .video-actions .icon-group-entry {
      display: flex; }
    .slide-peer-authoring .video-info .video-actions .icon {
      font-size: 1.1em; }
    .slide-peer-authoring .video-info .video-actions .icon-group-entry {
      margin-right: 8px; }
    .slide-peer-authoring .video-info .video-actions .icon-chat-count:before {
      padding-right: 4px;
      color: #5cb0d4; }
    .slide-peer-authoring .video-info .video-actions .icon-chat:before {
      padding-right: 4px;
      color: #5cb0d4; }
    .slide-peer-authoring .video-info .video-actions .icon-heart:before {
      color: #e33529; }
    .slide-peer-authoring .video-info .video-actions .video-like-count, .slide-peer-authoring .video-info .video-actions .video-comment-count {
      padding-top: 4px;
      font-size: 18px; }
  .slide-peer-authoring .video-info .video-title {
    margin-top: 5px; }

.slide-peer-authoring .btn.btn-solid.btn-upload {
  padding: 0.9em 0.75em 0.8em;
  width: 100%;
  position: absolute;
  bottom: 2%;
  font-weight: normal;
  font-size: 1.2em;
  opacity: 1;
  transition: transform 500ms ease-in-out, opacity 500ms ease-in-out; }
  .slide-peer-authoring .btn.btn-solid.btn-upload--hidden {
    opacity: 0;
    transform: translate3d(0, 150px, 0); }
  .slide-peer-authoring .btn.btn-solid.btn-upload--disabled {
    border-color: #DDDDDD;
    background-color: #DDDDDD;
    color: #AAAAAA;
    cursor: default; }

.slide-peer-authoring .upload-progress-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #46b4e9;
  background-color: white;
  animation: fade-in 0.5s;
  height: 10em;
  width: 10em; }
  .slide-peer-authoring .upload-progress-indicator--hidden {
    display: none; }
  .slide-peer-authoring .upload-progress-indicator .upload-progress-text {
    font-size: 3em;
    margin: 35px 15px; }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.slide-peer-authoring .loading-indicator {
  width: 64px;
  height: 64px;
  display: inline-block;
  position: relative; }

.slide-peer-authoring .loading-indicator div {
  margin: 6px;
  width: 51px;
  height: 51px;
  display: block;
  box-sizing: border-box;
  position: absolute;
  border: 6px solid #FFFFFF;
  border-color: #FFFFFF transparent transparent transparent;
  border-radius: 50%;
  animation: loading-indicator 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; }

.slide-peer-authoring .loading-indicator div:nth-child(1) {
  animation-delay: -0.45s; }

.slide-peer-authoring .loading-indicator div:nth-child(2) {
  animation-delay: -0.3s; }

.slide-peer-authoring .loading-indicator div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes loading-indicator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.slide-pie-chart .pie {
  margin: 0 auto;
  width: 18em;
  height: 18em;
  position: relative; }
  .slide-pie-chart .pie:after {
    content: "";
    padding: 2em;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -2em;
    left: -2em; }

.slide-pie-chart .pie-ring-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%; }

.slide-pie-chart .pie-ring {
  transform-origin: center center;
  fill: transparent;
  stroke: rgba(0, 0, 0, 0.3);
  stroke-width: 4.5; }

.slide-pie-chart .pie-ring-answer {
  stroke: transparent; }

.slide-pie-chart .pie.active .pie-ring {
  transition: none; }

.slide-pie-chart .pie-ring-value {
  margin: auto;
  width: 3em; }

.slide-pie-chart.state-complete .pie-ring-input {
  stroke: rgba(0, 0, 0, 0.2); }

.slide-pie-chart.state-complete .pie-ring-answer {
  stroke: rgba(0, 0, 0, 0.2); }

@media (max-width: 600px) {
  .slide-pie-chart .pie {
    font-size: 10px; }
  .slide-pie-chart .pie-label-text {
    font-size: 14px; } }

@media (max-width: 769px) {
  .slide-quadrant-survey .slide-content .slide-page {
    flex-direction: column;
    position: relative; }
    .slide-quadrant-survey .slide-content .slide-page.slide-page--title {
      margin-bottom: 6em; }
    .slide-quadrant-survey .slide-content .slide-page h2 {
      margin: auto; }
    .slide-quadrant-survey .slide-content .slide-page .details h2 {
      display: none; }
    .slide-quadrant-survey .slide-content .slide-page .btn-circular {
      width: 2.5em;
      display: inline-block; }
    .slide-quadrant-survey .slide-content .slide-page .btn-up {
      display: none;
      position: absolute;
      top: -3em;
      left: 50%;
      z-index: 100;
      transform: translateX(-50%); }
    .slide-quadrant-survey .slide-content .slide-page .quadrant .quadrant-zone .btn.btn-sm {
      padding: 0.4em 0.5em 0.35em; } }

@media (min-width: 769px) {
  .slide-quadrant-survey .slide-content .slide-page {
    flex-direction: row; }
    .slide-quadrant-survey .slide-content .slide-page.slide-page--title {
      display: none; }
    .slide-quadrant-survey .slide-content .slide-page .details {
      margin-right: 10%;
      width: 40%;
      display: flex;
      order: 1;
      flex-direction: column;
      justify-content: center; }
    .slide-quadrant-survey .slide-content .slide-page .quadrant {
      margin: 60px 20px;
      order: 2;
      flex: 1; } }

.slide-quadrant-survey .slide-content .slide-page {
  height: 100%;
  display: flex; }

.slide-quadrant-survey .slide-content .btn-circular {
  display: none; }

.slide-quadrant-survey .slide-content .quadrant {
  margin: 30px 20px;
  padding: 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.1);
  list-style: none;
  flex-grow: 1;
  flex-shrink: 1; }
  .slide-quadrant-survey .slide-content .quadrant .quadrant-zone {
    margin: 0;
    padding: 5px;
    min-height: 35%;
    width: 50%;
    box-sizing: border-box;
    position: relative;
    flex-grow: 1;
    flex-shrink: 1; }
    .slide-quadrant-survey .slide-content .quadrant .quadrant-zone:nth-child(1) {
      border-right: 1px solid rgba(0, 0, 0, 0.25);
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    .slide-quadrant-survey .slide-content .quadrant .quadrant-zone:nth-child(2) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
    .slide-quadrant-survey .slide-content .quadrant .quadrant-zone:nth-child(3) {
      border-right: 1px solid rgba(0, 0, 0, 0.25); }
    .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title {
      position: absolute;
      text-align: center; }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--top, .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--bottom, .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--left, .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--right {
        right: 0;
        left: 0; }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--top {
        top: -25px; }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--bottom {
        bottom: -25px; }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--left, .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--right {
        top: 50%; }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--left {
        left: -15px;
        transform: translate3d(-50%, -50%, 0) rotate(-90deg); }
      .slide-quadrant-survey .slide-content .quadrant .quadrant-zone .zone-title.zone-title--right {
        right: -15px;
        transform: translate3d(50%, -50%, 0) rotate(-90deg); }

.slide-ratio .ratio-bar-container {
  height: 20px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  clear: both; }
  .direction-ltr .slide-ratio .ratio-bar-container {
    border-bottom-right-radius: 0px; }
  .direction-rtl .slide-ratio .ratio-bar-container {
    border-bottom-left-radius: 0px; }

.slide-ratio .ratio-bar {
  height: 20px;
  background-color: #fafafa;
  border-radius: 2px;
  width: 100%;
  transform-origin: left center; }
  .direction-rtl .slide-ratio .ratio-bar {
    transform-origin: right center; }

.slide-ratio .ratio-value {
  display: block;
  position: relative;
  z-index: 0; }

.slide-ratio .ratio-value-amount {
  border-radius: 0 0 4px 4px;
  padding: 2px 4px;
  background-color: rgba(0, 0, 0, 0.2); }

.slide-ratio.game-count-down .ratio-value-amount {
  color: transparent;
  text-shadow: 0 0 transparent; }

.slide-ratio.game-count-down .ratio-bar {
  opacity: 0; }

.slide-ratio.game-count-down .ratio {
  pointer-events: none; }

.slide-ratio.state-complete .incorrect .ratio {
  opacity: 0.8; }

.slide-ratio.state-complete .incorrect .ratio-title {
  animation: rubber 700ms 200ms 1 forwards ease-out; }

.slide-ratio.state-complete .correct {
  animation: pulse 1200ms 700ms 1 forwards ease-out; }

.slide-reorder .draggy-container.fade-in {
  opacity: 0; }

.slide-reorder .draggies {
  box-sizing: border-box;
  position: relative; }

.slide-reorder .draggy {
  line-height: 1em;
  top: 0;
  left: 0;
  right: 0; }
  .slide-reorder .draggy.active {
    z-index: 1; }

.slide-reorder.refresh-true .draggy {
  transition-duration: 0ms !important; }

.slide-reorder.ready .draggy-container {
  opacity: 1; }

.slide-reveal .break-word {
  hyphens: auto;
  -ms-hyphens: none; }

.slide-reveal .content-pieces {
  margin: 0 -0.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.slide-reveal .content-piece {
  float: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
  min-width: 20%;
  flex: 0 0 auto; }

.slide-reveal .btn-reveal {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  perspective: 1000;
  display: inline-block; }
  .slide-reveal .btn-reveal.active {
    transform-style: preserve-3d; }
    .slide-reveal .btn-reveal.active .btn-reveal-title.flippable {
      transform: rotateX(180deg); }
    .slide-reveal .btn-reveal.active .btn-reveal-title.ie {
      display: none; }
    .slide-reveal .btn-reveal.active .btn-reveal-desc.flippable {
      transform: rotateX(0deg); }
    .slide-reveal .btn-reveal.active .btn-reveal-desc.ie {
      display: block; }

.slide-reveal .btn-reveal-title,
.slide-reveal .btn-reveal-desc {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 500ms;
  box-sizing: border-box;
  width: 100%;
  height: 100%; }

.slide-reveal .btn-reveal-title.flippable {
  position: absolute;
  top: 0;
  transform: rotateX(0deg); }

.slide-reveal .btn-reveal-title.ie {
  display: block; }

.slide-reveal .btn-reveal-desc.flippable {
  transform: rotateX(-180deg); }

.slide-reveal .btn-reveal-desc.ie {
  display: none; }

.slide-scorm .scorm-object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.slide-scorm .exit-btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  min-height: 48px;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
  border: none;
  display: block;
  margin: 0;
  border-radius: 0;
  transition: all 300ms;
  box-sizing: border-box;
  -webkit-appearance: none; }
  .slide-scorm .exit-btn.__active {
    background: rgba(34, 34, 34, 0.9); }

.slide-scorm.exit-btn-none .exit-btn {
  display: none; }

.slide-scorm.exit-btn-overlay-top .exit-btn {
  top: 0; }

.slide-scorm.exit-btn-overlay-bottom .exit-btn, .slide-scorm.exit-btn-below .exit-btn {
  bottom: 0; }

.slide-scorm.exit-btn-overlay-top .exit-btn, .slide-scorm.exit-btn-overlay-bottom .exit-btn {
  margin: 0.5em;
  right: auto;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  border-radius: 3px; }

.slide-scratch-to-reveal .slider {
  position: relative;
  margin: auto;
  max-width: 100%;
  direction: ltr; }

.slide-scratch-to-reveal .slider-item {
  position: absolute;
  top: 0;
  left: 1px;
  right: 1px;
  overflow: hidden;
  height: 100%; }
  .direction-rtl .slide-scratch-to-reveal .slider-item {
    direction: rtl; }

.slide-scratch-to-reveal .btn-replay {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  padding: 0.3em;
  font-size: 24px;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity 300ms; }

.slide-scratch-to-reveal .icon {
  height: 1em;
  display: block; }

.slide-scratch-to-reveal .multi-content-media {
  min-height: 100%;
  position: relative; }

.slide-scratch-to-reveal .slider-item-0 {
  z-index: 10;
  transition: opacity 300ms; }
  .slide-scratch-to-reveal .slider-item-0 .multi-content-wrapper {
    background: transparent; }
  .slide-scratch-to-reveal .slider-item-0 .multi-content-image {
    visibility: hidden; }
  .slide-scratch-to-reveal .slider-item-0 .multi-content-media {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }

.slide-scratch-to-reveal .slider-item-1 .multi-content-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }

.slide-scratch-to-reveal .slider-labels {
  position: relative; }

.slide-scratch-to-reveal .slider-label {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  transition: opacity 300ms; }

.slide-scratch-to-reveal .multi-content-wrapper {
  width: 100%; }

@media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
  .slide-scratch-to-reveal img.multi-content {
    max-height: 240px; } }

.slide-scratch-to-reveal.state-touched .slider-item-0 {
  opacity: 0;
  transition-duration: 800ms; }

.slide-scratch-to-reveal.state-touched .btn-replay {
  opacity: 1;
  pointer-events: all; }

.slide-scratch-to-reveal.sized-true .multi-content-wrapper {
  height: 100%; }

.slide-scratch-to-reveal.state-prompt .slider-label-before,
.slide-scratch-to-reveal.state-touched .slider-label-after {
  opacity: 1; }

.slide-scrolling-media .slide-content, .slide-text-and-images .slide-content {
  padding-bottom: 1px; }

.slide-scrolling-media .multi-content-wrapper, .slide-text-and-images .multi-content-wrapper {
  max-width: 100%;
  position: relative; }

@media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
  .slide-scrolling-media .video-js video, .slide-text-and-images .video-js video {
    max-height: 240px; } }

.slide-scrolling-media.image-focus-true .multi-content-wrapper-image:after, .image-focus-true.slide-text-and-images .multi-content-wrapper-image:after {
  content: "\f108";
  font-family: icons;
  font-size: 1.6em;
  position: absolute;
  top: 4px;
  right: 4px;
  line-height: 1.2em;
  width: 1.2em;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px; }

@media (min-width: 1025px), (min-height: 769px) and (orientation: landscape) {
  .slide-scrolling-media img.multi-content, .slide-text-and-images img.multi-content {
    max-height: 240px; } }

.slide-scrolling-media a, .slide-text-and-images a {
  word-wrap: break-word; }

.slide-slider .slider, .slide-slider-survey .slider {
  position: relative;
  padding: 3em 0 4em;
  width: 600px;
  max-width: 90%;
  margin: 4em auto 0;
  direction: ltr; }

.slide-slider .slider-bar, .slide-slider-survey .slider-bar {
  height: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  margin: 0 -8px; }

.slide-slider .slider-knob, .slide-slider-survey .slider-knob {
  position: absolute;
  margin: -0.8em;
  z-index: 10; }

.slide-slider .slider-knob-value, .slide-slider-survey .slider-knob-value {
  position: absolute;
  line-height: 1em;
  padding: 5px 6px 4px;
  top: -16px;
  left: 50%;
  margin-top: -1em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  min-width: 44px;
  transform: translate3d(-50%, 0, 0) scale(1);
  transition: all 300ms; }
  .slide-slider .slider-knob-value:after, .slide-slider-survey .slider-knob-value:after {
    content: "";
    position: absolute;
    left: 50%;
    border: 4px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    margin: -4px;
    bottom: -4px; }

.slide-slider .slider-knob-input, .slide-slider-survey .slider-knob-input {
  opacity: 0; }

.slide-slider .slider-knob-answer, .slide-slider-survey .slider-knob-answer {
  opacity: 0; }

.slide-slider .slider-label, .slide-slider-survey .slider-label {
  position: absolute;
  width: 40px;
  margin: 0 -20px;
  padding-top: 12px;
  opacity: 0.8; }

.slide-slider .slider-notch, .slide-slider-survey .slider-notch {
  position: absolute; }
  .slide-slider .slider-notch:before, .slide-slider-survey .slider-notch:before, .slide-slider .slider-notch:after, .slide-slider-survey .slider-notch:after {
    content: "";
    position: absolute;
    left: 50%;
    height: 4px;
    width: 2px;
    margin-left: -1px;
    background: rgba(0, 0, 0, 0.3); }
  .slide-slider .slider-notch:before, .slide-slider-survey .slider-notch:before {
    top: -8px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px; }
  .slide-slider .slider-notch:after, .slide-slider-survey .slider-notch:after {
    top: 0;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px; }

.slide-slider.active .slider-knob-input, .active.slide-slider-survey .slider-knob-input {
  opacity: 1; }

.slide-slider.state-complete .slider-knob-input, .state-complete.slide-slider-survey .slider-knob-input {
  background-color: #ccc; }
  .slide-slider.state-complete .slider-knob-input .slider-knob-value, .state-complete.slide-slider-survey .slider-knob-input .slider-knob-value {
    opacity: 0.3; }

.slide-slider.state-complete .slider-knob-answer, .state-complete.slide-slider-survey .slider-knob-answer {
  opacity: 1; }

.slide-slider-survey .slider-label-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -12px; }

.slide-slider-survey .slider-label-min,
.slide-slider-survey .slider-label-max {
  position: relative;
  line-height: 1em;
  padding: 5px 6px 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  min-width: 12px;
  max-width: 120px;
  opacity: 0.5; }
  .slide-slider-survey .slider-label-min:after,
  .slide-slider-survey .slider-label-max:after {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    margin: -4px;
    top: -4px; }

.slide-slider-survey .slider-label-min:after {
  left: 12px; }

.slide-slider-survey .slider-label-max:after {
  right: 12px; }

.slide-speech-bubble .content-scroll-inner {
  min-height: 100%; }

.slide-speech-bubble .quote-container {
  max-width: 100%;
  flex-shrink: 0; }

.slide-speech-bubble .quote {
  margin-bottom: 0; }
  .slide-speech-bubble .quote.pull-left.quote-dk:after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent;
    border-width: 20px 20px 20px 0;
    left: 22%; }
  .slide-speech-bubble .quote.pull-left.quote-lt:after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent;
    border-width: 20px 20px 20px 0;
    left: 22%; }
  .slide-speech-bubble .quote.pull-right.quote-dk:after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.6) transparent transparent;
    border-width: 20px 0 20px 20px;
    right: 22%; }
  .slide-speech-bubble .quote.pull-right.quote-lt:after {
    content: '';
    position: absolute;
    top: 100%;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent;
    border-width: 20px 0 20px 20px;
    right: 22%; }

.slide-speech-bubble .speech-right .quote-angle-below-right {
  display: block; }

.slide-speech-bubble .speech-right .author {
  justify-content: flex-end; }

.slide-speech-bubble .speech-right.has-avatar .quote-angle {
  right: 20%; }

.slide-speech-bubble .speech-right.has-avatar .author {
  padding-right: 20%;
  flex-direction: row-reverse; }

.slide-speech-bubble .speech-left .quote-angle-below-left {
  display: block; }

.slide-speech-bubble .speech-left.has-avatar .quote-angle {
  left: 20%; }

.slide-speech-bubble .speech-left.has-avatar .author {
  padding-left: 20%; }

.slide-speech-bubble .author-avatar {
  margin: 0 0 0 -2em;
  width: 4em;
  height: 4em;
  object-fit: cover;
  flex-shrink: 0; }

.slide-speech-bubble .speech-style-circle .author-avatar {
  border-radius: 50%; }

.slide-speech-bubble .speech-style-rounded .author-avatar {
  border-radius: 4px; }

.slide-speech-bubble .author {
  padding: 2em 1em 0;
  align-items: center; }
  .slide-speech-bubble .author.author-right .author-avatar {
    margin: 0 -2em 0 0; }
  .slide-speech-bubble .author.author-right .author-content {
    margin: 0 15px 0 3em; }

.slide-speech-bubble .has-avatar .author {
  padding: 1.5em 0 0;
  min-height: 4em; }

.slide-speech-bubble .has-avatar .author-content {
  margin: 0 3em 0 15px; }

.slide-strikeout .strikeout-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slide-strikeout .strikeout-canvas-container {
  z-index: 0; }

.slide-strikeout .strikeout-words {
  pointer-events: none; }

.slide-strikeout .word {
  display: inline-block;
  padding: 0 0.1em;
  border-radius: 4px;
  transition: all 300ms; }
  .slide-strikeout .word.active {
    background-color: #fff;
    color: #222;
    animation: rubber 300ms 1 forwards; }
    .text-dark .slide-strikeout .word.active {
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff; }

.slide-strikeout .word-incorrect.active {
  background-color: #222;
  color: #fff;
  animation: none; }

.slide-table .table-cell {
  padding: 6px; }

.slide-table .table-row:first-child .table-cell:first-child {
  border-top-left-radius: 4px; }

.slide-table .table-row:first-child .table-cell:last-child {
  border-top-right-radius: 4px; }

.slide-table .table-row:last-child .table-cell:first-child {
  border-bottom-left-radius: 4px; }

.slide-table .table-row:last-child .table-cell:last-child {
  border-bottom-right-radius: 4px; }

.slide-table .table {
  margin: auto;
  border-spacing: 2px; }
  .slide-table .table.table-condensed {
    border-spacing: 1px; }
    .slide-table .table.table-condensed .table-cell {
      padding: 4px 3px; }
  .slide-table .table.table-full-width {
    width: 100%;
    margin: 0 -2px; }

.slide-table.scroll-true .table {
  width: 100%;
  margin: 0 -2px; }

.slide-table.scroll-true .table-wrapper {
  padding-bottom: 12px;
  margin-bottom: -12px; }

.slide-table.scroll-true .table-container {
  position: relative;
  overflow: hidden; }
  .slide-table.scroll-true .table-container:before, .slide-table.scroll-true .table-container:after {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    width: 6px;
    opacity: 0;
    transition: opacity 300ms;
    background-color: rgba(0, 0, 0, 0.1); }
  .slide-table.scroll-true .table-container:before {
    left: 0; }
  .slide-table.scroll-true .table-container:after {
    right: 0; }

.slide-table.scroll-true.active .table-container:before,
.slide-table.scroll-true.active .table-container:after {
  opacity: 1; }

.slide-table.scroll-true.scroll-pos-left .table-container:before,
.slide-table.scroll-true.scroll-pos-right .table-container:after {
  opacity: 0; }

.slide-tap-in-order .slide-parent {
  overflow: hidden; }

.slide-tap-in-order .tappy.active {
  animation: pulse 600ms 1; }
  .slide-tap-in-order .tappy.active .number {
    background: rgba(0, 0, 0, 0.2); }

.slide-tap-in-order .tappy.incorrect {
  animation: rubber 600ms 1; }

.slide-tap-in-order .tappy-child {
  transition: all 400ms; }

.slide-tap-in-order .number {
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  transition: all 400ms;
  margin: 0 auto; }

.slide-tap-in-order .number-container {
  margin: -0.8em 1em;
  position: absolute;
  top: 50%;
  padding: 0; }

.slide-tap-in-order .img {
  max-height: 100%;
  margin: 0 auto; }

.slide-tap-in-order.grid-true .number-container {
  position: static;
  margin: -0.2em 0; }

.slide-tap-in-order.grid-true .tappy-child {
  padding-bottom: 3em;
  margin-bottom: -3.2em; }

.slide-tap-in-order.state-complete.correct-true .tappy-child {
  background: rgba(0, 0, 0, 0.2); }

.slide-text-sequence .steps-container {
  overflow: hidden; }

.slide-text-sequence .title {
  font-size: 2em; }

.slide-text-sequence .step {
  font-size: 1.25em;
  opacity: 0;
  transform: translate3d(0, 50%, 0);
  margin: 0 0 0.5em; }
  .slide-text-sequence .step.active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.slide-text-sequence .btn-up,
.slide-text-sequence .btn-down {
  position: absolute;
  left: 50%;
  margin: 0 -1.3em;
  opacity: 0;
  transition: all 300ms; }

.slide-text-sequence .btn-up {
  top: 1em; }

.slide-text-sequence .btn-down {
  bottom: 1em; }
  .slide-text-sequence .btn-down.active {
    opacity: 1; }

.slide-text-sequence.no-transition .step {
  transition: none; }

.slide-title.state-narration .btn-next {
  opacity: 0.5;
  pointer-events: none; }

.slide-url .url-object {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.slide-url .exit-btn {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  min-height: 48px;
  padding: 0.8em 0.5em;
  text-align: center;
  color: #fff;
  background: rgba(34, 34, 34, 0.8);
  border: none;
  display: block;
  margin: 0;
  border-radius: 0;
  transition: all 300ms;
  box-sizing: border-box;
  -webkit-appearance: none; }
  .slide-url .exit-btn.__active {
    background: rgba(34, 34, 34, 0.9); }

.slide-url.exit-btn-overlay-top .exit-btn {
  top: 0; }

.slide-url.exit-btn-overlay-bottom .exit-btn, .slide-url.exit-btn-below .exit-btn {
  bottom: 0; }

.slide-url.exit-btn-overlay-top .exit-btn, .slide-url.exit-btn-overlay-bottom .exit-btn {
  margin: 0.5em;
  right: auto;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  border-radius: 3px; }

.slide-video .video {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  transition: opacity 300ms; }
  .slide-video .video::-webkit-media-controls {
    display: none; }

.slide-video .full-screen {
  top: 0;
  bottom: 0; }

.slide-video.video-success .video {
  opacity: 1; }

.slide-video.video-error .video {
  opacity: 0; }

.slide-video .video:focus {
  outline: none; }

video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

video::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.slide-video-collection .thumb-content {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%); }

.slide-video-collection .video-details {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none; }
  .slide-video-collection .video-details.active {
    opacity: 1;
    pointer-events: all; }

.slide-video-collection .video-container {
  top: 0;
  bottom: 0; }

.slide-video-collection .video {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%; }

.slide-video-collection .exit-video {
  color: #fff;
  position: absolute;
  top: -0.8em;
  right: -0.8em;
  padding: 1.2em;
  cursor: pointer; }

.slide-video-collection .tappies-parent {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  transition: opacity 300ms;
  z-index: 1; }

.slide-video-collection .tappy {
  box-sizing: border-box;
  max-height: 160px;
  cursor: pointer; }
  .slide-video-collection .tappy.visited .tappy-child {
    transition: all 300ms;
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0.4); }

.slide-video-collection .tappy-child {
  overflow: hidden;
  height: 100%;
  margin: 0 auto;
  float: none;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .slide-video-collection .tappy-child.dark {
    color: #fff; }
    .slide-video-collection .tappy-child.dark:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.6); }

.slide-video-collection .video-js {
  background: transparent; }

.slide-video-collection.video-true .video-details {
  display: none; }
  .slide-video-collection.video-true .video-details.active {
    display: block; }

.slide-video-collection.video-true .tappies-parent {
  opacity: 0;
  pointer-events: none; }

.slide-video-contribution .upload-progress,
.slide-video-contribution .upload-progress-bar {
  width: 100%;
  height: 8px;
  border-radius: 2px;
  overflow: hidden; }

.slide-video-contribution .upload-progress-bar {
  background: #fff;
  transform: translate3d(0, 0, 0) scale(0, 1);
  transform-origin: left center; }

.slide-video-contribution .upload-progress {
  border: 1px solid transparent; }

.slide-video-contribution .upload-progress,
.slide-video-contribution .upload-video,
.slide-video-contribution .upload-success,
.slide-video-contribution .upload-error {
  opacity: 0;
  transition: opacity 300ms; }

.slide-video-contribution .upload-progress,
.slide-video-contribution .upload-success,
.slide-video-contribution .upload-error {
  position: absolute;
  width: 100%;
  pointer-events: none; }

.slide-video-contribution .upload-progress {
  top: 1em; }

.slide-video-contribution.upload-prompt .upload-video {
  opacity: 1; }

.slide-video-contribution.upload-in-progress .upload-progress {
  opacity: 1; }

.slide-video-contribution.upload-in-progress .upload-progress-bar {
  animation: flash 800ms infinite alternate ease-in-out; }

.slide-video-contribution.upload-complete .upload-video,
.slide-video-contribution.upload-complete .upload-success {
  opacity: 1; }

.slide-video-contribution.upload-error .upload-video,
.slide-video-contribution.upload-error .upload-error {
  opacity: 1; }

.slide-vimeo-video-embed .vimeo-player,
.slide-vimeo-video-embed .vimeo-thumb {
  border: none;
  width: 100%;
  display: block;
  transition: opacity 300ms; }

.slide-vimeo-video-embed .vimeo-content {
  overflow: hidden; }

.slide-vimeo-video-embed .vimeo-player {
  opacity: 0;
  height: 100%;
  position: absolute; }
  .slide-vimeo-video-embed .vimeo-player iframe {
    height: 100%;
    width: 100%; }

.slide-vimeo-video-embed .vimeo-thumb {
  z-index: -1;
  position: absolute;
  opacity: 0; }
  .slide-vimeo-video-embed .vimeo-thumb.show {
    opacity: 1; }

.slide-vimeo-video-embed.thumb-false .vimeo-thumb {
  background: #1a1a1a;
  height: 75%;
  opacity: 1;
  border: 0; }

.slide-vimeo-video-embed.video-playing .vimeo-thumb {
  opacity: 0; }

.slide-vimeo-video-embed.video-playing .vimeo-player {
  opacity: 1; }

.slide-youtube-video-embed .yt-player,
.slide-youtube-video-embed .yt-thumb {
  border: none;
  width: 100%;
  display: block;
  transition: opacity 300ms; }

.slide-youtube-video-embed .yt-content {
  overflow: hidden; }

.slide-youtube-video-embed .yt-player {
  opacity: 0;
  height: 100%;
  position: absolute; }

.slide-youtube-video-embed .yt-thumb {
  z-index: 1;
  position: absolute;
  pointer-events: none; }

.slide-youtube-video-embed.video-playing .yt-thumb {
  opacity: 0; }

.slide-youtube-video-embed.video-playing .yt-player {
  opacity: 1; }

#slides-view.theme-flat {
  background-color: #fafafa !important;
  color: #111 !important;
  font-weight: 300; }
  #slides-view.theme-flat h3, #slides-view.theme-flat h4, #slides-view.theme-flat .text-bold, #slides-view.theme-flat .game-slide .game-stepper, .game-slide #slides-view.theme-flat .game-stepper, #slides-view.theme-flat .btn, #slides-view.theme-flat .slide-drag-to-match .multi-content-text, .slide-drag-to-match #slides-view.theme-flat .multi-content-text,
  #slides-view.theme-flat strong, #slides-view.theme-flat b,
  #slides-view.theme-flat .game-slide .game-stepper,
  #slides-view.theme-flat .slide-footer .slide-footer-prompt {
    font-weight: 400; }
  #slides-view.theme-flat h1, #slides-view.theme-flat h2, #slides-view.theme-flat .btn {
    font-weight: 300; }
  #slides-view.theme-flat h4, #slides-view.theme-flat .text-uppercase, #slides-view.theme-flat .slide-drag-to-match .short-text .multi-content-text, .slide-drag-to-match .short-text #slides-view.theme-flat .multi-content-text,
  #slides-view.theme-flat .slide-footer .slide-footer-prompt {
    text-transform: none !important; }
  #slides-view.theme-flat:after,
  #slides-view.theme-flat #lesson-title,
  #slides-view.theme-flat .slide-dial .dial-ring {
    border-color: #ddd; }
  #slides-view.theme-flat .btn-reveal-desc {
    color: #111; }
  #slides-view.theme-flat #lesson-pages,
  #slides-view.theme-flat .connect-box.complete {
    background-color: #f4f4f4;
    color: inherit; }
  #slides-view.theme-flat .btn.btn-solid,
  #slides-view.theme-flat .btn.btn-muted {
    color: #08c;
    background: #fafafa; }
    #slides-view.theme-flat .btn.btn-solid.__active, #slides-view.theme-flat .btn.btn-solid.active,
    #slides-view.theme-flat .btn.btn-muted.__active,
    #slides-view.theme-flat .btn.btn-muted.active {
      background: #f3f3f3; }
  #slides-view.theme-flat .droppy.active,
  #slides-view.theme-flat .slider-bar,
  #slides-view.theme-flat .slider-notch:before,
  #slides-view.theme-flat .slider-notch:after,
  #slides-view.theme-flat .connect-box.active,
  #slides-view.theme-flat .chat-msg.pull-right {
    background-color: #ddd; }
  #slides-view.theme-flat .connect-box.complete,
  #slides-view.theme-flat .chat-msg.active,
  #slides-view.theme-flat .slide-game-jumble .draggy.is-positioned .letter,
  #slides-view.theme-flat .slide-game-jeopardy .question-answered .block-dk,
  #slides-view.theme-flat .slide-game-jeopardy .question-answered .slide-carousel .carousel-item:before,
  .slide-carousel #slides-view.theme-flat .slide-game-jeopardy .question-answered .carousel-item:before,
  #slides-view.theme-flat .slide-game-jeopardy .question-answered .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden #slides-view.theme-flat .slide-game-jeopardy .question-answered .blank.active,
  #slides-view.theme-flat .slide-game-jeopardy .question-answered .slide-table .table-row:nth-child(odd),
  .slide-table #slides-view.theme-flat .slide-game-jeopardy .question-answered .table-row:nth-child(odd) {
    color: #fff;
    background-color: #08c; }
  #slides-view.theme-flat .chat-msg.pull-right:after {
    border-top-color: #ddd;
    border-right-color: #ddd; }
  #slides-view.theme-flat .chat-msg.active:after {
    border-top-color: #08c;
    border-right-color: #08c; }
  #slides-view.theme-flat .btn.btn-solid {
    border: 1px solid #ccc !important; }
  #slides-view.theme-flat .selectable .btn.btn-solid,
  #slides-view.theme-flat .draggy .btn.btn-solid {
    color: inherit; }
  #slides-view.theme-flat .selectable.active .btn.btn-solid,
  #slides-view.theme-flat .draggy.active .btn.btn-solid {
    color: #08c; }
    #slides-view.theme-flat .selectable.active .btn.btn-solid:before,
    #slides-view.theme-flat .draggy.active .btn.btn-solid:before {
      color: #08c; }
  #slides-view.theme-flat .slide-game-jeopardy .game-box,
  #slides-view.theme-flat .slide-game-elevator .game-box {
    border: none; }
  #slides-view.theme-flat .slide-game-jumble .droppy,
  #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .block-dk,
  #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .slide-carousel .carousel-item:before,
  .slide-carousel #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .carousel-item:before,
  #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .slide-construct .word-hidden .blank.active,
  .slide-construct .word-hidden #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .blank.active,
  #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .slide-table .table-row:nth-child(odd),
  .slide-table #slides-view.theme-flat .slide-game-elevator .game-box.hide-attributes .table-row:nth-child(odd) {
    background-color: transparent; }
  #slides-view.theme-flat .block-dk, #slides-view.theme-flat .slide-carousel .carousel-item:before, .slide-carousel #slides-view.theme-flat .carousel-item:before, #slides-view.theme-flat .slide-construct .word-hidden .blank.active, .slide-construct .word-hidden #slides-view.theme-flat .blank.active, #slides-view.theme-flat .slide-table .table-row:nth-child(odd), .slide-table #slides-view.theme-flat .table-row:nth-child(odd) {
    background: rgba(0, 0, 0, 0.05); }
  #slides-view.theme-flat .number-picker {
    background-color: rgba(0, 0, 0, 0.05); }
  #slides-view.theme-flat #slide-answer {
    border-top-color: rgba(0, 0, 0, 0.05);
    border-top-width: 12px; }
    #slides-view.theme-flat #slide-answer .btn.btn-solid {
      background-color: transparent; }


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