/* Matthew Balaam - please do not edit the CSS file, .scss file in SCSS directory within parent, and compile with PrePos or an online SASS preprocessor with Bourbon support*/
body:after {
  display: none;
  content: url("/sample-activities/service/util/cp/curriculum/content/shared/images/balloons-sprite-8b.png");
}

ul.balloons > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes float {
  from {
    -webkit-transform: rotate(0.001deg) translate3d(3px, 0, 0) rotate(0.001deg);
  }

  to {
    -webkit-transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}

@keyframes float {
  from {
    transform: rotate(0.001deg) translate3d(3px, 0, 0) rotate(0.001deg);
  }

  to {
    transform: rotate(360deg) translate3d(3px, 0, 0) rotate(-360deg);
  }
}

@-webkit-keyframes correct {
  0%, 100% {
    -webkit-transform: translate3d(0, -10px, 0) rotate(0.001deg) scale(1.05);
  }

  50% {
    -webkit-transform: translate3d(0, 15px, 0) rotate(-0.001deg) scale(0.95);
  }
}

@keyframes correct {
  0%, 100% {
    transform: translate3d(0, -10px, 0) rotate(0.001deg) scale(1.05);
  }

  50% {
    transform: translate3d(0, 15px, 0) rotate(-0.001deg) scale(0.95);
  }
}

@-webkit-keyframes enter-left {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
    -webkit-transform: rotate(-90deg) translate3d(-220px, 0, 0) rotate(90deg) scale(0.1);
  }

  100% {
    -webkit-transform: rotate(-180deg) translate3d(-3px, 0, 0) rotate(180deg) scale(1);
  }
}

@keyframes enter-left {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
    transform: rotate(-90deg) translate3d(-220px, 0, 0) rotate(90deg) scale(0.1);
  }

  100% {
    transform: rotate(-180deg) translate3d(-3px, 0, 0) rotate(180deg) scale(1);
  }
}

@-webkit-keyframes enter-right {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
    -webkit-transform: rotate(-270deg) translate3d(220px, 0, 0) rotate(270deg) scale(0.1);
  }

  100% {
    -webkit-transform: rotate(-180deg) translate3d(-3px, 0, 0) rotate(180deg) scale(1);
  }
}

@keyframes enter-right {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
    transform: rotate(-270deg) translate3d(220px, 0, 0) rotate(270deg) scale(0.1);
  }

  100% {
    transform: rotate(-180deg) translate3d(-3px, 0, 0) rotate(180deg) scale(1);
  }
}

.paused div,
.paused li,
.paused li:after {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

ul.balloons {
  text-align: center;
  position: relative;
  z-index: 0;
}
ul.balloons > li {
  vertical-align: top !important;
  top: 0;
  display: inline-block;
  height: 192px;
  overflow: hidden;
  position: relative;
  width: 119px;
  line-height: 125px;
  color: #FFFFFF;
  font-size: 51px;
  font-family: SassoonInfant,Arial,Helvetica,sans-serif;
  margin: 50px 0.05em !important;
  background-image: url("/sample-activities/service/util/cp/curriculum/content/shared/images/balloons-sprite-8b.png");
  background-color: transparent;
  background-repeat: no-repeat;
}
ul.balloons > li:hover {
  cursor: move;
}
ul.balloons > li.one, ul.balloons > li.three, ul.balloons > li.five {
  -webkit-animation: enter-left 1.2s 1 both ease-out, float 16.8s infinite linear 1.35s;
  animation: enter-left 1.2s 1 both ease-out, float 16.8s infinite linear 1.35s;
}
ul.balloons > li.two, ul.balloons > li.four, ul.balloons > li.six {
  -webkit-animation: enter-right 1.2s 1 both ease-out, float 16.8s infinite linear 1.2s;
  animation: enter-right 1.2s 1 both ease-out, float 16.8s infinite linear 1.2s;
}
ul.balloons > li.two {
  z-index: -1;
  -webkit-animation-delay: 0.15s, 1.35s;
  animation-delay: 0.15s, 1.35s;
  -webkit-animation-duration: 1.2s, 9.6s;
  animation-duration: 1.2s, 9.6s;
}
ul.balloons > li.three {
  z-index: -2;
  -webkit-animation-delay: 0.3s, 1.5s;
  animation-delay: 0.3s, 1.5s;
  -webkit-animation-duration: 1.2s, 12s;
  animation-duration: 1.2s, 12s;
}
ul.balloons > li.four {
  z-index: -3;
  -webkit-animation-delay: 0.45s, 1.65s;
  animation-delay: 0.45s, 1.65s;
  -webkit-animation-duration: 1.2s, 8.4s;
  animation-duration: 1.2s, 8.4s;
}
ul.balloons > li.five {
  z-index: -4;
  -webkit-animation-delay: 0.6s, 1.8s;
  animation-delay: 0.6s, 1.8s;
  -webkit-animation-duration: 1.2s, 7.2s;
  animation-duration: 1.2s, 7.2s;
}
ul.balloons > li.six {
  z-index: -5;
  -webkit-animation-delay: 0.75s, 1.95s;
  animation-delay: 0.75s, 1.95s;
  -webkit-animation-duration: 1.2s, 10.8s;
  animation-duration: 1.2s, 10.8s;
}
ul.balloons.noAnimDelay > li {
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
  -webkit-animation-duration: 0s, 16.8s;
  animation-duration: 0s, 16.8s;
}
ul.balloons.noAnimDelay > li.two {
  -webkit-animation-duration: 0s, 9.6s;
  animation-duration: 0s, 9.6s;
}
ul.balloons.noAnimDelay > li.three {
  -webkit-animation-duration: 0s, 12s;
  animation-duration: 0s, 12s;
}
ul.balloons.noAnimDelay > li.four {
  -webkit-animation-duration: 0s, 8.4s;
  animation-duration: 0s, 8.4s;
}
ul.balloons.noAnimDelay > li.five {
  -webkit-animation-duration: 0s, 7.2s;
  animation-duration: 0s, 7.2s;
}
ul.balloons.noAnimDelay > li.six {
  -webkit-animation-duration: 0s, 10.8s;
  animation-duration: 0s, 10.8s;
}

.interaction.correct ul.balloons li {
  -webkit-animation: correct 1.56s infinite ease;
  animation: correct 1.56s infinite ease;
}
.interaction.correct ul.balloons li:nth-child(1) {
  -webkit-animation-delay: -0.72s;
  animation-delay: -0.72s;
}
.interaction.correct ul.balloons li:nth-child(2) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.interaction.correct ul.balloons li:nth-child(3) {
  -webkit-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
.interaction.correct ul.balloons li:nth-child(4) {
  -webkit-animation-delay: -0.36s;
  animation-delay: -0.36s;
}
.interaction.correct ul.balloons li:nth-child(5) {
  -webkit-animation-delay: -0.24s;
  animation-delay: -0.24s;
}
.interaction.correct ul.balloons li:nth-child(6) {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
}
.interaction.correct ul.balloons li:hover {
  cursor: default !important;
}

.list_container {
  margin-top: 65px;
  position: relative;
  width: auto;
}
