/* RESET */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/* Consistency fixes */
html,
body {
  min-height: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:hover,
a:active,
object {
  outline: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  line-height: normal;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* natural box layout model to all elements */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* reset for images */
/* START CUSTOM STYLES */
body {
  background: #00a6b6;
  color: #fff;
  font: 18px/20px 'Bree Serif', serif;
  font-weight: 300;
  text-align: center;
}
#hWrap,
#cWrap,
#vWrap,
#fWrap {
  width: 100%;
  text-align: center;
  overflow: visible;
}
#head,
#con,
#vid,
#foot {
  position: relative;
  width: 940px;
  margin: 0 auto;
  text-align: left;
  overflow: visible;
}
#hWrap {
  background: #fff;
}
#head {
  padding: 40px 0 30px;
}
#nav {
  position: absolute;
  right: -5px;
  top: 44px;
  width: 417px;
  height: 84px;
  padding: 16px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: url(../img/navBG.png) no-repeat top center;
}
#cWrap {
  background: #f38b00;
}
#p_login #cWrap {
  background: #f38b00 url(../img/sun_bg.gif) no-repeat 10% 50%;
}
#con {
  min-height: 695px;
  padding-top: 35px;
  background: url(../img/conBG_modsMain.jpg) no-repeat 0 0;
  text-align: center;
}
#p_module #con {
  background-image: url(../img/conBG_mods.jpg);
}
#p_login #con {
  padding: 0;
  background-image: none;
  text-align: left;
}
#lCol {
  position: relative;
  float: left;
  width: 672px;
  height: 695px;
  padding: 28px 0 0;
}
.kidsFade {
  position: relative;
  margin: -79px 0 0 -20px;
}
.kidsFade img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 990;
}
#rCol {
  float: left;
  width: 268px;
  height: 695px;
  padding: 84px 0 0;
  background: url(../img/login_rCol_bg.jpg) no-repeat 0 0;
  text-align: center;
}
#vWrap {
  background: #fff;
}
#vid {
  height: 295px;
  background: url(../img/paperTack_bg.jpg) no-repeat 0 50%;
}
#vid img {
  position: absolute;
  top: 60px;
  right: 0;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
}
#foot {
  padding: 75px 0 30px;
  font: 10px/12px Helvetica, Arial, sans-serif;
  color: #000;
  text-align: center;
}
#foot a {
  color: #000;
}
#nav a {
  text-transform: uppercase;
}
#nav a,
a.modLink {
  color: #fff;
  text-decoration: none;
}
a.modLink span {
  display: block;
  /*width:108px;*/
  margin: 0 auto;
}
#nav a:hover,
a.modLink:hover {
  color: #fae227;
}
.row {
  padding: 15px 34px 0;
  margin-bottom: 30px;
}
.row:last-of-type {
  margin-bottom: 0;
}
.col {
  float: left;
  width: 200px;
  margin-right: 18px;
  position: relative;
}
.col .checkmark {
  display: none;
  position: absolute;
  top: -5px;
  right: 20px;
}
.col.completed .checkmark {
  display: block;
}
.col:last-child {
  margin: 0;
}
img.modNum {
  position: absolute;
  top: 76px;
  left: -26px;
  z-index: 800;
}

.vidHoldOut {
  margin: 20px 40px 20px;
  width: 860px;
  height: 517px;
  background: #d3d5d7;
  border-radius: 5px;
  box-shadow: inset -1px 1px 0 rgba(255, 255, 255, 0.6), -6px 6px 7px rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to right bottom, #BDBDC0 0%, #F4F4F8 89%);
}
.chars {
  position: absolute;
  z-index: 800;
  pointer-events: none;
}
.nickNGirl {
  left: -188px;
  bottom: -22px;
}
.girlWSun {
  left: -105px;
  bottom: -21px;
}
.nickNBoy {
  right: -183px;
  bottom: -33px;
}
p {
  margin-bottom: 1.5em;
}
p.lgTxt {
  font-size: 24px;
  line-height: 1em;
}
p.txtShad {
  text-shadow: -6px 6px 7px rgba(0, 0, 0, 0.25);
}
h1,
h2,
h3,
h4 {
  font-weight: 300;
}
h1 {
  font-size: 32px;
  color: #fae227;
  line-height: 1em;
  margin-bottom: .5em;
  text-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
}
#p_login h1 {
  position: relative;
  margin: 0;
  display: inline-block;
  font-size: 120px;
  line-height: 1em;
  text-transform: uppercase;
}
#p_login h1 span {
  position: absolute;
  left: 105%;
  top: 19%;
  width: 65%;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-shadow: none;
  text-transform: none;
}
#p_module h1:after {
  content: url(../img/ill_dubArrowsRight.png);
  margin: 0 0 0 14px;
  vertical-align: middle;
}
#p_module h1:before {
  content: url(../img/ill_dubArrowsLeft.png);
  margin: 0 14px 0 0;
  vertical-align: middle;
}
#p_login h2 {
  position: relative;
  font-size: 24px;
  margin-bottom: 18px;
  color: #fae227;
  text-transform: uppercase;
  text-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
}
#p_login h2.logStuHead:after {
  content: url(../img/ill_bolt.png);
  position: absolute;
  top: -36px;
  right: 25px;
}
#p_login h2.logTeachHead:after {
  content: url(../img/ill_arrow.png);
  position: absolute;
  top: -30px;
  right: 35px;
}
#vid h3 {
  position: absolute;
  left: 22px;
  top: 141px;
  width: 630px;
  text-align: center;
  font-size: 25px;
  line-height: 2em;
  color: #f17b00;
  background: url(../img/stars_left.png) no-repeat left 50%, url(../img/stars_right.png) no-repeat right 50%;
}
#p_login form {
  height: 219px;
  padding: 68px 80px 0;
  margin-bottom: 20px;
}
form#login-student {
  background: url(../img/login_BG_teal.png) no-repeat 0 0;
}
form#login-teacher {
  background: url(../img/login_BG_green.png) no-repeat 0 0;
  margin-top: 10px;
}
#p_login input {
  display: block;
  width: 100%;
  margin: 0 auto 5px;
  padding: 3px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #005563;
  font: 12px/12px Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #00343c;
  /*text-transform: uppercase;*/
  text-align: center;
}
#p_login #login-teacher input {
  color: #03451d;
  border-color: #13763b;
}
#p_login input.btn {
  width: 25px;
  height: 25px;
  border: none;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
}
#p_login #login-student input.btn {
  background: #005563;
  color: #fff;
}
#p_login #login-teacher input.btn {
  background: #13763b;
  color: #fff;
}
.popup {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.alert {
  padding: 10px;
}
.alert.alert-danger {
  background-color: #ff0033;
}
.vidHoldOut {
  position: relative;
}
.complete {
  position: absolute;
  top: 0;
  left: 0;
}
#review1-game {
  width: 860px;
  height: 517px;
  background: url(../img/review1/bg.png) no-repeat 0 0;
  position: relative;
}
#review1-game .drop {
  position: absolute;
  width: 153px;
  height: 46px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review1-game .drop.hovered {
  background-color: #fcdf07;
  opacity: 1;
}
#review1-game .drop.drop-cold {
  left: 468px;
  top: 192px;
}
#review1-game .drop.drop-unique {
  left: 305px;
  top: 240px;
}
#review1-game .drop.drop-treated {
  left: 478px;
  top: 288px;
}
#review1-game .drop.drop-communicate {
  left: 425px;
  top: 366px;
}
#review1-game .word {
  position: absolute;
  width: 176px;
  height: 46px;
  right: 35px;
  cursor: move;
}
#review1-game .word.correct {
  cursor: default;
}
#review1-game .word.word-unique {
  background: url(../img/review1/word-unique.png) no-repeat 0 0;
  top: 230px;
}
#review1-game .word.word-cold {
  background: url(../img/review1/word-cold.png) no-repeat 0 0;
  top: 276px;
}
#review1-game .word.word-communicate {
  background: url(../img/review1/word-communicate.png) no-repeat 0 0;
  top: 322px;
}
#review1-game .word.word-treated {
  background: url(../img/review1/word-treated.png) no-repeat 0 0;
  top: 368px;
}
#review2-game {
  width: 860px;
  height: 517px;
  background: url(../img/review2/bg.png) no-repeat 0 0;
  position: relative;
}
#review2-game .drop {
  position: absolute;
  width: 153px;
  height: 46px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review2-game .drop.hovered {
  background-color: #fcdf07;
  opacity: .25;
}
#review2-game .drop.drop-different {
  left: 531px;
  top: 285px;
  width: 193px;
  height: 22px;
}
#review2-game .drop.drop-different.filled {
  background: url(../img/review2/letters-different.png) no-repeat 5px 1px;
}
#review2-game .drop.drop-talk {
  left: 553px;
  top: 192px;
  width: 86px;
  height: 22px;
}
#review2-game .drop.drop-talk.filled {
  background: url(../img/review2/letters-talk.png) no-repeat 7px center;
}
#review2-game .drop.drop-same {
  left: 660px;
  top: 378px;
  width: 86px;
  height: 22px;
}
#review2-game .drop.drop-same.filled {
  background: url(../img/review2/letters-same.png) no-repeat 5px 3px;
}
#review2-game .drop.drop-attention {
  left: 553px;
  top: 145px;
  width: 22px;
  height: 208px;
}
#review2-game .drop.drop-attention.filled {
  background: url(../img/review2/letters-attention.png) no-repeat center 4px;
}
#review2-game .drop.drop-differences {
  left: 660px;
  top: 145px;
  width: 22px;
  height: 255px;
}
#review2-game .drop.drop-differences.filled {
  background: url(../img/review2/letters-differences.png) no-repeat center 2px;
}
#review2-game .drop.drop-help {
  left: 595px;
  top: 145px;
  width: 22px;
  height: 92px;
}
#review2-game .drop.drop-help.filled {
  background: url(../img/review2/letters-help.png) no-repeat 6px 2px;
}
#review2-game .word {
  position: absolute;
  width: 118px;
  height: 22px;
  top: 435px;
  cursor: move;
}
#review2-game .word.word-different {
  background: url(../img/review2/word-different.png) no-repeat 0 0;
  left: 200px;
}
#review2-game .word.word-talk {
  background: url(../img/review2/word-talk.png) no-repeat 0 0;
  left: 314px;
}
#review2-game .word.word-same {
  background: url(../img/review2/word-same.png) no-repeat 0 0;
  top: 439px;
  left: 380px;
}
#review2-game .word.word-attention {
  background: url(../img/review2/word-attention.png) no-repeat 0 0;
  left: 462px;
}
#review2-game .word.word-differences {
  background: url(../img/review2/word-differences.png) no-repeat 0 0;
  left: 582px;
}
#review2-game .word.word-help {
  background: url(../img/review2/word-help.png) no-repeat 0 0;
  left: 726px;
}
#review3-game {
  width: 860px;
  height: 517px;
  background: url(../img/review3/bg.png) no-repeat 0 0;
  position: relative;
}
#review3-game .drop {
  position: absolute;
  width: 190px;
  height: 30px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review3-game .drop.hovered {
  background-color: #fcdf07;
  opacity: 1;
}
#review3-game .drop.drop-playing {
  left: 93px;
  top: 372px;
}
#review3-game .drop.drop-learning {
  left: 337px;
  top: 372px;
}
#review3-game .drop.drop-talking {
  left: 582px;
  top: 372px;
}
#review3-game .word {
  position: absolute;
  height: 46px;
  top: 442px;
  cursor: move;
}
#review3-game .word.correct {
  cursor: default;
}
#review3-game .word.word-playing {
  background: url(../img/review3/word-playing.png) no-repeat 0 0;
  left: 390px;
  width: 85px;
}
#review3-game .word.word-learning {
  background: url(../img/review3/word-learning.png) no-repeat 0 0;
  left: 540px;
  width: 90px;
}
#review3-game .word.word-talking {
  background: url(../img/review3/word-talking.png) no-repeat 0 0;
  left: 239px;
  width: 80px;
}
#review4-game {
  width: 860px;
  height: 517px;
  background: url(../img/review4/bg.png) no-repeat 0 0;
  position: relative;
}
#review4-game .match {
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 20px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review4-game .match:hover {
  /*background: rgba(252, 223, 7, 0.8);
            opacity: 1;*/
}
#review4-game .match.matched {
  background: url(../img/review4/circle.png) no-repeat 0 0;
  cursor: default;
}
#review4-game .match.match-instrument-one {
  left: 400px;
  top: 230px;
}
#review4-game .match.match-instrument-two {
  left: 635px;
  top: 300px;
}
#review4-game .match.match-shorts-one {
  left: 346px;
  top: 326px;
}
#review4-game .match.match-shorts-two {
  left: 650px;
  top: 345px;
}
#review4-game .match.match-ball-one {
  left: 274px;
  top: 368px;
}
#review4-game .match.match-ball-two {
  left: 703px;
  top: 376px;
}
#review4-game .match.match-beaker-one {
  left: 315px;
  top: 380px;
}
#review4-game .match.match-beaker-two {
  left: 575px;
  top: 385px;
}
#review5-game {
  width: 860px;
  height: 517px;
  background: url(../img/review5/bg.png) no-repeat 0 0;
  position: relative;
}
#review5-game .drop {
  position: absolute;
  width: 174px;
  height: 30px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review5-game .drop.hovered {
  background-color: #fcdf07;
  opacity: 1;
}
#review5-game .drop.drop-sight {
  left: 134px;
  top: 159px;
}
#review5-game .drop.drop-smell {
  left: 270px;
  top: 209px;
}
#review5-game .drop.drop-taste {
  left: 223px;
  top: 260px;
}
#review5-game .drop.drop-touch {
  left: 275px;
  top: 358px;
}
#review5-game .drop.drop-sound {
  left: 344px;
  top: 308px;
}
#review5-game .word {
  position: absolute;
  width: 100px;
  height: 25px;
  top: 442px;
  cursor: move;
}
#review5-game .word.correct {
  cursor: default;
}
#review5-game .word.word-sight {
  background: url(../img/review5/word-sight.png) no-repeat 0 0;
  left: 318px;
}
#review5-game .word.word-smell {
  background: url(../img/review5/word-smell.png) no-repeat 0 0;
  left: 133px;
}
#review5-game .word.word-taste {
  background: url(../img/review5/word-taste.png) no-repeat 0 0;
  left: 411px;
}
#review5-game .word.word-touch {
  background: url(../img/review5/word-touch.png) no-repeat 0 0;
  left: 220px;
}
#review5-game .word.word-sound {
  background: url(../img/review5/word-sound.png) no-repeat 0 0;
  left: 500px;
}
#review6-game {
  width: 860px;
  height: 517px;
  background: url(../img/review6/bg.png) no-repeat 0 0;
  position: relative;
}
#review6-game .drop {
  position: absolute;
  width: 140px;
  height: 34px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review6-game .drop.hovered {
  background-color: #fcdf07;
  opacity: 1;
}
#review6-game .drop.drop-yourself {
  left: 436px;
  top: 227px;
  width: 130px;
}
#review6-game .drop.drop-lights {
  width: 135px;
  left: 324px;
  top: 320px;
}
#review6-game .drop.drop-hear {
  left: 404px;
  top: 152px;
}
#review6-game .drop.drop-ideas {
  left: 715px;
  top: 365px;
  width: 75px;
}
#review6-game .drop.drop-indoor {
  left: 230px;
  top: 273px;
}
#review6-game .word {
  position: absolute;
  width: 140px;
  height: 46px;
  top: 445px;
  cursor: move;
}
#review6-game .word.correct {
  cursor: default;
}
#review6-game .word.word-yourself {
  background: url(../img/review6/word-yourself.png) no-repeat 0 0;
  left: 260px;
  width: 85px;
}
#review6-game .word.word-lights {
  background: url(../img/review6/word-lights.png) no-repeat 0 0;
  left: 385px;
  width: 58px;
}
#review6-game .word.word-hear {
  background: url(../img/review6/word-hear.png) no-repeat 0 0;
  left: 483px;
  width: 46px;
}
#review6-game .word.word-ideas {
  background: url(../img/review6/word-ideas.png) no-repeat 0 0;
  left: 570px;
  width: 55px;
  height: 20px;
}
#review6-game .word.word-indoor {
  background: url(../img/review6/word-indoor.png) no-repeat 0 0;
  left: 664px;
  width: 66px;
}
#review7-game {
  width: 860px;
  height: 517px;
  background: url(../img/review7/bg.png) no-repeat 0 0;
  position: relative;
}
#review7-game .word {
  position: absolute;
  top: 437px;
  height: 36px;
  cursor: pointer;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review7-game .word.word-sports {
  background: url(../img/review7/word-sports.png) no-repeat 0 0;
  left: 232px;
  width: 87px;
}
#review7-game .word.word-sports.correct {
  background: url(../img/review7/word-sports-correct.png) no-repeat 0 0;
  cursor: default;
}
#review7-game .word.word-hair {
  background: url(../img/review7/word-hair.png) no-repeat 0 0;
  left: 319px;
  width: 123px;
}
#review7-game .word.word-smiles {
  background: url(../img/review7/word-smiles.png) no-repeat 0 0;
  left: 442px;
  width: 92px;
}
#review7-game .word.word-smiles.correct {
  background: url(../img/review7/word-smiles-correct.png) no-repeat 0 0;
  cursor: default;
}
#review7-game .word.word-math {
  background: url(../img/review7/word-math.png) no-repeat 0 0;
  left: 534px;
  width: 78px;
}
#review7-game .word.word-math.correct {
  background: url(../img/review7/word-math-correct.png) no-repeat 0 0;
  cursor: default;
}
#review7-game .word.word-glasses {
  background: url(../img/review7/word-glasses.png) no-repeat 0 0;
  left: 612px;
  width: 102px;
}
#review7-game .word.word-pets {
  background: url(../img/review7/word-pets.png) no-repeat 0 0;
  left: 714px;
  width: 73px;
}
#review7-game .word.word-pets.correct {
  background: url(../img/review7/word-pets-correct.png) no-repeat 0 0;
  cursor: default;
}
#review8-game {
  width: 860px;
  height: 517px;
  background: url(../img/review8/bg.png) no-repeat 0 0;
  position: relative;
}
#review8-game .drop {
  position: absolute;
  width: 100px;
  height: 100px;
  transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -webkit-transition: background 0.25s ease-in-out;
}
#review8-game .drop.hovered {
  background-color: #fcdf07;
  opacity: 1;
}
#review8-game .drop.drop-head {
  left: 415px;
  top: 150px;
  width: 94px;
  height: 100px;
  /*z-index: 2;*/
}
#review8-game .drop.drop-leftarm {
  left: 498px;
  top: 221px;
  width: 44px;
  height: 67px;
  /* z-index: 3;*/
}
#review8-game .drop.drop-shorts {
  left: 440px;
  top: 319px;
  width: 73px;
  height: 59px;
}
#review8-game .drop.drop-rightleg {
  left: 426px;
  top: 376px;
  width: 46px;
  height: 92px;
}
#review8-game .drop.drop-rightarm {
  left: 423px;
  top: 285px;
  width: 28px;
  height: 73px;
}
#review8-game .drop.drop-torso {
  left: 432px;
  top: 248px;
  width: 79px;
  height: 86px;
}
#review8-game .drop.drop-leftleg {
  left: 481px;
  top: 374px;
  width: 40px;
  height: 86px;
}
#review8-game .body {
  position: absolute;
  width: 100px;
  height: 100px;
  right: 35px;
  cursor: move;
  /*z-index: 10;*/
}
#review8-game .body.correct {
  cursor: default;
}
#review8-game .body.body-head {
  background: url(../img/review8/body-head.png) no-repeat 0 0;
  top: 150px;
  left: 390px;
  width: 94px;
  height: 100px;
}
#review8-game .body.body-leftarm {
  background: url(../img/review8/body-leftarm.png) no-repeat 0 0;
  left: 367px;
  top: 272px;
  width: 44px;
  height: 67px;
  /*z-index: 11;*/
}
#review8-game .body.body-shorts {
  background: url(../img/review8/body-shorts.png) no-repeat 0 0;
  left: 330px;
  top: 352px;
  width: 73px;
  height: 59px;
}
#review8-game .body.body-rightleg {
  background: url(../img/review8/body-rightleg.png) no-repeat 0 0;
  left: 450px;
  top: 365px;
  width: 46px;
  height: 92px;
}
#review8-game .body.body-rightarm {
  background: url(../img/review8/body-rightarm.png) no-repeat 0 0;
  left: 510px;
  top: 339px;
  width: 28px;
  height: 73px;
  /*z-index: 11;*/
}
#review8-game .body.body-torso {
  background: url(../img/review8/body-torso.png) no-repeat 0 0;
  left: 486px;
  top: 229px;
  width: 79px;
  height: 86px;
}
#review8-game .body.body-leftleg {
  background: url(../img/review8/body-leftleg.png) no-repeat 0 0;
  left: 571px;
  top: 213px;
  width: 40px;
  height: 86px;
}
#register-teacher .row {
  display: block;
}
#register-teacher .col {
  float: left;
  margin-right: 0!important;
}
#register-teacher .col-1 {
  width: 100%;
}
#register-teacher .col-2 {
  width: 49.99%;
}
#register-teacher .col-3 {
  width: 33.33%;
}
#register-teacher .col-4 {
  width: 24.99%;
}
#register-teacher .cf {
  clear: both;
}
#register-teacher input, #register-teacher select{
  background: #fff;
  color: #535353;
  height: 35px;
}

#register-teacher input.left {
 margin-right: 10px;
}

#register-teacher input.right {
 margin-left: 10px;
 width: 97%;
}

#register-teacher input.btn {
    width: 100px;
    height: 25px;
    border: none;
    border-radius: 5%!important;
    font-size: 10px;
    line-height: 10px;
}

.state-select{
	margin-bottom: 5px!important;
}

.preview-btn{
	position: absolute;
    top: 55px;
    right: 5px;
    background: #f17b00;
    padding: 10px 15px;
    color: #fff;
    font: 14px/20px 'Bree Serif', serif;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 1px 1px 20px #d1d1d1;
}

#teacher-student-switch{
	position: absolute;
    right: 0;
    top: 4px;
}

#teacher-student-switch input[type="submit"]{
	border: 0;
    color: #f17b00;
    background: none;
    font-size: 12px;
    font: 14px/20px 'Bree Serif', serif;
}
.mfp-close-btn-in .mfp-close {
	color: #ffffff !important;
}
#vidHold {
	
}