@font-face {
  font-family: 'Publica Sans Regular';
  src: url("/fonts/FaceType-PublicaSansRegular.woff") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: 'Publica Sans Bold';
  src: url("/fonts/FaceType-PublicaSansBold.woff") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: 'Publica Sans Extra Bold';
  src: url("/fonts/FaceType-PublicaSansExtraBold.woff") format("opentype");
  font-style: normal;
}

body {
  background: #333333;
  color: #333333;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Publica Sans Regular';
}

.sandbox {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CCC;
}

.lightbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(100%);
  opacity: 0;
  transition: all .4s ease;
}

.lightbox.visible {
  transform: translateY(0);
  opacity: 1;
}

.lightbox#lightbox-start .lightbox-content {
  overflow: hidden;
}

.lightbox.lightbox-app .lightbox-content-wrap {
  width: 900px;
}

.lightbox.lightbox-app .lightbox-content-wrap .lightbox-content {
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  padding: 50px;
  text-align: center;
}

.lightbox.lightbox-app .lightbox-content-wrap .lightbox-content .button {
  margin: 10px 0;
}

.lightbox.lightbox-app .lightbox-content-wrap .lightbox-content .button.wide {
  width: 430px;
}

.lightbox.lightbox-video .lightbox-content-wrap .lightbox-content .lesson-lightbox-content {
  text-align: left;
}

.lightbox.lightbox-video .lightbox-content-wrap .lightbox-content .lesson-lightbox-content .video-wrap {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.lightbox.lightbox-video .lightbox-content-wrap .lightbox-content .lesson-lightbox-content .video-wrap iframe {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox.lightbox-video .lightbox-content-wrap .lightbox-content .button {
  margin-top: 30px;
}

.lightbox.lightbox-complete {
  overflow-x: hidden;
  background: #525862;
}

.lightbox.lightbox-complete:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  background: #646972;
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content {
  padding-left: 120px;
  padding-right: 120px;
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #F1B434;
  background-position: 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.western-power-in-the-community {
  background-image: url(/images/svg/tool-lesson1-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.power-station {
  background-image: url(/images/svg/tool-lesson3-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.substation {
  background-image: url(/images/svg/tool-lesson3-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.overhead-network {
  background-image: url(/images/svg/tool-lesson4-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.underground-network {
  background-image: url(/images/svg/tool-lesson5-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .lightbox-content #circle-tool.safety-within-the-home {
  background-image: url(/images/svg/tool-lesson6-white.svg);
}

.lightbox.lightbox-complete .lightbox-content-wrap .complete-lochie {
  position: absolute;
  left: -130px;
  bottom: -30px;
  width: 290px;
}

.lightbox.lightbox-complete .lightbox-content-wrap .complete-tree {
  position: absolute;
  bottom: -20px;
  right: -100px;
  width: 270px;
}

.lightbox .lightbox-content-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 660px;
  padding: 0 50px;
}

.lightbox .lightbox-content-wrap .lightbox-content {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  color: #888B8D;
}

.lightbox .lightbox-content-wrap .lightbox-content h2 {
  margin: 0 0 20px;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Publica Sans Extra Bold';
  color: #333333;
}

.lightbox .lightbox-content-wrap .lightbox-content h3 {
  margin: 0 0 20px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Publica Sans Extra Bold';
  color: #333333;
}

.lightbox .lightbox-content-wrap .lightbox-content h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Publica Sans Extra Bold';
  color: #333333;
}

.lightbox .lightbox-content-wrap .lightbox-content p {
  margin: 0 0 20px;
}

.lightbox .lightbox-content-wrap .lightbox-content strong {
  color: #333333;
  font-family: 'Publica Sans Bold';
}

.lightbox .lightbox-content-wrap .lightbox-content ul {
  margin: 0 0 20px;
  padding: 0;
  color: #333333;
}

.lightbox .lightbox-content-wrap .lightbox-content ul li {
  list-style: none;
}

.lightbox .lightbox-content-wrap .lightbox-content ul li:before {
  content: '\2022';
  display: inline-block;
  margin-right: 5px;
}

.lightbox .btn-close {
  position: absolute;
  top: 10px;
  right: 5px;
}

.btn-close {
  width: 30px;
  height: 30px;
  background: url(/images/svg/cross.svg);
  background-size: 30px;
  text-indent: -10000em;
}

.btn-close:hover {
  transform: translate(1px, 1px);
}

.button {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  line-height: 1;
  background: #F1B434;
  padding: 17px 25px;
  border-radius: 10px;
  box-shadow: 2px 2px 0 #333333;
  text-shadow: 1px 1px 0 #333333;
  font-family: 'Publica Sans Extra Bold';
  text-decoration: none;
}

.button.button-large {
  font-size: 30px;
  padding: 17px 50px;
}

.button.button-blue {
  background: #00BAB3;
}

.button.button-blue:hover, .button.button-blue:focus {
  background-color: #008782;
}

.button.button-save {
  width: 146px;
  text-align: left;
  line-height: 1.2;
  padding: 14px 20px 14px 70px;
  background-image: url(/images/svg/save-and-exit.svg);
  background-size: 37px 37px;
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.button.button-view-certificate {
  display: none;
  width: 192px;
  text-align: left;
  line-height: 1.2;
  padding: 14px 20px 14px 70px;
  margin-right: 20px;
  background-image: url(/images/svg/view-certificate.svg);
  background-size: 30px 41px;
  background-position: 18px 50%;
  background-repeat: no-repeat;
}

.button.button-view-certificate.visible {
  display: inline-block;
}

.button.button-teacher-bottom {
  margin-top: 40px;
}

.button:hover, .button:focus {
  transform: translate(1px, 1px);
  background-color: #e29e10;
  box-shadow: 1px 1px 0 #333333;
}

.button:disabled {
  background: #888B8D;
  transform: none;
  color: #CCCCCC;
  box-shadow: 2px 2px 0 #333333;
}

strong {
  font-family: 'Publica Sans Bold';
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
  background: none;
  outline: none;
  border-radius: 0;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.form-field {
  margin-bottom: 20px;
  text-align: left;
  color: #333333;
}

.form-field label {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}

.form-field legend {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  font-size: 14px;
  float: left;
  margin-right: 20px;
}

.form-field select,
.form-field input[type=text],
.form-field input[type=email],
.form-field input[type=password] {
  width: 100%;
  font-size: 18px;
  font-family: 'Publica Sans Bold';
  border: none;
  padding: 10px;
  border-bottom: 1px solid #F1B434;
  outline: none;
}

.form-field select:focus,
.form-field input[type=text]:focus,
.form-field input[type=email]:focus,
.form-field input[type=password]:focus {
  background: #F1B434;
}

.form-field .styled-select {
  position: relative;
  z-index: 1;
}

.form-field .styled-select:after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #F1B434;
}

.form-field input[type=radio] {
  display: inline-block;
}

.form-field input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-right: 35px;
  font-size: 18px;
  font-family: 'Publica Sans Bold';
  text-transform: uppercase;
}

.form-field input[type=radio] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #F1B434;
  border-radius: 50%;
}

.form-field input[type=radio]:checked + label:after,
.form-field input[type=radio]:focus + label:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #F1B434;
  border-radius: 50%;
}

.form-field fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.form-field-split {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.form-field-split .form-field {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}

.form-field-split.form-field-split-three .form-field {
  -ms-flex: 0 0 33.33333333%;
      flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.teacher-area {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow-x: hidden;
  padding: 50px 20px;
  background: #525862;
}

.teacher-area:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: skewX(-25deg);
  background: #646972;
}

.teacher-area .teacher-area-content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.teacher-area .link-back {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  padding-left: 20px;
  margin-bottom: 30px;
}

.teacher-area .link-back:hover, .teacher-area .link-back:focus {
  text-decoration: none;
}

.teacher-area .link-back:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #FFFFFF;
}

.teacher-area .teacher-area-content {
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  padding: 70px;
  box-shadow: 3px 3px 0 #525862;
}

.teacher-area .teacher-area-content h1 {
  margin: 20px 0;
  font-size: 40px;
  font-family: 'Publica Sans Extra Bold';
  text-transform: uppercase;
}

.teacher-area .teacher-area-content h2 {
  margin: 10px 0;
  font-size: 20px;
  font-family: 'Publica Sans Extra Bold';
  text-transform: uppercase;
}

.teacher-area .teacher-area-content h3 {
  margin: 0;
  font-size: 18px;
  font-family: 'Publica Sans Bold';
}

.teacher-area .teacher-area-content .list-wrap {
  margin: 30px 0;
}

.teacher-area .teacher-area-content .list-wrap .list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
  border-top: 1px solid #F1B434;
}

.teacher-area .teacher-area-content .list-wrap .list-item:first-child {
  border: none;
}

.teacher-area .teacher-area-content .pin-number {
  padding: 30px;
  border: 4px solid #F1B434;
  text-align: center;
}

.teacher-area .teacher-area-content .pin-number strong {
  display: block;
  font-size: 30px;
  font-family: 'Publica Sans Extra Bold';
  letter-spacing: 50px;
  text-indent: 50px;
}

.teacher-area .teacher-area-content .pin-number input[type=text] {
  border-bottom: 1px solid #F1B434;
  letter-spacing: 20px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  text-indent: -20px;
}

.teacher-area .teacher-area-content .pin-number input[type=text]::-ms-clear {
  display: none;
}

.teacher-area .teacher-area-content .add-student {
  padding: 20px 30px;
  border: 1px solid #F1B434;
}

.teacher-area .teacher-area-content .class-progress-value {
  display: block;
  text-align: right;
  margin: -30px 0 10px;
  color: #8b4679;
  font-size: 18px;
  font-family: 'Publica Sans Bold';
}

.teacher-area .teacher-area-content .class-progress {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
  border: 6px solid #F1B434;
  height: 40px;
  border-radius: 20px;
  overflow-x: hidden;
  overflow-y: visible;
}

.teacher-area .teacher-area-content .class-progress .class-progress-fill {
  height: 100%;
  background: #8b4679 url(/images/svg/class-progress.svg) repeat-x;
}

.teacher-area .teacher-area-content .student-lesson-progress {
  margin: 30px 0;
}

.teacher-area .teacher-area-content .student-lesson-progress table {
  width: 100%;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td {
  position: relative;
  z-index: 1;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 45px;
  background-position: 50%;
  background-repeat: no-repeat;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(n+2) {
  width: 12.5%;
  font-size: 30px;
  padding: 20px 0;
  font-family: 'Publica Sans Extra Bold';
  text-align: center;
  border-right: 1px solid #F1B434;
  border-bottom: 1px solid #F1B434;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(2) {
  border-left: 1px solid #F1B434;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(2):after {
  background-image: url(/images/svg/tool-lesson1.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(3):after {
  background-image: url(/images/svg/tool-lesson2.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(4):after {
  background-image: url(/images/svg/tool-lesson3.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(5):after {
  background-image: url(/images/svg/tool-lesson4.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(6):after {
  background-image: url(/images/svg/tool-lesson5.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td:nth-child(7):after {
  background-image: url(/images/svg/tool-lesson6.svg);
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td.completed {
  background-color: #8b4679;
  color: #FFFFFF;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr td.completed:after {
  mix-blend-mode: multiply;
}

.teacher-area .teacher-area-content .student-lesson-progress table tr:first-child td:nth-child(n+2) {
  border-top: 1px solid #F1B434;
}

.teacher-area.account-created {
  text-align: center;
}

.teacher-area.account-created .img-account-created {
  display: block;
  margin: 0 auto;
  width: 165px;
}

#start-layer {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #525862;
}

#start-layer.hide {
  display: none;
}

#start-layer:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/svg/start-bolt.svg);
  background-size: 70px;
  background-position: 50%;
  opacity: .05;
}

#start-layer .content {
  text-align: center;
}

#start-layer .content h1 {
  margin: 0 0 8vh;
  width: 579px;
  height: 280px;
  background-image: url(/images/svg/sp-logo.svg);
  background-size: 579px 280px;
  text-indent: -10000em;
}

#start-layer .electron {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  max-width: 23vw;
}

#start-layer .login {
  position: relative;
  z-index: 1;
}

#start-layer .login .login-tabs {
  position: relative;
  z-index: -1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

#start-layer .login .login-tabs button {
  position: relative;
  -ms-flex: 0 0 49%;
      flex: 0 0 49%;
  max-width: 49%;
  background: #525862;
  color: #FFFFFF;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Publica Sans Extra Bold';
  padding: 25px;
  line-height: 1;
}

#start-layer .login .login-tabs button:hover {
  background: #888B8D;
}

#start-layer .login .login-tabs button.active {
  background: #FFFFFF;
  color: #333333;
  box-shadow: 3px 3px 0 #525862;
}

#start-layer .login .login-tabs button.active:before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 8px;
  background: #F1B434;
}

#start-layer .login .login-content {
  display: none;
  background: #FFFFFF;
  padding: 70px 50px 40px;
  text-align: center;
  box-shadow: 3px 3px 0 #525862;
}

#start-layer .login .login-content.active {
  display: block;
}

#start-layer .login .login-content .button#button-login-next {
  display: block;
  margin-left: auto;
}

#start-layer .login .login-content .button.button-login {
  margin: 20px 0 60px;
}

#start-layer .login .login-content .button.button-blue {
  margin: 15px 0 0;
}

#start-layer .login .login-content .login-slide {
  display: none;
}

#start-layer .login .login-content .login-slide.visible {
  display: block;
}

#start-layer .login .login-content .login-slide .login-student-pin {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 118px;
  margin: 0 auto;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-pin {
  font-size: 30px;
  font-family: 'Publica Sans Extra Bold';
  color: #000000;
  letter-spacing: 84px;
  padding-left: 38px;
  line-height: 88px;
  width: 125%;
  height: 88px;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-pin::-ms-clear {
  display: none;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-pin::-webkit-input-placeholder {
  color: #ccc;
  text-shadow: none;
  -webkit-text-fill-color: initial;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-spinner {
  display: none !important;
  position: absolute;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-spinner.hidden {
  display: none;
}

#start-layer .login .login-content .login-slide .login-student-pin #login-message p {
  margin: 20px 0 0;
  color: #FF0000;
}

#start-layer .login .login-content .login-slide .login-student-pin .boxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}

#start-layer .login .login-content .login-slide .login-student-pin .boxes .box {
  width: 88px;
  height: 88px;
  border: 4px solid #F1B434;
}

#start-layer .login .login-content .login-slide .login-student-selector .label-school label,
#start-layer .login .login-content .login-slide .login-student-selector .label-class label {
  position: absolute;
  left: -10000em;
}

#start-layer .login .login-content .login-slide .login-student-selector .label-school input,
#start-layer .login .login-content .login-slide .login-student-selector .label-class input {
  width: 100%;
  text-align: center;
}

#start-layer .login .login-content .login-slide .login-student-selector .label-school.label-school,
#start-layer .login .login-content .login-slide .login-student-selector .label-class.label-school {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Publica Sans Extra Bold';
  color: #333333;
}

#start-layer .login .login-content .login-slide .login-student-selector .label-school.label-class,
#start-layer .login .login-content .login-slide .login-student-selector .label-class.label-class {
  margin-bottom: 20px;
}

#start-layer .login #btn-skip-login-and-play {
  position: relative;
  z-index: 2;
  width: 100%;
  background: #888B8D;
  color: #FFFFFF;
  font-size: 18px;
  text-decoration: underline;
  padding: 20px;
  box-shadow: 3px 3px 0 #525862;
}

#start-layer .login #btn-skip-login-and-play:hover {
  text-decoration: none;
}

#start-layer .wp-strip {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  background: #F37420;
}

#start-layer .wp-strip .logo {
  display: block;
  width: 240px;
  margin-right: 25px;
}

#start-layer .wp-strip .logo img {
  display: block;
  width: 100%;
}

#introduction-layer {
  opacity: 0;
  transition: opacity .5s ease;
}

#introduction-layer.visible {
  opacity: 1;
}

#introduction-layer.hide {
  display: none;
}

#introduction-layer .introduction {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #94c7e0;
}

#introduction-layer .introduction .sun {
  position: absolute;
  z-index: -3;
  top: 5vh;
  left: 5vw;
  width: 150px;
  height: 150px;
}

#introduction-layer .introduction .lochie-poles {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  max-height: 55%;
}

#introduction-layer .introduction .trees-left,
#introduction-layer .introduction .trees-right {
  position: absolute;
  z-index: -2;
  bottom: 0;
  max-height: 80%;
}

#introduction-layer .introduction .trees-left.trees-left,
#introduction-layer .introduction .trees-right.trees-left {
  right: 80vw;
  width: 1000px;
}

#introduction-layer .introduction .trees-left.trees-right,
#introduction-layer .introduction .trees-right.trees-right {
  left: 30vw;
  width: 1200px;
}

#introduction-layer .introduction .introduction-messages {
  position: absolute;
  left: 50%;
  bottom: 60%;
  transform: translateX(-50%);
}

#wp-world-layer {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bcd482;
  opacity: 0;
  transition: opacity .5s ease;
}

#wp-world-layer.visible {
  opacity: 1;
}

#wp-world-layer #wp-world-map {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wp-world-layer #wp-world-map #wp-world-buttons {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

#wp-world-layer #wp-world-map #wp-world-buttons.visible {
  opacity: 1;
}

#wp-world-layer #wp-world-map #wp-world-buttons.hide {
  display: none;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: #FFFFFF;
  box-shadow: 3px 3px 0 #525862;
  max-width: 250px;
  min-height: 50px;
  text-align: left;
  line-height: 1.2;
  padding: 0 10px 0 60px;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.complete {
  background: #F1B434;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.complete .tool {
  background: #F37420;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.complete .tool:before {
  background: #F37420;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.complete .tool svg {
  fill: #FFFFFF;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson .tool {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: #c3c5c5;
  width: 50px;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson .tool svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #333333;
  width: 30px;
  display: block;
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-western-power-in-the-community {
  transform: translate(-30vw, -8vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-power-station {
  transform: translate(-28vw, -18vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-substation {
  transform: translate(30vw, -12vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-overhead-network {
  transform: translate(7vw, -21vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-underground-network {
  transform: translate(25vw, 10vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson.btn-lesson-safety-within-the-home {
  transform: translate(-20vw, 7vw);
}

#wp-world-layer #wp-world-map #wp-world-buttons .btn-lesson:hover {
  margin: 1px 0 0 1px;
  box-shadow: 2px 2px 0 #525862;
}

#wp-world-layer #wp-world-map-svg {
  position: fixed;
  z-index: -1;
  top: 80px;
  bottom: 130px;
  left: 0;
  width: 100%;
}

#wp-world-layer #wp-world-map-svg svg {
  height: 100%;
  width: 100%;
}

#wp-world-layer #wp-world-map-svg:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: -10000em;
  bottom: 88.3%;
  left: 0;
  width: 100%;
  background: #c4e5f8;
}

#wp-world-layer #wp-world-map-svg .wind-turbine {
  animation: wind-turbine 3s linear infinite;
}

#wp-world-layer #wp-world-map-svg .wind-turbine.wt1 {
  transform-origin: 719px 40px;
  animation-delay: .1s;
}

#wp-world-layer #wp-world-map-svg .wind-turbine.wt2 {
  transform-origin: 711px 49px;
  animation-delay: .3s;
}

#wp-world-layer #wp-world-map-svg .wind-turbine.wt3 {
  transform-origin: 727px 53px;
}

#wp-world-layer #wp-world-map-svg #car-blue {
  animation: car-blue 50s linear infinite;
  transform-origin: 438px 365px;
}

#wp-world-layer #wp-world-map-svg #car-red {
  transform-origin: 498px 214px;
  animation: car-red 50s linear infinite;
  animation-delay: -20s;
}

#wp-world-layer #wp-world-map-svg #bike-red {
  animation: bike-red 100s linear infinite;
  transform-origin: 614px 375px;
  animation-delay: -10s;
}

#wp-world-layer #wp-world-map-svg #wp-man-ground #wp-man-ground-head {
  transform: rotate(-10deg);
  transform-origin: 280px 257px;
  animation: wp-man-ground-head 5s linear infinite;
}

#wp-world-layer #wp-world-map-svg #cherry-picker {
  transform: rotate(0deg);
  transform-origin: 263px 256px;
  animation: cherry-picker 10s linear infinite;
}

#wp-world-layer #wp-world-map-svg #cherry-picker #cherry-picker-top {
  transform: rotate(0deg);
  transform-origin: 252px 238px;
  animation: cherry-picker-top 10s linear infinite;
}

#wp-world-layer #wp-world-map-svg .lesson1-lightning-spark,
#wp-world-layer #wp-world-map-svg .lesson1-lightning-bolt {
  visibility: hidden;
}

.current-lesson-western-power-in-the-community-step-4 #wp-world-layer #wp-world-map-svg .lesson1-lightning-spark, .current-lesson-western-power-in-the-community-step-4
#wp-world-layer #wp-world-map-svg .lesson1-lightning-bolt {
  visibility: visible;
}

#wp-world-layer #wp-world-map-svg .lesson1-lightning-spark.lesson1-lightning-spark,
#wp-world-layer #wp-world-map-svg .lesson1-lightning-bolt.lesson1-lightning-spark {
  animation: lightning-spark 2s linear infinite;
}

#wp-world-layer #wp-world-map-svg .lesson1-lightning-spark.lesson1-lightning-bolt,
#wp-world-layer #wp-world-map-svg .lesson1-lightning-bolt.lesson1-lightning-bolt {
  animation: lightning-bolt 2s linear infinite;
}

#wp-world-layer #wp-world-map-svg .lesson1-smoke {
  visibility: hidden;
  animation: smoke 5s linear infinite;
  transform-origin: 313px 227px;
}

.current-lesson-western-power-in-the-community-step-5 #wp-world-layer #wp-world-map-svg .lesson1-smoke {
  visibility: visible;
}

#wp-world-layer * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@keyframes wp-man-ground-head {
  0% {
    transform: rotate(-10deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  46% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}

@keyframes cherry-picker {
  0% {
    transform: rotate(20deg);
  }
  10% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(-20deg);
  }
  60% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(20deg);
  }
}

@keyframes cherry-picker-top {
  0% {
    transform: rotate(-20deg);
  }
  10% {
    transform: rotate(20deg);
  }
  50% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(-20deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}

@keyframes wind-turbine {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes car-blue {
  0% {
    transform: translateX(-35px) rotateY(0);
  }
  50% {
    transform: translateX(210px) rotateY(0);
  }
  50.1% {
    transform: translateX(210px) rotateY(180deg);
  }
  100% {
    transform: translateX(-35px) rotateY(180deg);
  }
}

@keyframes car-red {
  0% {
    transform: translateX(-250px) rotateY(180deg);
  }
  50% {
    transform: translateX(50px) rotateY(180deg);
  }
  50.1% {
    transform: translateX(50px) rotateY(0);
  }
  100% {
    transform: translateX(-250px) rotateY(0);
  }
}

@keyframes bike-red {
  0% {
    transform: translateX(50px) rotateY(0);
  }
  50% {
    transform: translateX(-230px) rotateY(0);
  }
  50.1% {
    transform: translateX(-230px) rotateY(180deg);
  }
  100% {
    transform: translateX(50px) rotateY(180deg);
  }
}

@keyframes lightning-bolt {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  2% {
    opacity: 1;
  }
  3% {
    opacity: 0;
  }
  4% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  6% {
    opacity: 1;
  }
  7% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lightning-spark {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  11% {
    opacity: 0;
  }
  16% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  18% {
    opacity: 0;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  21% {
    opacity: 1;
  }
  22% {
    opacity: 0;
  }
  23% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes smoke {
  0% {
    opacity: .8;
    transform: rotate(0);
  }
  25% {
    opacity: .5;
  }
  50% {
    opacity: .7;
    transform: rotate(5deg);
  }
  75% {
    opacity: .4;
  }
  100% {
    opacity: .8;
    transform: rotate(0);
  }
}

#utility-belt {
  position: fixed;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 110px;
  padding: 0 20px;
  background: #333333;
  color: #FFFFFF;
  border-top: 10px solid #F1B434;
  transform: translateY(145px);
  transition: transform .3s ease-in-out;
}

#utility-belt.visible {
  transform: translateY(0);
}

#utility-belt .utility-belt-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

#utility-belt .utility-belt-wrap.utility-belt-student {
  position: relative;
  z-index: 1;
}

#utility-belt .utility-belt-wrap.utility-belt-student:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  top: 8px;
  height: 4px;
  background: url(/images/svg/belt-line.svg);
  background-size: 30px;
}

#utility-belt .teacher-name {
  display: inline-block;
  font-family: 'Publica Sans Extra Bold';
  font-size: 30px;
  text-transform: uppercase;
  padding-left: 20px;
}

#utility-belt .teacher-belt-buttons {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
}

#utility-belt .teacher-belt-buttons li {
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

#utility-belt .belt-toolbox {
  margin: 15px auto 0 0;
  padding: 0;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 125px;
}

#utility-belt .belt-toolbox li {
  margin: 0 4px;
  padding: 5px 8px 8px;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 46px;
  background-image: url(/images/svg/belt-lesson-container.svg);
  background-size: 48px 46px;
}

#utility-belt .belt-toolbox li svg {
  max-width: 100%;
}

#utility-belt .belt-toolbox li.complete {
  background-image: url(/images/svg/belt-lesson-container-yellow.svg);
}

#utility-belt .belt-toolbox li.complete svg {
  fill: #F1B434;
}

#utility-belt .belt-toolbox li:first-child {
  margin-left: 0;
}

#utility-belt .belt-toolbox li:last-child {
  margin-right: 0;
}

#utility-belt .belt-buckle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 250px;
  height: 145px;
  background: url(/images/svg/belt-buckle.svg);
  background-size: 250px 144px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}

#utility-belt .belt-buckle .student-name {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  font-family: 'Publica Sans Extra Bold';
  line-height: 1.2;
  word-wrap: break-word;
  text-shadow: 1px 1px 0 #333333;
}

#utility-belt .belt-buckle .student-year {
  display: block;
  color: #333333;
  font-size: 16px;
  font-family: 'Publica Sans Bold';
}

@media (min-width: 1170px) {
  #utility-belt .belt-toolbox li {
    width: 50px;
    height: 48px;
    background-size: 50px 48px;
    margin: 0 11px;
  }
}

@media (min-width: 1300px) {
  #utility-belt .belt-toolbox li {
    width: 60px;
    height: 58px;
    background-size: 60px 58px;
    margin: 0 11px;
  }
}

#lochie-helper {
  position: absolute;
  z-index: 3;
  left: -10px;
  bottom: 0;
  width: 100%;
  padding-bottom: 110px;
  transform: translateY(100%);
  transition: transform .3s ease-in-out;
}

#lochie-helper.visible {
  transform: translateY(0);
}

#lochie-helper.belt-hidden {
  padding-bottom: 0;
}

#lochie-helper .lochie-figure {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  height: 204px;
}

#lochie-helper .lochie-figure:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 10px;
  top: 50px;
  z-index: -1;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #888B8D;
  box-shadow: 4px 4px 0 #686c6f inset;
}

#lochie-helper .lochie-figure img {
  width: 100%;
}

.current-lesson-power-station-step-1 #lochie-helper .lochie-figure img.lochie-hips,
.current-lesson-power-station-step-3 #lochie-helper .lochie-figure img.lochie-hips,
.current-lesson-substation-step-1 #lochie-helper .lochie-figure img.lochie-hips,
.current-lesson-overhead-network-step-1 #lochie-helper .lochie-figure img.lochie-hips,
.current-lesson-underground-network-step-1 #lochie-helper .lochie-figure img.lochie-hips {
  display: none;
}

#lochie-helper .lochie-figure img.lochie-hand {
  display: none;
}

#lochie-helper .lochie-figure img.lochie-thumb {
  display: none;
}

.current-lesson-power-station-step-1 #lochie-helper .lochie-figure img.lochie-thumb,
.current-lesson-power-station-step-3 #lochie-helper .lochie-figure img.lochie-thumb,
.current-lesson-substation-step-1 #lochie-helper .lochie-figure img.lochie-thumb,
.current-lesson-overhead-network-step-1 #lochie-helper .lochie-figure img.lochie-thumb,
.current-lesson-underground-network-step-1 #lochie-helper .lochie-figure img.lochie-thumb {
  display: block;
}

#lochie-helper .lochie-figure img.lochie-finger {
  display: none;
}

#lochie-helper .lochie-messages-wrap {
  display: inline-block;
  vertical-align: top;
  margin-top: 80px;
  margin-left: -20px;
}

.lochie-messages-box {
  position: relative;
  z-index: 1;
  height: 110px;
  width: 70%;
  max-width: 800px;
  padding: 0 120px 0 30px;
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  box-shadow: 3px 3px 0 #525862;
}

.lochie-messages-box .lochie-messages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100px;
}

.lochie-messages-box .lochie-messages p {
  display: none;
  margin: 0;
}

.lochie-messages-box .lochie-messages p.visible {
  display: block;
}

.lochie-messages-box .lochie-messages.info-points-helper {
  position: relative;
  padding-left: 70px;
}

.lochie-messages-box .lochie-messages.info-points-helper:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-image: url(/images/svg/info-point.svg);
  background-size: 50px;
}

.lochie-messages-box .btn-next-msg {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -21px;
  background: url(/images/svg/arrow-right.svg);
  background-size: 30px 43px;
  border: none;
  width: 30px;
  height: 43px;
  text-indent: -10000em;
  outline: none;
  padding: 0;
}

.lochie-messages-box .btn-next-msg:hover {
  transform: translate(1px, 1px);
}

@media (min-height: 900px) {
  #lochie-helper .lochie-figure {
    width: 330px;
    height: 270px;
  }
  #lochie-helper .lochie-figure:after {
    width: 250px;
    height: 250px;
  }
  #lochie-helper .lochie-messages-wrap {
    margin-top: 110px;
  }
}

#lesson-container {
  display: none;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lesson-container.visible {
  display: block;
}

#lesson-container .lesson-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0 20px;
  transform: translateY(-100%);
  transition: transform .3s ease-in-out;
}

#lesson-container .lesson-header.visible {
  transform: translateY(0);
}

#lesson-container .lesson-header h1 {
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  font-family: 'Publica Sans Extra Bold';
}

#lesson-container .lesson {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lesson-container .lesson.visible {
  display: block;
}

#lesson-container .lesson.visible .step {
  display: block;
}

#lesson-container .lesson:before, #lesson-container .lesson:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all .3s ease-in-out;
  transition-delay: .3s;
}

#lesson-container .lesson:before {
  left: 0;
  z-index: -2;
}

#lesson-container .lesson.show-background:before, #lesson-container .lesson.show-background:after {
  opacity: 1;
  transition-delay: 0s;
}

#lesson-container .lesson:after {
  left: 50%;
  z-index: -1;
  transform: skewX(-25deg);
}

.current-lesson-power-station-step-0 #lesson-container .lesson:after {
  transform: skewX(0);
}

#lesson-container .lesson .lesson-content .step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateX(100%);
  overflow: hidden;
  padding: 70px 0 204px;
}

#lesson-container .lesson .lesson-content .step h2 {
  margin-top: 200px;
}

#lesson-container .lesson .lesson-content .step.visible {
  transform: translateX(0);
}

#lesson-container .lesson .lesson-content .step.visible .text-point {
  opacity: 1;
}

#lesson-container .lesson .lesson-content .step.passed {
  display: none;
}

#lesson-container .lesson .lesson-content .step.transition-out .text-point,
#lesson-container .lesson .lesson-content .step.transition-out .info-point.visible {
  opacity: 0;
  transition-delay: 0s;
}

#lesson-container .lesson .lesson-content .step .text-point {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  background: #FFFFFF;
  padding: 10px 20px;
  box-shadow: 3px 3px 0 #525862;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  transition-delay: 1s;
}

#lesson-container .lesson .lesson-content .step .info-point {
  opacity: 0;
  margin-top: -75px;
  position: absolute;
  transition: all .5s ease-in-out;
}

#lesson-container .lesson .lesson-content .step .info-point.visible {
  margin-top: 0;
  opacity: 1;
}

#lesson-container .lesson .lesson-content .step .info-point.ip-1 {
  transition-delay: .2s;
}

#lesson-container .lesson .lesson-content .step .info-point.ip-2 {
  transition-delay: .4s;
}

#lesson-container .lesson .lesson-content .step .info-point.ip-3 {
  transition-delay: .6s;
}

#lesson-container .lesson .lesson-content .step .info-point.ip-4 {
  transition-delay: .8s;
}

#lesson-container .lesson .lesson-content .step .info-point.ip-5 {
  transition-delay: 1s;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-i {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #F1B434;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 32px;
  font-family: 'Publica Sans Bold';
  box-shadow: 2px 2px 0 #525862;
  text-shadow: 1px 1px 0 #525862;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-i:hover {
  transform: translate(1px, 1px);
  background-color: #e29e10;
  box-shadow: 1px 1px 0 #525862;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-i:not(.clicked) {
  animation: infopoint 1s linear infinite;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-i.clicked {
  background: #F37420;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-i .number {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 12px;
  color: #333;
  text-shadow: none;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text {
  opacity: 0;
  position: absolute;
  bottom: 70px;
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  text-align: center;
  padding: 25px;
  box-shadow: 3px 3px 0 #525862;
  width: 300px;
  transform: translateX(-50%);
  transition: opacity .3s ease-in-out;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text.visible {
  opacity: 1;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text p {
  margin: 0;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: #FFFFFF;
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -10px;
  bottom: -8px;
  width: 16px;
  height: 16px;
  box-shadow: 3px 0 0 #525862;
  background: #FFFFFF;
  transform: rotate(45deg);
}

#lesson-container .lesson .lesson-content .step .info-point .info-point-text .btn-ok {
  position: absolute;
  top: 7px;
  right: 7px;
  font-family: 'Publica Sans Regular';
  color: #CCC;
  line-height: 1;
  font-size: 16px;
}

#lesson-container.lesson-western-power-in-the-community .lesson-header {
  background: #00ad95;
}

#lesson-container.lesson-western-power-in-the-community .lesson:before {
  background: #a8d5ba;
}

#lesson-container.lesson-western-power-in-the-community .lesson:after {
  background: #9acdac;
}

#lesson-container.lesson-power-station .lesson-header {
  background: #8c4779;
}

#lesson-container.lesson-power-station .lesson:before {
  background: #fae1dd;
}

#lesson-container.lesson-power-station .lesson:after {
  background: #efd1d3;
}

#lesson-container.lesson-substation .lesson-header {
  background: #00b176;
}

#lesson-container.lesson-substation .lesson:before {
  background: #edf1a0;
}

#lesson-container.lesson-substation .lesson:after {
  background: #e2ed91;
}

#lesson-container.lesson-overhead-network .lesson-header {
  background: #298fc2;
}

#lesson-container.lesson-underground-network .lesson-header {
  background: #e56a54;
}

#lesson-container.lesson-underground-network .lesson:before {
  background: #f7d2cb;
}

#lesson-container.lesson-underground-network .lesson:after {
  background: #f5c7bf;
}

#lesson-container.lesson-safety-within-the-home .lesson-header {
  background: #e57200;
}

#lightbox-lesson .lightbox-content .lesson-lightbox-content {
  display: none;
}

#lightbox-lesson .lightbox-content .lesson-lightbox-content.visible {
  display: block;
}

.game-control {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -125px;
  transform: translateY(100%);
  transition: transform .3s ease-in-out;
}

.game-control.hide {
  transform: translateY(100%) !important;
}

.game-control svg {
  display: block;
  width: 250px;
  height: 156px;
}

.game-control .btn-control {
  cursor: pointer;
}

.game-control .btn-control:hover {
  transform: translate(1px, 1px);
}

.game-control .btn-control:hover circle:nth-child(1) {
  transform: translate(-1px, -1px);
}

.game-control .control-message {
  position: absolute;
  z-index: 1;
  right: 100%;
  bottom: 20px;
  width: 250px;
  margin-right: 20px;
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.game-control .control-message.hide {
  opacity: 0 !important;
  transition-delay: 0s !important;
}

.game-control .control-message:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFFFFF;
}

.game-control .control-message p {
  margin: 0 0 20px;
  font-size: 18px;
  font-family: 'Publica Sans Extra Bold';
  line-height: 1.3;
}

.game-control.vertical svg {
  width: 250px;
  height: 209px;
}

.step.visible .game-control {
  transform: translateY(0);
}

.step.visible .game-control .control-message {
  opacity: 1;
  transition-delay: 1s;
}

@keyframes infopoint {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe {
  width: 450px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
  transform: translateX(100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .pole,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .pole {
  opacity: 0;
  transition: opacity .5s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line {
  transition: stroke-dashoffset 3s;
  transition-delay: 3s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line1, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line2, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line3, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line4,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line1,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line2,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line3,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line4 {
  stroke-dasharray: 289px;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line1, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line3, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line4,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line1,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line3,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line4 {
  stroke-dashoffset: -289px;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line2,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line2 {
  stroke-dashoffset: 289px;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line5, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line6, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line7, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line8,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line5,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line6,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line7,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line8 {
  stroke-dasharray: 304px;
  transition-delay: 5s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line5, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line8,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line5,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line8 {
  stroke-dashoffset: -304px;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line6, #lesson-container .lesson#lesson-western-power-in-the-community .step-1 .globe .line.line7,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line6,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2 .globe .line.line7 {
  stroke-dashoffset: 304px;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe {
  transform: translateX(0);
  transition-delay: 1s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line1,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line2,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line3,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line4,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line5,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line6,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line7,
#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .line8,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line1,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line2,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line3,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line4,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line5,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line6,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line7,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .line8 {
  stroke-dashoffset: 0;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole {
  opacity: 1;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole1,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole1 {
  transition-delay: 2s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole2,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole2 {
  transition-delay: 2.2s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole3,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole3 {
  transition-delay: 2.4s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole4,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole4 {
  transition-delay: 2.6s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole5,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole5 {
  transition-delay: 2.8s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole6,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole6 {
  transition-delay: 3s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole7,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole7 {
  transition-delay: 3.2s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole8,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole8 {
  transition-delay: 3.4s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole9,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole9 {
  transition-delay: 3.6s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole10,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole10 {
  transition-delay: 3.8s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole11,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole11 {
  transition-delay: 4s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole12,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole12 {
  transition-delay: 4.2s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole13,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole13 {
  transition-delay: 4.4s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole14,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole14 {
  transition-delay: 4.6s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole15,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole15 {
  transition-delay: 4.8s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole16,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole16 {
  transition-delay: 5s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole17,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole17 {
  transition-delay: 5.2s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole18,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole18 {
  transition-delay: 5.4s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole19,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole19 {
  transition-delay: 5.6s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.visible .globe .pole.pole20,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.visible .globe .pole.pole20 {
  transition-delay: 5.8s;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-1.transition-out .globe,
#lesson-container .lesson#lesson-western-power-in-the-community .step-2.transition-out .globe {
  transform: translateX(-100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-3 .tp-1 {
  transform: translate(-30vw, -5vh);
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-3 .tp-2 {
  transform: translate(-10vw, -20vh);
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-3 .tp-3 {
  transform: translate(5vw, -30vh);
}

#lesson-container .lesson#lesson-western-power-in-the-community .step-3 .tp-4 {
  transform: translate(-5vw, 10vh);
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 50px;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div h3 {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Publica Sans Extra Bold';
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static {
  transform: translateX(-100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons {
  display: inline-block;
  position: relative;
  width: 300px;
  height: 300px;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron {
  position: absolute;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(1) {
  left: 105px;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(2) {
  top: 105px;
  left: 105px;
  animation-delay: .2s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(2) img {
  animation-delay: .2s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(3) {
  top: 55px;
  left: 0;
  animation-delay: .3s;
  animation-direction: reverse;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(3) img {
  animation-delay: .3s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(4) {
  top: 55px;
  right: 0;
  animation-delay: .5s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(4) img {
  animation-delay: .5s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(5) {
  top: 175px;
  right: 20px;
  animation-delay: .3s;
  animation-direction: reverse;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(5) img {
  animation-delay: .3s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(6) {
  top: 175px;
  left: 20px;
  animation-delay: .8s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-static .static-electrons .electron:nth-child(6) img {
  animation-delay: .8s;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-current {
  transform: translateX(100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-current .current-path {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 14px solid #F37420;
  width: 300px;
  height: 300px;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-current .current-path:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  border: 1px solid #F1B434;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron-diagram > div.side-current .current-path .electron-path {
  position: absolute;
  margin: -55px 0 0 -55px;
  animation: electron-path 3s linear infinite;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron {
  animation: electron-bounce .3s ease-in infinite;
  width: 110px;
}

#lesson-container .lesson#lesson-power-station .step-0 .electron img {
  width: 100%;
  animation: electron-scale 2s ease-in infinite;
}

#lesson-container .lesson#lesson-power-station .step-0.visible .electron-diagram > div {
  transform: translateX(0);
  transition-delay: 1s;
}

#lesson-container .lesson#lesson-power-station .step-0.transition-out .electron-diagram > div {
  transition-delay: 0s;
}

#lesson-container .lesson#lesson-power-station .step-0.transition-out .electron-diagram > div.side-static {
  transform: translateX(-100vw);
}

#lesson-container .lesson#lesson-power-station .step-0.transition-out .electron-diagram > div.side-current {
  transform: translateX(100vw);
}

#lesson-container .lesson#lesson-power-station .step-0 .ip-1 {
  top: 55%;
  left: 40%;
}

#lesson-container .lesson#lesson-power-station .step-0 .ip-2 {
  top: 50%;
  left: 80%;
}

#lesson-container .lesson#lesson-power-station .step-2 .generator-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap {
  opacity: 1;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator {
  height: 90%;
  max-height: 500px;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg {
  height: 100%;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #sun #flares path {
  animation: sun-flare 1s linear infinite;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #sun #flares path:nth-child(odd) {
  animation-delay: .3s;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #sun #waves g {
  animation: sun-flare 2s linear infinite;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #sun #waves g:nth-child(2) {
  animation-delay: .7s;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #sun #waves g:nth-child(3) {
  animation-delay: .3s;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #arrow1 {
  animation: arrow1 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #generator-battery {
  animation: generator-battery 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #arrow2,
#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #arrow3 {
  animation: arrow23 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #generator-lightbulb {
  animation: generator-lightbulb 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #arrow4 {
  animation: arrow4 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.visible .generator-wrap .generator svg #powerpoles {
  animation: powerpoles 5s linear;
}

#lesson-container .lesson#lesson-power-station .step-2.transition-out .generator-wrap {
  transition-delay: 0s;
  opacity: 0;
}

#lesson-container .lesson#lesson-power-station .step-2 .ip-1 {
  top: 36%;
  left: 40%;
}

#lesson-container .lesson#lesson-power-station .step-2 .ip-2 {
  top: 40%;
  left: 50%;
}

#lesson-container .lesson#lesson-power-station .step-2 .ip-3 {
  top: 55%;
  left: 54%;
}

#lesson-container .lesson#lesson-power-station .step-2 .ip-4 {
  top: 52%;
  left: 35%;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 70px;
  padding-left: 100px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game [draggable] {
  position: absolute;
  cursor: -webkit-grab;
  cursor: grab;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game [draggable] img,
#lesson-container .lesson#lesson-power-station .step-4 .circuit-game [draggable] svg {
  pointer-events: none;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .battery {
  width: 45px;
  height: 69px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb {
  width: 73px;
  height: 90px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb .lightbulb-flare,
#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb .lightbulb-globe,
#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb .lightbulb-filament {
  fill: none;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb.on .lightbulb-flare {
  fill: #F9B218;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb.on .lightbulb-globe {
  fill: #FFFFFF;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .lightbulb.on .lightbulb-filament {
  fill: #FFFABE;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .insulator {
  width: 58px;
  height: 37px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .switch {
  width: 58px;
  height: 70px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .switch #ON {
  display: none;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .wire {
  width: 130px;
  height: 30px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .wire:before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: #F1B434;
  box-shadow: 1px 1px 0 #525862;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  padding-right: 100px;
  transform: translateX(-100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit {
  position: relative;
  width: 300px;
  height: 300px;
  margin-left: auto;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit:before, #lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -8px;
  width: 16px;
  height: 4px;
  background: #525862;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit:after {
  transform: rotate(90deg);
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap {
  position: absolute;
  width: 100%;
  height: 32px;
  transform-origin: 0 0;
  background-image: url(/images/svg/lessons/lesson2/circuit-line.svg);
  background-size: 30px 3px;
  background-repeat: repeat-x;
  background-position: 0 0;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:not(:first-child):before, #lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:not(:first-child):after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -8px;
  width: 16px;
  height: 4px;
  background: #525862;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:not(:first-child):after {
  transform: rotate(90deg);
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(1) {
  top: 0;
  left: 0;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(2) {
  top: 0;
  left: 100%;
  transform: rotate(90deg);
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(3) {
  top: 100%;
  left: 0;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(3):before, #lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(3):after {
  left: auto;
  right: -8px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap:nth-child(4) {
  top: 100%;
  left: 0;
  transform: rotate(270deg);
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone {
  position: relative;
  width: 33.33333333%;
  height: 64px;
  display: inline-block;
  margin-top: -32px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone:not(:first-child):before {
  content: '';
  position: absolute;
  left: -2px;
  top: 25px;
  width: 4px;
  height: 16px;
  background: #525862;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .battery {
  top: -2px;
  left: 28px;
  transform: rotate(-90deg);
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .lightbulb {
  top: -45px;
  left: 7px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .insulator {
  top: 15px;
  left: 23px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .switch {
  top: -24px;
  left: 20px;
  cursor: pointer;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .switch.clicked #ON {
  display: block;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .switch.clicked #OFF {
  display: none;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .circuit-wrap .circuit .axis-wrap .drop-zone .wire {
  top: 17px;
  left: 2px;
  width: 100%;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  margin-top: -30px;
  transform: translateX(100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox {
  position: relative;
  z-index: 1;
  height: 400px;
  width: 266px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  width: 266px;
  height: 69px;
  background-image: url(/images/svg/lessons/lesson2/toolbox-top.svg);
  background-size: 266px 69px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox:after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 266px;
  height: 63px;
  background-image: url(/images/svg/lessons/lesson2/toolbox-bottom.svg);
  background-size: 266px 63px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .battery {
  top: 90px;
  left: 10px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .lightbulb {
  top: 210px;
  left: 10px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .insulator {
  top: 170px;
  left: 120px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .switch {
  top: 230px;
  right: 10px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .wire {
  top: 110px;
  right: 10px;
  width: 106px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message {
  position: absolute;
  z-index: 1;
  width: 250px;
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  padding: 20px;
  text-align: center;
  display: none;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.show {
  display: block;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.hp-wire {
  bottom: 300px;
  right: -50px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.hp-insulator {
  bottom: 255px;
  right: 3px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.hp-battery {
  bottom: 330px;
  left: -103px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.hp-lightbulb {
  bottom: 200px;
  left: -90px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message.hp-switch {
  bottom: 193px;
  right: -75px;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FFFFFF;
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Publica Sans Extra Bold';
}

#lesson-container .lesson#lesson-power-station .step-4 .circuit-game .toolbox-wrap .toolbox .helper-message p {
  margin: 0;
}

#lesson-container .lesson#lesson-power-station .step-4.visible .circuit-game > div {
  transform: translateX(0);
  transition-delay: 1s;
}

#lesson-container .lesson#lesson-power-station .step-4.transition-out .circuit-game > div {
  transition-delay: 0s;
}

#lesson-container .lesson#lesson-power-station .step-4.transition-out .circuit-game > div.toolbox-wrap {
  transform: translateX(100vw);
}

#lesson-container .lesson#lesson-power-station .step-4.passed .circuit-wrap {
  transform: none;
}

#lesson-container .lesson#lesson-power-station .step-5 .hand-wrap {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transform: translateX(100vw);
  transition: transform .3s ease-out;
}

#lesson-container .lesson#lesson-power-station .step-5 .hand {
  width: 472px;
  margin: 20px 0 0 55%;
}

#lesson-container .lesson#lesson-power-station .step-5.visible .hand-wrap {
  transform: translateX(0);
  transition-delay: 1s;
}

#lesson-container .lesson#lesson-power-station .step-5.transition-out .hand-wrap {
  transition-delay: 0s;
}

#lesson-container .lesson#lesson-power-station .step-5.passed .hand-wrap {
  transform: none;
}

#lesson-container .lesson#lesson-power-station .step-6 .phone {
  position: absolute;
  bottom: 0;
  left: 40%;
  width: 550px;
  max-height: 80%;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  transition: transform .3s ease-out;
  transition-delay: 1s;
}

#lesson-container .lesson#lesson-power-station .step-6 .phone svg {
  width: 100%;
  display: block;
}

#lesson-container .lesson#lesson-power-station .step-6 .phone svg .correct,
#lesson-container .lesson#lesson-power-station .step-6 .phone svg .wrong {
  cursor: pointer;
}

#lesson-container .lesson#lesson-power-station .step-6.visible .phone {
  transform: rotate(0);
}

.current-lesson-power-station-step-5 #lesson-container .lesson .lesson-content .step-4,
.current-lesson-power-station-step-6 #lesson-container .lesson .lesson-content .step-4 {
  display: block;
  transform: none;
}

.current-lesson-power-station-step-6 #lesson-container .lesson .lesson-content .step-4.passed .circuit-wrap {
  transform: translateX(-100vw) !important;
}

.current-lesson-power-station-step-6 #lesson-container .lesson .lesson-content .step-5 {
  display: block;
  transform: none;
}

.current-lesson-power-station-step-6 #lesson-container .lesson .lesson-content .step-5 .hand-wrap .hand {
  transition: margin-left .3s ease-in-out;
  margin-left: 5% !important;
}

@keyframes electron-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes electron-bounce {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-1px, -1px);
  }
  50% {
    transform: translate(1px, 1px);
  }
  75% {
    transform: translate(0, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes electron-path {
  0% {
    top: 0;
    left: 0;
  }
  25% {
    top: 0;
    left: 100%;
  }
  50% {
    top: 100%;
    left: 100%;
  }
  75% {
    top: 100%;
    left: 0;
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes sun-flare {
  0% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .5;
  }
}

@keyframes arrow1 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes generator-battery {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes arrow23 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes generator-lightbulb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes arrow4 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes powerpoles {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

#lesson-container .lesson#lesson-substation .step-0 .ip-1 {
  top: 55%;
  left: 20%;
}

#lesson-container .lesson#lesson-substation .step-0 .ip-2 {
  top: 50%;
  left: 50%;
}

#lesson-container .lesson#lesson-substation .step-0 .ip-3 {
  top: 50%;
  left: 80%;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c1d671;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene:before {
  content: '';
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #94c7e0;
  border-bottom: 8px solid #9cabb6;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene .substation-svg {
  position: absolute;
  z-index: 1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30%;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene .substation-svg svg {
  height: 100%;
  width: auto;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene .trees {
  position: absolute;
  z-index: -1;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene .trees.trees-1 {
  bottom: 35%;
  left: -5%;
  width: 25%;
}

#lesson-container .lesson#lesson-substation .step-2 .substation-scene .trees.trees-2 {
  bottom: 25%;
  right: -15%;
  width: 30%;
}

#lesson-container .lesson#lesson-substation .step-2 .ip-1 {
  top: 60%;
  left: 40%;
}

#lesson-container .lesson#lesson-substation .step-2 .ip-2 {
  top: 60%;
  left: 60%;
}

#lesson-container .lesson#lesson-substation .step-2.visible .substation-scene {
  opacity: 1;
}

#lesson-container .lesson#lesson-substation .step-4 #helicopter-game {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lesson-container .lesson#lesson-substation .step-4 #btn-helicopter-try-again {
  display: none;
  position: absolute;
  z-index: 1;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

#lesson-container .lesson#lesson-substation .step-4 #btn-helicopter-try-again.visible {
  display: block;
}

.current-lesson-substation-step-3 #lesson-container .lesson#lesson-substation .lesson-content .step-2,
.current-lesson-substation-step-4 #lesson-container .lesson#lesson-substation .lesson-content .step-2 {
  display: block;
  transform: none;
}

.current-lesson-substation-step-3 #lesson-container .lesson#lesson-substation .lesson-content .step-2.passed .substation-scene,
.current-lesson-substation-step-4 #lesson-container .lesson#lesson-substation .lesson-content .step-2.passed .substation-scene {
  opacity: 1;
}

#lesson-container .lesson#lesson-overhead-network .step-0 .ip-1 {
  top: 33%;
  left: 24%;
}

#lesson-container .lesson#lesson-overhead-network .step-0 .ip-2 {
  top: 33%;
  left: 50%;
}

#lesson-container .lesson#lesson-overhead-network .step-0 .ip-3 {
  top: 48%;
  left: 36%;
}

#lesson-container .lesson#lesson-overhead-network .step-0 .ip-4 {
  top: 61%;
  left: 59%;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a9d2e7;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg {
  height: 60%;
  max-height: 610px;
  width: 3500px;
  transform: translateX(-1711px);
  position: absolute;
  top: calc(2% + 70px);
  left: 50%;
  transition: transform 1.5s ease-in-out;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #c3d0d8;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg > svg {
  height: 100%;
  width: 3500px;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 60%;
  width: 27%;
  height: 250px;
}

.current-lesson-overhead-network-step-2 #lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider input {
  pointer-events: none;
}

.current-lesson-overhead-network-step-2 #lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels {
  display: none;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5%;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -42px;
  left: 5%;
  width: 100%;
  height: 35px;
  background: #14ac9e;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels span {
  position: relative;
  display: block;
  -ms-flex: 0 0 10%;
      flex: 0 0 10%;
  width: 50%;
  font-size: 16px;
  font-family: 'Publica Sans Extra Bold';
  text-align: center;
  line-height: 1;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels span:before {
  content: '';
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 16px;
  background: #b6cf59;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels span:after {
  content: '';
  position: absolute;
  top: -42px;
  left: 0;
  margin-left: -2px;
  width: 2px;
  height: 8px;
  background: #b6cf59;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .broken-powerline-scene .broken-powerline-scene-svg .range-slider .labels span:first-child:after {
  display: none;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .ip-1 {
  top: 33%;
  left: 24%;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .ip-2 {
  top: 33%;
  left: 50%;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .ip-3 {
  top: 48%;
  left: 36%;
}

#lesson-container .lesson#lesson-overhead-network .step-2 .ip-4 {
  top: 61%;
  left: 59%;
}

#lesson-container .lesson#lesson-overhead-network .step-2.visible .broken-powerline-scene {
  opacity: 1;
}

#lesson-container .lesson#lesson-overhead-network .step-2.transition-out .broken-powerline-scene-svg, #lesson-container .lesson#lesson-overhead-network .step-2.passed .broken-powerline-scene-svg {
  transform: translateX(-70%);
}

.current-lesson-overhead-network-step-3 #lesson-container .lesson#lesson-overhead-network .lesson-content .step-2 {
  display: block;
  transform: none;
}

.current-lesson-overhead-network-step-3 #lesson-container .lesson#lesson-overhead-network .lesson-content .step-2.passed .broken-powerline-scene {
  opacity: 1;
  z-index: 1;
}

.current-lesson-overhead-network-step-3 #lesson-container .lesson#lesson-overhead-network .lesson-content .step-2.passed .broken-powerline-scene .broken-powerline-scene-svg .range-slider {
  opacity: 1;
}

input[type=range]::-ms-tooltip {
  display: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 250px;
  cursor: pointer;
  background: none;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 250px;
  cursor: pointer;
  background: none;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 250px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: transparent;
}

input[type=range]:focus::-ms-fill-lower {
  background: transparent;
}

input[type=range]::-ms-fill-upper {
  background: transparent;
}

input[type=range]:focus::-ms-fill-upper {
  background: transparent;
}

input[type=range]::-webkit-slider-thumb {
  width: 134px;
  height: 250px;
  cursor: -webkit-grab;
  cursor: grab;
  border: none;
  background: url(/images/svg/lessons/lesson4/johnny-2.svg) no-repeat top;
  background-size: 134px 207px;
}

.current-lesson-overhead-network-step-2 input[type=range]::-webkit-slider-thumb {
  background: url(/images/svg/lessons/lesson4/johnny-1.svg) no-repeat top;
}

input[type=range]::-moz-range-thumb {
  width: 134px;
  height: 250px;
  cursor: grab;
  border: none;
  background: url(/images/svg/lessons/lesson4/johnny-2.svg) no-repeat top;
  background-size: 134px 207px;
  transform: translateY(50%);
}

.current-lesson-overhead-network-step-2 input[type=range]::-moz-range-thumb {
  background: url(/images/svg/lessons/lesson4/johnny-1.svg) no-repeat top;
}

input[type=range]::-ms-thumb {
  width: 134px;
  height: 250px;
  cursor: grab;
  border: none;
  background: url(/images/svg/lessons/lesson4/johnny-2.svg) no-repeat top;
  background-size: 134px 207px;
  margin-top: -28px;
}

.current-lesson-overhead-network-step-2 input[type=range]::-ms-thumb {
  background: url(/images/svg/lessons/lesson4/johnny-1.svg) no-repeat top;
}

#lesson-container .lesson#lesson-underground-network .step-0 .ip-1 {
  top: 50%;
  left: 24%;
}

#lesson-container .lesson#lesson-underground-network .step-0 .ip-2 {
  top: 40%;
  left: 75%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #a9d2e7;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .house {
  position: absolute;
  bottom: 37%;
  right: 60%;
  height: 40%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .tree-1 {
  position: absolute;
  z-index: 2;
  bottom: 33%;
  left: -3%;
  height: 17%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .tree-2 {
  position: absolute;
  z-index: 1;
  bottom: 33%;
  left: -7%;
  height: 25%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .green-dome {
  position: absolute;
  left: 50%;
  bottom: 45%;
  width: 3%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .transformer {
  position: absolute;
  right: 20%;
  bottom: 45%;
  width: 15%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-1 {
  position: absolute;
  bottom: 45%;
  right: 27%;
  margin-bottom: -70px;
  height: 10px;
  background: #F1B434;
  box-shadow: 2px 2px 0 #525862;
  animation: line-2 5s linear infinite;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-1:before, #lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-1:after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 10px;
  background: #F1B434;
  box-shadow: 2px 2px 0 #525862;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-1:before {
  left: 0;
  bottom: 0;
  animation: line-3 5s linear infinite;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-1:after {
  right: 0;
  top: -50px;
  animation: line-1 5s linear infinite;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene .line-2 {
  position: absolute;
  z-index: -1;
  bottom: 46%;
  right: 50%;
  margin-right: 10px;
  height: 10px;
  width: 22%;
  background: #F1B434;
  box-shadow: 2px 2px 0 #525862;
  animation: line-4 5s linear infinite;
}

#lesson-container .lesson#lesson-underground-network .step-2 .transformer-scene:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55%;
  background: #c1d671;
  border-top: 10px solid #9cabb6;
}

#lesson-container .lesson#lesson-underground-network .step-2 .ip-1 {
  top: 40%;
  left: 47%;
}

#lesson-container .lesson#lesson-underground-network .step-2 .ip-2 {
  top: 56%;
  left: 77%;
}

#lesson-container .lesson#lesson-underground-network .step-2.visible .transformer-scene {
  opacity: 1;
}

#lesson-container .lesson#lesson-underground-network .step-3 .bike-game-background {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #BCD85F;
  background-image: url(/images/svg/lessons/lesson5/game-bike-background.svg);
  background-repeat: repeat-x;
  background-size: 1878px;
  background-position-y: 80px;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

#lesson-container .lesson#lesson-underground-network .step-3 .bike-game-background:before {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #95C7E0;
}

#lesson-container .lesson#lesson-underground-network .step-3 .bike-game-background:after {
  content: '';
  position: absolute;
  left: 50px;
  top: 430px;
  width: 140px;
  height: 142px;
  background-image: url(/images/svg/lessons/lesson5/bike-static.svg);
  background-size: 140px 142px;
}

#lesson-container .lesson#lesson-underground-network .step-3.visible .bike-game-background {
  opacity: 1;
}

#lesson-container .lesson#lesson-underground-network .step-4 .bike-game-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

#lesson-container .lesson#lesson-underground-network .step-4 #bike-game {
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
  height: 500px;
  width: 100%;
}

#lesson-container .lesson#lesson-underground-network .step-4 #bike-game.playing:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10000em;
  bottom: 0;
  width: 100%;
  background: #95C7E0;
}

#lesson-container .lesson#lesson-underground-network .step-4 #bike-game.playing:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: -10000em;
  width: 100%;
  background: #BCD85F;
}

#lesson-container .lesson#lesson-underground-network .step-4 #btn-bike-try-again {
  display: none;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

#lesson-container .lesson#lesson-underground-network .step-4 #btn-bike-try-again.visible {
  display: block;
}

.current-lesson-underground-network-step-4 #lesson-container .lesson#lesson-underground-network .lesson-content .step-3 {
  display: block;
  transform: none;
}

.current-lesson-underground-network-step-4 #lesson-container .lesson#lesson-underground-network .lesson-content .step-3.passed .bike-game-background {
  opacity: 1;
}

@keyframes line-1 {
  0% {
    height: 0;
  }
  10% {
    height: 60px;
  }
  100% {
    height: 60px;
  }
}

@keyframes line-2 {
  0% {
    width: 0;
  }
  10% {
    width: 0;
  }
  30% {
    width: 22%;
  }
  100% {
    width: 22%;
  }
}

@keyframes line-3 {
  0% {
    height: 0;
  }
  30% {
    height: 0;
  }
  40% {
    height: 60px;
  }
  100% {
    height: 60px;
  }
}

@keyframes line-4 {
  0% {
    width: 0;
  }
  40% {
    width: 0;
  }
  60% {
    width: 22%;
  }
  100% {
    width: 22%;
  }
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .kitchen-scene {
  position: absolute;
  z-index: -1;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #d6d6e4;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  transition-delay: .3s;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .kitchen-scene:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 33%;
  background: #e2e3e4;
  border-bottom: 15px solid #FFFFFF;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .kitchen-scene img {
  height: 100%;
  margin: 0 auto;
  display: block;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .ip-1 {
  top: 50%;
  left: 24%;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .ip-2 {
  top: 40%;
  left: 63%;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0 .ip-3 {
  top: 40%;
  left: 50%;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-0.visible .kitchen-scene {
  opacity: 1;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene {
  position: absolute;
  z-index: -1;
  top: 70px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #b3bbd2;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-image: url(/images/svg/lessons/lesson6/tiles.svg);
  background-size: 128px 114px;
  background-position: 50% 0;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  text-align: center;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg {
  max-height: 100%;
  max-width: 100%;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #mirrorgirlshock,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girlshock {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm.visible,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt.visible {
  display: block;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm #girl-hand,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm #girl-hand-alt,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt #girl-hand,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt #girl-hand-alt {
  cursor: -webkit-grab;
  cursor: grab;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm #girl-hand.disabled,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm #girl-hand-alt.disabled,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt #girl-hand.disabled,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-alt #girl-hand-alt.disabled {
  pointer-events: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-mirror,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-mirror-alt {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-mirror.visible,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #girl-arm-mirror-alt.visible {
  display: block;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #tap-handle {
  pointer-events: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #tap-handle.enabled {
  pointer-events: all;
  cursor: pointer;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg.shocked #mirrorgirl,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg.shocked #girl {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg.shocked #mirrorgirlshock,
#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg.shocked #girlshock {
  display: block;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene svg #water.hide {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message {
  position: absolute;
  z-index: 2;
  width: 250px;
  background: #FFFFFF;
  border-top: 10px solid #F1B434;
  padding: 20px;
  text-align: center;
  transition: opacity .3s ease-in-out;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message.hide {
  opacity: 0;
  z-index: 1;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message.remove {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: -15px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #FFFFFF;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message p {
  margin: 0 0 20px;
  font-size: 18px;
  font-family: 'Publica Sans Extra Bold';
  line-height: 1.3;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message#helper-message-teeth {
  left: 50%;
  top: 20%;
  margin-left: 120px;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .helper-message#helper-message-tap {
  left: 50%;
  top: 30%;
  margin-left: 220px;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .hand-pointer {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 64px;
  background-image: url(/images/svg/lessons/lesson6/hand-pointer.svg);
  background-size: 50px 64px;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .hand-pointer.hand-pointer-hand {
  top: 33%;
  left: 51%;
  animation: hand-pointer-hand .5s linear infinite;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .hand-pointer.hand-pointer-tap {
  top: 41%;
  left: 57%;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .sink-scene .hand-pointer.hide {
  display: none;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .water-fill {
  position: absolute;
  z-index: 1;
  left: 10%;
  top: 50px;
  width: 110px;
  height: 400px;
  background: #a8d4b9;
  border: 10px solid #FFFFFF;
  border-radius: 55px;
  overflow: hidden;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .water-fill .water-fill-level {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #00b9b3;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2 .bathroom-scene .water-fill:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  background-image: url(/images/svg/lessons/lesson6/water-fill-gauge.svg);
  background-size: 45px;
  background-position: 50%;
  background-repeat: no-repeat;
}

#lesson-container .lesson#lesson-safety-within-the-home .step-2.visible .bathroom-scene {
  opacity: 1;
}

.current-lesson-safety-within-the-home-step-1 #lesson-container .lesson#lesson-safety-within-the-home .lesson-content .step-0 {
  display: block;
  transform: none;
}

.current-lesson-safety-within-the-home-step-1 #lesson-container .lesson#lesson-safety-within-the-home .lesson-content .step-0.passed .kitchen-scene {
  opacity: 1;
}

.current-lesson-safety-within-the-home-step-3 #lesson-container .lesson#lesson-safety-within-the-home .lesson-content .step-2 {
  display: block;
  transform: none;
}

.current-lesson-safety-within-the-home-step-3 #lesson-container .lesson#lesson-safety-within-the-home .lesson-content .step-2.passed .bathroom-scene {
  opacity: 1;
}

.current-lesson-safety-within-the-home-step-2 #lochie-helper .btn-next-msg {
  display: none !important;
}

@keyframes hand-pointer-hand {
  0% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(-20px);
  }
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.admin-page {
  color: #FFFFFF;
  font-size: 14px;
}

.admin-page a {
  color: #8b4679;
}

.admin-page h1, .admin-page h2 {
  margin-left: 1em;
}

.admin-page .admin-action-nav {
  margin-left: 1em;
}

.admin-page .admin-nav {
  background-color: #F1B434;
}

.admin-page .admin-nav a {
  color: #8b4679;
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.admin-page .form-field {
  color: #FFFFFF;
}

.admin-page .admin-data {
  background-color: #525862;
  font-weight: normal;
  margin: 1em;
}

.admin-page .admin-data td, .admin-page .admin-data th {
  padding: 0.25em;
}

.admin-page .admin-data th {
  background-color: #888B8D;
}

.admin-page .admin-filters .admin-check {
  appearance: checkbox;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

.admin-page .admin-filters .admin-submit {
  padding: 0.5em;
  background: #F1B434;
  color: #8b4679;
  margin-top: 1em;
  margin-bottom: 2em;
}
