﻿@import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');

/********************
TABLE OF CONTENTS:
General Styles
Title Area
Modal
Results
Farm Stand
Counting In Space
Jungle Math
Feed The Birds
Fishing
Fractions
Game Of Suds
Number Line Magic
Picnic Sorting
Place Value
Place Value Multiple
Skip Counting
Skip Counting With Images
The Big Dig
Superhero Stopwatch
Superhero Stopwatch – Making Time
Multiple-Choice
Venn Diagram
Ruler Measurements
Measuring Objects
Goal Review
Triangle Math
Bucket Game
Basket Game
Ordering Owl
Raccoon Racer
********************/

/********************
General Styles
********************/

*,
*::before,
*::after {
  box-sizing: content-box;
}

body {
  font-family: 'Short Stack', cursive;
  line-height: inherit;
}

/* Fixes Bootstrap Layout Issue */

p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

/* Keeps draggables visible while dragging on some interactives */

.ui-draggable-dragging {
  z-index: 10 !important;
}

/* Global Focus Styles */

.interactive *:focus {
  outline-color: rgb(77, 144, 254);
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}

/* Global Disabled Styles */

.interactive *:disabled {
  cursor: not-allowed;
}

/* Specific Disabled Styles */

.interactive .disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

/* Bootstrap Edits */

/* Bootstrap styled row only for math interactives */
:is(.interactive) .row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.interactive .mb {
  margin-bottom: 10px;
}

.interactive .bg-primary {
  background-color: #8e44ad !important;
}

.interactive .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.interactive .btn:active {
  color: #000000 !important;
}

@media (prefers-reduced-motion: reduce) {
  .interactive .btn {
    transition: none;
  }
}

.interactive .btn-info {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefa92+1,fec519+38,fd8f0e+100 */
  background: #fefa92;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fefa92 1%, #fec519 38%, #fd8f0e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fefa92', endColorstr='#fd8f0e', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
}

.interactive .btn-info:hover {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
}

.interactive .btn-info:focus,
.interactive .btn-info.focus {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.interactive .btn-info.disabled,
.interactive .btn-info:disabled {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
}

.interactive .btn-info:not(:disabled):not(.disabled):active,
.interactive .btn-info:not(:disabled):not(.disabled).active,
.interactive .show > .btn-info.dropdown-toggle {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
}

.interactive .btn-info:not(:disabled):not(.disabled):active:focus,
.interactive .btn-info:not(:disabled):not(.disabled).active:focus,
.interactive .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.15);
}

.math-audio-btn {
  display: table-cell;
  vertical-align: middle;
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/math-audio-btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px;
  border: none;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-top: -5px;
  border-radius: 6px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
}

/********************
Title Area
********************/

.interactive .title-container {
  height: 65px;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  background-repeat: repeat;
}

.interactive .directions-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 9px;
  height: 41px !important;
  width: 41px !important;
}

.interactive .directions-icon {
  padding-top: 7px;
  padding-bottom: 6px;
  color: #a34c2d;
}

.interactive .interactive-title {
  font-family: 'Sniglet', cursive;
  font-size: 2.25em;
  text-align: center;
  background: linear-gradient(to top, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Question Counter */

.interactive .interactive-questions {
  width: 100%;
  margin-top: 9px;
  border-radius: 4px;
  text-align: center;
  padding: 10px 10px 7px 10px;
  box-sizing: border-box;
  font-size: 1em;
}

/********************
Modal
********************/

/* Removes background jump once modal opens */

.modal-open {
  padding: 0 !important;
  overflow-y: auto;
}

/* Modal Animation */

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.interactive .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

.interactive .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (prefers-reduced-motion) {
  .interactive .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }
}

/* Mascot Text */

.interactive .modal .mascot-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 30px;
}

.interactive .modal .math-audio-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0px;
}

/* Modal Button */

.interactive .modal .feedback-btn {
  width: 100%;
  color: #a34c2d;
}

/********************
Results
********************/

/* Main Container */

.interactive-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  border: 3px solid #7f8c8d;
  background-color: #95a5a6;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/results-screen/results_bg.png');
  background-repeat: repeat;
}

.interactive-results .title-container {
  color: #000000;
  background-color: #606a6b;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/results-screen/header_bg_noise.png');
}

.interactive-results .interactive-questions {
  background-color: #d1e5f3;
  margin-top: 6px;
}

.interactive-results .results-table-container {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 14px;
  padding: 20px 10px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #7f8c8d;
  border-radius: 5px;
}

.interactive-results .results-table-container .table {
  text-align: center;
}

.interactive-results .results-table-container .table th {
  background-color: #ecf0f1;
}

.interactive-results .results-table-container .table td {
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.interactive-results .multi-version .table .shaded {
  background-color: #ecf0f1;
  vertical-align: middle;
}

.interactive-results .multi-version .table {
  table-layout: fixed;
  text-align: center;
}

.interactive-results .multi-version .table th {
  background-color: #ffffff;
}

.interactive-results .multi-version .table td,
.interactive-results .multi-version .table th {
  border: 1px solid #bdc3c7;
}

.interactive-results .results-centered {
  text-align: center;
}

.interactive-results .resultGlyph .resultRight {
  color: #27ae60;
}

.interactive-results .resultGlyph .resultWrong {
  color: #c0392b;
}

.interactive-results .reset-btn {
  display: block;
  margin: 0 auto;
  width: 95%;
}

/********************
Farm Stand
********************/

/* Main Container */

.coin-counting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #3d5f03;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/farm_stand_main_bg.png');
  background-position: 50% 10%;
  border-color: #12502d;
}

/* Title Area */

.coin-counting .title-container {
  color: #ffffff;
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/header_bg_noise.png');
}

.coin-counting .interactive-title {
  margin-left: 11px;
}

.coin-counting .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/farm_stand_mascot_header.png');
  position: absolute;
  left: 58px;
}

.coin-counting .interactive-questions {
  background-color: #249f58;
}

/* Modal */

.coin-counting .modal-footer {
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/header_bg_noise.png');
}

/* Main Images and Text */

.coin-counting #mathQuestion {
  color: #ffffff;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

.coin-counting .math-question {
  text-align: center;
  text-shadow: 0px 3px 5px #000000;
}

.coin-counting .imageContainer {
  min-height: 345px;
  margin: 0 auto;
  margin-bottom: -10px;
  background: #249f58;
  text-align: center;
  border-radius: 10px;
}

.coin-counting .price-tag {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/price-tag.png');
  width: 212px;
  height: 99px;
  position: absolute;
  left: 330px;
  top: 65px;
}

.coin-counting .price-tag-text {
  position: relative;
  top: -18px;
  left: 35px;
  color: #ffffff;
  font-size: 2em;
  font-weight: bold;
}

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.coin-counting .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Grow */

.coin-counting .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.coin-counting .hvr-grow:hover,
.coin-counting .hvr-grow:focus,
.coin-counting .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */

.coin-counting .hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.coin-counting .hvr-shrink:hover,
.coin-counting .hvr-shrink:focus,
.coin-counting .hvr-shrink:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Farm Stand Main */

.coin-counting .bank {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/piggy_bank.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 200px;
  margin-left: 15px;
}

.coin-counting .coins {
  background: #12502d;
  border-radius: 10px;
  margin: 5px;
  width: 105px;
  height: auto;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  vertical-align: top;
}

.coin-counting .coin {
  display: block;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #a34c2d;
}

.coin-counting .quarter,
.coin-counting .dime,
.coin-counting .nickel,
.coin-counting .penny {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
}

.coin-counting .quarter {
  height: 55px;
  width: 55px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/quarter.png');
}

.coin-counting .dime {
  height: 42px;
  width: 42px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/dime.png');
}

.coin-counting .nickel {
  height: 47px;
  width: 47px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/nickel.png');
}

.coin-counting .penny {
  height: 44px;
  width: 44px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/farm-stand/penny.png');
}

.coin-counting .coinImage {
  height: 150px;
  width: auto;
  margin-top: 30px;
  margin-left: -160px;
  position: relative;
  z-index: 2;
}

.coin-counting .questionButton {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  height: 40px;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.coin-counting .resetButton {
  color: #ffffff;
  background-color: #41a255;
  width: 30%;
  margin-left: 12px;
  font-size: 0.6em;
  border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.coin-counting .questionButton {
  margin-left: 10px;
  margin-top: 160px;
  width: 180px;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.coin-counting .questionButton:hover,
.coin-counting .questionButton:focus,
.coin-counting .questionButton:active {
  color: #a34c2d !important;
}

.coin-counting .total-holder {
  position: relative;
  z-index: 2;
  top: 115px;
  width: 190px;
  text-align: center;
}

.coin-counting .total-text {
  font-size: 0.8em;
}

.coin-counting .total-number {
  font-size: 2em;
  margin-top: -20px;
}

/* Typing Version */

.coin-counting .version-b-text {
  margin-top: 25px !important;
  margin-bottom: 30px !important;
  width: 50% !important;
  padding: 10px;
  background-color: #12502d;
  border-radius: 10px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5) !important;
}

.coin-counting .coin-text {
  position: relative;
  top: 110px;
  margin: 0 auto;
  width: 80px;
  height: 60px;
  font-size: 1em;
  text-align: center;
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.25);
}

.coin-counting .cent-symbol {
  position: absolute;
  bottom: 120px;
  right: 93px;
}

/********************
Counting In Space
********************/

/* Main Container */

.cosmic-counting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 640px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/counting-in-space/counting_in_space_bg.png');
  border-color: #8e44ad;
}

/* Title Area */

.cosmic-counting .title-container {
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/counting-in-space/counting_in_space_header_noise.png');
}

.cosmic-counting .interactive-title {
  margin-left: 19px;
}

.cosmic-counting .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/counting-in-space/counting_in_space_mascot_header.png');
  position: absolute;
  left: 6px;
}

.cosmic-counting .interactive-questions {
  background-color: #8e44ad;
}

/* Modal */

.cosmic-counting .modal-footer {
  background: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/counting-in-space/counting_in_space_header_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.cosmic-counting #mathQuestion {
  color: #ffffff;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.cosmic-counting .math-question {
  text-align: center;
}

.cosmic-counting .imageContainer {
  position: relative;
  margin: 0 auto;
  margin-bottom: 5px;
  background: transparent;
  text-align: center;
}

.cosmic-counting .imageContainer .image-simple-counting {
  position: absolute;
  background-size: contain;
  border: none;
  background-color: transparent;
}

/* Numbers */

.cosmic-counting .numberChoices {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  justify-items: center !important;
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  text-align: center;
}

.cosmic-counting .numberChoice {
  font-weight: bold;
  margin-left: 0px !important;
  margin-right: 0px !important;
  color: #f1c40f;
  font-size: 5em;
  background: transparent;
  border: none;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media all and (max-width: 1080px) {
  .cosmic-counting .numberChoice {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }
}

.cosmic-counting .numberChoice:hover,
.cosmic-counting .numberChoice:focus,
.cosmic-counting .numberChoice:active {
  text-shadow: 0px 3px 20px rgba(0, 0, 0, 0.75);
  color: #f39c12;
}

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.cosmic-counting .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/********************
Jungle Math
********************/

/* Main Container */

.treasure-jungle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/jungle_math_bg.png');
  background-position: center center;
  background-size: cover;
  border-color: #523a2d;
}

/* Title Area */

.treasure-jungle .title-container {
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/header_bg_noise.png');
  background-color: #523a2d;
}

.treasure-jungle .interactive-title {
  margin-left: 24px;
}

.treasure-jungle .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/jungle_math_mascot_header.png');
  position: absolute;
  left: 67px;
  margin-top: -2px;
}

.treasure-jungle .interactive-questions {
  background-color: #6e503c;
}

/* Modal */

.treasure-jungle .modal-footer {
  background: #523a2d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.treasure-jungle .mathImg {
  height: 55px;
  width: 55px;
  border-radius: 25px;
  margin-right: 2px;
  margin-bottom: 2px;
}

.treasure-jungle #mathQuestion {
  font-weight: bold;
  width: 75%;
  margin: 0 auto;
  color: #ffffff;
}

.treasure-jungle .math-question {
  text-align: center;
}

.treasure-jungle .questionText {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

.treasure-jungle .operator {
  font-size: 3em;
}

.treasure-jungle .answerBtn {
  opacity: 1;
}

.treasure-jungle #simpleMathAnswer {
  color: #000000;
}

.treasure-jungle .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/* Main */

.treasure-jungle .simple-counting-container {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/jungle_math_container.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.treasure-jungle #simpleMathAnswer {
  margin: 0 auto;
  width: 150px;
  font-size: 2em;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0.5);
}

.treasure-jungle .answerBtn {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/jungle-math/submit_btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 220px;
  height: 70px;
  opacity: 1;
  margin: 0 auto;
  font-size: 1em;
  line-height: 72px;
  font-weight: bold;
  color: #317506;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.treasure-jungle .answerBtn:hover,
.treasure-jungle .answerBtn:focus,
.treasure-jungle .answerBtn:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/********************
Feed The Birds
********************/

.feed-the-birds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #84dbf3;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/feed_the_birds_main_bg.png');
  border-color: #6f2119;
}

/* Title Area */

.feed-the-birds .title-container {
  color: #ffffff;
  background-color: #6f2119;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/header_bg_noise.png');
}

.feed-the-birds .interactive-title {
  margin-left: 10px;
}

.feed-the-birds .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/feed_the_birds_mascot_header.png');
  position: absolute;
  left: 40px;
}

.feed-the-birds .interactive-questions {
  background-color: #c0392b;
}

/* Modal */

.feed-the-birds .modal-footer {
  background-color: #6f2119;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.feed-the-birds #mathQuestion {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.feed-the-birds .math-question {
  margin-top: 10px;
}

.feed-the-birds .birdhouse {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/birdhouse.png');
  background-repeat: no-repeat;
  width: 110px;
  height: 124px;
  position: relative;
  z-index: 2;
  top: -55px;
  left: 70px;
}

.feed-the-birds .birdhouse-number {
  font-size: 20pt;
  color: #000000;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 55px;
  right: 3px;
}

.feed-the-birds .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/* Effects */

.feed-the-birds .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.feed-the-birds .hvr-grow:hover,
.feed-the-birds .hvr-grow:focus,
.feed-the-birds .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Main */

.feed-the-birds .imageContainer {
  margin: 0 auto;
  text-align: center;
}

.feed-the-birds .imageContainer:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/branch.png');
  position: absolute;
  bottom: 0;
  right: 0;
  top: 63%;
  left: -60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.feed-the-birds .diamondCounting {
  position: relative;
  display: inline-block;
  margin: -4px;
}

.feed-the-birds .innerDiamond {
  position: relative;
  font-size: 20pt;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
  left: -5px;
  background: transparent;
  border: none;
  transform: rotate(0);
  font-size: 1.25em;
  top: none !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.feed-the-birds .innerDiamond:disabled {
  color: #000000;
}

/* Fix iPad Issue */

@media all and (max-width: 1080px) {
  .feed-the-birds .innerDiamond {
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 8px;
  }
}

.feed-the-birds .diamondNumLine {
  margin-left: 5px;
  margin-right: 1px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/baby_birds.png') !important;
  background-size: contain;
  background-position: center center;
  margin-top: -29px;
}

.feed-the-birds .skipInput {
  width: 80px;
  height: 50px;
  display: inline-block;
  margin: 10px;
  font-weight: bold;
}

.feed-the-birds .bigFont {
  font-size: 28pt;
}

.feed-the-birds .motherBird {
  z-index: 10 !important;
  position: absolute;
}

.feed-the-birds .worm {
  position: absolute;
  margin-left: -11px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  z-index: 100 !important;
}

.feed-the-birds .wooden-sign-container {
  margin: 0 auto;
  margin-top: -120px;
  width: 80%;
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/feed-the-birds/wooden_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  top: -30px;
}

.feed-the-birds .version-a-text {
  padding: 15px;
  font-size: 0.78em;
  width: 78% !important;
  position: relative;
  left: 50px;
  top: 2px;
}

.feed-the-birds .version-a-text .math-audio-btn {
  margin-top: -15px;
}

.feed-the-birds .version-b-text {
  padding: 20px;
  text-align: center;
}

.feed-the-birds .submit-btn {
  margin: 0 auto;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 82%;
  border-radius: 20px;
  margin-bottom: 10px;
  height: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.feed-the-birds .skipForm {
  margin-top: -30px;
}

.feed-the-birds .form-control {
  margin: 0 auto;
  width: 150px;
  height: 60px;
  font-size: 2em;
  color: #000000;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
}

/* Type Version Specific */

.feed-the-birds #wooden-sign-container-type-version {
  margin-top: 0px;
  top: 0px;
}

/********************
Fishing
********************/

/* Main Container */

.fishing-addition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #3f3f3f;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fishing_main_bg.png');
  border-color: #3f3f3f;
}

/* Title Area */

.fishing-addition .title-container {
  color: #ffffff;
  background-color: #3f3f3f;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/header_bg_noise.png');
}

.fishing-addition .interactive-title {
  margin-left: 23px;
}

.fishing-addition .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fishing_mascot_header.png');
  position: absolute;
  left: unset !important;
  margin-left: -80px;
}

.fishing-addition .interactive-questions {
  background-color: #666;
}

/* Modal */

.fishing-addition .modal-footer {
  background-color: #3f3f3f;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.fishing-addition #mathQuestion {
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 10px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/text_area_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 110px;
  margin-bottom: 15px;
  margin-top: -2px;
}

.fishing-addition .math-question {
  text-align: center;
  text-shadow: 0px 3px 5px #000000;
}

.fishing-addition .sums-header {
  position: relative;
  top: 28px;
  font-weight: bold;
}

.fishing-addition .imageContainer {
  height: auto !important;
  min-height: 300px;
  margin: 0 auto;
  margin-bottom: -10px;
  background: #249f58;
  text-align: center;
  border-radius: 10px;
  height: 100%;
}

/* Effects */

/* Shrink */

.fishing-addition .hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.fishing-addition .hvr-shrink:hover,
.fishing-addition .hvr-shrink:focus,
.fishing-addition .hvr-shrink:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Grow */

.fishing-addition .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.fishing-addition .hvr-grow:hover,
.fishing-addition .hvr-grow:focus,
.fishing-addition .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Wobble Horizontal */

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  49.95% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  33.3% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  49.95% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fishing-addition .wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Main */

.fishing-addition .pole-area,
.fishing-addition .fish,
.fishing-addition .fishBucket {
  cursor: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fishing_custom_cursor.png')
      64 64,
    auto !important;
}

.fishing-addition .check-answer-area {
  cursor: auto;
}

.fishing-addition #aquarium {
  height: 350px;
  width: 500px;
  margin-left: 28px;
  position: relative;
}

.fishing-addition #aquarium td {
  text-align: center;
  height: 125px;
  width: 125px;
  position: relative;
}

.fishing-addition .fish {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}

.fishing-addition .fish:nth-child(1) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fish_1.png');
}

.fishing-addition .fish:nth-child(2) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fish_2.png');
}

.fishing-addition .fish:nth-child(3) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fish_3.png');
}

.fishing-addition .fish:nth-child(4) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fish_4.png');
}

.fishing-addition .fish:nth-child(5) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fish_5.png');
}

.fishing-addition .innerFish {
  position: absolute;
  margin-top: -12px;
  font-weight: bold;
  font-size: 24pt;
  height: 20px;
  width: 100%;
  position: relative;
  text-align: center;
}

.fishing-addition .fish:nth-child(1) .innerFish {
  margin-left: -5px;
}

.fishing-addition .fish:nth-child(3) .innerFish {
  margin-left: 5px;
}

.fishing-addition .fish:nth-child(4) .innerFish {
  margin-left: 10px;
}

.fishing-addition .fish:nth-child(5) .innerFish {
  margin-left: 5px;
}

.fishing-addition .bucket-area {
  margin-left: 10px;
  width: 152px;
  height: 268px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/bucket_area_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fishing-addition .fishingPole .fishBucket {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/fishing_bucket.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 152px;
  height: 162px;
  position: relative;
  top: 40px;
  border: none;
  background-color: transparent;
}

.fishing-addition .fishingPole .fishBucket p {
  position: relative;
  top: 35px;
  font-size: 2em;
  text-align: center;
}

.fishing-addition .fishingPole .fishBucket:hover {
  cursor: pointer;
}

.fishing-addition .fishingPole .fishBucket:disabled {
  color: #000000;
}

.fishing-addition #mathQuestion .addend-header {
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: 22px;
  left: 50px;
}

.fishing-addition .starfish-number-holder {
  width: 150px;
  height: 161px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fishing/starfish_number_holder.png');
  margin-top: -20px;
  margin-left: 20px;
}

.fishing-addition .starfish-number-holder .starfish-number {
  position: relative;
  top: 50px;
  right: 5px;
  text-shadow: none;
  color: #000000;
  font-size: 1.85em;
  font-weight: bold;
}

.fishing-addition .questionButton {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 20px;
  height: 40px;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.fishing-addition .questionButton:active {
  color: #a34c2d !important;
}

.fishing-addition .resetButton {
  color: #ffffff;
  background-color: #2980b9;
  width: 50%;
  font-size: 0.6em;
  border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fishing-addition .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.fishing-additio .hvr-grow:hover,
.fishing-additio .hvr-grow:focus,
.fishing-additio .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/********************
Fractions
********************/

.fraction-fun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #d9afd9;
  background-image: -o-linear-gradient(333deg, #d9afd9 0%, #97d9e1 100%);
  background-image: linear-gradient(117deg, #d9afd9 0%, #97d9e1 100%);
  border-color: #963450;
}

/* Title Area */

.fraction-fun .title-container {
  color: #ffffff;
  background-color: #963450;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fractions/header_bg_noise.png');
}

.fraction-fun .interactive-title {
  margin-left: 14px;
}

.fraction-fun .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fractions/fractions_mascot_header.png');
  position: absolute;
  left: unset !important;
  margin-left: -78px;
}

.fraction-fun .interactive-questions {
  background-color: #c44569;
}

/* Modal */

.fraction-fun .modal-footer {
  background-color: #963450;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fractions/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

/* Grow Rotate */

.fraction-fun .hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.fraction-fun .hvr-grow-rotate:hover,
.fraction-fun .hvr-grow-rotate:focus,
.fraction-fun .hvr-grow-rotate:active {
  transform: scale(1.1) rotate(-4deg);
  -webkit-transform: scale(1.1) rotate(-4deg);
  -moz-transform: scale(1.1) rotate(-4deg);
  -ms-transform: scale(1.1) rotate(-4deg);
  -o-transform: scale(1.1) rotate(-4deg);
}

.fraction-fun .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.fraction-fun .hvr-grow:hover,
.fraction-fun .hvr-grow:focus,
.fraction-fun .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Main */

.fraction-fun .instruction-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  border: 2px solid #963450;
  color: #000000;
  border-radius: 20px;
  width: 70%;
}

.fraction-fun #fraction_container {
  margin: 0 auto;
  height: auto;
  margin-bottom: 20px;
  margin-top: -50px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.fraction-fun .box_pointer:hover {
  cursor: pointer;
}

.fraction-fun .fraction_row {
  margin: 10px;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
}

.fraction-fun .fraction_box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: inline-block;
  height: 50px;
  margin-bottom: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.3);
}

.fraction-fun #fractionQuestionSet {
  width: 100%;
  margin: 0 auto;
}

.fraction-fun #fractionQuestionSet .questionButton {
  width: 55px;
  height: auto;
  display: inline-block;
  font-size: 2em;
}

.fraction-fun #fractionQuestionSet .questionButton div:nth-child(1) {
  border-bottom: 2px solid #333333;
  width: 50%;
  display: block;
  margin: 0 auto;
}

.fraction-fun #fractionQuestionSet .questionButton div:nth-child(2) {
  padding-top: 3px;
}

.fraction-fun .shownFraction .questionButton {
  width: 20px;
  height: 90px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 2em;
  margin-top: -45px;
  margin-bottom: 20px;
}

.fraction-fun .shownFraction .questionButton .fFraction {
  display: inline-block;
  width: 20px;
}

.fraction-fun .shownFraction .questionButton .fEquals {
  display: inline-block;
  width: 20px;
  left: 35px;
  top: 50%;
  position: absolute;
  margin-top: -20px;
}

.fraction-fun .shownFraction .questionButton span div:nth-child(1) {
  border-bottom: 4px solid #333333;
}

.fraction-fun #mathQuestion .questionButton span div:nth-child(2) {
  padding-top: 3px;
}

.fraction-fun .fraction_display {
  width: 10px;
  height: 40px;
  display: inline-block;
}

.fraction-fun .fraction_display div:nth-child(1) {
  border-bottom: 1px solid #333333;
}

.fraction-fun .color_choices {
  width: 544px;
  margin: 0 auto;
}

.fraction-fun .color_box {
  height: 50px;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  margin: 1px;
  display: inline-block;
  border: 2px dashed rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fraction-fun .color_box:hover,
.fraction-fun .color_box:active,
.fraction-fun .color_box:focus {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border: 2px solid #000000;
}

.fraction-fun .instruction-container {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 15px;
  text-align: center;
  border: 2px solid #963450;
  color: #000000;
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  width: 70%;
}

.fraction-fun .full-width-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fraction-fun .pink-container {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fractions/fractions_pink_container_bg.png');
  background-size: cover;
  background-position: center center;
}

.fraction-fun #mathQuestion {
  font-size: 1em;
}

.fraction-fun .submit-btn {
  margin: 0 auto;
  color: #ffffff;
  background-color: #c44569;
  width: 90%;
  border-radius: 20px;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.fraction-fun .submit-btn:hover,
.fraction-fun .submit-btn:focus,
.fraction-fun .submit-btn:active {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 95%;
}

.fraction-fun #fractionQuestionSet .questionButton {
  height: 120px !important;
  width: 120px !important;
  text-decoration: none;
  display: inline-block;
  border: 2px dashed #000000;
  color: #000000;
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/fractions/fractions_pink_container_bg.png');
  background-color: #963450;
  border-radius: 100%;
  overflow: none;
  text-align: center;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fraction-fun #fractionQuestionSet .questionButton:hover,
.fraction-fun #fractionQuestionSet .questionButton:active,
.fraction-fun #fractionQuestionSet .questionButton:focus {
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  border: 2px solid #963450;
}

.fraction-fun .heading-margin-fix {
  margin-bottom: -10px;
}

/********************
Game Of Suds
********************/

/* Main Container */

.game-of-suds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #a8927c;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/game_of_suds_main_bg.png');
  border-color: #195075;
  background-size: auto;
  background-position: center top;
}

/* Title Area */

.game-of-suds .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/header_bg_noise.png');
}

.game-of-suds .interactive-title {
  margin-left: 17px;
}

.game-of-suds .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/game_of_suds_mascot_header.png');
  position: absolute;
  left: 50px;
}

.game-of-suds .interactive-questions {
  /* background-color: #2980b9; */
  display: none;
}

/* Modal */

.game-of-suds .modal-footer {
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

.game-of-suds .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
}

.game-of-suds .hvr-grow:hover,
.game-of-suds .hvr-grow:focus,
.game-of-suds .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Main */

.game-of-suds .sortingContainer {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
}

.game-of-suds .sortOuterContainer {
  background: ivory;
  margin: 0 auto;
  margin-top: 50px;
  border: 2px solid beige;
}

.game-of-suds .boldText {
  font-weight: bold;
}

.game-of-suds .sortBasket {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}

.game-of-suds .sortBasket:hover {
  cursor: pointer;
}

.game-of-suds .sortingHeader {
  text-align: center;
  position: relative;
  z-index: 2;
  margin-top: -80px;
  margin-bottom: 50px;
}

.game-of-suds .sortingChoice {
  display: inline-block;
  padding: 5px;
  border: 1px solid #333333;
  background: #efefef;
}

.game-of-suds #mathQuestion {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.game-of-suds .submit-btn {
  display: block;
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 84%;
  border-radius: 20px;
  font-size: 1em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.game-of-suds .reset-choices-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8e7e6a;
  display: block;
  margin: 0 auto !important;
  margin-left: 1px;
  width: 80%;
  border-radius: 20px;
  color: #000000;
  line-height: 0.8;
  border: 1px solid #796c5c;
}

.game-of-suds .sortBasket {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.game-of-suds .sortBasket:nth-child(1),
.game-of-suds .sortBasket:nth-child(2) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/basket.png') !important;
}

.game-of-suds .sortBasket:nth-child(3),
.game-of-suds .sortBasket:nth-child(4) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/game-of-suds/basket_2.png') !important;
}

.game-of-suds .sortcategoryOne,
.game-of-suds .sortcategoryTwo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding: 5px;
}

.game-of-suds .sortcategoryText {
  margin-bottom: 0px;
  margin-top: 0px;
  color: #000000;
  font-weight: bold;
}

.game-of-suds .sortingChoiceHolder {
  padding: 10px;
  border-radius: 20px;
  background-color: #195075;
  width: 92%;
  margin: 0 auto;
  text-align: center;
  min-height: 110px;
  border: 2px solid #2980b9;
}

.game-of-suds .sortingChoice {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  font-size: 0.8em;
}

.game-of-suds .sortingChoice:active {
  opacity: 0.8;
}

.game-of-suds .col-sm-offset-1 {
  margin-left: unset !important;
}

/********************
Number Line Magic
********************/

.number-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #383957;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/number-line-magic/number_line_main_bg.png');
  background-position: 50% 10%;
  border-color: #2c3e50;
}

/* Title Area */

.number-line .title-container {
  color: #ffffff;
  background-color: #2c3e50;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/number-line-magic/header_bg_noise.png');
}

.number-line .interactive-title {
  margin-left: 16px;
}

.number-line .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/number-line-magic/number_line_mascot_header.png');
  position: absolute;
  left: -2px;
}

.number-line .interactive-questions {
  background-color: #3d566f;
}

/* Modal */

.number-line .modal-footer {
  background-color: #2c3e50;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/number-line-magic/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.number-line .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Main */

.number-line .diamondCounting {
  position: relative;
  display: inline-block;
  margin: -4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.number-line .innerDiamond {
  position: relative;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 30pt;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 3px;
}

.number-line .diamondNumLine {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  margin-left: 5px;
  margin-right: 5px;
}

.number-line .diamondCounting.diamondNumLine .innerDiamond {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 25pt;
  left: -7px;
}

.number-line .skipForm {
  margin: 0 auto;
  height: 70px;
  text-align: center;
}

.number-line .bigFont {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 15px;
  width: 150px;
  font-size: 2em;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0.5);
  color: #000000;
}

.number-line .imageContainer {
  margin: 0 auto;
  text-align: center;
  background: #f0f8ff;
  border-radius: 20px;
  border: 2px solid #2c3e50;
}

.number-line .imageContainer:before {
  content: '';
  position: absolute;
  top: 61.55%;
  left: 0;
  border-top: 1px solid #0098a0;
  background: #0098a0;
  width: 90%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateX(5%);
  -ms-transform: translateX(5%);
  transform: translateX(5%);
}

.number-line #mathQuestion {
  position: relative;
  top: 55px;
}

.number-line .answerBtn {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/number-line-magic/submit_btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 220px;
  height: 75px;
  opacity: 1;
  margin: 0 auto;
  font-size: 1em;
  line-height: 72px;
  color: #317506;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.number-line .answerBtn:hover,
.number-line .answerBtn:focus,
.number-line .answerBtn:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.number-line .number-line-holder {
  margin: 0 auto;
  height: 220px !important;
}

.number-line .wizard-overlap {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 100;
}

.number-line .cauldron-bubbles-overlap {
  position: absolute;
  bottom: 145px;
  left: 130px;
}

/********************
Picnic Sorting
********************/

.picnic-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 520px;
  background-repeat: no-repeat;
  background-position: top center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #b5b900;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/picnic-sorting/picnic_sorting_main_bg.png');
  border-color: #12502d;
}

/* Title Area */

.picnic-basket .title-container {
  color: #ffffff;
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/picnic-sorting/header_bg_noise.png');
}

.picnic-basket .interactive-title {
  margin-left: 18px;
}

.picnic-basket .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/picnic-sorting/picnic_basket_mascot_header.png');
  position: absolute;
  left: 50px;
}

.picnic-basket .interactive-questions {
  background-color: #249f58;
}

/* Modal */

.picnic-basket .modal-footer {
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/picnic-sorting/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

.picnic-basket .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.picnic-basket .hvr-grow:hover,
.picnic-basket .hvr-grow:focus,
.picnic-basket .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

@-webkit-keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.04, 1.04, 1.04);
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -moz-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    -o-transform: scale3d(1.04, 1.04, 1.04);
  }

  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.04, 1.04, 1.04);
    -webkit-transform: scale3d(1.04, 1.04, 1.04);
    -moz-transform: scale3d(1.04, 1.04, 1.04);
    -ms-transform: scale3d(1.04, 1.04, 1.04);
    -o-transform: scale3d(1.04, 1.04, 1.04);
  }

  to {
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
  }
}

.picnic-basket .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

/* Main */

.picnic-basket .pv_container {
  height: 300px;
  background: aliceblue;
  border-collapse: collapse;
  margin: 0 auto;
}

.picnic-basket .pv_container tr th,
.picnic-basket table tr td {
  width: 33.3%;
  cursor: pointer;
}

.picnic-basket .pv_container tr th {
  background: cornflowerblue;
  height: 40px;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

.picnic-basket .pv_small_container {
  height: 100px;
}

.picnic-basket .pv_small_container tr td {
  padding: 10px;
}

.picnic-basket.pvSelectContainer p,
.picnic-basket.pvSelectContainer select,
.picnic-basket.pvSelectContainer .resultGlyph {
  display: inline-block;
}

.picnic-basket .pvSelectContainer p {
  margin-right: 15px;
  margin-bottom: 10px;
}

.picnic-basket .pvInner {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
}

.picnic-basket .pvInner:hover {
  background: aliceblue;
}

.picnic-basket .pvCol {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 130px;
}

.picnic-basket .pvCol:nth-child(2) {
  margin-left: -4px;
}

.picnic-basket .pvCol:nth-child(3) {
  margin-left: -3px;
}

.picnic-basket .hundredsBlock {
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.picnic-basket .headerTitle {
  margin-left: -20px;
  margin-right: -20px;
}

.picnic-basket .sortingContainer {
  margin: 0 auto;
  margin-bottom: 25px;
  position: relative;
}

.picnic-basket .sortOuterContainer {
  background: ivory;
  margin: 0 auto;
  margin-top: 50px;
  border: 2px solid beige;
}

.picnic-basket .category-holder {
  background-color: #41a255;
  border-radius: 20px;
  margin-top: -20px;
  margin-bottom: 10px;
  width: 100%;
}

.picnic-basket .category-holder .category-text {
  color: #ffffff;
  padding: 6px;
}

.picnic-basket .picnic-basket-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
}

.picnic-basket .sortBasket:hover {
  cursor: pointer;
}

.picnic-basket .picnic-basket-bg {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/picnic-sorting/picnic_basket.png') !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  border: none;
}

.picnic-basket .picnic-basket-bg .sortingChoice:first-child {
  margin-top: 100px;
}

.picnic-basket .sorting-choice-bg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 320px;
  min-height: 300px;
  border-radius: 20px;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
  margin-left: 15px;
  margin-top: -2px;
  text-align: center;
  border: 5px solid rgba(255, 255, 255, 0.5);
}

.picnic-basket .sortingHeader {
  text-align: center;
}

.picnic-basket .sortingChoice {
  display: inline-block;
  padding: 5px;
  border: none;
  background: transparent;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-left: 5px;
}

.picnic-basket .resultChoices {
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.picnic-basket #mathQuestion {
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}

.picnic-basket .sorting-choice-bg .sortingChoice {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.picnic-basket .sorting-choice-bg .sortingChoice:hover,
.picnic-basket .sorting-choice-bg .sortingChoice:focus,
.picnic-basket .sorting-choice-bg .sortingChoice:active {
  transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
}

.picnic-basket .submit-btn {
  margin: 0 auto !important;
  margin-bottom: 10px !important;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 85%;
  margin-left: 4px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 1em;
}

.picnic-basket .reset-choices-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #249f58;
  margin: 0 auto !important;
  width: 80%;
  border-radius: 20px;
  color: #ffffff;
  line-height: 0.8;
  border: 1px solid #12502d;
}

/********************
Place Value
********************/

/* Main Container */

.place-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #41295a;
  /* fallback for old browsers */
  background-color: -webkit-linear-gradient(to bottom, #2f0743, #41295a);
  /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to bottom, #2f0743, #41295a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/stripe_bg.png');
  background-repeat: repeat;
  border-color: #8e44ad;
}

/* Title Area */

.place-value .title-container {
  color: #ffffff;
  background-color: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_header_noise.png');
}

.place-value .interactive-title {
  margin-left: 14px;
}

.place-value .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_mascot_header.png');
  position: absolute;
  left: 67px;
}

.place-value .interactive-questions {
  background-color: #8e44ad;
}

/* Modal */

.place-value .modal-footer {
  background: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_header_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.place-value #mathQuestion {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

.place-value #mathQuestion .math-audio-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.place-value .shaded-area {
  background-color: #ecf0f1;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.place-value .number-highlight {
  margin: 0 auto;
  width: 40%;
  background-color: #41295a;
  /* fallback for old browsers */
  background-color: -webkit-linear-gradient(to bottom, #2f0743, #41295a);
  /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to bottom, #2f0743, #41295a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/stripe_bg.png');
  background-repeat: repeat;
  border: 2px solid;
  border-color: #8e44ad;
  border-radius: 40px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.place-value .number-highlight .place-value-number {
  font-size: 2em;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1%, #fd8f0e),
    color-stop(38%, #fec519),
    to(#fefa92)
  );
  background: -o-linear-gradient(bottom, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  background: linear-gradient(to top, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}

.place-value .math-question {
  text-align: center;
}

/* Effects */

.place-value .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.place-value .hvr-grow:hover,
.place-value .hvr-grow:focus,
.place-value .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Main */

.place-value .pv_container {
  width: 95%;
  height: 300px;
  background: #f9f4fe;
  border-collapse: collapse;
  margin: 0 auto;
}

.place-value .pv_container tr th,
.place-value .pv_container tr td {
  width: 33.3%;
  border: 1px solid #8e44ad;
  cursor: pointer;
}

.place-value .pv_container tr th {
  background: #d7c8e9;
  height: 40px;
  font-size: 24pt;
  font-weight: bold;
  text-align: center;
}

.place-value .pv_container .pvTdCell {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.place-value .pvTdCell.hundredsCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/hundred_block_shaded.png') !important;
  background-size: 90% 90% !important;
}

.place-value .pvTdCell.tensCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/ten_block_shaded.png') !important;
  background-size: 20% 85% !important;
}

.place-value .pvTdCell.onesCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/one_block_shaded.png') !important;
  background-size: 15% 15% !important;
}

.place-value .pvSelectContainer p,
.place-value .pvSelectContainer select,
.place-value .pvSelectContainer .resultGlyph {
  display: inline-block;
}

.place-value .pvSelectContainer p {
  margin-right: 15px;
  margin-bottom: 10px;
}

.place-value .pvBtn {
  width: 90%;
}

.place-value .pv-main-holder {
  width: 98%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

.place-value .submit-btn {
  margin: 0 auto;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 82%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10px;
  height: 30px;
}

.place-value .reset-choices-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8e44ad;
  display: block;
  margin: 0 auto;
  width: 82%;
  border-radius: 20px;
  color: #ffffff;
  line-height: 0.8;
  border: 1px solid #452c5f;
}

.place-value .pvSelectContainer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.place-value .pvSelectContainer:first-child {
  margin-top: -10px;
}

.place-value .select-dropdown {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #8e44ad;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0.5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/arrow.svg'),
    -webkit-gradient(linear, left top, left bottom, from(#8e44ad), to(#543c76));
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/arrow.svg'),
    -o-linear-gradient(top, #8e44ad 0%, #543c76 100%);
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/arrow.svg'),
    linear-gradient(to bottom, #8e44ad 0%, #543c76 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.place-value .select-dropdown::-ms-expand {
  display: none;
}

.place-value .select-dropdown:hover {
  border-color: #888;
}

.place-value .select-dropdown:focus {
  border-color: #aaa;
  -webkit-box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #ffffff;
}

.place-value .select-dropdown option {
  font-weight: normal;
}

.place-value .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
Place Value Multiple
********************/

.place-value-multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #41295a;
  /* fallback for old browsers */
  background-color: -webkit-linear-gradient(to bottom, #2f0743, #41295a);
  /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to bottom, #2f0743, #41295a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/stripe_bg.png');
  background-repeat: repeat;
  border-color: #8e44ad;
}

/* Title Area */

.place-value-multiple .title-container {
  color: #ffffff;
  background-color: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_header_noise.png');
}

.place-value-multiple .interactive-title {
  margin-left: 12px;
}

.place-value-multiple .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_mascot_header.png');
  position: absolute;
  left: 24px;
}

.place-value-multiple .interactive-questions {
  background-color: #8e44ad;
}

/* Modal */

.place-value-multiple .modal-footer {
  background: #8e44ad;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/place_value_header_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.place-value-multiple #mathQuestion {
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  font-size: 1.15em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.place-value-multiple .math-question {
  text-align: center;
}

.place-value-multiple .shaded-area {
  background-color: #ecf0f1;
  padding: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.place-value-multiple .number-highlight {
  margin: 0 auto;
  width: 40%;
  background-color: #41295a;
  /* fallback for old browsers */
  background-color: -webkit-linear-gradient(to bottom, #2f0743, #41295a);
  /* Chrome 10-25, Safari 5.1-6 */
  background-color: linear-gradient(to bottom, #2f0743, #41295a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/stripe_bg.png');
  background-repeat: repeat;
  border: 2px solid;
  border-color: #8e44ad;
  border-radius: 40px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}

.place-value-multiple .number-highlight .place-value-number {
  font-size: 2em;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1%, #fd8f0e),
    color-stop(38%, #fec519),
    to(#fefa92)
  );
  background: -o-linear-gradient(bottom, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  background: linear-gradient(to top, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 8px;
}

.place-value-multiple .math-audio-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Effects */

.place-value-multiple .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.place-value-multiple .hvr-grow:hover,
.place-value-multiple .hvr-grow:focus,
.place-value-multiple .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* Shrink */

.place-value-multiple .hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.place-value-multiple .hvr-shrink:hover,
.place-value-multiple .hvr-shrink:focus,
.place-value-multiple .hvr-shrink:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Main */

.place-value-multiple .pv_container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  table-layout: fixed;
  height: 300px;
  background: #f9f4fe;
  border-collapse: collapse;
  margin: 0 auto;
}

.place-value-multiple .pv_container tr th,
.place-value-multiple table tr td {
  width: 33.3%;
  cursor: pointer;
}

.place-value-multiple .pv_container tr th {
  background: #d7c8e9;
  height: 40px;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}

.place-value-multiple .pv_small_container {
  height: 100px;
}

.place-value-multiple .pv_container tr td {
  padding: 15px;
}

.place-value-multiple .pvSelectContainer p,
.place-value-multiple .pvSelectContainer select,
.place-value-multiple .pvSelectContainer .resultGlyph {
  display: inline-block;
}

.place-value-multiple .pvSelectContainer p {
  margin-right: 15px;
  margin-bottom: 10px;
}

.place-value-multiple .pvInner {
  display: block;
  position: initial;
  width: 95% !important;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid #8e44ad;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.place-value-multiple .pvInner button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: none;
}

.place-value-multiple .pvInner:hover,
.place-value-multiple .pvInner button:focus {
  background-color: #f9f4fe;
}

.place-value-multiple .pvInner:last-child {
  margin-bottom: 10px;
}

.place-value-multiple .pvInnerNoBorder {
  border: none;
}

.place-value-multiple .pvInnerNoBorder:hover,
.place-value-multiple .pvInnerNoBorder:focus,
.place-value-multiple .pvInnerNoBorder:active {
  background-color: inherit;
  cursor: auto;
}

.place-value-multiple .pvCol {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32% !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 130px;
}

.place-value-multiple .pvCol:nth-child(2) {
  margin-left: -4px;
}

.place-value-multiple .pvCol:nth-child(3) {
  margin-left: -3px;
}

.place-value-multiple .hundredsBlock {
  display: inline-block;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.place-value-multiple .hundredsCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/hundred_block_shaded.png') !important;
}

.place-value-multiple .tensCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/ten_block_shaded.png') !important;
}

.place-value-multiple .onesCell {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/place-value/one_block_shaded.png') !important;
}

.place-value-multiple .pv_table_push {
  margin-top: 15px;
}

.place-value-multiple .input-version-header,
.form-control {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.place-value-multiple .form-control {
  font-size: 1em;
}

.place-value-multiple .pv-main-holder {
  width: 98%;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 15px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

.place-value-multiple .submit-btn {
  margin: 0 auto;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 82%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  margin-bottom: 10px;
  height: 30px;
}

.place-value-multiple .reset-choices-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #8e44ad;
  display: block;
  margin: 0 auto;
  width: 82%;
  border-radius: 20px;
  color: #ffffff;
  line-height: 0.8;
  border: 1px solid #452c5f;
}

.place-value-multiple .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
Skip Counting
********************/

/* Main Container */

.sea-skipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 600px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/skip_counting_bg.png');
  border-color: #872655;
}

/* Title Area */

.sea-skipping .title-container {
  color: #ffffff;
  background-color: #872655;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/header_bg_noise.png');
}

.sea-skipping .interactive-title {
  margin-left: 16px;
}

.sea-skipping .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/skip_counting_mascot_header.png');
  position: absolute;
  left: -37px;
}

.sea-skipping .interactive-questions {
  background-color: #b23471;
}

/* Modal */

.sea-skipping .modal-footer {
  background-color: #872655;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.sea-skipping #mathQuestion {
  color: #ffffff;
  width: 100%;
  margin: 0 auto;
  margin-bottom: -40px;
}

.sea-skipping .math-question {
  text-align: center;
  text-shadow: 0px 3px 5px #000000;
  margin-bottom: -50px;
}

.sea-skipping .question-text {
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

.sea-skipping .turtle-number-holder {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/turtle-number-holder.png');
  width: 213px;
  height: 173px;
  margin-left: -20px;
  margin-top: -15px;
}

.sea-skipping .turtle-number {
  position: relative;
  top: 30px;
  left: 25px;
  font-weight: bold;
  font-size: 2em;
}

/* Numbers */

.sea-skipping .numberChoices {
  margin: 0 auto;
  margin-top: -40px;
  min-height: 156px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  text-align: center;
}

.sea-skipping .numberChoice {
  display: inline-block;
  font-weight: bold;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-size: 2.5em;
  line-height: 2.6em;
  margin-left: 5px;
  margin-right: 5px;
  width: 141px;
  height: 156px;
  background-color: transparent;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/number_holder.png');
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
}

/* Effects */

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.sea-skipping .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Grow */

.sea-skipping .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);

  -webkit-transition-duration: 0.3s;

  -o-transition-duration: 0.3s;

  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sea-skipping .hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.sea-skipping .hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sea-skipping .hvr-grow-rotate:hover,
.sea-skipping .hvr-grow-rotate:focus,
.sea-skipping .hvr-grow-rotate:active {
  transform: scale(1.05) rotate(-4deg);
  -webkit-transform: scale(1.05) rotate(-4deg);
  -moz-transform: scale(1.05) rotate(-4deg);
  -ms-transform: scale(1.05) rotate(-4deg);
  -o-transform: scale(1.05) rotate(-4deg);
}

/* Main */

.sea-skipping .diamondCounting {
  position: relative;
  display: inline-block;
  background-color: transparent !important;
}

.sea-skipping .innerDiamond {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/bubble.png');
  background-size: cover;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* Typing Version */

.sea-skipping .skip-text-input-holder {
  margin-top: -40px;
  margin-left: 17px;
}

.sea-skipping .skip-text-input {
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 8px;
  width: 245px;
  font-size: 2em;
  text-align: center;
  color: #000000;
  border: 5px solid rgba(0, 0, 0, 0.5);
}

.sea-skipping .answerBtn {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/submit_btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 70px;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sea-skipping .answerBtn:hover,
.sea-skipping .answerBtn:focus,
.sea-skipping .answerBtn:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.sea-skipping .check-ans-text {
  display: block;
  margin-top: -8px;
}

.sea-skipping .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
Skip Counting With Images
********************/

/* Main Container */

.sea-skipping-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 600px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/skip_counting_bg_v2.png');
  border-color: #872655;
}

/* Title Area */

.sea-skipping-images .title-container {
  color: #ffffff;
  background-color: #872655;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/header_bg_noise.png');
}

.sea-skipping-images .interactive-title {
  margin-left: 18px;
}

.sea-skipping-images .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/skip_counting_mascot_header.png');
  position: absolute;
  left: -5px;
}

.sea-skipping-images .interactive-questions {
  background-color: #b23471;
}

/* Modal */

.sea-skipping-images .modal-footer {
  background-color: #872655;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Images and Text */

.sea-skipping-images #mathQuestion {
  color: #ffffff;
  width: 90%;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: -95px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}

.sea-skipping-images .math-question {
  text-shadow: 0px 3px 5px #000000;
}

.sea-skipping-images .question-text {
  font-weight: bold;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}

.sea-skipping-images .ship-wheel-number-holder {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/ship-wheel-holder.png');
  width: 195px;
  height: 222px;
  margin-left: -20px;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.sea-skipping-images .wheel-number {
  position: relative;
  top: 70px;
  left: 12px;
  font-weight: bold;
  font-size: 3em;
}

/* Numbers */

.sea-skipping-images .numberChoices {
  margin: 0 auto;
  margin-top: -15px;
  min-height: 129px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  text-align: center;
}

.sea-skipping-images .numberChoice {
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  line-height: 1.5em;
  margin-left: 5px;
  margin-right: 5px;
  width: 115px;
  height: 129px;
  background-color: transparent;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/number_holder.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.sea-skipping-images .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Grow */

.sea-skipping-images .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sea-skipping-images .hvr-grow:hover,
.sea-skipping-images .hvr-grow:focus,
.sea-skipping-images .hvr-grow:active {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.sea-skipping-images .hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -o-transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.sea-skipping-images .hvr-rotate:hover,
.sea-skipping-images .hvr-rotate:focus,
.sea-skipping-images .hvr-rotate:active {
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}

/* Main */

.sea-skipping-images .diamondCounting {
  position: relative;
  display: inline-block;
  background-color: transparent !important;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/image_holder.png') !important;
  background-size: cover !important;
  padding: 10px;
}

.sea-skipping-images .innerDiamond {
  position: relative;
  font-size: 2em;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.sea-skipping-images .diamondImage {
  position: absolute;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/fish_count.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  background-color: transparent;
}

/* Typing Version */

.sea-skipping-images .skip-text-input-holder {
  margin-top: -40px;
  margin-left: 17px;
}

.sea-skipping-images .skip-text-input {
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 8px;
  width: 245px;
  font-size: 2em;
  text-align: center;
  color: #000000;
  border: 5px solid rgba(0, 0, 0, 0.5);
}

.sea-skipping-images .answerBtn {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/skip-counting/submit_btn.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 220px;
  height: 70px;
  opacity: 1;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.sea-skipping-images .answerBtn:hover,
.sea-skipping-images .answerBtn:focus,
.sea-skipping-images .answerBtn:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.sea-skipping-images .check-ans-text {
  display: block;
  margin-top: -8px;
}

.sea-skipping-images .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
The Big Dig
********************/

/* Main Container */

.big-dig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #2393cc;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/the_big_dig_main_bg.png');
  background-position: center bottom;
  border-color: #523a2d;
}

/* Title Area */

.big-dig .title-container {
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/header_bg_noise.png');
  background-color: #523a2d;
}

.big-dig .interactive-title {
  margin-left: 14px;
}

.big-dig .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/big_dig_mascot_header.png');
  position: absolute;
  left: 75px;
  margin-top: -2px;
}

.big-dig .interactive-questions {
  background-color: #6e503c;
}

/* Modal */

.big-dig .modal-footer {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/header_bg_noise.png');
  background-color: #523a2d;
  border-radius: 0px 0px 4px 4px;
}

/* Main Text */

.big-dig #mathQuestion {
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 90px;
  font-size: 1em;
  text-align: center;
}

.big-dig #mathQuestion .math-audio-btn {
  margin-bottom: 2px;
  margin-top: -15px;
}

/* Effects */

.big-dig .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.big-dig .hvr-grow:hover,
.big-dig .hvr-grow:focus,
.big-dig .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.big-dig .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:active {
  -webkit-transform: translateY(13px);
  -ms-transform: translateY(13px);
  transform: translateY(13px);
}

/* Main */

.big-dig .pail {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/bucket.png');
  background-size: cover;
  width: 233px;
  height: 231px;
  text-align: center;
  margin-left: 55px;
  position: relative;
  z-index: 2;
  top: 1px;
}

.big-dig .pail-num-holder {
  position: relative;
  background-color: #ffffff;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  font-size: 2em;
  border: 2px solid #890500;
  line-height: 1.75;
  margin: 0 auto;
  top: 85px;
}

.big-dig .pail-num-holder p {
  margin-top: 0px;
}

.big-dig .sand-castle {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/sand-castle.png');
  width: 450px;
  height: 311px;
  position: relative;
  z-index: 1;
  margin-top: -330px;
  margin-left: -68px;
}

.big-dig .sand-castle-text {
  font-size: 2em;
  text-align: center;
  position: relative;
  top: 35px;
  margin-left: 2px;
}

.big-dig .shovel {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/shovel.png');
  background-repeat: no-repeat;
  width: 140px;
  height: 278px;
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 auto;
  margin-top: -65px;
  margin-left: 30px;
}

.big-dig .sand {
  position: absolute;
  z-index: 999;
  right: 40px;
  bottom: 95px;
}

.big-dig .score-holder {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/the-big-dig/the_big_dig_score_holder.png');
  background-repeat: no-repeat;
  background-position: center top;
  width: 269px;
  height: 199px;
  text-align: center;
  position: relative;
  z-index: 2;
  top: 30px;
  margin-left: 26px;
}

.big-dig .scoops-needed {
  position: relative;
  top: 10px;
  color: #ffffff;
  font-size: 0.9em;
}

.big-dig .scoop-number {
  position: relative;
  top: -8px;
  font-size: 2em;
  margin-bottom: 0px;
}

.big-dig .submit-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 72%;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}

.big-dig .reset-choices-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #b45720;
  display: block;
  margin: 0 auto;
  width: 72%;
  border-radius: 20px;
  color: #ffffff;
  line-height: 0.8;
  border: 1px solid #923c17;
}

.big-dig .form-control {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 10px;
  width: 180px;
  height: 60px;
  font-size: 2em;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0.5);
  padding: 0px;
}

.big-dig .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/* Type Version Specific */

.big-dig #score-holder-type-version {
  margin-left: 108px;
  top: 45px;
}

.big-dig #sand-castle-type-version {
  margin-top: -320px;
  margin-left: 15px;
}

.big-dig #pail-type-version {
  top: 32px;
  left: 80px;
}

/********************
Superhero Stopwatch
********************/

/* Main Container */

.time-teller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 640px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/superhero_stopwatch_main_bg.png');
  border-color: #195075;
}

/* Title Area */

.time-teller .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
}

.time-teller .interactive-title {
  margin-left: 18px;
}

.time-teller .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/superhero_stopwatch_mascot_header.png');
  position: absolute;
  left: -33px;
}

.time-teller .interactive-questions {
  background-color: #2980b9;
}

/* Modal */

.time-teller .modal-footer {
  background: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Text */

.time-teller #mathQuestion {
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 25px;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.time-teller .math-question {
  text-align: center;
}

/* Effects */

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.time-teller .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Main */

.time-teller #clock {
  height: 390px;
  width: 390px;
  border-radius: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.time-teller #clockCase {
  height: 470px;
  width: 470px;
  border: 2px solid #7f8c8d;
  border-radius: 250px;
  margin: 0 auto;
  margin-left: 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #ecf0f1;
}

.time-teller .clockBackground {
  height: 507px;
  width: 493px;
  position: absolute;
  z-index: 1;
  top: -24px;
  left: 11px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/stopwatch_bg.png');
  background-repeat: no-repeat;
}

.time-teller .clockDot {
  text-align: center;
  vertical-align: middle;
  position: absolute;
  font-weight: bold;
  margin-left: -15px !important;
}

.time-teller #big {
  position: absolute;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/big-hand.png');
  background-position: center;
  background-size: 180px;
  background-repeat: no-repeat;
  left: 50%;
  top: 47%;
  height: 26px;
  width: 180px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.time-teller #small {
  position: absolute;
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/small-hand.png');
  background-position: center;
  background-size: 125px;
  background-repeat: no-repeat;
  left: 50%;
  top: 47%;
  height: 30px;
  width: 125px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.time-teller .clockCenter {
  height: 25px;
  width: 25px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 47.25%;
  background: black;
  z-index: 10;
}

.time-teller .cross1,
.cross2 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.time-teller .cross1 {
  height: 450px;
  width: 1px;
  top: 10px;
}

.time-teller .cross2 {
  width: 450px;
  height: 1px;
  top: 50%;
}

.time-teller #questionSet {
  display: inline-block;
  width: 225px;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 8px;
  height: auto;
  margin-left: -5px;
  position: relative;
}

.time-teller .questionButton {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
  height: 40px;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.time-teller #questionSet,
.time-teller #clock-input {
  background-color: #195075;
  padding-top: 20px;
  padding-bottom: 10px;
}

.time-teller #clock-input {
  width: 225px;
  border-radius: 20px;
  height: auto;
  margin-left: -5px;
}

.time-teller .time-text {
  margin: 0 auto;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2em;
  text-align: center;
  margin-bottom: -10px;
}

.time-teller .questionButton {
  margin: 0 auto;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #2980b9;
  width: 80%;
  border-radius: 20px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.time-teller .questionButton:hover,
.time-teller .questionButton:focus,
.time-teller .questionButton:active {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 90%;
}

.time-teller .time-teller-hero {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 25px;
  left: 550px;
}

.time-teller .math-question {
  margin-top: 5px;
  margin-bottom: 10px;
}

.time-teller .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
Superhero Stopwatch – Making Time
********************/

/* Main Container */

.time-teller-making-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 640px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/superhero_stopwatch_main_bg.png');
  border-color: #195075;
}

/* Title Area */

.time-teller-making-time .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
}

.time-teller-making-time .interactive-title {
  margin-left: 18px;
}

.time-teller-making-time .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/superhero_stopwatch_mascot_header.png');
  position: absolute;
  left: -33px;
}

.time-teller-making-time .interactive-questions {
  background-color: #2980b9;
}

/* Modal */

.time-teller-making-time .modal-footer {
  background: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main Text */

.time-teller-making-time #mathQuestion {
  color: #ffffff;
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  font-weight: bold;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
  font-size: 1em;
}

.time-teller-making-time #mathQuestion .math-audio-btn {
  margin-bottom: 2px;
}

.time-teller-making-time .digital-clock {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/digital-clock.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 233px;
  height: 122px;
  position: relative;
  right: 13px;
}

.time-teller-making-time .digital-clock .digital-clock-text {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1%, #fd8f0e),
    color-stop(38%, #fec519),
    to(#fefa92)
  );
  background: -o-linear-gradient(bottom, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  background: linear-gradient(to top, #fd8f0e 1%, #fec519 38%, #fefa92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3em;
  position: relative;
  top: 20px;
}

/* Effects */

/* Hovering Effect */

@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@-webkit-keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

@keyframes hovering-hang-sink {
  100% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
}

.time-teller-making-time .hovering {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-animation-name: hovering-hang-sink, hovering;
  animation-name: hovering-hang-sink, hovering;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Main */

.time-teller-making-time .clock-area {
  position: relative;
  left: 2px;
}

.time-teller-making-time #clock {
  height: 390px;
  width: 390px;
  border-radius: 200px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.time-teller-making-time #clockCase {
  height: 470px;
  width: 470px;
  border: 2px solid #7f8c8d;
  border-radius: 250px;
  margin: 0 auto;
  margin-left: 5px;
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #ecf0f1;
}

.time-teller-making-time .clockBackground {
  height: 507px;
  width: 493px;
  position: absolute;
  z-index: 1;
  top: -24px;
  left: 10px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/stopwatch_bg.png');
  background-repeat: no-repeat;
}

.time-teller-making-time .clockDot {
  border: none;
  background: transparent;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  font-weight: bold;
  display: inline-block;
}

.time-teller-making-time .clockMinute {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  padding: 0;
  background-color: #000000;
  border-radius: 50%;
  border: none;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin-left: -3px !important;
}

.time-teller-making-time .clockMinute:disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.time-teller-making-time #innerClock {
  width: 330px;
  height: 330px;
  left: 30px;
  top: 30px;
  vertical-align: middle;
  position: absolute;
}

.time-teller-making-time #big {
  position: absolute;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/big-hand.png');
  background-position: center;
  background-size: 180px;
  background-repeat: no-repeat;
  left: 50%;
  top: 47.95%;
  height: 26px;
  width: 180px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.time-teller-making-time #small {
  position: absolute;
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/small-hand.png');
  background-position: center;
  background-size: 125px;
  background-repeat: no-repeat;
  left: 50%;
  top: 47.95%;
  height: 30px;
  width: 125px;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.time-teller-making-time .clockCenter {
  height: 25px;
  width: 25px;
  border: 1px solid #333333;
  border-radius: 50%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 48.5%;
  background: black;
  z-index: 10;
}

.time-teller-making-time .cross1,
.time-teller-making-time .cross2 {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.time-teller-making-time .cross1 {
  height: 450px;
  width: 1px;
  top: 10px;
}

.time-teller-making-time .cross2 {
  width: 450px;
  height: 1px;
  top: 51%;
}

.time-teller-making-time #questionSet {
  display: inline-block;
  width: 225px;
  height: auto;
  background: aquamarine;
  vertical-align: middle;
}

.time-teller-making-time .questionButton {
  display: block;
  width: 210px;
  height: 40px;
  font-size: 16pt;
  font-weight: bold;
  margin-bottom: 10px;
}

.time-teller-making-time .clockHandButtons {
  width: 100%;
  margin-bottom: 10px;
}

.time-teller-making-time #clock-btn-holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #195075;
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
  border-radius: 20px;
  height: 225px;
  margin-left: -5px;
  margin-top: -5px;
}

.time-teller-making-time .questionButton {
  margin: 0 auto;
  margin-bottom: 10px;
  color: #ffffff;
  background-color: #2980b9;
  width: 70%;
  border-radius: 20px;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}

.time-teller-making-time .questionButton:hover,
.time-teller-making-time .questionButton:focus,
.time-teller-making-time .questionButton:active {
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 80%;
}

.time-teller-making-time .time-teller-hero {
  position: absolute;
  z-index: 999;
  right: 0;
  bottom: 30px;
  left: 550px;
}

.time-teller-making-time .math-question {
  margin-top: 5px;
  margin-bottom: 10px;
}

.time-teller-making-time .imageContainer {
  position: relative;
  margin: 0 auto;
  background: transparent;
  text-align: center;
}

/********************
Multiple-Choice
********************/

/* Main Container */

.multiple-choice-general {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #bdc3c7;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/multiple-choice/main_bg.png');
  background-repeat: repeat;
  border: 3px solid #3f3777;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
}

/* Title Area */

.multiple-choice-general .title-container {
  color: #ffffff;
  background-color: #3f3777;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/multiple-choice/header_bg_noise.png');
}

.multiple-choice-general .interactive-title {
  margin-left: 13px;
}

.multiple-choice-general .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/multiple-choice/multiple_choice_mascot_header.png');
  position: absolute;
  left: 32px;
  top: -2px;
}

.multiple-choice-general .interactive-questions {
  background-color: #766ca1;
}

/* Modal */

.multiple-choice-general .modal-footer {
  background: #3f3777;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/multiple-choice/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main */

.multiple-choice-general .mcg-main-holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35);
}

.multiple-choice-general .mcg-main-holder .mcg-inner {
  width: 90%;
  margin: 0 auto;
}

.multiple-choice-general .mcg-inner .mcg-question {
  margin: 0 auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.multiple-choice-general .math-audio-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Button Area */

.multiple-choice-general .mcg-inner .mcg-answers {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 25px;
}

.multiple-choice-general .mcg-inner .mcg-answers .mcg-answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-color: #ecf0f1;
  border: 2px solid #3e3179;
  border-radius: 25px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color: 000000;
  padding: 10px;
}

.multiple-choice-general .mcg-inner .mcg-answers .mcg-answer p {
  margin-bottom: 3px;
  margin-top: 3px;
}

.multiple-choice-general .mcg-answer:hover,
.multiple-choice-general .mcg-answer:focus,
.multiple-choice-general .mcg-answer:active {
  color: #000000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

/* Effects */

/* Shrink */

.multiple-choice-general .hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.multiple-choice-general .hvr-shrink:hover,
.multiple-choice-general .hvr-shrink:focus,
.multiple-choice-general .hvr-shrink:active {
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

/********************
Venn Diagram
********************/

/* Main Container */

.venn-diagram-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 640px;
  margin-bottom: 20px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/venn-diagram/venn_diagram_main_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #003768;
  border: 3px solid;
  border-color: #003768;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
}

/* Title Area */

.venn-diagram-container .title-container {
  color: #ffffff;
  background-color: #003768;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/venn-diagram/header_bg_noise.png');
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 1;
}

.venn-diagram-container .interactive-title {
  /* margin-left: 9px; */
  margin-left: 20px;
}

.venn-diagram-container .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/venn-diagram/venn_diagram_mascot_header.png');
  position: absolute;
  left: 45px;
}

.venn-diagram-container .interactive-questions {
  /* background-color: #4a81a6; */
  display: none;
}

/* Modal */

.venn-diagram-container .modal-footer {
  background: #003768;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/venn-diagram/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

.venn-diagram-container .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.venn-diagram-container .hvr-grow:hover,
.venn-diagram-container .hvr-grow:focus,
.venn-diagram-container .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Video */

.venn-diagram-container .bokeh-video-holder {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  mix-blend-mode: screen;
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
  z-index: 0;
}

/* Main */

.venn-diagram-container .ui-draggable-dragging,
.venn-diagram-container .sorting-choice,
.venn-diagram-container .ui-draggable,
.venn-diagram-container .ui-draggable-handle {
  z-index: 6 !important;
  background-color: #ffffff !important;
}

.venn-diagram-container .vd-wordbank {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 87%;
}

.venn-diagram-container .sortingChoiceHolder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(94%, rgba(20, 20, 20, 0.5)),
    to(rgba(255, 255, 255, 0.25))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(20, 20, 20, 0.5) 94%,
    rgba(255, 255, 255, 0.25) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(20, 20, 20, 0.5) 94%,
    rgba(255, 255, 255, 0.25) 100%
  );
  border-radius: 2rem;
  padding: 10px 5px 10px 5px;
}

.venn-diagram-container .sortableBin {
  border: none;
  background: transparent;
}

.venn-diagram-container .sorting-choice {
  width: 75px;
  height: 75px;
  line-height: 72px;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  border-radius: 10px;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab;
  border: none;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.venn-diagram-container .sorting-choice:active {
  color: #000000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.venn-diagram-container .sorting-choice:hover,
.venn-diagram-container .sorting-choice:active,
.venn-diagram-container .sorting-choice:focus {
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}

.venn-diagram-container .vd-main-diagram {
  position: relative;
}

.venn-diagram-container .sortcategoryText {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 58px;
  color: #ffffff;
  font-size: 1.2em;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    color-stop(90%, rgba(20, 20, 20, 0.5)),
    to(rgba(255, 255, 255, 0.25))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(20, 20, 20, 0.5) 90%,
    rgba(255, 255, 255, 0.25) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(20, 20, 20, 0.5) 90%,
    rgba(255, 255, 255, 0.25) 100%
  );
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  padding: 5px;
}

.venn-diagram-container .venn-diagram-shape {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/venn-diagram/venn_diagram_holder.png')
    no-repeat 50% 50%;
  width: 100%;
  height: 439px;
  position: absolute;
  z-index: 2;
  top: 42px;
}

.venn-diagram-container .arrow-left {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 40px;
}

.venn-diagram-container .arrow-right {
  position: absolute;
  z-index: 1;
  top: 55px;
  right: 40px;
}

.venn-diagram-container .arrow-down {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 48.5%;
}

.venn-diagram-container .vd-main-diagram .sortCategoryOne,
.venn-diagram-container .vd-main-diagram .sortCategoryBoth,
.venn-diagram-container .vd-main-diagram .sortCategoryTwo {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.venn-diagram-container .vd-main-diagram .sortCategoryOne,
.venn-diagram-container .vd-main-diagram .sortCategoryTwo {
  height: 393px;
  width: 310px;
}

.venn-diagram-container .vd-main-diagram .sortCategoryOne {
  position: relative;
  left: 57px;
  top: -39px;
  z-index: 3;
}

.venn-diagram-container .vd-main-diagram .sortCategoryTwo {
  position: relative;
  right: 79px;
  top: -39px;
  z-index: 4;
}

.venn-diagram-container .vd-main-diagram .sortCategoryBoth {
  position: relative;
  z-index: 5;
  height: 310px;
  width: 152px;
  top: 2px;
  left: -27px;
}

.venn-diagram-container .answerBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 90%;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1em;
}

.venn-diagram-container .answerBtn:hover,
.venn-diagram-container .answerBtn:active,
.venn-diagram-container .answerBtn:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(241, 196, 15, 0.5);
  box-shadow: 0px 0px 15px rgba(241, 196, 15, 0.5);
}

/********************
Ruler Measurements
********************/

/* Main Container */

.measure-the-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #613708;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/measure_the_image_main_bg.png');
  background-repeat: no-repeat;
  background-position: top center;
  border-color: #195075;
  min-height: 800px;
}

/* Title Area */

.measure-the-image .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/header_bg_noise.png');
}

.measure-the-image .interactive-title {
  margin-left: 1px;
}

.measure-the-image .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/measure_the_image_mascot_header.png');
  position: absolute;
  left: -23px;
  top: -3px;
}

.measure-the-image .interactive-questions {
  background-color: #2980b9;
}

/* Modal */

.measure-the-image .modal-footer {
  background: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main */

.measure-the-image #mathQuestion {
  font-size: 1.25em;
  position: relative;
  z-index: 4;
  font-weight: bold;
}

.measure-the-image #mathQuestion .math-audio-btn {
  position: relative;
  top: -4px;
}

.measure-the-image .measured-image-container {
  position: relative;
  z-index: 2;
}

.measure-the-image .ruler-image-container {
  margin-top: 70px;
}

.measure-the-image .ruler {
  background: transparent;
  border: none;
  z-index: 3;
}

.measure-the-image .measuring-input-area {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 280px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: -15px;
}

.measure-the-image .measuring-input-area input {
  border: 5px solid rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #000000;
}

.measure-the-image .fraction-container {
  margin: 0 auto;
  margin-left: 10px;
  width: 30%;
}

.measure-the-image .fraction-container input {
  height: 45px;
  font-size: 1.5em;
}

.measure-the-image .fraction-bar {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
}

.measure-the-image #simpleMathAnswer {
  margin: 0 auto;
  width: 65%;
  height: 102px;
  font-size: 3em;
  position: relative;
  z-index: 4;
}

.measure-the-image .answerBtn {
  margin: 0 auto;
  margin-bottom: -30px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/measure_the_image_submit_button.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 320px;
  height: 113px;
  position: relative;
  z-index: 4;
}

.measure-the-image .answer-btn-text {
  font-size: 1.5em;
  font-weight: bold;
}

/* Secret Treasure Chest */

.measure-the-image .treasure-chest {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ruler-measurements/measure_the_image_treasure_chest.png');
  background-repeat: no-repeat;
  width: 55px;
  height: 66px;
  background-color: transparent;
  border: none;
  position: absolute;
  left: -5px;
  bottom: 120px;
  cursor: help;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.measure-the-image .treasure-chest:hover,
.measure-the-image .treasure-chest:focus,
.measure-the-image .treasure-chest:active {
  -webkit-filter: drop-shadow(0px 2px 10px rgba(241, 196, 15, 0.3));
  filter: drop-shadow(0px 2px 10px rgba(241, 196, 15, 0.3));
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.measure-the-image .treasure-chest:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.measure-the-image .open-treasure-chest {
  width: 100%;
  margin-bottom: -20px;
}

/* Grow */

.measure-the-image .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.measure-the-image .hvr-grow:hover,
.measure-the-image .hvr-grow:focus,
.measure-the-image .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/********************
Measuring Objects
********************/

/* Main Container */

.measure-the-thing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #aadef4;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/measuring_objects_main_bg.png');
  background-repeat: no-repeat;
  background-position: 50% -5%;
  border-color: #195075;
}

/* Title Area */

.measure-the-thing .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/header_bg_noise.png');
}

.measure-the-thing .interactive-title {
  margin-left: 3px;
}

.measure-the-thing .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/measuring_objects_mascot_header.png');
  position: absolute;
  left: -2px;
  top: -3px;
}

.measure-the-thing .interactive-questions {
  background-color: #2980b9;
}

/* Modal */

.measure-the-thing .modal-footer {
  background: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Main */

.measure-the-thing .mcg-main-holder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ecf0f1;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/measuring_objects_metal_texture.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  padding: 10px;
  border: 2px solid #4d4d4d;
  margin-top: 70px;
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 2;
}

.measure-the-thing .bolt {
  position: absolute;
}

.measure-the-thing .top-left-bolt {
  top: 5px;
  left: 5px;
}

.measure-the-thing .top-right-bolt {
  top: 5px;
  right: 5px;
}

.measure-the-thing .bottom-left-bolt {
  bottom: 5px;
  left: 5px;
}

.measure-the-thing .bottom-right-bolt {
  bottom: 5px;
  right: 5px;
}

.measure-the-thing #mathQuestion {
  font-size: 1.25em;
  font-weight: bold;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
}

.measure-the-thing #mathQuestion .math-audio-btn {
  position: relative;
  top: -4px;
}

.measure-the-thing #simpleMathAnswer {
  margin: 0 auto;
  margin-top: -10px;
  width: 280px;
  font-size: 2em;
  text-align: center;
  border: 5px solid rgba(0, 0, 0, 0.25);
  color: #000000;
}

.measure-the-thing .city-skyline {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

.measure-the-thing .measurement-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 99.75%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 3pt 0pt rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 3pt 0pt rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-left: 0.25%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.measure-the-thing #measuring-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 200%;
}

.measure-the-thing .measurment-device {
  cursor: move;
}

.measure-the-thing .draggable-container {
  background: transparent;
  border: none;
  padding: 0px;
}

.measure-the-thing .answerBtn {
  margin-top: -10px;
  margin-bottom: -15px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/measuring-objects/submit_btn.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 272px;
  height: 78px;
  font-size: 1em;
}

.measure-the-thing .answerBtn:hover,
.measure-the-thing .answerBtn:active,
.measure-the-thing .answerBtn:focus {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
}

.measure-the-thing .answer-btn-text {
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0px 0.5px 0px rgba(255, 255, 255, 0.5);
}

/* Grow */

.measure-the-thing .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.measure-the-thing .hvr-grow:hover,
.measure-the-thing .hvr-grow:focus,
.measure-the-thing .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/********************
Goal Review
********************/

/* Main Container */

.goal-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #656d77;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/main_bg.png');
  background-repeat: repeat;
  border: 3px solid #434a53;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
}

.goal-review,
.goal-review * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Title Area */

.goal-review .title-container {
  color: #ffffff;
  background-color: #434a53;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/header_bg_noise.png');
}

.goal-review .interactive-title {
  letter-spacing: 2px;
}

/* If icon is wanted
.goal-review .interactive-title {
  margin-left: 12px;
}

.goal-review .interactive-title:before {
  content: url('');
  position: absolute;
  left: 63px;
  top: -2px;
}
*/

.goal-review .interactive-questions {
  background-color: #656d77;
}

/* Modal */

.goal-review .modal-footer {
  background: #434a53;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Add slight delay to allow iframe to refresh before in view */
.goal-review #lessonReviewPage {
  animation-delay: 0.25s;
}

/* Review Modal */

.goal-review .modal .close {
  margin-bottom: 10px;
  float: left;
}

.goal-review .modal .close::after {
  clear: both;
}

/* Keep things in iPad view */

@media (min-width: 992px) {
  .goal-review .modal-xl {
    max-width: 1024px;
  }
}

@media (min-width: 576px) {
  .goal-review .modal-xl .modal-dialog {
    max-width: 1024px;
  }
}

/* Main */

.goal-review .goal-review-main-holder {
  position: relative;
  width: 98%;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.goal-review .goal-header {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 3px dotted #ecf0f1;
  border-bottom: 3px dotted #ecf0f1;
  margin-bottom: 20px;
}

.goal-review .whExcerpt {
  border-width: 2px;
  padding-top: 20px;
  border-radius: 5px;
  background-color: #fedec1;
  border-color: #e67e22;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/bg-noise.png');
}

.goal-review .answer-area,
.goal-review .feedback-area {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #eeeeee;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/bg-noise.png');
  padding: 20px;
  border: solid 2px #ced1d7;
  border-radius: 5px;
  text-align: center;
}

.goal-review .answer-area {
  margin-bottom: 10px;
}

.goal-review .drag-and-drop-answer-area p {
  margin-top: 0px;
}

.goal-review .green-button {
  position: relative;
  width: 95%;
  margin: 0 auto;
  margin-top: 35px;
  margin-bottom: -30px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #ffffff;
  background: #4caf50 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#67bb6a),
      to(#4caf50)
    ) repeat-x;
  background: #4caf50 -o-linear-gradient(top, #67bb6a, #4caf50) repeat-x;
  background: #4caf50 linear-gradient(180deg, #67bb6a, #4caf50) repeat-x;
  border: 1px solid;
  border-color: #4caf50;
  border-radius: 2rem;
  font-size: 1em;
  padding: 15px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.goal-review .green-button:hover {
  color: #fff;
  background: #409444 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#5da460),
      to(#409444)
    ) repeat-x;
  background: #409444 -o-linear-gradient(top, #5da460, #409444) repeat-x;
  background: #409444 linear-gradient(180deg, #5da460, #409444) repeat-x;
  border-color: #3d8b40;
}

.goal-review .green-button:focus,
.goal-review .green-button.focus {
  color: #fff;
  background: #409444 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#5da460),
      to(#409444)
    ) repeat-x;
  background: #409444 -o-linear-gradient(top, #5da460, #409444) repeat-x;
  background: #409444 linear-gradient(180deg, #5da460, #409444) repeat-x;
  border-color: #3d8b40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(103, 187, 106, 0.5);
}

.goal-review .green-button:hover,
.goal-review .green-button:focus,
.goal-review .green-button:active {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

/* Text Entry */

.goal-review .innerTextEntry {
  display: inline-block;
  margin: 0 auto;
  width: 30%;
  height: auto;
  padding: 15px;
  font-size: 1.5em;
  color: #000000;
  border-radius: 5px;
  border: solid 2px #ced1d7;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
}

.goal-review .innerTextEntry:hover,
.goal-review .innerTextEntry:focus {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  outline: none;
}

/* Multiple-Choice */

.goal-review .choice-button {
  font-size: 1.5em;
  border: 2px solid #ced1d7;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 10px;
  width: 25%;
  margin: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.goal-review .choice-button:hover,
.goal-review .choice-button:focus {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
}

.goal-review .choice-button:active {
  -webkit-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
}

/* Drag & Drop */

.goal-review .drag-and-drop-container {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 30px;
  border: solid 2px #ced1d7;
  border-radius: 5px;
  text-align: center;
}

.goal-review .draggables-container {
  min-height: 100px;
}

.goal-review .droppable-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.goal-review .droppable-container .inbetween-text {
  font-size: 1.5em;
}

.goal-review .innerDraggable,
.goal-review .innerDroppable {
  -webkit-text-stroke: 0px;
  color: #000000;
  font-weight: normal;
  margin: 5px;
  border: 2px solid #e67e22;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  min-width: 100px;
  min-height: 60px;
}

.goal-review .innerDraggable {
  font-size: 1.5em;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
  background-color: #fedec1;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/bg-noise.png');
  margin-bottom: 20px;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.goal-review .innerDraggable:active {
  color: #000000;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.goal-review .innerDroppable {
  background-color: #ffffff;
  padding: 0px !important;
  margin: 10px;
}

.goal-review .ui-draggable-disabled,
.goal-review .ui-draggable-disabled:active {
  cursor: not-allowed;
  padding: 0px !important;
  margin: 0 auto !important;
}

.goal-review .innerDroppable > button {
  border: none;
}

/* Flashcards */

.goal-review .flashcards_elem {
  background-image: none;
  margin-left: -4px;
  margin-top: -25px;
}

.goal-review .deckBox {
  width: 100%;
  margin: 0 auto;
}

.goal-review .face.front,
.goal-review .face.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100% !important;
  min-height: 350px;
  height: auto;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  border: 2px solid #e67e22;
}

.goal-review .face.front {
  background: #e67e22;
  background: -o-radial-gradient(center, ellipse, #ffffff 76%, #fedec1 100%);
  background: radial-gradient(ellipse at center, #ffffff 76%, #fedec1 100%);
}

.goal-review .f1_card {
  border: none;
}

.goal-review .face {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.goal-review .fc_btns {
  width: 100%;
  margin-top: 85px;
}

.goal-review .fc_btns button {
  height: 68px;
  width: 100%;
  cursor: pointer;
  font-size: 0.8em;
  -webkit-text-stroke: 0px;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.goal-review .fc_btns button:disabled {
  cursor: not-allowed;
}

.goal-review .fc_btns .btn-primary {
  color: #fff;
  background: #2196f3 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#42a6f5),
      to(#2196f3)
    ) repeat-x;
  background: #2196f3 -o-linear-gradient(top, #42a6f5, #2196f3) repeat-x;
  background: #2196f3 linear-gradient(180deg, #42a6f5, #2196f3) repeat-x;
  border-color: #2196f3;
}

.goal-review .fc_btns .btn-primary:hover {
  color: #fff;
  background: #0c83e2 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#3196e6),
      to(#0c83e2)
    ) repeat-x;
  background: #0c83e2 -o-linear-gradient(top, #3196e6, #0c83e2) repeat-x;
  background: #0c83e2 linear-gradient(180deg, #3196e6, #0c83e2) repeat-x;
  border-color: #0c7cd5;
}

.goal-review .fc_btns .btn-warning {
  color: #fff;
  background: #e1b12c -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#e1b12c),
      to(#ff9800)
    ) repeat-x;
  background: #e1b12c -o-linear-gradient(top, #e1b12c, #ff9800) repeat-x;
  background: #e1b12c linear-gradient(180deg, #e1b12c, #ff9800) repeat-x;
  border-color: #e1b12c;
}

.goal-review .fc_btns .btn-warning:hover {
  color: #fff;
  background: #d98100 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#de9426),
      to(#d98100)
    ) repeat-x;
  background: #d98100 -o-linear-gradient(top, #de9426, #d98100) repeat-x;
  background: #d98100 linear-gradient(180deg, #de9426, #d98100) repeat-x;
  border-color: #cc7a00;
}

.goal-review .flashcardResults {
  margin: 0 auto;
  width: 55%;
  margin-top: 95px;
  margin-bottom: 170px;
}

.goal-review .flashcardResults h3 {
  margin-bottom: -20px;
}

.goal-review .finish-btn {
  display: block;
  margin: 20px auto;
}

.goal-review .cardsRemaining {
  margin: 0 auto;
  background-color: #ffffff;
  width: 220px;
  height: 35px;
  font-size: 0.8em;
  line-height: 35px;
  margin-top: 30px;
  margin-bottom: -15px;
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.goal-review .f1_cardCount {
  position: relative;
  top: 5px;
}

/* Fadeout Animation */

@-webkit-keyframes flashcard_fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }
}

@keyframes flashcard_fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }
}

.flashcards_elem .flashcard_fadeOutUp {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flashcard_fadeOutUp;
  animation-name: flashcard_fadeOutUp;
}

/* Confetti */

.goal-review .confetti-container {
  width: 100%;
  height: 100%;
}

.goal-review .confetti {
  width: 15px;
  height: 15px;
  background-color: #f2d74e;
  position: absolute;
  z-index: 30;
  top: -50px;
  left: 50%;
  -webkit-animation: confetti 5s ease-in-out -2s infinite;
  animation: confetti 5s ease-in-out -2s infinite;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.goal-review .confetti:nth-child(1) {
  background-color: #f2d74e;
  left: 10%;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.goal-review .confetti:nth-child(2) {
  background-color: #95c3de;
  left: 20%;
  -webkit-animation-delay: -5s;
  animation-delay: -5s;
}

.goal-review .confetti:nth-child(3) {
  background-color: #ff9a91;
  left: 30%;
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
}

.goal-review .confetti:nth-child(4) {
  background-color: #f2d74e;
  left: 40%;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.goal-review .confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
}

.goal-review .confetti:nth-child(6) {
  background-color: #ff9a91;
  left: 60%;
  -webkit-animation-delay: -6s;
  animation-delay: -6s;
}

.goal-review .confetti:nth-child(7) {
  background-color: #f2d74e;
  left: 70%;
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.goal-review .confetti:nth-child(8) {
  background-color: #95c3de;
  left: 80%;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.goal-review .confetti:nth-child(9) {
  background-color: #ff9a91;
  left: 90%;
  -webkit-animation-delay: -3.5s;
  animation-delay: -3.5s;
}

.goal-review .confetti:nth-child(10) {
  background-color: #f2d74e;
  left: 100%;
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

@-webkit-keyframes confetti {
  0% {
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }

  25% {
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }

  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }

  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }

  100% {
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}

@keyframes confetti {
  0% {
    -webkit-transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }

  25% {
    -webkit-transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }

  50% {
    -webkit-transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }

  75% {
    -webkit-transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }

  100% {
    -webkit-transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}

/* Finish Overlay */

.goal-review #math-finish-review-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 33;
}

.goal-review #math-finish-review-overlay-text {
  position: absolute;
  top: 40%;
  left: 50%;
  color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.goal-review .math-review-congrats-text-bg {
  background-color: #e67e22;
  padding: 15px;
  border-radius: 10px;
}

.goal-review .math-review-congrats-big-text {
  font-size: 2em;
  text-align: center;
  padding-bottom: 2px;
}

.goal-review .math-review-congrats-small-text {
  margin: -8px auto;
  width: 400px;
  text-align: center;
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
  font-size: 1.25em !important;
}

.goal-review .math-finish-review-banner {
  position: relative;
  z-index: 999;
}

.goal-review .math-finish-review-banner h3 {
  font-size: 2em;
  text-align: center !important;
  padding-bottom: 2px;
}

.goal-review .text-shadow {
  text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.goal-review .math-banner {
  width: 600px !important;
  position: relative;
  z-index: 999;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.goal-review .math-banner h3 {
  line-height: 60px;
  position: relative;
  color: #ffffff;
  text-align: center;
  margin: 0 30px 10px;
}

.goal-review .math-banner h3:before,
.goal-review .math-banner h3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 8px;
  border-width: 22px 10px;
  border-style: solid;
}

.goal-review .math-banner h3:before {
  left: -20px;
}

.goal-review .math-banner h3:after {
  right: -20px;
}

.goal-review .orange-math-banner h3 {
  background: #d86e11 -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ea7812),
      to(#d86e11)
    ) repeat-x;
  background: #d86e11 -o-linear-gradient(top, #ea7812, #d86e11) repeat-x;
  background: #d86e11 linear-gradient(180deg, #ea7812, #d86e11) repeat-x;
}

.goal-review .orange-math-banner h3:before {
  border-color: #c4640f #c4640f #c4640f transparent;
}

.goal-review .orange-math-banner h3:after {
  border-color: #c4640f transparent #c4640f #c4640f;
}

.goal-review .animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.goal-review .animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/********************
Triangle Math
********************/

/* Main Container */

.triangle-math {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  height: 775px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #72d3ee;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_main_bg.png');
  background-position: 50% 23.55%;
  border-color: #523a2d;
}

/* Title Area */

.triangle-math .title-container {
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/header_bg_noise.png');
  background-color: #523a2d;
}

.triangle-math .interactive-title {
  margin-left: 15px;
}

.triangle-math .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_mascot_header.png');
  position: absolute;
  left: 49px;
  margin-top: -1px;
}

.triangle-math .interactive-questions {
  background-color: #6e503c;
}

/* Modal */

.triangle-math .modal-footer {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/header_bg_noise.png');
  background-color: #523a2d;
  border-radius: 0px 0px 4px 4px;
}

/* Main */

.triangle-math .math-sentence-holder {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_sentence_holder.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 540px;
  height: 60px;
  margin: 0 auto;
  margin-top: 10px;
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
}

.triangle-math #mathQuestion {
  position: relative;
  top: 6px;
  font-size: 2em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.85);
}

.triangle-math .front-character {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  bottom: 136px;
  width: 468px;
}

.triangle-math .bottom-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 101%;
  height: 136px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  border-top: 2px solid #bc7e6e;
  -webkit-box-shadow: 0px -13px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -13px 10px rgba(0, 0, 0, 0.15);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(110, 64, 43)),
    to(rgb(154, 101, 74))
  );
  background: -o-linear-gradient(
    bottom,
    rgb(110, 64, 43) 0%,
    rgb(154, 101, 74) 100%
  );
  background: linear-gradient(
    to top,
    rgb(110, 64, 43) 0%,
    rgb(154, 101, 74) 100%
  );
}

.triangle-math .number-holder {
  width: 422px;
  height: 116px;
  margin-left: 26px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_number_holder.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.triangle-math .triangle-choice {
  padding: 0px;
  margin-top: 12px;
  font-size: 2em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.85);
  border: none;
  background: transparent;
  width: 96px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: move;
  /*fallback if grab cursor is unsupported*/
  cursor: grab;
  cursor: -webkit-grab;
  transition: -webkit-filter 0.2s ease-in;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-transition: filter 0.2s ease-in;
  -moz-transition: filter 0.2s ease-in;
  -ms-transition: filter 0.2s ease-in;
  -o-transition: filter 0.2s ease-in;
}

.triangle-math .triangle-choice:active {
  color: #000000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.triangle-math .triangle-choice:hover,
.triangle-math .triangle-choice:active,
.triangle-math .triangle-choice:focus {
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
  -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.25));
}

.triangle-math .triangle-choice:nth-child(1) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_draggable_1.png');
}

.triangle-math .triangle-choice:nth-child(2) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_draggable_2.png');
}

.triangle-math .triangle-choice:nth-child(3) {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_draggable_3.png');
}

.triangle-math .submit-button-holder {
  margin-top: 8px;
  margin-left: -43px;
}

.triangle-math .answerBtn {
  position: absolute;
  right: 40px;
  bottom: 45px;
  z-index: 3;
  font-weight: bold;
  font-size: 1.5em;
  color: #ffffff;
  width: 200px;
  height: 71px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_green_btn_area.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.triangle-math .answerBtn:active,
.triangle-math .answerBtn:focus {
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
}

.triangle-math .answerBtn:active,
.triangle-math .answerBtn:focus,
.triangle-math .answerBtn {
  color: #ffffff !important;
}

.triangle-math .answerBtn:disabled {
  opacity: 1;
}

.triangle-math .answerBtn .answer-btn-text {
  position: relative;
  top: -5px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.85);
}

.triangle-math .submit-btn-base {
  position: relative;
  left: -4px;
}

.triangle-math .reset-btn {
  position: relative;
  background: transparent;
  border: none;
  margin-left: -48px;
  top: -3px;
  color: #ffffff;
  font-size: 0.75em;
}

.triangle-math .drop-box {
  border: none;
  background: transparent;
  position: absolute;
  width: 104px;
  height: 101px;
  padding: 0px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/triangle-math/triangle_math_drop_box.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.triangle-math .triangle-label-button {
  position: absolute;
  z-index: 3;
}

.triangle-math .drop-label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
  padding: 3px;
  width: 104px;
  text-align: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(235, 206, 3, 1)),
    color-stop(18%, rgba(248, 216, 2, 1)),
    color-stop(86%, rgba(229, 175, 10, 1)),
    to(rgba(217, 165, 9, 1))
  );
  background: -o-linear-gradient(
    top,
    rgba(235, 206, 3, 1) 0%,
    rgba(248, 216, 2, 1) 18%,
    rgba(229, 175, 10, 1) 86%,
    rgba(217, 165, 9, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(235, 206, 3, 1) 0%,
    rgba(248, 216, 2, 1) 18%,
    rgba(229, 175, 10, 1) 86%,
    rgba(217, 165, 9, 1) 100%
  );
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.triangle-math .triangle-whole {
  top: 79px;
  left: 330px;
}

.triangle-math .triangle-left-part {
  top: 325px;
  left: 118px;
}

.triangle-math .triangle-right-part {
  top: 325px;
  right: 118px;
}

/********************
Bucket Game
********************/

/* Main Container */

#interactiveContainer .bucket-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #e8c16d;
  border-color: #523a2d;
}

/* Title Area */

#interactiveContainer .bucket-game .title-container {
  color: #ffffff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/header_bg_noise.png');
  background-color: #523a2d;
  position: relative;
  z-index: 4;
}

#interactiveContainer .bucket-game .interactive-title {
  margin-left: 15px;
}

#interactiveContainer .bucket-game .interactive-title:before {
  content: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_mascot_header.png');
  position: absolute;
  left: 49px;
  margin-top: -3px;
}

#interactiveContainer .bucket-game .interactive-questions {
  background-color: #6e503c;
}

/* Modal */

#interactiveContainer .bucket-game .modal-footer {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/header_bg_noise.png');
  background-color: #523a2d;
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

#interactiveContainer .bucket-game .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#interactiveContainer .bucket-game .hvr-grow:hover,
#interactiveContainer .bucket-game .hvr-grow:focus,
#interactiveContainer .bucket-game .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Main */

#interactiveContainer .bucket-game .animated-sky-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 252px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_sky.gif');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 1;
}

#interactiveContainer .bucket-game .static-bg {
  position: absolute;
  top: 248px;
  left: 0;
  width: 100%;
  height: 361px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_main_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 2;
}

#interactiveContainer .bucket-game .buckets-bg {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 473px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_buckets.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 3;
}

#interactiveContainer .bucket-game .sortableBin,
#interactiveContainer .bucket-game .sortingChoiceHolder {
  position: relative;
  z-index: 4;
}

#interactiveContainer .bucket-game .sorting-choice,
#interactiveContainer .bucket-game .bucket-drop-area {
  width: 190px;
  height: 40px;
  padding: 0px;
  padding: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#interactiveContainer .bucket-game .sortableBin {
  margin-top: 70px;
}

#interactiveContainer .bucket-game .sortcategoryText {
  margin: 0 auto;
  word-wrap: break-word;
  width: 80%;
  font-weight: bold;
  margin-bottom: 34px;
}

#interactiveContainer .bucket-game .sortCategoryOne {
  margin-left: 8px;
}

#interactiveContainer .bucket-game .sortCategoryTwo {
  margin-right: 8px;
}

#interactiveContainer .bucket-game .bucket-drop-area {
  position: relative;
  border: 1px dashed #ffffff;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.2);
  cursor: default;
}

#interactiveContainer .bucket-game .bucket-drop-area > button {
  margin: 0 !important;
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  border: 1px solid #fff;
}

#interactiveContainer .bucket-game .wooden-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -50px;
  right: 13px;
  width: 686px;
  height: 51px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_wood_divider_sign.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 5;
}

#interactiveContainer .bucket-game .wooden-sign-text {
  font-size: 1em;
  text-shadow: 0px 2px 0px #000000;
  color: #ffffff;
  position: relative;
  top: 10px;
  transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
}

#interactiveContainer .bucket-game .wooden-sign-text i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  margin-left: 3px;
}

#interactiveContainer .bucket-game .sortingChoiceHolder {
  -webkit-box-shadow: border-box;
  box-shadow: border-box;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 660px;
  padding: 20px 0px 0px 0px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#interactiveContainer .bucket-game .sorting-choice-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  margin-top: -45px;
  margin-bottom: 10px;
}

#interactiveContainer .bucket-game .sorting-choice {
  margin: 5px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.35));
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.35));
  cursor: move;
  /*fallback if grab cursor is unsupported*/
  cursor: grab;
  cursor: -webkit-grab;
}

#interactiveContainer .bucket-game .sorting-choice:active {
  color: #000000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* #interactiveContainer .bucket-game .sorting-choice:first-child {
  margin-top: 10px;
}

#interactiveContainer .bucket-game .sorting-choice:last-child {
  margin-bottom: 15px;
} */

#interactiveContainer .bucket-game .check-answer-container {
  position: relative;
  left: 15px;
  -webkit-box-shadow: border-box;
  box-shadow: border-box;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/bucket-game/bucket_game_wood_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#interactiveContainer .bucket-game .answerBtn {
  box-sizing: content-box;
  margin: 0 auto;
  width: 82%;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/********************
Basket Game
********************/

#basket-game,
#basket-game * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Main Container */

#basket-game .bucket-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #edc98a;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_bg.png');
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center top;
  border-color: #2d2d2d;
}

/* Title Area */

#basket-game .bucket-game .title-container {
  color: #ffffff;
  background-color: #2d2d2d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/header_bg_noise.png');
  position: relative;
  z-index: 4;
}

#basket-game .bucket-game .interactive-title {
  margin-left: 0px;
  margin-top: 2px;
}

#basket-game .bucket-game .interactive-title:before {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_mascot_header.png');
  background-size: 68px 56px !important;
  display: inline-block;
  width: 68px !important;
  height: 56px !important;
  content: '';
  position: absolute;
  left: 52px;
  margin-top: 2px;
}

#basket-game .bucket-game .interactive-questions {
  background-color: #636363;
}

/* Modal */

#basket-game .bucket-game .modal-footer {
  background: #2d2d2d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/goal-review/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Effects */

#basket-game .bucket-game .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

#basket-game .bucket-game .hvr-grow:hover,
#basket-game .bucket-game .hvr-grow:focus,
#basket-game .bucket-game .hvr-grow:active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* Main */

#basket-game .bucket-game .animated-sky-bg {
  display: none;
}

#basket-game .bucket-game .static-bg {
  display: none;
}

#basket-game .bucket-game .buckets-bg {
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  height: 152px;
  background-image: unset;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 3;
}

#basket-game .bucket-game .sortableBin,
#basket-game .bucket-game .sortingChoiceHolder {
  position: relative;
  z-index: 4;
}

#basket-game .bucket-game .sorting-choice,
#basket-game .bucket-game .bucket-drop-area {
  width: 205px;
  height: 35px;
  padding: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#basket-game .bucket-game .sortableBin {
  margin-top: 70px;
}

#basket-game .bucket-game .sortcategoryText {
  margin: 0 auto;
  word-wrap: break-word;
  width: 80%;
  font-weight: bold;
  margin-bottom: 55px;
  margin-top: -42px;
  font-size: 1rem;
}

#basket-game .bucket-game .sortCategoryOne {
  margin-left: 8px;
}

#basket-game .bucket-game .sortCategoryOne .sortcategoryText {
  margin-right: 17px;
}

#basket-game .bucket-game .sortCategoryTwo {
  margin-right: 8px;
}

#basket-game .bucket-game .sortCategoryTwo .sortcategoryText {
  margin-right: 25px;
}

#basket-game .bucket-game .bucket-drop-area {
  position: relative;
  border: 1px solid #ffffff;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0.3);
  cursor: default;
}

#basket-game .bucket-game .bucket-drop-area > button {
  margin: 0 !important;
  position: absolute !important;
  top: -1px !important;
  left: -1px !important;
  border: 1px solid #000;
}

#basket-game .bucket-game .wooden-divider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -50px;
  right: 0px;
  left: -1px;
  width: calc(100% + 2px);
  height: 30px;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: 5;
  background: rgb(56, 56, 56);
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_container_noise.png'),
    #5b5b5b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid #000;
}

#basket-game .bucket-game .wooden-sign-text {
  font-size: 1rem;
  text-shadow: 0px 1px 0px #000000;
  color: #ffffff;
  position: relative;
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

#basket-game .bucket-game .wooden-sign-text i {
  display: none;
}

#basket-game .bucket-game .sortingChoiceHolder {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 33px;
  margin-bottom: 5px;
  width: 698px;
  padding: 20px 0px 0px 0px;
  background: rgb(56, 56, 56);
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_container_noise.png'),
    -webkit-gradient(linear, left bottom, left top, from(rgba(56, 56, 56, 1)), to(rgba(45, 45, 45, 1)));
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_container_noise.png'),
    -o-linear-gradient(bottom, rgba(56, 56, 56, 1) 0%, rgba(45, 45, 45, 1) 100%);
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_game_container_noise.png'),
    linear-gradient(0deg, rgba(56, 56, 56, 1) 0%, rgba(45, 45, 45, 1) 100%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
}

#basket-game .bucket-game .sorting-choice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 65px;
  padding-bottom: 10px;
  padding-top: 10px;
}

#basket-game .bucket-game .sorting-choice {
  font-size: 0.85rem;
  margin: 5px;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -5px 5px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.4));
  -webkit-filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.4));
  cursor: move;
  /*fallback if grab cursor is unsupported*/
  cursor: grab;
  cursor: -webkit-grab;
}

#basket-game .bucket-game .sorting-choice:active {
  color: #000000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* Audio styles */
#basket-game .bucket-game .sorting-choice > audio {
  width: 80%;
  height: 30px;
  margin: 2px auto 0px auto;
}

#basket-game .bucket-game .check-answer-container {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  left: 15px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_basketball_pattern_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #000;
}

#basket-game .bucket-game .answerBtn {
  font-size: 1rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4);
}

/* Layouts */

/* 3 baskets */
#basket-game[data-baskets='3'] .bucket-game .buckets-bg {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_hoops_bg.png');
}

/* 2 baskets */
#basket-game[data-baskets='2'] .bucket-game .sortCategoryBoth {
  display: none;
}

#basket-game[data-baskets='2'] .bucket-game .buckets-bg {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/basket-game/basket_hoops_2_bg.png');
}

#basket-game[data-baskets='2'] .bucket-game .sortCategoryOne {
  -webkit-transform: translateX(55px);
  -ms-transform: translateX(55px);
  transform: translateX(55px);
}

#basket-game[data-baskets='2'] .bucket-game .sortCategoryOne .sortcategoryText {
  margin-left: 80px;
}

#basket-game[data-baskets='2'] .bucket-game .sortCategoryTwo {
  -webkit-transform: translateX(-55px);
  -ms-transform: translateX(-55px);
  transform: translateX(-55px);
}

#basket-game[data-baskets='2'] .bucket-game .sortCategoryTwo .sortcategoryText {
  margin-left: -37px;
}

/* Results */

#basket-game .interactive-results {
  font-size: 1rem;
}

/********************
Ordering Owl
********************/

/* Main Container */

.ordering-owl,
.ordering-owl * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ordering-owl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/main_bg.png');
  background-repeat: repeat;
  border: 3px solid #12502d;
  background-color: #3d5f03;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
}

/* Title Area */

.ordering-owl .title-container {
  cursor: inherit;
  color: #ffffff;
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/header_bg_noise.png');
}

.ordering-owl .interactive-title {
  margin-left: 18px;
}

.ordering-owl .interactive-title:before {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/ordering_owl_mascot_header.png');
  position: absolute;
  left: 58px;
  top: 1px;
  width: 76px;
  height: 64px;
  background-size: 76px 64px;
  content: '';
}

.ordering-owl .interactive-questions {
  /* background-color: #1b7842; */
  display: none;
}

/* Modal */

.ordering-owl .modal-footer {
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/header_bg_noise.png');
}

/* Main */

.ordering-owl .main-container {
  width: 98%;
  padding: 20px 20px 0px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.35);
  border: 3px solid #1b7842;
}

.ordering-owl .main-drag-area {
  margin-top: -20px;
}

.ordering-owl .inset-shadow {
  -webkit-box-shadow: inset -18px 0 20px -18px rgba(0, 0, 0, 0.2);
  box-shadow: inset -18px 0 20px -18px rgba(0, 0, 0, 0.2);
}

.ordering-owl .bg-light {
  padding-bottom: 80px;
}

.ordering-owl .wooden-sign {
  position: absolute;
  bottom: 23px;
  left: 45px;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/ordering_owl_sign.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 205px;
  height: 135px;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
}

.ordering-owl .sign-text {
  position: relative;
  top: 12px;
  left: 16px;
  font-size: 0.7em;
}

/* Drop Area */

.ordering-owl .answer {
  width: 91%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #bdc3c7;
}

.ordering-owl .drop-area {
  width: 263px;
  height: 50px;
  background: #f8f9fa;
  border-left: 2px dashed #bdc3c7;
  border-top: 2px dashed #bdc3c7;
  border-right: 2px solid #bdc3c7;
  border-bottom: 2px dashed #bdc3c7;
  cursor: default;
}

/* Drag Area */

.ordering-owl .abcChoice {
  width: 263px;
  height: 50px;
  border: 2px solid #bdc3c7;
  text-align: center;
  background: rgba(189, 195, 199, 0.5);
  margin-left: -2px;
  cursor: move;
  /*fallback if grab cursor is unsupported*/
  cursor: grab;
  cursor: -webkit-grab;
  z-index: 5;
}

.ordering-owl .abcChoice:active {
  color: #000000;
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/* Class added once draggable is dropped */

.ordering-owl .ui-draggable-disabled,
.ordering-owl .ui-draggable-disabled:active {
  cursor: not-allowed;
  padding: 0px !important;
  margin: 0 auto !important;
  left: -8px !important;
  top: -3px !important;
}

/* Firefox Hacks */
@supports (-moz-appearance: none) {
  .ordering-owl .ui-draggable-disabled,
  .ordering-owl .ui-draggable-disabled:active {
    left: -10px !important;
    top: -2px !important;
  }
}

/* Safari Hacks */
_::-webkit-full-page-media,
_:future,
:root .ordering-owl .ui-draggable-disabled,
:root .ordering-owl .ui-draggable-disabled:active {
  left: -8px !important;
  top: -4px !important;
}

/* Bottom Check Area */

.ordering-owl .green-btn-area {
  width: 106%;
  margin-left: -3%;
  background-color: #12502d;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/ordering-owl/header_bg_noise.png');
}

/* Buttons */
.ordering-owl .questionButton,
.ordering-owl .resetButton {
  width: 100%;
  font-size: 0.7em;
}

.ordering-owl .questionButton {
  position: relative;
  left: 13px;
}

.ordering-owl .resetButton {
  background-color: #1b7842;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ordering-owl .resetButton:hover,
.ordering-owl .resetButton:focus,
.ordering-owl .resetButton:active {
  background-color: transparent;
  border: 1px solid #1b7842;
}

/********************
Raccoon Racer
********************/
/* Main Container */
.raccoon-racer,
.raccoon-racer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.raccoon-racer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  border: 3px solid;
  padding: 10px;
  padding-top: 0px;
  border-radius: 4px;
  -webkit-text-stroke: 0px;
  overflow: hidden;
  background-color: #98e9fc;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/main_screen_bg.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: 50% 78% !important;
  border-color: #195075;
  height: 550px;
}

/* Title Area */

.raccoon-racer .title-container {
  color: #ffffff;
  background-color: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
}

.raccoon-racer .interactive-title {
  margin-left: 12px;
}

.raccoon-racer .interactive-title:before {
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/racecar_raccoon_mascot_header.png');
  background-size: 76px 64px !important;
  display: inline-block;
  width: 76px !important;
  height: 64px !important;
  content: '';
  position: absolute;
  left: 175px;
  margin-top: -3px;
}

.raccoon-racer .interactive-questions {
  background-color: #2980b9;
  font-size: 1rem;
}

/* Modal */

.raccoon-racer .modal-footer {
  background: #195075;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/superhero-stopwatch/header_bg_noise.png');
  border-radius: 0px 0px 4px 4px;
}

/* Select Screen */

.raccoon-racer .select-screen {
  background-color: #63e2f5;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/select_screen_bg.png');
  background-size: cover;
  /* Hack the width and height to overlap parent .row styles */
  width: calc(100% + 30px);
  height: calc(100% + 32px);
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.raccoon-racer .select-screen .choose-your-racer {
  font-family: 'Sniglet', cursive;
  font-size: 2.25em;
  color: #195075;
  margin-top: 15px;
}

.raccoon-racer .select-screen button.select-screen-car {
  height: 125px;
  width: 250px !important;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.35);
  margin: 10px;
  -webkit-transition: transform 0.35s ease-in-out;
  -o-transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
}

.raccoon-racer .select-screen button.select-screen-car:hover,
.raccoon-racer .select-screen button.select-screen-car:focus {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

/* Raccoon */
.raccoon-racer .select-screen button.select-screen-car:nth-child(1) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/raccoon_character_static.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(1):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(1):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/raccoon_character_moving.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Monkey */
.raccoon-racer .select-screen button.select-screen-car:nth-child(2) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/monkey_character_static.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(2):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(2):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/monkey_character_moving.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Rhino */
.raccoon-racer .select-screen button.select-screen-car:nth-child(3) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/rhino_character_static.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(3):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(3):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/rhino_character_moving.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Crocodile */
.raccoon-racer .select-screen button.select-screen-car:nth-child(4) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/crocodile_character_static.svg')
    50% 75% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(4):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(4):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/crocodile_character_moving.svg')
    50% 75% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Squirrel */
.raccoon-racer .select-screen button.select-screen-car:nth-child(5) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/squirrel_character_static.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(5):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(5):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/squirrel_character_moving.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Bear */
.raccoon-racer .select-screen button.select-screen-car:nth-child(6) {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/bear_character_static.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.raccoon-racer .select-screen button.select-screen-car:nth-child(6):hover,
.raccoon-racer .select-screen button.select-screen-car:nth-child(6):focus {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/bear_character_moving.svg')
    50% 70% / 200px no-repeat !important;
  background-color: rgba(255, 255, 255, 0.85) !important;
}

/* Main */

.raccoon-racer .track-container {
  width: calc(100% + 30px);
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  margin-top: 81px;
}

.raccoon-racer .track-container .raceTrack {
  background: rgb(86, 86, 86);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(86, 86, 86, 1)),
    to(rgba(67, 67, 67, 1))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(86, 86, 86, 1) 0%,
    rgba(67, 67, 67, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(86, 86, 86, 1) 0%,
    rgba(67, 67, 67, 1) 100%
  );
  height: 278px;
  padding-top: 20px;
}

.raccoon-racer .track-container .roadLine {
  border-top: 2px solid rgba(255, 255, 255, 0.15);
  margin: 0px;
}

.raccoon-racer .track-container .roadLine:last-child {
  display: none;
}

.raccoon-racer .track-container .outerLine {
  height: 4px;
  background-color: #fff;
  background-image: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/outer_line_dashed.png');
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center center;
}

.raccoon-racer .track-container .outerLine:first-child {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.raccoon-racer .track-container .outerLine:last-child {
  -webkit-box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px -4px 0px rgba(0, 0, 0, 0.15);
}

.raccoon-racer .track-container .checkered-finish {
  background: url('https://s3.amazonaws.com/cms.accelerate-ed.com/Images/Production/templates/Elementary/raccoon-racer/checkered_finish.png')
    center center / cover no-repeat;
  height: 275px;
  width: 18px;
  position: absolute;
  top: 7px;
  right: 0;
}

.raccoon-racer .track-container .racecar {
  width: 125px;
  height: 75px;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  /* Hack to hide the numbers */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(-2px -2px 2px rgba(0, 0, 0, 0.25));
}

.raccoon-racer .track-container .racecar:first-child {
  margin-top: -10px;
}

.raccoon-racer .track-container .racecar:nth-child(2) {
  margin-bottom: 6px;
}

/* Question holder */

.raccoon-racer .question-holder {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-radius: 10px;
  width: 75%;
  padding: 25px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.raccoon-racer .question-holder:hover {
  background-color: rgba(255, 255, 255, 0.85) !important;
  -webkit-box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.5);
}

.raccoon-racer .question-holder .answer-input {
  width: 100px;
  font-size: 1.75rem;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #212529;
}

.raccoon-racer .question-holder .answerBtn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #a34c2d;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcf23a+1,fcbd00+39,fc8600+100 */
  background: #fcf23a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #fcf23a),
    color-stop(39%, #fcbd00),
    to(#fc8600)
  );
  background: linear-gradient(to bottom, #fcf23a 1%, #fcbd00 39%, #fc8600 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcf23a', endColorstr='#fc8600', GradientType=0);
  /* IE6-9 */
  border-color: #9c6c25;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  width: 200px;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.raccoon-racer .question-holder .answerBtn:hover,
.raccoon-racer .question-holder .answerBtn:active,
.raccoon-racer .question-holder .answerBtn:focus {
  -webkit-box-shadow: 0px 0px 15px rgba(241, 196, 15, 0.5);
  box-shadow: 0px 0px 15px rgba(241, 196, 15, 0.5);
}
