@charset "UTF-8";
@font-face {
  font-family: futuraRegular;
  src: url(../fonts/Futura-Regular.otf);
}

@font-face {
  font-family: futuraBold;
  src: url(../fonts/Futura-Bold.otf);
}

@font-face {
  font-family: futuraBook;
  src: url(../fonts/Futura-Book-Regular.otf);
}

@font-face {
  font-family: andyBold;
  src: url(../fonts/Andy-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Andy-Bold.woff) format("woff"), url(../fonts/Andy-Bold.ttf) format("truetype"), url(../fonts/Andy-Bold.svg#Andy-Bold) format("svg");
}

html {
  background-image: url(../img/bkgd_grid.jpg);
  background-repeat: repeat;
  background-size: 50%;
}

html.grade9 {
  background-image: url(../img/g9_bg.png);
  background-repeat: repeat;
  background-size: 50%;
}

textarea {
  resize: none;
}

.pointer {
  cursor: pointer;
}

.question-circle {
  background-image: url(../img/question-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 20px;
  vertical-align: text-bottom;
  width: 20px;
  margin: 0 2px 0 0;
}

.gla-header-logo {
  position: absolute;
  top: -20px;
  width: 325px;
  right: 0;
}

.container {
  background-color: transparent;
}

.printButton {
  background-color: #12a651;
  color: White;
  padding: 5px 15px;
}

.printButton:hover {
  text-decoration: none;
  color: White;
}

.printButton:focus {
  text-decoration: none;
  color: White;
}

.checkButton {
  background-color: #12a651;
  color: White;
  padding: 5px 15px;
}

.checkButton:hover {
  text-decoration: none;
  color: White;
}

.checkButton:focus {
  text-decoration: none;
  color: White;
}

#siteWrap {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}

#siteWrap .sweet-alert p {
  font-size: 24px;
}

#siteWrap.larger {
  max-width: 1140px;
}

#siteWrap.clothing-game {
  max-width: 1300px;
}

@media only screen and (max-width: 1280px) {
  #siteWrap.clothing-game {
    max-width: 768px;
  }
}

@media only screen and (min-width: 1280px) {
  .container.clothing-game {
    width: 1300px;
    padding: 0;
  }
}

.questionText {
  font-size: 13px;
  width: 500px;
}

.questionText strong {
  font-weight: bold;
  color: #12a651;
}

.printLink {
  display: none;
}

.coverWrap {
  position: relative;
}

.coverWrap img {
  margin: 0 auto;
}

#navWrap #nextNavLink {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #0199a7;
  height: 40px;
  font-size: 20px;
  border-color: #0199a7;
  border-radius: 0;
}

#navWrap #nextNavLink:hover {
  background-color: #01b8c9;
  border-color: #01b8c9;
}

.next-bar {
  height: 50px;
  width: 100%;
  background: #B3DEBC;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  display: none;
  padding-top: 7px;
}

.next-bar.hidden {
  display: none;
}

.next-bar .close-btn {
  background-image: url(../img/arrows/GLA_web_arrow_close_inactive.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 100px;
  margin-right: 15px;
  width: 100px;
  background-size: contain;
}

.next-bar .close-btn:hover {
  background-image: url(../img/arrows/GLA_web_arrow_close_hover.png);
}

.next-bar .back-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin-right: 15px;
  background-image: url(../img/arrows/GLA_web_arrow_left_inactive.png);
}

.next-bar .back-btn:hover {
  background-image: url(../img/arrows/GLA_web_arrow_left_hover.png);
}

.next-bar .line-separator {
  display: inline-block;
  height: 40px;
  width: 2px;
  background: black;
  border-bottom: 2px solid black;
  top: 5px;
  position: absolute;
}

.next-bar .next-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
  width: 100px;
  margin-left: 16px;
  background-image: url(../img/arrows/GLA_web_arrow_right_inactive.png);
}

.next-bar .next-btn:hover {
  background-image: url(../img/arrows/GLA_web_arrow_right_hover.png);
}

.visible {
  opacity: 1 !important;
}

.caption {
  max-width: 300px;
}

.greenText {
  font-size: 14px;
  font-weight: bold;
  color: #12a651;
}

.formInstructions {
  position: absolute;
  top: 55px;
  left: 50px;
  font-size: 16px;
  font-weight: bold;
}

.green-ribbon {
  width: 100%;
  height: 41px;
  background: #2EAB50;
  margin: 50px 0 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.17);
}

.green-ribbon img {
  margin-top: -7px;
  width: 180px;
  height: 70px;
}

.final {
  height: 120px;
  background-color: #12a651;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.final h3 {
  margin-top: 10px;
  font-weight: 600;
}

.final h3.small {
  font-size: 21px;
}

.splashPageForm {
  position: absolute;
  top: 5px;
  left: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.splashPageForm .btn-primary {
  border-color: #0199a7;
  border-radius: 0;
  background-color: #0199a7;
  margin-left: 10px;
}

.splashPageForm .btn-primary:hover {
  background-color: #01b8c9;
  border-color: #01b8c9;
}

.splashPageForm .btn-primary.right-bottom {
  display: block;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.splashPageForm .btn-primary[disabled] {
  opacity: 0;
  cursor: default;
}

.splashPageForm input {
  background-color: #CBEDDC;
  border-bottom: 1px solid #0EA343;
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
  padding: 15px 5px 15px 15px;
  width: 240px;
}

.splashPageForm input:focus {
  outline: none;
  border-bottom: 1px solid #0EA343;
}

#how-to-remove-tick.storyboardWrap {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
  margin-bottom: 40px;
}

#how-to-remove-tick.storyboardWrap #animation1, #how-to-remove-tick.storyboardWrap #animation2 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#how-to-remove-tick.storyboardWrap .checklist {
  position: absolute;
  top: 492px;
  left: 160px;
  width: 470px;
}

#how-to-remove-tick.storyboardWrap .checklist h1 {
  font-size: 16px;
  font-family: futuraBold;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item span {
  font-size: 17px;
  font-family: futuraBold;
  width: 10px;
  display: inline-block;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item label {
  font-size: 15px;
  font-family: futuraRegular;
  display: inline;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item input[type=checkbox] {
  -webkit-appearance: none;
  outline: none;
  background-color: transparent;
  border: 2px solid #00A550;
  width: 14px;
  height: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item input[type=checkbox]:checked {
  background-color: transparent;
  border: 2px solid #00A550;
  color: #000;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item input[type=checkbox]:checked:after {
  content: '\2714';
  font-size: 8px;
  color: #00A550;
  vertical-align: super;
}

#how-to-remove-tick.storyboardWrap .checklist .check-list .check-item input[type=checkbox]:checked:after {
  font-size: 8px;
}

#how-to-remove-tick.storyboardWrap.page-first {
  background-image: url(../img/how-to-remove-tick/bg-one.svg);
}

#how-to-remove-tick.storyboardWrap.page-first #animation1 {
  left: 55px;
  top: 45px;
  width: 190px;
}

#how-to-remove-tick.storyboardWrap.page-second {
  background-image: url(../img/how-to-remove-tick/bg-second.svg);
}

#how-to-remove-tick.storyboardWrap.page-second #animation1 {
  left: 285px;
  top: 150px;
  width: 100px;
}

#how-to-remove-tick.storyboardWrap.page-second #animation2 {
  right: 230px;
  top: 260px;
  width: 240px;
}

#page1.storyboardWrap {
  background-image: url(../img/pg1_art.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
  margin-bottom: 40px;
}

#page1.storyboardWrap.grade6 {
  background-image: url(../img/g6p1_bg.png);
}

#page1.grade6 #animation1 {
  position: absolute;
  left: 70px;
  top: 90px;
  width: 150px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.grade6 #animation2 {
  position: absolute;
  right: 50px;
  top: 150px;
  width: 155px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.grade6 #animation3 {
  position: absolute;
  left: 200px;
  top: 222px;
  width: 135px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.grade6 #animation4 {
  position: absolute;
  left: 145px;
  top: 315px;
  width: 228px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.grade6 #animation5 {
  position: absolute;
  right: 43px;
  top: 370px;
  width: 175px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.grade6 #animation6 {
  right: -17px;
  bottom: 198px;
  width: 200px;
}

#page1.grade6 .page1TextWrap {
  position: absolute;
  left: 55px;
  bottom: 90px;
  width: 45%;
  color: #000;
  font-size: 16px;
}

#page1.grade6 .page1footer small {
  bottom: 27px;
  left: 40px;
}

#page1 #animation1 {
  position: absolute;
  left: 197px;
  top: 50px;
  width: 130px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1 #animation2 {
  position: absolute;
  right: 221px;
  top: 55px;
  width: 150px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1 #animation3 {
  position: absolute;
  right: 187px;
  top: 215px;
  width: 120px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1 #animation4 {
  position: absolute;
  left: 134px;
  bottom: 361px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1 #animation5 {
  position: absolute;
  right: 133px;
  bottom: 462px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1 #animation6 {
  position: absolute;
  right: 0;
  bottom: 225px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page1.kindergarten .page1TextWrap {
  font-size: 24px;
}

.page1TextWrap {
  position: absolute;
  left: 30px;
  top: 665px;
  width: 45%;
  color: #000;
}

.page1TextWrap strong {
  color: #12a651;
}

#page2.storyboardWrap {
  background-image: url(../img/pg2_art.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  margin-bottom: 25px;
  position: relative;
}

#page2.storyboardWrap.grade6 {
  background-image: url(../img/g6p2_bg.png);
}

#page2.grade6 #animation1 {
  position: absolute;
  left: 145px;
  top: 838px;
  width: 205px;
}

#page2.grade6 .pageTextWrap {
  position: absolute;
  width: 440px;
  bottom: 210px;
  left: 170px;
  font-size: 12px;
}

#page2.grade6 .pageTextWrap h3 {
  text-align: center;
  color: #12a651;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

#page2.grade6 .pageTextWrap .text-center {
  margin-bottom: 0;
}

#page2.grade6 #tickImg {
  width: 510px;
  position: absolute;
  top: 110px;
  left: 135px;
}

#page2 #animation1 {
  position: absolute;
  left: 173px;
  top: 25px;
  width: 185px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page2 #animation2 {
  position: absolute;
  right: 15px;
  top: 229px;
  width: 172px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page2 #animation3 {
  position: absolute;
  left: 30px;
  top: 461px;
  width: 295px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page2 #animation4 {
  position: absolute;
  right: 10px;
  top: 537px;
  width: 170px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page2 #animation5 {
  position: absolute;
  left: 161px;
  bottom: 92px;
  width: 300px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page2 #animation6 {
  position: absolute;
  right: 14px;
  bottom: 187px;
  width: 140px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page3 {
  display: inline-block;
}

#page3 #animation1 {
  position: absolute;
  left: 350px;
  top: 39px;
  width: 205px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page3.storyboardWrap {
  background-image: url(../img/pg3_art.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page3.storyboardWrap.anatomy-game {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#page3.storyboardWrap.anatomy-game img {
  margin: -160px -20px 50px 0;
  width: 680px;
  pointer-events: none;
}

#page3.storyboardWrap.anatomy-game .words {
  text-align: center;
  font-family: futuraRegular;
}

#page3.storyboardWrap.anatomy-game .words.word-bank {
  bottom: 245px;
  left: 130px;
  position: absolute;
}

#page3.storyboardWrap.anatomy-game .words .title {
  font-size: 20px;
}

#page3.storyboardWrap.anatomy-game .words.top {
  margin: 10px 0 -7px 5px;
}

#page3.storyboardWrap.anatomy-game .words.left {
  left: -95px;
  position: absolute;
  top: 510px;
}

#page3.storyboardWrap.anatomy-game .words.right {
  position: absolute;
  right: 140px;
  top: 415px;
}

#page3.storyboardWrap.anatomy-game .words.right .word,
#page3.storyboardWrap.anatomy-game .words.right .word-empty {
  margin-bottom: 22px;
}

#page3.storyboardWrap.anatomy-game .words.right .container-bank {
  width: 120px !important;
}

#page3.storyboardWrap.anatomy-game .words.right .container-bank div {
  margin-left: 17px !important;
}

#page3.storyboardWrap.anatomy-game .words p {
  color: #00A550;
}

#page3.storyboardWrap.anatomy-game .words .container-bank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 500px;
}

#page3.storyboardWrap.anatomy-game .words .container-bank div {
  cursor: pointer;
  margin-bottom: 10px;
}

#page3.storyboardWrap.anatomy-game .words .container-bank div:not(:nth-child(1)) {
  margin-left: 17px;
}

#page3.storyboardWrap.anatomy-game .words .container-bank .word {
  background-color: #00A550 !important;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}

#page3.storyboardWrap.anatomy-game .words .container-bank .word-empty {
  cursor: default;
  background-color: #ECEFEF;
  border-radius: 3px;
  height: 26px;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}

#page3.storyboardWrap.anatomy-game .headline {
  margin: 120px 0 0 0;
  text-align: center;
}

#page3.storyboardWrap.anatomy-game .headline h4,
#page3.storyboardWrap.anatomy-game .headline h5 {
  color: #00A550;
  font-family: futuraBold;
}

#page3.storyboardWrap.anatomy-game .headline a {
  font-family: futuraBold;
  font-style: italic;
  color: #000;
}

#page3.storyboardWrap.anatomy-game .headline p {
  font-family: futuraRegular;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #page3.storyboardWrap.kindergarten {
    width: 550px;
    top: 100px;
  }
  #page3.storyboardWrap.kindergarten .tickColorWrapper {
    width: 400px;
    left: 70px;
    top: 75px;
  }
}

#page3.storyboardWrap.grade3, #page3.storyboardWrap.grade6 {
  background-image: url(../img/tick_anatomy/GLA_3rd_anatomy_BG.png);
  margin-top: 5px;
  padding-right: 20px;
}

#page3.storyboardWrap.grade3 .anatomy, #page3.storyboardWrap.grade6 .anatomy {
  margin: -45px 0 0 10px;
  width: 680px;
}

#page3.storyboardWrap.grade3 .dialog-box, #page3.storyboardWrap.grade6 .dialog-box {
  left: 125px;
  opacity: 0;
  position: absolute;
  transition: opacity .6s ease-in;
  width: 205px;
  bottom: 50px;
}

#page3.storyboardWrap.grade6.memory {
  background-image: url(../img/g6p3_bg.png);
}

#page3.grade6 #tickImg {
  width: 475px;
  position: absolute;
  top: 123px;
  left: 145px;
}

#page3.grade6 #animation1 {
  position: absolute;
  left: 55px;
  top: 355px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page3.grade6 #animation2 {
  position: absolute;
  top: 467px;
  right: 145px;
  width: 175px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.tickColorWrapper {
  width: 550px;
  position: absolute;
  left: 90px;
  top: 225px;
}

.tickColorWrapper svg {
  max-width: 100%;
  min-height: 550px;
}

#page4.storyboardWrap {
  background-image: url(../img/tick_on_hand/bg/tick-on-hand.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  margin-bottom: 50px;
  position: relative;
}

#page4.storyboardWrap.grade6 {
  background-image: url(../img/g6p4_bg.png);
}

#page4.storyboardWrap.tick-on-hand {
  background-image: url(../img/tick_on_hand/bg/tick-on-hand.png);
  height: 1015px;
}

#page4 #animation1 {
  position: absolute;
  left: 170px;
  bottom: 215px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page4.grade6 #animation1 {
  position: absolute;
  left: 180px;
  top: 0;
  bottom: inherit;
  width: 165px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page4.grade6 #animation2 {
  position: absolute;
  left: 55px;
  bottom: 410px;
  width: 350px;
  opacity: 0;
  transition: opacity .6s ease-in;
  max-width: none;
}

#page4.grade6 #animation3 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  bottom: 315px;
  right: 15px;
  width: 175px;
}

#page4.grade6 #animation4 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  bottom: 70px;
  left: 185px;
  width: 310px;
  max-width: none;
}

#page4.grade6 #animation5 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  bottom: 77px;
  right: 17px;
  width: 95px;
}

#page4 #animation2 {
  position: absolute;
  left: 308px;
  bottom: 144px;
  width: 135px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#seasonal_activity.storyboardWrap {
  background-image: url(../img/seasonal_activity/seasonal_activity_background.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
}

#seasonal_activity #animation1 {
  position: absolute;
  top: 120px;
  opacity: 0;
  transition: opacity .6s ease-in;
  right: 225px;
}

#seasonal_activity .caption {
  max-width: 225px;
}

#seasonal_activity p {
  font-family: futuraBook;
  position: absolute;
  bottom: 105px;
  left: 85px;
  width: 575px;
  font-size: 16px;
}

#page5.storyboardWrap {
  background-image: url(../img/pg5_art.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page5.storyboardWrap.grade6 {
  background-image: url(../img/lifecycle/lifecycle_background.svg);
  width: 780px;
}

#page5.grade6 .caption {
  max-width: 500px;
}

#page5.grade6 #animation1 {
  top: 110px;
  left: 55px;
  max-width: 630px;
  width: 630px;
}

#page5.grade6 #animation2 {
  right: 86px;
  bottom: 455px;
  max-width: 535px;
}

#page5.grade6 #animation3 {
  left: 140px;
  bottom: 230px;
}

#page5.grade6 #animation1, #page5.grade6 #animation2, #page5.grade6 #animation3 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page5.grade6 .pageTextWrap {
  position: absolute;
  width: 615px;
  left: 80px;
  bottom: 25px;
  font-size: 13px;
}

#page5 #animation1 {
  position: absolute;
  left: 0;
  top: 33px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.grade6 .container {
  width: 100%;
}

.grade6 .pageTextWrap strong {
  color: #12a651;
  font-weight: bold;
}

#page6.storyboardWrap {
  background-image: url(../img/pg6_art.png);
  background-repeat: no-repeat;
  width: 768px;
  height: 1000px;
  position: relative;
  background-size: 100%;
}

#page6.storyboardWrap.grade6 {
  background-image: url(../img/g6p6_bg.png);
  height: 1050px;
  margin-bottom: 30px;
}

#page6.storyboardWrap.grade9 {
  background-image: none;
}

#page6 .pageTextWrap {
  position: absolute;
  width: 650px;
  left: 75px;
  top: 75px;
  font-size: 22px;
}

#page6.grade9 #header {
  padding-top: 20px;
  padding-left: 10px;
}

#page6.grade9 #header h3 {
  margin: 0;
  color: #12a651;
}

#page6.grade9 #header h4 {
  font-weight: bold;
  margin-top: 5px;
}

#page6.grade9 #wordSearchGrid {
  display: inline-block;
  padding: 40px 30px 0;
  width: 100%;
}

#page6.grade9 #rf-searchgamecontainer {
  float: none;
  padding-right: 0;
}

#page6.grade9 .rf-tablestyle {
  border: none;
  background-color: transparent;
  width: 100%;
}

#page6.grade9 .rf-tgrid {
  font-size: 14px;
  padding: 0;
  color: #12a651;
  width: 28px;
  height: 24px;
}

#page6.grade9 #rf-wordcontainer {
  float: none;
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  padding: 20px 0 5px;
  border: none;
  background-color: #c5e1b1;
  border-radius: 0;
  khtml-border-radius: 0;
  margin: 0;
}

#page6.grade9 #rf-wordcontainer ul {
  list-style: none;
  padding: 0;
  column-count: 3;
  column-gap: 0;
  text-align: center;
}

#page6.grade9 .rf-foundword {
  color: red;
  background: transparent !important;
}

#page6 #animation1 {
  position: absolute;
  left: 241px;
  top: 506px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page6 #animation2 {
  position: absolute;
  left: 100px;
  bottom: 179px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page6 #animation3 {
  position: absolute;
  right: 222px;
  bottom: 210px;
  width: 120px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page6 ul {
  padding-left: 0;
}

#page6.grade6 #animation1 {
  position: absolute;
  width: 275px;
  top: 825px;
  left: 205px;
}

.label-tick {
  position: absolute;
  width: 60px;
}

.label-tick.adult-fem-sm, .label-tick.adult-m-sm {
  width: 90px;
}

.tickLeftTop {
  position: absolute;
  top: 365px;
  height: 100px;
  width: 150px;
  left: 200px;
  text-align: center;
}

.tickLeftTop .label-tick.adult-fem-sm {
  bottom: -5px;
  left: 50px;
}

.tickLeftTop .label-tick.adult-m-sm {
  bottom: -20px;
  left: 60px;
}

.tickLeftTop .label-tick.nymph-sm {
  bottom: 0;
  left: 60px;
}

.tickLeftTop .label-tick.larva-sm {
  bottom: 15px;
  left: 55px;
}

.tickLeftTop > #tick3 {
  transform: translate(350%, 375%);
}

.tickLeftTop > #tick4 {
  transform: translate(300%, 375%);
}

.tickLeftTop > #tick1 {
  transform: translate(450%, 375%);
}

.tickLeftTop > #tick2 {
  transform: translate(405%, 450%);
}

#tick1 {
  max-width: 60px;
}

#tick2 {
  max-width: 50px;
}

#tick3 {
  max-width: 85px;
}

#tick4 {
  max-width: 115px;
}

.tickLeftBottom {
  position: absolute;
  top: 475px;
  height: 100px;
  width: 150px;
  left: 270px;
  text-align: center;
}

.tickLeftBottom .label-tick.adult-fem-sm {
  bottom: 25px;
  left: 20px;
}

.tickLeftBottom .label-tick.adult-m-sm {
  bottom: 20px;
  left: 30px;
}

.tickLeftBottom .label-tick.nymph-sm {
  bottom: 20px;
  left: 30px;
}

.tickLeftBottom .label-tick.larva-sm {
  bottom: 25px;
  left: 30px;
}

.tickLeftBottom > #tick1 {
  transform: translate(200%, 280%);
}

.tickLeftBottom > #tick2 {
  transform: translate(150%, 300%);
}

.tickLeftBottom > #tick3 {
  transform: translate(200%, 220%);
}

.tickLeftBottom > #tick4 {
  transform: translate(150%, 240%);
}

.tickRightTop {
  position: absolute;
  top: 305px;
  height: 100px;
  width: 150px;
  right: 270px;
  text-align: center;
}

.tickRightTop .label-tick.adult-fem-sm {
  bottom: 25px;
  left: 30px;
}

.tickRightTop .label-tick.adult-m-sm {
  bottom: 15px;
  left: 20px;
}

.tickRightTop .label-tick.nymph-sm {
  bottom: 20px;
  left: 30px;
}

.tickRightTop .label-tick.larva-sm {
  bottom: 25px;
  left: 30px;
}

.tickRightTop > #tick1 {
  transform: translate(200%, 400%);
}

.tickRightTop > #tick2 {
  transform: translate(200%, 400%);
}

.tickRightTop > #tick3 {
  transform: translate(170%, 270%);
}

.tickRightTop > #tick4 {
  transform: translate(200%, 300%);
}

.tickRightBottom {
  position: absolute;
  bottom: 480px;
  height: 100px;
  width: 150px;
  right: 195px;
  text-align: center;
}

.tickRightBottom .label-tick.adult-fem-sm {
  bottom: 35px;
  left: 0px;
}

.tickRightBottom .label-tick.adult-m-sm {
  bottom: 45px;
  left: 10px;
}

.tickRightBottom .label-tick.nymph-sm {
  bottom: 30px;
  left: 25px;
}

.tickRightBottom .label-tick.larva-sm {
  bottom: 25px;
  left: 15px;
}

.tickRightBottom > #tick1 {
  transform: translate(30%, 250%);
}

.tickRightBottom > #tick2 {
  transform: translate(80%, 230%);
}

.tickRightBottom > #tick3 {
  transform: translate(100%, 130%);
}

.tickRightBottom > #tick4 {
  transform: translate(90%, 200%);
}

.dragHover {
  background-color: #12a651;
  opacity: .5;
}

.dragHoverWrong {
  background-color: red;
  opacity: .5;
}

.fillInBlankWrap {
  background-image: url(../img/grade3pg13bg.png);
  background-repeat: no-repeat;
  width: 768px;
  height: 1000px;
  padding: 50px 0 0 0;
}

.fillInBlankWrap .dragHover {
  height: 50px !important;
}

.fillInBlankWrap .dropContainer {
  width: 100px;
  height: 25px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

.fillInBlankWrap .dropContainer.answered {
  width: auto;
  height: auto;
  display: inline;
}

.fillInBlankWrap h4 {
  color: #00A550;
  font-family: futuraBold;
  font-size: 25px;
  text-align: center;
}

.fillInBlankWrap p {
  color: #006a2e;
  font-weight: bold;
  font-size: 15px;
  line-height: 42px;
  padding-left: 80px;
  padding-right: 80px;
}

.fillInBlankWrap p:first-child {
  margin-bottom: 25px;
  padding-top: 80px;
}

.fillInBlankWrap p:nth-child(3) {
  display: inline-block;
  width: 400px;
  padding: 0 0 0 80px;
}

.fillInBlankWrap #wordBankWrap {
  float: right;
  margin-right: 80px;
  margin-top: 0;
  border: 4px solid #006a2e;
  border-radius: 25px;
}

.fillInBlankWrap #wordBankWrap .dragContainer {
  color: #006a2e;
  font-weight: bold;
  font-size: 18px;
  line-height: 40px;
}

.fillInBlankWrap #wordBankWrap table {
  min-height: 260px;
}

.fillInBlankWrap #wordBankWrap table th {
  color: #006a2e;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
}

.fillInBlankWrap #wordBankWrap table tr td {
  width: 130px;
  height: 42px;
  text-align: center;
}

.fillInBlankWrap #wordBankWrap table tr td:first-child {
  border-right: 3px solid #006a2e;
}

.fillInBlankWrap #wordBankWrap #headerRow {
  border-bottom: 3px solid #006a2e;
}

.fillInBlankWrap #animation1 {
  position: absolute;
  left: 185px;
  bottom: 210px;
  animation: opacity1 2s;
}

.tickLegend {
  position: absolute;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  background-size: 200px;
  pointer-events: none;
  top: 210px;
  left: 0;
}

.tickWrapper1 {
  position: absolute;
  width: 270px;
  height: 270px;
  background-image: url(../img/tick_on_hand/larva/larva-circle.png);
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  top: -130px;
  left: -145px;
}

.tickWrapper2 {
  position: absolute;
  width: 270px;
  height: 270px;
  background-image: url(../img/tick_on_hand/nymph/nymph-circle.png);
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  top: -130px;
  right: -145px;
}

.tickWrapper3 {
  position: absolute;
  width: 270px;
  height: 270px;
  background-image: url(../img/tick_on_hand/adult_male/adult-male-circle.png);
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -130px;
  left: -145px;
}

.tickWrapper4 {
  position: absolute;
  width: 270px;
  height: 270px;
  background-image: url(../img/tick_on_hand/adult_female/adult-female-circle.png);
  pointer-events: all;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -130px;
  right: -145px;
}

.tick1 {
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 40px);
}

.tick2 {
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 37px);
}

.tick3 {
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 52px);
}

.tick4 {
  max-width: 100%;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 90px);
  left: calc(50% - 67px);
}

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

.center-items img {
  max-height: 50%;
  max-width: 50%;
}

.leftTop {
  position: absolute;
  top: 182px;
  left: 147px;
  height: 248px;
  width: 237px;
  text-align: center;
  border-radius: 28px;
}

.leftTop #mouse {
  width: 90px;
  transform: translateY(200%);
}

.leftTop #dog {
  width: 90px;
  transform: translateY(45%);
}

.leftTop #deer {
  width: 110px;
  transform: translateY(35%);
}

.leftTop #bird {
  width: 84px;
  transform: translateY(130%);
}

.rightTop {
  position: absolute;
  top: 182px;
  right: 142px;
  height: 248px;
  width: 235px;
  text-align: center;
  border-radius: 28px;
}

.rightTop #mouse {
  width: 90px;
  transform: translateY(200%);
}

.rightTop #dog {
  width: 90px;
  transform: translateY(45%);
}

.rightTop #deer {
  width: 110px;
  transform: translateY(35%);
}

.rightTop #bird {
  width: 84px;
  transform: translateY(130%);
}

.leftBottom {
  position: absolute;
  bottom: 312px;
  left: 146px;
  height: 248px;
  width: 237px;
  text-align: center;
  border-radius: 28px;
}

.leftBottom #mouse {
  width: 90px;
  transform: translateY(200%);
}

.leftBottom #dog {
  width: 90px;
  transform: translateY(45%);
}

.leftBottom #deer {
  width: 110px;
  transform: translateY(35%);
}

.leftBottom #bird {
  width: 84px;
  transform: translateY(130%);
}

.rightBottom {
  position: absolute;
  bottom: 312px;
  right: 142px;
  height: 248px;
  width: 235px;
  text-align: center;
  border-radius: 28px;
}

.rightBottom #mouse {
  width: 90px;
  transform: translateY(200%);
}

.rightBottom #dog {
  width: 90px;
  transform: translateY(45%);
}

.rightBottom #deer {
  width: 110px;
  transform: translateY(35%);
}

.rightBottom #bird {
  width: 84px;
  transform: translateY(130%);
}

.animalWrapper1 {
  position: absolute;
  bottom: 207px;
  left: 125px;
  width: 90px;
}

.animalWrapper2 {
  position: absolute;
  bottom: 205px;
  left: 244px;
  width: 100px;
}

.animalWrapper3 {
  position: absolute;
  bottom: 204px;
  left: 369px;
  width: 150px;
}

.animalWrapper4 {
  position: absolute;
  bottom: 183px;
  left: 539px;
  width: 84px;
}

.animalWrapper5 {
  position: absolute;
  bottom: 70px;
  left: 128px;
  width: 110px;
}

.animalWrapper6 {
  position: absolute;
  bottom: 70px;
  left: 241px;
  width: 110px;
}

.animalWrapper7 {
  position: absolute;
  bottom: 64px;
  left: 390px;
  width: 90px;
}

.animalWrapper8 {
  position: absolute;
  bottom: 67px;
  left: 525px;
  width: 110px;
}

.animal1 {
  cursor: pointer;
}

.animal2 {
  cursor: pointer;
}

.animal3 {
  cursor: pointer;
}

.animal4 {
  cursor: pointer;
}

.animal5 {
  cursor: pointer;
}

.animal6 {
  cursor: pointer;
}

.animal7 {
  cursor: pointer;
}

.animal8 {
  cursor: pointer;
}

.leftList {
  position: absolute;
  width: 50%;
  top: 230px;
  left: 31px;
}

.leftList h4 {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.leftList li {
  color: #fff;
  list-style: none;
  font-size: 20px;
  text-align: center;
}

.rightList {
  position: absolute;
  width: 50%;
  top: 230px;
  right: 31px;
}

.rightList h4 {
  color: #444;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.rightList li {
  color: #000;
  list-style: none;
  font-size: 20px;
  text-align: center;
}

#page7.storyboardWrap {
  background-image: url(../img/comparison_characters_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 20px;
  width: 768px;
  height: 1000px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}

#page7 #animation1 {
  position: absolute;
  top: 25px;
  right: 155px;
}

#page7 #animation1 text {
  font-family: andyBold;
  font-size: 18px;
  margin-top: 5px;
}

#page7 #step-1 .images .answer-me:nth-child(2) {
  background: url(../img/comparison_page/beach_left.svg) no-repeat center center;
}

#page7 #step-1 .images .answer-me:nth-child(4) {
  background: url(../img/comparison_page/beach_right.svg) no-repeat center center;
}

#page7 #step-1 .images .right {
  width: 259px !important;
  border-top: 10px solid #2FA848;
  border-left: 10px solid #2FA848;
  border-bottom: 10px solid #2FA848;
}

#page7 #step-1 .images .wrong {
  width: 259px !important;
  border-top: 10px solid #FF2D16;
  border-right: 10px solid #FF2D16;
  border-bottom: 10px solid #FF2D16;
}

#page7 #step-2 .answer-me:nth-child(2) {
  background: url(../img/comparison_page/yard_left.svg) no-repeat center center;
}

#page7 #step-2 .answer-me:nth-child(4) {
  background: url(../img/comparison_page/yard_right.svg) no-repeat center center;
}

#page7 #step-2 .images .right {
  width: 255px !important;
  border-top: 10px solid #2FA848;
  border-right: 10px solid #2FA848;
  border-bottom: 10px solid #2FA848;
}

#page7 #step-2 .images .wrong {
  width: 254px !important;
  border-top: 10px solid #FF2D16;
  border-left: 10px solid #FF2D16;
  border-bottom: 10px solid #FF2D16;
}

#page7 #step-3 .answer-me {
  width: 280px;
}

#page7 #step-3 .answer-me:nth-child(2) {
  background: url(../img/comparison_page/park_left.svg) no-repeat center center;
}

#page7 #step-3 .answer-me:nth-child(4) {
  background: url(../img/comparison_page/park_right.svg) no-repeat center center;
}

#page7 #step-3 .images .right {
  width: 260px !important;
  border-top: 10px solid #2FA848;
  border-right: 10px solid #2FA848;
  border-bottom: 10px solid #2FA848;
}

#page7 #step-3 .images .wrong {
  width: 262px !important;
  border-top: 10px solid #FF2D16;
  border-left: 10px solid #FF2D16;
  border-bottom: 10px solid #FF2D16;
}

#page7 .steps {
  display: none;
  text-align: center;
  margin-top: 240px;
}

#page7 .steps > .correct,
#page7 .steps > .wrong {
  display: none;
}

#page7 .steps > .correct p,
#page7 .steps > .wrong p {
  font-size: 20px;
  width: 500px;
  font-weight: bold;
  margin: 10px auto;
}

#page7 .steps > .correct .next-btn,
#page7 .steps > .wrong .next-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  height: 49px;
  width: 80px;
  background-color: transparent;
  background-image: url(../img/comparison_next_btn.svg);
  border: none;
}

#page7 .steps > .correct .next-btn:focus,
#page7 .steps > .wrong .next-btn:focus {
  outline: none;
}

#page7 .steps .images .answer-me {
  background-size: cover !important;
  margin-bottom: 33px;
}

#page7 .steps .images .answer-me:nth-child(2), #page7 .steps .images .answer-me:nth-child(4) {
  width: 275px;
  height: 200px;
  display: inline-block;
  cursor: pointer;
}

#page7 .steps .images .answer-me:nth-child(2) {
  margin-right: -6px;
}

#page7 .steps .images .answer-me:nth-child(4) {
  margin-left: -6px;
}

#page7 .steps .images .separator {
  background: url(../img/comparison_page/separator.svg) no-repeat center center;
  background-size: cover;
  height: 265px;
  width: 3px;
  display: inline-block;
  padding: 0;
  z-index: 10;
  position: relative;
  margin: 0 0 0 0;
}

#page7 .steps .images .right {
  background-color: green;
}

#page7 .steps .images .wrong {
  background-color: red;
}

#page7 .steps .images .title {
  color: #2EAB50;
  font-size: 30px;
  font-weight: 400;
}

.leftColumn {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 210px;
  height: 150px;
  background-color: #ed1c24;
  float: left;
  border: 5px solid #ed1c24;
  font-size: 18px;
  z-index: 500;
}

.leftColumn img {
  width: 200px;
  height: 140px;
  float: left;
  cursor: pointer;
}

.leftColumn p {
  float: right;
  width: 1px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding-right: 15px;
  opacity: 0;
}

.leftColumn:hover {
  width: 430px;
  z-index: 9999;
}

.leftColumn:hover p {
  width: 200px;
  height: 150px;
  opacity: 1;
  transition: opacity .6s ease;
}

.rightColumn {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  width: 210px;
  height: 150px;
  background-color: #12a651;
  float: right;
  border: 5px solid #12a651;
  z-index: 500;
}

.rightColumn img {
  width: 200px;
  height: 140px;
  float: right;
  cursor: pointer;
}

.rightColumn p {
  float: left;
  width: 1px;
  height: 150px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  opacity: 0;
}

.rightColumn:hover {
  width: 430px;
  z-index: 9999;
}

.rightColumn:hover p {
  width: 200px;
  height: 150px;
  opacity: 1;
  transition: opacity .6s ease;
}

.slideRow {
  margin-bottom: 15px;
  position: relative;
  height: 150px;
}

.imageSlideWrapper {
  width: 435px;
  position: absolute;
  left: 165px;
  top: 270px;
}

#page8.storyboardWrap {
  background-image: url(../img/page8/page8-BG-blank.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page8.storyboardWrap.grade9 {
  background-image: none;
}

#page8.storyboardWrap.grade6 {
  margin: 125px 0 70px 0;
  background-image: url(../img/grade6/page8/st_6_9_page_6_r4v1_box_desktop.svg);
  background-size: contain;
  width: 800px;
  height: 850px;
}

@media only screen and (min-width: 1280px) {
  #page8.storyboardWrap.grade6 {
    width: 660px;
    height: 690px;
  }
  #page8.storyboardWrap.grade6 h1 {
    font-size: 28px;
  }
  #page8.storyboardWrap.grade6 #animation1 {
    left: 50px;
  }
  #page8.storyboardWrap.grade6 #animation2 {
    right: 70px;
  }
}

#page8.storyboardWrap.grade6 svg text {
  font-family: andyBold;
}

#page8.storyboardWrap.grade6 h1 {
  font-weight: 800;
  color: #2EAB50;
  padding: 40px 25px 0px 100px;
}

#page8.storyboardWrap.grade6 #rf-wordcontainer {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 1280px) {
  #page8.storyboardWrap.grade6 #rf-wordcontainer.tablet {
    display: block;
    border: none;
    margin: 0 70px 0 30px;
  }
}

#page8.storyboardWrap.grade6 .word-bank {
  display: inline-block;
  position: absolute;
  background-image: url(../img/grade6/page8/st_6_9_page_6_r4v1_box_desktop_WordBank.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 30px;
  right: -380px;
  width: 300px;
  height: 635px;
  text-align: center;
  font-weight: bolder;
}

@media only screen and (max-width: 1280px) {
  #page8.storyboardWrap.grade6 .word-bank.tablet {
    display: none;
  }
}

#page8.storyboardWrap.grade6 .word-bank .title {
  margin: 25px 0 20px 0;
  color: #159A51;
}

#page8.storyboardWrap.grade6 .words {
  color: #159A51;
  font-weight: normal;
}

#page8.storyboardWrap.grade6 .words p {
  margin-right: 0;
  font-size: 20px;
  font-weight: 400;
}

#page8.storyboardWrap.grade6 .words .found {
  text-decoration: line-through;
  font-weight: 100 !important;
}

#page8.grade9 #header h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #12a651;
}

#page8.grade9 #header h4 {
  font-size: 16px;
}

#page8.grade9 #questionWrap {
  list-style-type: none;
  padding-left: 20px;
  position: absolute;
  left: 5px;
  top: 80px;
  width: 720px;
  font-size: 14px;
}

#page8.grade9 #questionWrap li {
  margin-bottom: 10px;
  counter-increment: list;
  position: relative;
}

#page8.grade9 #questionWrap li:after {
  content: counter(list) ".";
  position: absolute;
  left: -25px;
  font-weight: bold;
  color: #12a651;
  top: 0;
}

#page8.grade9 .dropContainer {
  width: 75px;
  height: 15px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

#page8.grade9 .dropContainer.answered {
  width: auto;
  height: auto;
  display: inline;
}

#page8.grade9 .dragHoverWrong {
  color: White;
}

#page8.grade9 #wordBankWrap table {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 450px;
  margin: auto;
  font-size: 14px;
}

#page8.grade9 #wordBankWrap #headerRow {
  color: #12a651;
}

#page8.grade9 .checkButton {
  position: absolute;
  bottom: 50px;
  right: 10px;
}

#page8.grade6 #wordSearchGrid {
  display: inline-block;
  padding: 0px 110px 0 100px;
  width: 100%;
}

#page8.grade6 #rf-wordcontainer {
  float: none;
  padding: 0;
  border: none;
  border-top: 3px solid #12a651;
  border-radius: 0;
  khtml-border-radius: 0;
  padding-left: 0;
  margin-right: 0;
}

#page8.grade6 #rf-wordcontainer ul {
  list-style: none;
  padding: 0;
  column-count: 3;
  column-gap: 0;
}

#page8.grade6 #rf-wordcontainer ul li {
  padding: 5px 0;
  color: #12a651;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

#page8.grade6 #rf-searchgamecontainer {
  float: none;
  padding-right: 0;
}

#page8.grade6 .rf-tablestyle {
  border: none;
  background-color: transparent;
  width: 100%;
}

#page8.grade6 .rf-tgrid {
  font-weight: normal;
  font-size: 15px;
  padding: 0;
  color: #12a651;
  width: 25px;
  height: 20px;
}

#page8.grade6 #animation1 {
  position: absolute;
  left: 135px;
  top: -150px;
  width: 360px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page8.grade6 #animation2 {
  width: 370px;
  top: -190px;
  z-index: -1;
  opacity: 1 !important;
}

#page8.grade6 #animation3 {
  max-width: 500px;
  position: absolute;
  bottom: -120px;
  left: -230px;
  pointer-events: none;
}

#page8 #animation1 {
  position: absolute;
  left: 303px;
  top: 154px;
  width: 173px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page8 #animation2 {
  position: absolute;
  right: 114px;
  top: 340px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page8 #zone1 {
  position: absolute;
  bottom: 192px;
  width: 135px;
  height: 139px;
  z-index: 11;
  left: 19px;
  background: url(../img/page8/rocks/rocks-pg8.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone1.clickSpot:hover {
  background: url(../img/page8/rocks/rocks-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone1.clickSpot.border {
  background: url(../img/page8/rocks/rocks-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone2 {
  position: absolute;
  bottom: 260px;
  width: 30px;
  height: 25px;
  left: 176px;
}

#page8 #zone3 {
  position: absolute;
  bottom: 210px;
  width: 262px;
  height: 70px;
  left: 124px;
  z-index: 10;
  background: url(../img/page8/grass/grass-pg8.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone3.clickSpot:hover {
  background: url(../img/page8/grass/grass-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone3.clickSpot.border {
  background: url(../img/page8/grass/grass-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone4 {
  position: absolute;
  bottom: 283px;
  width: 50px;
  height: 55px;
  left: 274px;
  background: url(../img/page8/shady-area-1/shady-area-pg8.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone4.clickSpot:hover {
  background: url(../img/page8/shady-area-1/shady-area-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone4.clickSpot.border {
  background: url(../img/page8/shady-area-1/shady-area-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone5 {
  position: absolute;
  bottom: 192px;
  width: 70px;
  height: 36px;
  left: 330px;
  z-index: 11;
  background: url(../img/page8/wet-leaves/wet-leaves-pg8.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone5.clickSpot:hover {
  background: url(../img/page8/wet-leaves/wet-leaves-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone5.clickSpot.border {
  background: url(../img/page8/wet-leaves/wet-leaves-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone6 {
  position: absolute;
  bottom: 231px;
  width: 60px;
  height: 43px;
  right: 246px;
  background: url(../img/page8/wet-area/wet-area-pg8.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone6.clickSpot:hover {
  background: url(../img/page8/wet-area/wet-area-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone6.clickSpot.border {
  background: url(../img/page8/wet-area/wet-area-pg8-red.png) 72%;
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone7 {
  position: absolute;
  bottom: 188px;
  width: 65px;
  height: 31px;
  right: 172px;
  z-index: 14;
  background: url(../img/page8/wood-pile/wood-pile-pg8.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone7.clickSpot:hover {
  background: url(../img/page8/wood-pile/wood-pile-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone7.clickSpot.border {
  background: url(../img/page8/wood-pile/wood-pile-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone8 {
  position: absolute;
  bottom: 191px;
  width: 185px;
  height: 105px;
  right: 52px;
  z-index: 12;
  background: url(../img/page8/rock-wall/rock-wall-pg8.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone8.clickSpot:hover {
  background: url(../img/page8/rock-wall/rock-wall-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 #zone8.clickSpot.border {
  background: url(../img/page8/rock-wall/rock-wall-pg8-red.png);
  background-size: cover;
  transition: all 300ms linear;
}

#page8 .clickSpot {
  cursor: pointer;
}

#page8 .clickSpot:hover {
  cursor: pointer;
  animation: scaling .6s forwards;
}

@keyframes scaling {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}

#page9.storyboardWrap {
  background: url(../img/rash-illustrations/rash-pg-bg.svg) no-repeat center center;
  background-size: cover;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page9.storyboardWrap.grade9 {
  background-image: none;
}

#page9.storyboardWrap.grade9 .questionText {
  font-size: 14px;
  width: 760px;
}

#page9.storyboardWrap.grade9 [id^='textWrap'] {
  margin-bottom: 30px;
}

#page9.grade9 #header {
  margin-bottom: 20px;
}

#page9.grade9 #header h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  color: #12a651;
}

#page9.grade9 #header h4 {
  font-size: 15px;
}

#page9.grade9 .printButton {
  position: absolute;
  bottom: 95px;
  right: 13px;
}

#page9 #animation1 {
  position: absolute;
  right: 120px;
  top: 53px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page9 #animation2 {
  position: absolute;
  right: 167px;
  bottom: 138px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page9.grade3 #animation1 {
  top: 10px;
}

#page9.grade3 #animation2 {
  bottom: 185px;
}

.image-overlay-number {
  position: absolute;
  color: #fff;
  font-family: arial;
  font-size: 20px;
}

.image-overlay-number span {
  position: absolute;
  bottom: 0;
}

.image-overlay-number.one {
  top: 240px;
  left: 160px;
  background: url(../img/rash-illustrations/rash-pg-foot.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 220px;
  height: 200px;
}

.image-overlay-number.two {
  top: 240px;
  left: 421px;
  background: url(../img/rash-illustrations/rash-pg-leg.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 220px;
  height: 200px;
}

.image-overlay-number.three {
  top: 470px;
  left: 168px;
  background: url(../img/rash-illustrations/rash-pg-back.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 220px;
  height: 200px;
}

.image-overlay-number.four {
  top: 470px;
  left: 421px;
  background: url(../img/rash-illustrations/rash-pg-hand.svg) no-repeat;
  background-position: center center;
  background-size: contain;
  width: 220px;
  height: 200px;
}

.imagesAttribution {
  font-family: arial;
  color: #fff;
  width: 100%;
  font-size: 11px;
  position: absolute;
  bottom: 250px;
  left: 170px;
}

#page10.storyboardWrap {
  background-image: url(../img/pg10_art.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page10 #animation1 {
  position: absolute;
  left: 220px;
  bottom: 158px;
  width: 151px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page10 .stageDropdown.incorrect {
  background-color: red;
}

#page10 .stageDropdown.correct {
  background-color: lightgreen;
}

#page10 p {
  color: #333;
  margin: 0;
}

#page10 p small {
  color: #000;
  font-size: 11px;
}

#page10 ul li {
  list-style-type: lower-alpha;
}

#page10 ul li.correct {
  color: #12a651;
}

#page10 ul li.incorrect {
  color: red;
}

#page10 ul li input {
  display: none;
}

#page10 ul li label {
  margin-bottom: 3px;
}

#page10 .quizRightColumn img {
  margin-top: 30px;
}

.quizLeftColumn {
  position: absolute;
  left: 106px;
  top: 111px;
  display: inline-block;
  width: 250px;
}

.quizLeftColumn label {
  cursor: pointer;
}

.quizRightColumn {
  position: absolute;
  right: 115px;
  top: 111px;
  width: 250px;
  display: inline-block;
}

.quizRightColumn label {
  cursor: pointer;
}

.quizRightColumn img {
  max-width: 100%;
}

.stageDropdown {
  background-color: #12a651;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  color: #fff;
}

#flip-card-game {
  display: inline-block;
}

#flip-card-game .card-game-text {
  position: absolute;
  left: 40%;
  top: 120px;
  text-align: center;
  transform: translate(-32%);
}

#flip-card-game .card-game-title {
  font-family: futuraRegular;
  font-size: 16px;
  margin-bottom: 20px;
}

#flip-card-game .card-game-message {
  font-family: futuraBold;
  font-size: 18px;
}

#flip-card-game #animation1 {
  position: absolute;
  left: -278px;
  top: -12px;
  width: 100%;
  transition: opacity .6s ease-in;
}

#flip-card-game #animation1 text {
  font-family: andyBold;
  font-size: 16px;
  margin-top: 5px;
}

#flip-card-game #animation2 {
  width: 900px;
  position: absolute;
  left: 208px;
  top: -90px;
}

#flip-card-game #animation2 text {
  font-family: andyBold;
  font-size: 11px;
  margin-top: 5px;
}

#flip-card-game #animation3 {
  position: absolute;
  left: -278px;
  top: -35px;
  width: 100%;
  transition: opacity .6s ease-in;
}

#flip-card-game #animation3 text {
  font-family: andyBold;
  font-size: 11px;
  margin-top: 5px;
}

#flip-card-game .cardContainer {
  display: flex;
  flex-wrap: wrap;
  width: 345px;
  position: absolute;
  top: 217px;
  left: 230px;
}

#flip-card-game .cardContainer .card {
  width: 105px;
  height: 105px;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  perspective: 1000px;
}

#flip-card-game .cardContainer .card .cardBack {
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 800;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateY(-180deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -ms-transform: rotateY(-180deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#flip-card-game .cardContainer .card .cardFront {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(../img/flip_card_game/identification_card_back.svg);
  z-index: 900;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transform: rotateX(0deg) rotateY(0deg);
  -o-transform-style: preserve-3d;
  -o-backface-visibility: hidden;
  -ms-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform-style: preserve-3d;
  -ms-backface-visibility: hidden;
  transform: rotateX(0deg) rotateY(0deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  /* -- transition is the magic sauce for animation -- */
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

#flip-card-game .cardContainer .card:last-child {
  margin-left: 115px;
}

#flip-card-game .cardContainer .flipped .cardBack {
  z-index: 1000;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -o-transform: rotateX(0deg) rotateY(0deg);
  -ms-transform: rotateX(0deg) rotateY(0deg);
  transform: rotateX(0deg) rotateY(0deg);
}

#flip-card-game .cardContainer .flipped .cardFront {
  z-index: 900;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#flip-card-game.storyboardWrap {
  background-image: url(../img/flip_card_game/g6p4_bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 800px;
  height: 850px;
  position: relative;
}

#clothing-game.storyboardWrap {
  width: 1300px;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  #clothing-game.storyboardWrap {
    width: 768px;
  }
}

#clothing-game.storyboardWrap .boy {
  position: absolute;
  bottom: 50px;
  right: 110px;
}

#clothing-game.storyboardWrap .boy #clothing_bank_hat,
#clothing-game.storyboardWrap .boy #clothing_bank_shoe_r,
#clothing-game.storyboardWrap .boy #clothing_bank_shoe_l,
#clothing-game.storyboardWrap .boy #clothing_bank_shirt_long,
#clothing-game.storyboardWrap .boy #clothing_bank_pants,
#clothing-game.storyboardWrap .boy #clothing_bank_sock_l,
#clothing-game.storyboardWrap .boy #clothing_bank_sock_r {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}

#clothing-game.storyboardWrap .boy #clothing_bank_hat.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_shoe_r.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_shoe_l.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_shirt_long.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_pants.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_sock_l.show-element,
#clothing-game.storyboardWrap .boy #clothing_bank_sock_r.show-element {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}

#clothing-game.storyboardWrap .tip {
  position: absolute;
  bottom: 25px;
  left: 40px;
  width: 250px;
  height: 150px;
  display: none;
}

#clothing-game.storyboardWrap .robot-bubble {
  position: absolute;
  top: 40px;
  left: 210px;
  display: none;
}

#clothing-game.storyboardWrap .gabby-bubble {
  position: absolute;
  top: 230px;
  left: 230px;
  display: none;
}

#clothing-game.storyboardWrap .lenny-bubble {
  position: absolute;
  bottom: 360px;
  right: 85px;
  display: none;
}

#clothing-game.storyboardWrap .show {
  display: block;
}

#clothing-game.storyboardWrap .bigger-font text {
  font-size: 17px;
}

#clothing-game.storyboardWrap text {
  font-family: andyBold;
  font-size: 14px;
}

#clothing-game.storyboardWrap .clothing-dropzone {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 650px;
  height: 750px;
  background: url(../img/clothing/clothing_scene_incomplete.svg) no-repeat center center;
  background-size: cover;
}

#clothing-game.storyboardWrap .clothing-bank {
  background: no-repeat center center;
  background-image: url(../img/clothing/clothing_bank_bg.svg);
  background-size: cover;
  display: inline-block;
  width: 600px;
  height: 650px;
  text-align: center;
  padding: 30px 10px 10px 10px;
  margin-top: 15px;
}

@media only screen and (max-width: 1280px) {
  #clothing-game.storyboardWrap .clothing-bank {
    background-image: url(../img/clothing/clothing_bank_bg_tablet.svg);
    height: 500px;
    width: 100%;
  }
}

#clothing-game.storyboardWrap .clothing-bank .clothes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: transparent;
  pointer-events: none;
  width: 100%;
  position: relative;
  z-index: 1;
}

#clothing-game.storyboardWrap .clothing-bank .clothes .item {
  width: 200px;
  height: auto;
  background: transparent;
  margin: 10px;
  pointer-events: auto;
}

#clothing-game.storyboardWrap .clothing-bank .clothes .item .item-clothes {
  display: inline-block;
}

#clothing-game.grade6 #textWrap1 {
  position: absolute;
  top: 25px;
  left: 250px;
}

#clothing-game.grade6 #textWrap2 {
  position: absolute;
  top: 255px;
  left: 250px;
}

#clothing-game.grade6 #textWrap3 {
  position: absolute;
  top: 445px;
  left: 250px;
}

#clothing-game.grade6 #textWrap4 {
  position: absolute;
  top: 675px;
  left: 250px;
}

#clothing-game.grade6 .printButton {
  position: absolute;
  bottom: 95px;
  right: 13px;
}

#clothing-game.grade6 #animation1 {
  left: 40px;
  top: -40px;
}

#clothing-game #animation1 {
  left: 245px;
  opacity: 0;
  position: absolute;
  top: 120px;
  transition: opacity .6s ease-in;
  width: 290px;
}

#clothing-game #animation2 {
  position: absolute;
  left: 245px;
  top: 271px;
  width: 280px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation3 {
  position: absolute;
  right: 82px;
  top: 410px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation4 {
  position: absolute;
  left: 265px;
  top: 403px;
  width: 135px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation5 {
  position: absolute;
  right: 72px;
  top: 592px;
  width: 180px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation6 {
  position: absolute;
  right: 237px;
  bottom: 167px;
  width: 157px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation7 {
  position: absolute;
  right: 73px;
  bottom: 195px;
  width: 161px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation8 {
  position: absolute;
  left: 151px;
  bottom: 156px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation9 {
  position: absolute;
  right: 219px;
  bottom: 104px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#clothing-game #animation10 {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12.storyboardWrap {
  background-image: url(../img/grade3pg12bg.png);
  background-repeat: no-repeat;
  width: 768px;
  height: 1000px;
  position: relative;
}

#page12.storyboardWrap.grade6 {
  background-image: url(../img/g6p12_bg.png);
  background-size: 100%;
  margin-bottom: 50px;
}

#page12.grade6 #questionWrap {
  list-style-type: none;
  padding-left: 20px;
  position: absolute;
  left: 85px;
  top: 80px;
  width: 620px;
  font-size: 13px;
}

#page12.grade6 #questionWrap li {
  margin-bottom: 10px;
  counter-increment: list;
  position: relative;
}

#page12.grade6 #questionWrap li:after {
  content: counter(list) ".";
  position: absolute;
  left: -25px;
  font-weight: bold;
  color: #12a651;
  top: 0;
}

#page12.grade6 #animation1 {
  top: inherit;
  bottom: 98px;
  width: 200px;
  left: 150px;
}

#page12.grade6 .dropContainer {
  width: 75px;
  height: 15px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

#page12.grade6 .dropContainer.answered {
  width: auto;
  height: auto;
  display: inline;
}

#page12.grade6 #wordBankWrap table {
  position: absolute;
  bottom: 95px;
  right: 50px;
  width: 350px;
  font-size: 13px;
}

#page12.grade6 #wordBankWrap #headerRow {
  color: #12a651;
}

#page12.grade6 .checkButton {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

#page12.grade6 .dragHoverWrong {
  color: White;
}

#page12.grade6 .dragContainer:hover {
  cursor: pointer;
}

#page12 #animation1 {
  position: absolute;
  left: 57px;
  top: 40px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation2 {
  position: absolute;
  right: 122px;
  top: 34px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation3 {
  position: absolute;
  left: 156px;
  bottom: 362px;
  opacity: 0;
  transition: opacity 2s ease-in;
}

#page12 #animation4 {
  position: absolute;
  right: 91px;
  bottom: 353px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation5 {
  position: absolute;
  left: 30px;
  bottom: 129px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation6 {
  position: absolute;
  right: 143px;
  bottom: 250px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation7 {
  position: absolute;
  left: 295px;
  bottom: 170px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation8 {
  position: absolute;
  left: 342px;
  bottom: 75px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page12 #animation9 {
  position: absolute;
  right: 92px;
  bottom: 144px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page13.grade6 {
  background-image: url(../img/g6p13_bg.png);
  background-size: 100%;
  width: 768px;
  height: 1000px;
  margin-top: 50px;
}

#page13.crosswordWrap.grade6 #crosswordTable {
  padding: 0;
  position: absolute;
  top: 225px;
  left: 50px;
}

#page13.crosswordWrap.grade6 #crosswordTable td.letterBox input {
  width: 25px;
  height: 28px;
}

#page13.crosswordWrap.grade6 .blankContainer {
  width: 50px;
  height: 16px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

#page13.crosswordWrap.grade6 .helpLink {
  display: none;
}

#page13.crosswordWrap.grade6 #crosswordReference {
  padding: 0;
  position: absolute;
  bottom: -210px;
  left: 40px;
  margin-bottom: 50px;
}

#page13.crosswordWrap.grade6 #crosswordReference ul {
  padding-left: 25px;
}

#page13.crosswordWrap.grade6 #crosswordReference ul li {
  font-size: 14px;
}

#page13.crosswordWrap.grade6 #crosswordReference ul li#hint3 {
  white-space: normal;
}

#page13.crosswordWrap.grade6 #crosswordReference ul.across li:after {
  content: attr(data-number) ".";
  left: -25px;
}

#page13.crosswordWrap.grade6 #crosswordReference ul.down li:after {
  content: attr(data-number) ".";
  left: -25px;
}

#page13.crosswordWrap.grade6 #crosswordReference.container {
  width: 768px;
}

#page13.crosswordWrap.grade6 #crosswordReference h1 {
  font-size: 14px;
}

#page13.crosswordWrap.grade6 #animation1 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  width: 200px;
  top: -35px;
  left: 25px;
}

#page13.crosswordWrap.grade6 #animation2 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  width: 200px;
  left: 275px;
  top: -25px;
}

#page13.crosswordWrap.grade6 #animation3 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  width: 200px;
  left: 327px;
  top: 56px;
}

#page13.crosswordWrap.grade6 #animation4 {
  position: absolute;
  opacity: 0;
  transition: opacity .6s ease-in;
  width: 200px;
  top: 120px;
  left: 235px;
}

#page13.crosswordWrap.grade6 td.letterBox .xwordNumber {
  font-size: 10px;
  top: -2px;
}

@keyframes opacity1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wordSearchWrap {
  background-image: url(../img/grade3pg14bg.png);
  background-repeat: no-repeat;
  width: 768px;
  height: 1000px;
  position: relative;
}

.wordSearchWrap #wordSearchGrid {
  display: inline-block;
  padding: 80px 80px 0 80px;
  width: 100%;
}

.wordSearchWrap #rf-searchgamecontainer {
  float: none;
  padding: 0;
}

.wordSearchWrap .rf-tablestyle {
  border: none;
  background-color: transparent;
  width: 100%;
}

.wordSearchWrap .rf-tgrid {
  font-weight: normal;
  color: #12a651;
  font-size: 30px;
}

.wordSearchWrap #rf-wordcontainer {
  float: none;
  padding: 0;
  border: none;
  border-top: 3px solid #12a651;
  border-radius: 0;
  khtml-border-radius: 0;
  padding-left: 60px;
}

.wordSearchWrap #rf-wordcontainer ul {
  list-style: none;
}

.wordSearchWrap #rf-wordcontainer ul li {
  float: left;
  padding: 10px 20px;
  color: #12a651;
  font-weight: bold;
  font-size: 22px;
}

.wordSearchWrap #rf-wordcontainer ul li:nth-child(4) {
  margin-left: 40px;
}

.wordSearchWrap #animtation1 {
  position: absolute;
  left: 7px;
  bottom: 207px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.wordSearchWrap #animtation2 {
  position: absolute;
  left: 0;
  bottom: 15px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.wordSearchWrap #animtation3 {
  position: absolute;
  left: 333px;
  bottom: 129px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.crosswordWrap {
  background-image: url(../img/grade3pg15bg.png);
  background-repeat: no-repeat;
  width: 768px;
  height: 1000px;
  position: relative;
}

.crosswordWrap #animtation1 {
  position: absolute;
  left: 129px;
  bottom: 60px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.crosswordWrap #animtation2 {
  position: absolute;
  right: 64px;
  bottom: 50px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

.crosswordWrap #crosswordTable {
  padding: 96px 80px 0 145px;
}

.crosswordWrap #crosswordReference {
  padding: 45px 170px 0 185px;
}

.crosswordWrap #crosswordReference h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.crosswordWrap #crosswordReference h1.across {
  color: #12a651;
}

.crosswordWrap #crosswordReference h1.down {
  color: #006a2e;
}

.crosswordWrap #crosswordReference ul {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

.crosswordWrap #crosswordReference ul li {
  font-size: 16px;
  counter-increment: list;
  color: #231f20;
  position: relative;
}

.crosswordWrap #crosswordReference ul li#hint3 {
  white-space: nowrap;
}

.crosswordWrap #crosswordReference ul.across li:after {
  content: counter(list) ".";
  position: absolute;
  left: -20px;
  font-weight: bold;
  color: #12a651;
  top: 0;
}

.crosswordWrap #crosswordReference ul.down li:after {
  content: counter(list) ".";
  position: absolute;
  left: -20px;
  font-weight: bold;
  color: #006a2e;
  top: 0;
}

.crosswordWrap .helpLink {
  font-size: 14px;
  margin-left: 5px;
  color: #12a651;
}

.crosswordWrap .helpLink:hover {
  color: #006a2e;
  text-decoration: none;
}

.crosswordWrap .blankContainer {
  width: 100px;
  height: 16px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

.crosswordWrap .blankContainer2 {
  width: 75px;
  height: 16px;
  border-bottom: 1px solid #006a2e;
  display: inline-block;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome {
    bottom: 40px;
  }
  .crosswordWrap #animtation1 {
    bottom: 40px;
  }
}

#page16.storyboardWrap,
#last-page-grade6.storyboardWrap {
  width: 768px;
}

#page16.storyboardWrap .bg,
#last-page-grade6.storyboardWrap .bg {
  width: 768px;
  height: 1000px;
  background-image: url(../img/last_page_assets/characters/characters-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-y: 130px;
}

#page16 #animation1,
#last-page-grade6 #animation1 {
  position: absolute;
  left: 42px;
  top: 408px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page16 #animation2,
#last-page-grade6 #animation2 {
  position: absolute;
  right: 39px;
  top: 441px;
  width: 200px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page16 #animation3,
#last-page-grade6 #animation3 {
  position: absolute;
  right: 125px;
  bottom: 247px;
  width: 215px;
  opacity: 0;
  transition: opacity .6s ease-in;
}

#page16 strong,
#last-page-grade6 strong {
  color: #16632A;
}

#page16 .blue-ribbon,
#last-page-grade6 .blue-ribbon {
  background-image: url("../img/last_page_assets/blue-ribbon/blue-ribbon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 111px;
  margin-left: calc(50% - 225px);
  cursor: pointer;
}

#page16 .blue-ribbon .content,
#last-page-grade6 .blue-ribbon .content {
  width: 322px;
  height: 50%;
  padding-top: 8px;
  margin-left: 70px;
  color: white;
}

#page16 .blue-ribbon .content img,
#last-page-grade6 .blue-ribbon .content img {
  margin: -30px 0 0 10px;
}

#page16 .blue-ribbon .content .text,
#last-page-grade6 .blue-ribbon .content .text {
  display: inline-block;
  margin: 10px 0 0 10px;
  font-weight: 600;
}

#page16 .blue-ribbon .content .text .small,
#last-page-grade6 .blue-ribbon .content .text .small {
  font-size: 16px;
}

#page16 .blue-ribbon .content .text .larger,
#last-page-grade6 .blue-ribbon .content .text .larger {
  font-size: 20px;
  display: block;
}

#page16 .share-box,
#last-page-grade6 .share-box {
  width: 100%;
  height: 70px;
  margin: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#page16 .share-box p,
#last-page-grade6 .share-box p {
  font-size: 18px;
  font-weight: 600;
}

#page16 .share-box .social-buttons img,
#last-page-grade6 .share-box .social-buttons img {
  cursor: pointer;
  width: 30px;
  height: 30px;
}

#page16 .footer,
#last-page-grade6 .footer {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

#page16 .footer #copyright,
#last-page-grade6 .footer #copyright {
  font-size: 11px;
}

#last-page-grade6.storyboardWrap .bg {
  background-image: url(../img/last_page_assets/grade6/characters.svg);
  position: relative;
  height: 860px;
  background-position-y: 10px;
}

#last-page-grade6.storyboardWrap .bg .share-box {
  position: absolute;
  bottom: 100px;
}

#last-page-grade6.storyboardWrap .bg .blue-ribbon {
  position: absolute;
  bottom: 200px;
}

#last-page-grade6.storyboardWrap .bg .bubble:nth-child(1) {
  position: absolute;
  width: 260px;
  top: 175px;
  left: 250px;
}

#last-page-grade6.storyboardWrap .bg .bubble:nth-child(2) {
  position: absolute;
  width: 460px;
  top: 195px;
  right: -240px;
}

#last-page-grade6.storyboardWrap .bg svg text {
  font-family: andyBold;
  font-size: 14px;
}

.rememberContainer {
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 180px;
  left: 173px;
  width: 500px;
}

.rememberContainer ul {
  list-style: none;
  padding-left: 0px;
}

.rememberContainer ul li {
  padding-left: 10px;
  text-indent: -.7em;
  line-height: 25px;
}

.rememberContainer ul li::before {
  content: "• ";
  font-size: 24px;
  color: #16632A;
}

.page1footer small {
  font-size: 9px;
  width: 48%;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.bottomLegend img {
  max-width: 100%;
}

#page15.storyboardWrap.grade6 {
  background-image: url(../img/g6p15_bg.png);
  width: 768px;
  height: 1000px;
  background-size: 100%;
  margin-bottom: 50px;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap {
  width: 450px;
  position: absolute;
  top: 225px;
  left: 175px;
  font-size: 13px;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap p {
  text-transform: uppercase;
  color: #12a651;
  font-weight: bold;
  margin-bottom: 20px;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap p input[type='text']:first-child {
  margin-left: 10px;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap .spacer {
  width: 10px;
  display: inline-block;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap input[type='text'] {
  width: 15px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #006a2e;
  margin-right: 3px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap input[data-correct="false"] {
  color: red;
}

#page15.storyboardWrap.grade6 #fillInBlankWrap input[data-correct="true"] {
  color: #12a651;
}

#page15.storyboardWrap.grade6 #animation1 {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 330px;
  opacity: 0;
  transition: opacity .6s ease-in;
  max-width: inherit;
}

td.letterBox {
  border: 2px solid #006a2e;
  position: relative;
}

td.letterBox input {
  width: 32px;
  height: 38px;
  border: none;
  text-align: center;
  font-weight: bold;
}

td.letterBox .xwordNumber {
  position: absolute;
  left: 2px;
  font-weight: bold;
}

td.letterBox .xwordNumber.down {
  color: #006a2e;
}

td.letterBox .xwordNumber.across {
  color: #12a651;
}

td.letterBox input[data-correct="false"] {
  color: red;
}

td.letterBox input[data-correct="true"] {
  color: green;
}

.body-parts-container {
  border: 5px solid #16632A;
  background: white;
  border-radius: 35px;
  display: inline-block;
  margin-top: 197px;
  position: relative;
  vertical-align: top;
  width: 340px;
  height: 600px;
  -webkit-box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 10px 10px 6px 0px rgba(0, 0, 0, 0.33);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .body-parts-container {
    width: 275px;
    height: 430px;
    margin-top: 270px;
  }
}

.body-parts-container .body-parts-title-container {
  align-items: center;
  background: white;
  border: 5px solid #16632A;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 260px;
  height: 65px;
  top: -35px;
  left: 35px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .body-parts-container .body-parts-title-container {
    left: 2px;
  }
}

.body-parts-container .body-parts-title-container h2 {
  margin: 0;
  font-size: 27px;
}

.body-parts-container .parts {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 120px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .body-parts-container .parts {
    margin-top: 50px;
  }
}

.body-parts-container .parts .part {
  width: 30%;
  height: 130px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .body-parts-container .parts .part {
    margin-bottom: 0;
  }
}

.body-parts-container .parts .part .legs-container img:nth-child(1) {
  margin-right: 80px;
}

.body-parts-container .parts .part p {
  font-weight: 600;
  font-size: 22px;
}

.body-parts-container .parts .part:nth-child(4) {
  width: 90%;
  height: 300px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .container {
    width: 835px;
    padding-left: 0;
    padding-right: 0;
  }
}
