@font-face {
  font-family: 'frutiger_ce_55_romanregular';
  src: url("../assets/fonts/frutiger_ce_55_roman-webfont.eot");
  src: url("../assets/fonts/frutiger_ce_55_roman-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/frutiger_ce_55_roman-webfont.woff2") format("woff2"), url("../assets/fonts/frutiger_ce_55_roman-webfont.woff") format("woff"), url("../assets/fonts/frutiger_ce_55_roman-webfont.ttf") format("truetype"), url("../assets/fonts/frutiger_ce_55_roman-webfont.svg#frutiger_ce_55_romanregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'frutiger_ce_45_lightregular';
  src: url("../assets/fonts/frutiger_ce_45_light-webfont.eot");
  src: url("../assets/fonts/frutiger_ce_45_light-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/frutiger_ce_45_light-webfont.woff2") format("woff2"), url("../assets/fonts/frutiger_ce_45_light-webfont.woff") format("woff"), url("../assets/fonts/frutiger_ce_45_light-webfont.ttf") format("truetype"), url("../assets/fonts/frutiger_ce_45_light-webfont.svg#frutiger_ce_45_lightregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'frutiger_lt_75_black';
  src: url("../assets/fonts/frutiger-75-black.eot");
  src: url("../assets/fonts/frutiger-75-black.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/frutiger-75-black.woff2") format("woff2"), url("../assets/fonts/frutiger-75-black.woff") format("woff"), url("../assets/fonts/frutiger-75-black.ttf") format("truetype"), url("../assets/fonts/frutiger-75-black.svg#frutiger-75-black") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-size: 16px;
  font-family: 'frutiger_ce_45_lightregular', Arial, Helvetica, sans-serif;
  line-height: 1.4em; }

h1, .pp-gameplay-game-over-overlay p, h2, h3, h4, h5, h6 {
  font-family: 'frutiger_lt_75_black';
  font-weight: bold;
  line-height: 1.2em; }

h1, .pp-gameplay-game-over-overlay p {
  font-size: 1.500em; }
  @media (min-width: 768px) {
    h1, .pp-gameplay-game-over-overlay p {
      font-size: 1.850em; } }
  @media (min-width: 992px) {
    h1, .pp-gameplay-game-over-overlay p {
      font-size: 3.125em; } }
  @media (min-width: 1200px) {
    h1, .pp-gameplay-game-over-overlay p {
      font-size: 3.125em; } }

h2 {
  font-size: 1.125em;
  margin: 0 0 1em; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.500em; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 1.875em; } }

p {
  font-family: 'frutiger_ce_45_lightregular';
  font-size: 1.125em;
  margin: 0 0 1.4em; }

button {
  font-family: 'frutiger_ce_45_lightregular'; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100.1%;
  overflow: hidden; }

button {
  cursor: pointer; }

.pp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  z-index: 100; }
  .pp-overlay__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); }
    .pp-overlay__background.ninety-percent {
      background-color: rgba(0, 0, 0, 0.95); }
    .pp-overlay__background.fifty-percent {
      background-color: rgba(0, 0, 0, 0.4); }
    .pp-overlay__background.twenty-percent {
      background-color: rgba(0, 0, 0, 0.15); }
  .pp-overlay__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    text-align: center;
    z-index: 10;
    display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media (min-width: 768px) {
      .pp-overlay__modal {
        width: auto; } }
    .pp-overlay__modal h1, .pp-overlay__modal .pp-gameplay-game-over-overlay p, .pp-gameplay-game-over-overlay .pp-overlay__modal p {
      margin-bottom: 0.7em; }
    .pp-overlay__modal button {
      min-width: 220px; }
    .pp-overlay__modal__auto-size {
      display: block;
      width: auto;
      height: auto; }
  .pp-overlay__footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 40px 40px;
    box-sizing: border-box; }

.left-aligned {
  position: relative;
  float: left; }

.right-aligned {
  position: relative;
  float: right; }

.titles-positioned {
  position: absolute;
  left: 0;
  right: 0;
  top: 1.5em;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .titles-positioned {
      top: 1.1em; } }
  @media (min-width: 992px) {
    .titles-positioned {
      top: 0.9em; } }
  @media (min-width: 1200px) {
    .titles-positioned {
      top: 2em; } }
  .titles-positioned h1, .titles-positioned .pp-gameplay-game-over-overlay p, .pp-gameplay-game-over-overlay .titles-positioned p {
    margin-bottom: 0; }

.string-sign {
  position: relative;
  min-width: 200px;
  background-color: #FFFFFF;
  color: #4A90E2;
  padding: 20px 20px 10px;
  margin: 0 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .string-sign {
      width: 516px;
      background-color: transparent;
      left: 0;
      margin: 0 auto;
      right: 0; } }
  @media (min-width: 992px) {
    .string-sign {
      width: 630px;
      padding: 0 2em; } }
  @media (min-width: 1200px) {
    .string-sign {
      width: 812px;
      padding: 0 2em; } }
  @media (min-width: 768px) {
    .string-sign h1, .string-sign .pp-gameplay-game-over-overlay p, .pp-gameplay-game-over-overlay .string-sign p {
      margin-bottom: 0; } }
  .string-sign h3 {
    font-size: 1.250em;
    margin: 0 0 0.6em; }
    @media (min-width: 992px) {
      .string-sign h3 {
        font-size: 1.875em;
        margin: 0 0 0.6em; } }
  .string-sign__background {
    background-color: transparent;
    background-image: url(../assets/images/ui/string-sign.png);
    background-size: 100% auto;
    background-position: 0 100%;
    position: absolute;
    width: 100%;
    height: 800px;
    z-index: -1;
    display: none; }
    @media (min-width: 768px) {
      .string-sign__background {
        display: block;
        bottom: -40px; } }
    @media (min-width: 992px) {
      .string-sign__background {
        bottom: -30px; } }
    @media (min-width: 1200px) {
      .string-sign__background {
        bottom: -90px; } }

.btn {
  font-size: 0.8em;
  line-height: 2em;
  color: #FFFFFF;
  padding: 12px 15px;
  cursor: pointer;
  font-family: 'frutiger_lt_75_black';
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
  transition: background-color linear 0.2s;
  white-space: nowrap;
  border-radius: 5px; }
  @media (min-width: 768px) {
    .btn {
      font-size: 1.4em;
      padding: 12px 20px; } }
  .btn.primary {
    background-color: #F55C23;
    border: 2px solid #FD9D79; }
  .btn.secondary {
    background-color: #4A90E2;
    border: 2px solid #9DCAFF; }
  .btn.small {
    background-color: #343434;
    color: white;
    box-shadow: none;
    border: 2px solid #2c2c2c;
    font-size: 0.8em;
    padding: 5px 10px;
    float: right;
    min-width: auto;
    height: 40px;
    line-height: 15px; }
    .btn.small .fa-chevron-left {
      font-size: 0.75em; }
    .btn.small:hover {
      color: #FFFFFF; }
    .btn.small.centre {
      float: none; }
  .btn.icon:before {
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    content: "";
    float: left;
    margin-right: 10px; }
  .btn.icon.controls i {
    font-size: 2em;
    margin-top: -5px; }
  .btn.icon.leaderboard i {
    font-size: 2em; }
  .btn.icon.prev {
    float: left; }
    .btn.icon.prev:before {
      width: 13px;
      height: 20px;
      background-image: url("../assets/images/ui/icon-prev.png");
      margin-top: 3px; }
      @media (min-width: 768px) {
        .btn.icon.prev:before {
          margin-top: 10px; } }
  .btn.icon.next {
    float: right; }
    .btn.icon.next:before {
      width: 13px;
      height: 20px;
      background-image: url("../assets/images/ui/icon-next.png");
      margin-top: 3px;
      float: right;
      margin-left: 10px;
      margin-right: 0; }
      @media (min-width: 768px) {
        .btn.icon.next:before {
          margin-top: 10px; } }
  .btn.icon.next-arrow {
    position: absolute;
    width: 43px;
    height: 43px;
    min-width: inherit;
    background-image: url("../assets/images/ui/icon-next-arrow.png");
    background-size: contain;
    text-indent: -9999px;
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    left: 0;
    right: 0;
    bottom: 5em;
    margin: 1em auto 0 auto; }
    @media (min-width: 768px) {
      .btn.icon.next-arrow {
        margin-top: 2em; } }
    @media (min-width: 992px) {
      .btn.icon.next-arrow {
        width: 85px;
        height: 85px; } }
    @media (min-width: 1200px) {
      .btn.icon.next-arrow {
        width: 85px;
        height: 85px; } }
  .btn:hover {
    background: #ff931e;
    border-color: #FFFFFF; }
  .btn:disabled {
    visibility: hidden; }

.fa {
  vertical-align: middle; }

.btn-play {
  display: inline-block;
  vertical-align: middle;
  background: #2F2A2C;
  border-width: 4px;
  border-style: solid;
  border-color: #FFFFFF;
  border-radius: 8px;
  color: #FFFFFF;
  font-family: 'frutiger_lt_75_black';
  font-weight: bold;
  margin: 0 0.3em;
  text-transform: uppercase;
  position: relative;
  transition: background-color linear 0.2s;
  font-size: 1.5em;
  padding: 8px 10px; }
  @media (min-width: 768px) {
    .btn-play {
      font-size: 2em;
      padding: 20px 30px; } }
  .btn-play i {
    margin-top: 2px; }
  .btn-play.right {
    float: right; }
  .btn-play:hover {
    background-color: #ff931e; }

.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #313131;
  background-image: url("../assets/images/ui/body-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  z-index: 999; }
  .preloader__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  .preloader__spinner {
    z-index: 999; }
  .preloader__copy {
    text-align: center;
    font-family: 'frutiger_lt_75_black';
    padding: 2em 0 0 0; }
  .preloader__percentage {
    text-align: center;
    font-family: 'frutiger_lt_75_black';
    font-size: 2em; }

#edf-power-patrol-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden; }

.pp-main-menu-difficulty-select-overlay .modal-sign__content__response {
  color: white; }

.pp-main-menu-difficulty-select-overlay ul li {
  width: 120px; }
  @media (min-width: 768px) {
    .pp-main-menu-difficulty-select-overlay ul li {
      display: block;
      width: 250px;
      margin: auto; } }
  .pp-main-menu-difficulty-select-overlay ul li .select .fa-check {
    visibility: hidden;
    margin-top: -5px; }
  .pp-main-menu-difficulty-select-overlay ul li .select.selected .fa-check {
    visibility: visible; }
  .pp-main-menu-difficulty-select-overlay ul li .select__medium.selected {
    border: 4px solid #ff9319;
    box-shadow: inset 0px 0px 0px 1px #ff9319;
    background: #ff9319; }
  .pp-main-menu-difficulty-select-overlay ul li .select__hard.selected {
    border: 4px solid #ff3b19;
    box-shadow: inset 0px 0px 0px 1px #ff3b19;
    background: #ff3b19; }

.pp-main-menu-difficulty-select-overlay__button-container button {
  display: block;
  margin: 10px auto;
  width: 100%; }

.pp-main-menu-difficulty-select-overlay .btn.icon.next-arrow {
  position: relative;
  bottom: auto; }

.pp-main-menu__meta {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 50; }

.pp-main-menu__edu-logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0); }
  .pp-main-menu__edu-logo__image {
    position: relative;
    width: 120px;
    height: auto; }
    @media (min-width: 768px) {
      .pp-main-menu__edu-logo__image {
        width: 200px; } }
    @media (min-width: 992px) {
      .pp-main-menu__edu-logo__image {
        width: 250px; } }

.pp-main-menu__change-difficulty {
  margin-right: 20px; }

.pp-main-menu__background {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-position: center -100px; }
  @media (min-width: 1200px) {
    .pp-main-menu__background {
      background-position: center -140px; } }

.logo {
  width: 250px;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: -148px auto 0;
  z-index: 5; }
  .logo img {
    width: 100%;
    height: auto; }
  @media (min-width: 768px) {
    .logo {
      top: 40%;
      width: 320px; } }
  @media (min-width: 992px) {
    .logo {
      min-width: 466px;
      width: 30%; } }

.intro-buttons {
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  margin: 0;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  padding: 0 20px;
  width: 550px; }
  @media (min-width: 768px) {
    .intro-buttons {
      width: 740px;
      bottom: 5em; } }

.bulbs {
  background: url("../assets/images/intro/bulbs.png") no-repeat;
  background-size: cover;
  top: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2; }
  @media (min-width: 768px) {
    .bulbs {
      width: 600px;
      height: 324px; } }
  @media (min-width: 992px) {
    .bulbs {
      width: 1200px;
      height: 647px; } }

#zingy-sorting-game
{
  visibility: hidden;
}
.zingy {
  bottom: 0px;
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 400px;
  text-align: right;}
  .zingy .animated {
    display: none; }
  .zingy .static {
    display: block;
    width: 70%; }
  @media (min-width: 768px) {
    .zingy .animated {
      display: block; }
    .zingy .static {
      display: none; } }
  @media (min-width: 1400px) {
    .zingy {
      width: 600px; } }
  .zingy img {
    width: 100%;
    height: auto; }
  .zingy__main-menu img {
    position: relative;
    bottom: 0;
    right: 0;
    width: 300px;}
    @media (min-width: 992px) {
      .zingy__main-menu img {
        top: auto;
        left: auto;
        width: 500px; } }
  .zingy__question {
    bottom: 0;
    right: 0;
    display: none; }
    @media (min-width: 992px) {
      .zingy__question {
        display: block;
        width: 290px; } }
    @media (min-width: 1200px) {
      .zingy__question {
        width: 500px; } }
  .zingy__sad {
    bottom: 0;
    right: 0;
    display: none;
    z-index: 30;
  }
    @media (min-width: 992px) {
      .zingy__sad {
        display: block;
        width: 250px; } }
    @media (min-width: 1200px) {
      .zingy__sad {
        width: 350px; } }
  .zingy__celebrate {
    bottom: 0;
    right: 0;
    display: none;
    z-index: 30; }
    @media (min-width: 992px) {
      .zingy__celebrate {
        display: block;
        width: 250px; } }
    @media (min-width: 1200px) {
      .zingy__celebrate {
        width: 350px; } }

.skateboard {
  background: url("../assets/images/intro/binbags.gif") no-repeat;
  background-size: cover;
  bottom: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150px; }
  @media (min-width: 992px) {
    .skateboard {
      height: 40%; } }
  @media (min-width: 1200px) {
    .skateboard {
      max-height: 350px; } }

.scroll {
  overflow: visible !important; }

.pp-leaderboard {
  overflow: visible !important; }
  .pp-leaderboard__background:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: ''; }
  @media (min-width: 1200px) {
    .pp-leaderboard__background {
      background-position: center top; } }
  .pp-leaderboard .pp-screen__header {
    padding: 20px; }
    .pp-leaderboard .pp-screen__header .btn-home {
      float: none;
      font-size: 2em;
      background-color: limegreen;
      padding: 0px 10px;
      color: white; }
      .pp-leaderboard .pp-screen__header .btn-home .fa:first-of-type {
        margin-right: 0.5em; }
      .pp-leaderboard .pp-screen__header .btn-home:hover {
        background-color: #41d323; }
  .pp-leaderboard .pp-screen__foreground {
    overflow: visible !important;
    height: 101%; }
  .pp-leaderboard__header {
    text-align: center;
    padding: 3em 0 1em;
    margin-bottom: 2em;
    background-image: url("../assets/images/leaderboard/underline.png");
    background-repeat: no-repeat;
    background-position: center bottom; }
    .pp-leaderboard__header h1:before, .pp-leaderboard__header .pp-gameplay-game-over-overlay p:before, .pp-gameplay-game-over-overlay .pp-leaderboard__header p:before {
      width: 62px;
      height: 62px;
      content: "";
      display: block;
      background-image: url("../assets/images/leaderboard/trophy.png");
      background-size: contain;
      margin: 0 auto 20px; }
  .pp-leaderboard .btn {
    position: fixed;
    top: 20px;
    left: 20px; }
  .pp-leaderboard__scoreboard {
    display: table-cell;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px; }
    .pp-leaderboard__scoreboard__table {
      width: 100%;
      font-family: 'frutiger_lt_75_black';
      font-weight: bold;
      line-height: 1.2em;
      max-width: 960px;
      border-collapse: collapse;
      margin: 0 auto 60px; }
      .pp-leaderboard__scoreboard__table tr.highlight {
        border: 2px solid #FFFFFF;
        background-color: #F55C23;
        border-radius: 4px; }
        .pp-leaderboard__scoreboard__table tr.highlight td:first-child {
          background-image: url("../assets/images/leaderboard/star.png");
          background-size: 35px 33px;
          background-repeat: no-repeat;
          background-position: 13px 21px; }
          @media (min-width: 768px) {
            .pp-leaderboard__scoreboard__table tr.highlight td:first-child {
              background-size: 55px 50px;
              background-repeat: no-repeat;
              background-position: 20px 13px; } }
        .pp-leaderboard__scoreboard__table tr.highlight td {
          border-bottom: none; }
      .pp-leaderboard__scoreboard__table tr.user {
        color: #4A90E2; }
      .pp-leaderboard__scoreboard__table tr td, .pp-leaderboard__scoreboard__table tr th {
        font-size: 1.875em;
        padding: 1em 0.5em 1em 0;
        text-transform: uppercase;
        border-bottom: 1px solid #666666; }
        .pp-leaderboard__scoreboard__table tr td:nth-child(5), .pp-leaderboard__scoreboard__table tr th:nth-child(5) {
          padding-right: 20px; }
        .pp-leaderboard__scoreboard__table tr td:last-child, .pp-leaderboard__scoreboard__table tr td:first-child, .pp-leaderboard__scoreboard__table tr th:last-child, .pp-leaderboard__scoreboard__table tr th:first-child {
          border: none; }
        .pp-leaderboard__scoreboard__table tr td:first-child, .pp-leaderboard__scoreboard__table tr th:first-child {
          padding-right: 60px; }
      .pp-leaderboard__scoreboard__table tr:last-child td {
        border: none; }
      .pp-leaderboard__scoreboard__table tr th {
        font-size: 1.250em;
        text-transform: uppercase;
        text-align: left; }

.pp-gameplay-pause-overlay .btn {
  margin: 10px; }

.pp-gameplay-question__background {
  background-image: url("../assets/images/ui/recycling-background.jpg");
  background-size: cover; }
  .pp-gameplay-question__background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.75); }

.pp-gameplay-question li, .pp-main-menu-difficulty-select-overlay li {
  list-style: none;
  display: inline-block; }
  .pp-gameplay-question li button, .pp-main-menu-difficulty-select-overlay li button {
    min-width: inherit;
    border: 4px solid #FFFFFF;
    box-shadow: inset 0px 0px 1px 1px #e7e7e7;
    color: #4A90E2;
    padding: 20px 10px;
    font-family: 'frutiger_lt_75_black';
    font-weight: bold;
    background: #FFFFFF;
    font-size: 1em;
    border-radius: 4px; }
    @media (min-width: 992px) {
      .pp-gameplay-question li button, .pp-main-menu-difficulty-select-overlay li button {
        font-size: 1.4em;
        padding: 20px 20px; } }
    @media (min-width: 1200px) {
      .pp-gameplay-question li button, .pp-main-menu-difficulty-select-overlay li button {
        font-size: 1.4em;
        padding: 20px 30px; } }
    .pp-gameplay-question li button:hover, .pp-main-menu-difficulty-select-overlay li button:hover {
      border: 4px solid #4A90E2;
      box-shadow: inset 0px 0px 0px 1px #FFFFFF; }
    .pp-gameplay-question li button:active, .pp-main-menu-difficulty-select-overlay li button:active {
      border: 4px solid #7ED321;
      box-shadow: inset 0px 0px 0px 1px #7ED321;
      background: #7ED321;
      color: #FFFFFF; }
    .pp-gameplay-question li button.selected, .pp-main-menu-difficulty-select-overlay li button.selected {
      border: 4px solid #7ED321;
      box-shadow: inset 0px 0px 0px 1px #7ED321;
      background: #7ED321;
      color: #FFFFFF; }

.pp-gameplay-question__modal-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.pp-gameplay-question__modal--incorrect .modal-sign__content__supertitle {
  top: -100px; }
  .pp-gameplay-question__modal--incorrect .modal-sign__content__supertitle.first {
    top: -160px; }

.modal-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  z-index: 10; }
  .modal-sign__background {
    position: absolute;
    width: 100%;
    height: 100%; }
    .modal-sign__background__border {
      position: absolute;
      background-image: url("../assets/images/ui/modal-border.png");
      width: 100%;
      height: 20px;
      z-index: 5;
      display: none; }
      .modal-sign__background__border.top {
        top: 0; }
      .modal-sign__background__border.bottom {
        bottom: 0; }
      @media (min-width: 768px) {
        .modal-sign__background__border {
          display: block; } }
    .modal-sign__background__body {
      position: absolute;
      background-color: white;
      top: 0;
      bottom: 0;
      left: 1em;
      right: 1em;
      z-index: 4;
      border-radius: 5px; }
    .modal-sign__background__rope {
      position: absolute;
      background-image: url(../assets/images/ui/rope.png);
      background-repeat: repeat-y;
      background-position: 0 100%;
      bottom: 80%;
      height: 800px;
      width: 20px;
      z-index: 6;
      display: none; }
      .modal-sign__background__rope.left {
        left: 40px; }
      .modal-sign__background__rope.right {
        right: 40px; }
      @media (min-width: 768px) {
        .modal-sign__background__rope {
          display: block; } }
  @media (min-width: 600px) {
    .modal-sign__background__border {
      display: block; } }
  @media (min-width: 768px) {
    .modal-sign {
      transform: translate(-50%, -50%); } }
  .modal-sign__content {
    position: relative;
    color: #4A90E2;
    padding: 1.5em 2em 1em;
    width: 560px;
    z-index: 10;
    font-size: 0.8em;
    border-radius: 5px; }
    @media (min-width: 600px) {
      .modal-sign__content {
        padding: 3em 2em 2em; } }
    @media (min-width: 768px) {
      .modal-sign__content {
        padding: 4em 2em 2em 2em;
        width: 800px;
        font-size: 1em; } }
    .modal-sign__content__supertitle {
      position: absolute;
      width: 100%;
      left: 0;
      color: white;
      top: -40px;
      white-space: nowrap; }
      .modal-sign__content__supertitle.first {
        top: -60px; }
        @media (min-width: 768px) {
          .modal-sign__content__supertitle.first {
            top: -100px; } }
        @media (min-width: 992px) {
          .modal-sign__content__supertitle.first {
            top: -130px; } }
        @media (min-width: 1200px) {
          .modal-sign__content__supertitle.first {
            top: -140px; } }
      @media (min-width: 768px) {
        .modal-sign__content__supertitle {
          top: -60px; } }
      @media (min-width: 992px) {
        .modal-sign__content__supertitle {
          top: -70px; } }
      @media (min-width: 1200px) {
        .modal-sign__content__supertitle {
          top: -80px; } }
    .modal-sign__content__questions button {
      border-radius: 5px;
      border-radius: 5px; }
    @media (min-width: 768px) {
      .modal-sign__content__questions {
        margin-bottom: 1em; } }
    @media (min-width: 1200px) {
      .modal-sign__content__questions li {
        margin-bottom: 0.5em; } }
    .modal-sign__content__question {
      color: #F55C23;
      font-family: 'frutiger_lt_75_black';
      font-weight: bold;
      font-size: 1em;
      line-height: 1.3em; }
      @media (min-width: 768px) {
        .modal-sign__content__question {
          font-size: 1.4em; } }
      @media (min-width: 1200px) {
        .modal-sign__content__question {
          font-size: 1.875em;
          line-height: 1.125em; } }
      .modal-sign__content__question:before {
        display: block;
        background-image: url("../assets/images/ui/question.png");
        background-size: contain;
        width: 25px;
        height: 25px;
        content: "";
        left: 0;
        right: 0;
        position: absolute;
        margin: -33px auto 0; }
        @media (min-width: 768px) {
          .modal-sign__content__question:before {
            width: 45px;
            height: 45px;
            margin: -58px auto 0; } }
        @media (min-width: 992px) {
          .modal-sign__content__question:before {
            width: 65px;
            height: 65px;
            margin: -80px auto 0; } }
        @media (min-width: 1200px) {
          .modal-sign__content__question:before {
            width: 85px;
            height: 85px;
            margin: -100px auto 0; } }
    .modal-sign__content__response {
      color: white;
      font-family: 'frutiger_lt_75_black';
      font-weight: bold;
      font-size: 2em;
      line-height: 1em;
      margin-bottom: 1em; }
      @media (min-width: 1200px) {
        .modal-sign__content__response {
          font-size: 3em;
          line-height: 1.125em; } }
      .modal-sign__content__response:before {
        display: block;
        background-size: contain;
        width: 25px;
        height: 25px;
        content: "";
        left: 0;
        right: 0;
        position: absolute;
        margin: -50px auto 0; }
        @media (min-width: 768px) {
          .modal-sign__content__response:before {
            width: 45px;
            height: 45px;
            margin: -75px auto 0; } }
        @media (min-width: 992px) {
          .modal-sign__content__response:before {
            width: 65px;
            height: 65px;
            margin: -110px auto 0; } }
        @media (min-width: 1200px) {
          .modal-sign__content__response:before {
            width: 85px;
            height: 85px;
            margin: -110px auto 0; } }
      .modal-sign__content__response.correct:before {
        background-image: url("../assets/images/ui/correct.png"); }
      .modal-sign__content__response.incorrect {
        color: #F55C23; }
        .modal-sign__content__response.incorrect:before {
          background-image: url("../assets/images/ui/incorrect.png"); }
    .modal-sign__content__answer {
      color: #4A90E2;
      font-size: 0.9em; }
      @media (min-width: 768px) {
        .modal-sign__content__answer {
          font-size: 1em; } }
  .modal-sign .next-arrow {
    top: 100%;
    margin-top: 1em; }
    .modal-sign .next-arrow.inactive {
      pointer-events: none;
      opacity: 0.3;
      cursor: auto; }
    @media (min-width: 768px) {
      .modal-sign .next-arrow {
        margin-top: 2em;
        width: 60px;
        height: 60px; } }
    @media (min-width: 992px) {
      .modal-sign .next-arrow {
        width: 90px;
        height: 90px; } }
    @media (min-width: 1200px) {
      .modal-sign .next-arrow {
        width: 110px;
        height: 110px; } }

.pp-sorting-game__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-image: url("../assets/images/ui/recycling-background.jpg");
  background-size: cover; }

.pp-sorting-game__modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden; }

.pp-sorting-game__tint-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10; }

.pp-sorting-game .zingy {
  z-index: 11; }

.pp-sorting-game__title {
  position: absolute;
  z-index: 20;
  width: 100%;
  text-align: center;
  top: 10%; }

.pp-sorting-game__result {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
  text-align: center;
  opacity: 0; }

.pp-sorting-game__timer {
  position: relative;
  text-align: center;
  display: inline-block;
  min-width: 2em; }
  .pp-sorting-game__timer:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1em;
    background-color: #F55C23;
    border: 2px solid white;
    border-radius: 5em;
    content: '';
    z-index: -1; }

.pp-sorting-game__sorting-items {
  position: absolute;
  width: 100%;
  height: 100%; }
  .pp-sorting-game__sorting-items ul {
    position: relative;
    top: 30%;
    margin: auto;
    width: 30%;
    height: 30%; }
  .pp-sorting-game__sorting-items__draggable-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    list-style: none; }
    .pp-sorting-game__sorting-items__draggable-item img {
      width: auto;
      height: 100%;
      max-height: 30vh;
      position: absolute;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
  .pp-sorting-game__sorting-items #current-sorting-item {
    transform: translate3d(0, 0, 0.01px); }

.pp-sorting-game #current-sorting-item {
  z-index: 999; }

.pp-sorting-game__sorting-bins {
  display: flex;
  position: absolute;
  bottom: -30px;
  width: 100%;
  justify-content: space-around;
  z-index: 11; }
  .pp-sorting-game__sorting-bins--offscreen {
    position: absolute;
    left: -9999px; }

.pp-sorting-game__sorting-bin {
  display: block;
  position: relative;
  width: 20%;
  max-width: 200px;
  height: auto;
  box-sizing: border-box;
  list-style: none;
  background-size: 100% auto;
  background-position: 50% 100%;
  background-repeat: no-repeat; }
  .pp-sorting-game__sorting-bin img {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0; }
  .pp-sorting-game__sorting-bin .open {
    display: none; }
  .pp-sorting-game__sorting-bin:hover .closed, .pp-sorting-game__sorting-bin.open .closed {
    display: none; }
  .pp-sorting-game__sorting-bin:hover .open, .pp-sorting-game__sorting-bin.open .open {
    display: block; }
  .pp-sorting-game__sorting-bin.selected {
    background-color: blue; }

@media (min-width: 600px) {
  .pp-sorting-game__result {
    font-size: 2em; } }

@media (min-width: 768px) {
  .pp-sorting-game__sorting-items ul {
    top: 20%; }
  .pp-sorting-game__sorting-bins {
    bottom: 0px; } }

@media (min-width: 992px) {
  .pp-gameplay-game-over-overlay .string-sign {
    padding-top: 210px; } }

@media (min-width: 1200px) {
  .pp-gameplay-game-over-overlay .string-sign {
    padding-top: 300px; } }

.pp-gameplay-game-over-overlay p {
  color: #F55C23;
  line-height: 0.9em; }
  .pp-gameplay-game-over-overlay p span {
    color: #4A90E2;
    font-size: 0.6em; }

.pp-gameplay-game-over-overlay .modal-sign__content {
  padding: 2em 1em 1em 1em;
  width: 500px; }
  .pp-gameplay-game-over-overlay .modal-sign__content .score-display {
    margin-bottom: 0.1em; }

.pp-gameplay-game-over-overlay .zingy {
  position: absolute;
  bottom: -40px; }

.pp-gameplay-game-intro-overlay {
  pointer-events: none; }
  .pp-gameplay-game-intro-overlay__super-title {
    display: block;
    font-size: 1em;
    margin-bottom: 1em; }
  .pp-gameplay-game-intro-overlay__title {
    display: block;
    font-size: 4em;
    line-height: 1em; }
  .pp-gameplay-game-intro-overlay .game-intro-first {
    font-family: 'frutiger_lt_75_black';
    line-height: 1.25em;
    white-space: nowrap;
    margin-bottom: 0.3em; }
  .pp-gameplay-game-intro-overlay .game-intro-second {
    font-family: 'frutiger_lt_75_black';
    margin-bottom: 1em;
    line-height: 1.25em; }
  .pp-gameplay-game-intro-overlay .game-intro-third {
    font-family: 'frutiger_lt_75_black';
    line-height: 1em;
    margin: 0; }

@media (min-width: 768px) {
  .pp-gameplay-game-intro-overlay__super-title {
    font-size: 2em;
    margin-bottom: 1.4em; }
  .pp-gameplay-game-intro-overlay__title {
    font-size: 8em; } }

.pp-gameplay-level-intro-overlay {
  pointer-events: none; }
  .pp-gameplay-level-intro-overlay__super-title {
    font-family: 'frutiger_lt_75_black';
    font-size: 1em; }
  .pp-gameplay-level-intro-overlay__title {
    font-family: 'frutiger_lt_75_black';
    font-size: 3em;
    margin: inherit;
    line-height: 1.5; }

@media (min-width: 768px) {
  .pp-gameplay-level-intro-overlay__super-title {
    font-size: 2em; }
  .pp-gameplay-level-intro-overlay__title {
    font-size: 5em; } }

.pp-leaderboard {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch; }

.pp-gameplay-leaderboard-overlay .pp-overlay__modal {
  top: 36%; }

@media (min-width: 1200px) {
  .pp-gameplay-leaderboard-overlay .pp-overlay__modal {
    top: 50%; } }

.pp-gameplay-leaderboard-overlay h1, .pp-gameplay-leaderboard-overlay .pp-gameplay-game-over-overlay p, .pp-gameplay-game-over-overlay .pp-gameplay-leaderboard-overlay p {
  margin-bottom: 0; }

.pp-gameplay-leaderboard-overlay h1, .pp-gameplay-leaderboard-overlay .pp-gameplay-game-over-overlay p, .pp-gameplay-game-over-overlay .pp-gameplay-leaderboard-overlay p,
.pp-gameplay-leaderboard-overlay h2 {
  white-space: nowrap; }

.pp-gameplay-leaderboard-overlay .initials-box input {
  width: 180px;
  height: 60px;
  margin: 0 20px 20px 0;
  border-radius: 4px;
  background: #FFFFFF;
  border: none;
  text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0.25em; }
  @media (min-width: 992px) {
    .pp-gameplay-leaderboard-overlay .initials-box input {
      width: 350px;
      height: 90px;
      font-size: 4em; } }
  @media (min-width: 1200px) {
    .pp-gameplay-leaderboard-overlay .initials-box input {
      width: 350px;
      height: 120px;
      font-size: 5em; } }
  .pp-gameplay-leaderboard-overlay .initials-box input:last-child {
    margin-right: 0; }

.pp-gameplay-leaderboard-overlay__submit-btn {
  float: none; }

.pp-gameplay-leaderboard-overlay .pp-overlay__footer {
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-pack: center;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  margin: 0;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
  max-width: 1000px; }
  @media (min-width: 768px) {
    .pp-gameplay-leaderboard-overlay .pp-overlay__footer {
      bottom: 5em; } }
  .pp-gameplay-leaderboard-overlay .pp-overlay__footer .again {
    margin: 0 20px; }

.pp-gameplay__meta {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50; }

.pp-gameplay__mute-button {
  margin-left: 1em; }

.pp-gameplay__score {
  color: white;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 10px; }
  .pp-gameplay__score p {
    font-family: 'frutiger_lt_75_black';
    font-weight: bold;
    text-transform: uppercase; }
    .pp-gameplay__score p span {
      font-size: 1.875em;
      display: inline-block; }
  .pp-gameplay__score__bonus {
    font-family: 'frutiger_lt_75_black';
    position: absolute;
    top: 120%;
    left: 50%;
    font-size: 2em;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 9999;
    white-space: nowrap;
    display: none; }
    @media (min-width: 600px) {
      .pp-gameplay__score__bonus {
        display: inherit; } }
    @media (min-width: 768px) {
      .pp-gameplay__score__bonus {
        font-size: 4em;
        color: white; } }

.pp-gameplay__progress {
  color: white;
  position: absolute;
  width: 20%;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .pp-gameplay__progress {
      bottom: 30px; } }
  @media (min-width: 992px) {
    .pp-gameplay__progress {
      bottom: 25px; } }
  .pp-gameplay__progress:after {
    width: 15px;
    height: 17px;
    background-image: url("../assets/images/ui/icon-flag.png");
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    right: -5px; }
  .pp-gameplay__progress__track {
    width: 100%;
    background-color: #d7d7d7;
    border: 2px solid white;
    border-radius: 20px; }
    .pp-gameplay__progress__track__fill {
      border: 4px solid #F5A623;
      border-radius: 1em;
      transition: width 0.2s; }
  .pp-gameplay__progress__blip {
    width: 26px;
    height: 24px;
    background-image: url("../assets/images/ui/icon-blip.png");
    position: absolute;
    top: -30px;
    transition: left 0.2s;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    display: none; }
  .pp-gameplay__progress__markers span {
    position: absolute;
    width: 3px;
    height: 16px;
    background-color: white;
    top: 0;
    left: 50%;
    display: block; }
    .pp-gameplay__progress__markers span:first-child {
      left: 25%; }
    .pp-gameplay__progress__markers span:last-child {
      left: 75%; }

.pp-gameplay__level {
  position: absolute;
  bottom: 5px;
  left: 10px; }
  @media (min-width: 768px) {
    .pp-gameplay__level {
      bottom: 25px; } }
  @media (min-width: 992px) {
    .pp-gameplay__level {
      bottom: 20px; } }
  .pp-gameplay__level p {
    font-family: 'frutiger_lt_75_black';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
    .pp-gameplay__level p span {
      font-size: 1.875em; }

.pp-gameplay__timer {
  position: absolute;
  bottom: 5px;
  right: 10px; }
  @media (min-width: 768px) {
    .pp-gameplay__timer {
      bottom: 25px; } }
  @media (min-width: 992px) {
    .pp-gameplay__timer {
      bottom: 20px; } }
  .pp-gameplay__timer__readout {
    font-family: 'frutiger_lt_75_black';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 768px) {
      .pp-gameplay__timer__readout {
        background-image: url("../assets/images/ui/icon-timer.png");
        background-repeat: no-repeat;
        padding-left: 35px; } }
    .pp-gameplay__timer__readout span {
      font-size: 1.875em; }
  .pp-gameplay__timer__bonus {
    position: absolute;
    left: 50%;
    bottom: 300%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    font-size: 4em;
    font-family: 'frutiger_lt_75_black'; }

.pp-gameplay__score, .pp-gameplay__progress, .pp-gameplay__level, .pp-gameplay__timer {
  font-size: 0.6em; }

@media (min-width: 768px) {
  .pp-gameplay__score, .pp-gameplay__progress, .pp-gameplay__level, .pp-gameplay__timer {
    font-size: 1em; }
  .pp-gameplay__score {
    top: 20px; }
    .pp-gameplay__score p span {
      padding-top: 10px; }
  .pp-gameplay__progress__track {
    border: 3px solid white; }
  .pp-gameplay__progress__markers span {
    width: 4px;
    height: 20px; }
  .pp-gameplay__level {
    left: 20px; }
  .pp-gameplay__timer {
    right: 20px; } }

.pp-gameplay__canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden; }

.pp-gameplay__mute .fa, .pp-gameplay__difficulty .fa {
  font-size: 2em; }

.pp-gameplay__difficulty {
  margin-right: 10px; }

.pp-gameplay__menu {
  margin-right: 1em; }
  .pp-gameplay__menu .fa {
    font-size: 2em; }

.pp-instructions__background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: ''; }

.pp-instructions .pp-screen__header {
  padding: 20px; }
  .pp-instructions .pp-screen__header .btn-home {
    float: none;
    font-size: 2em;
    background-color: limegreen;
    padding: 0px 10px;
    color: white; }
    .pp-instructions .pp-screen__header .btn-home .fa:first-of-type {
      margin-right: 0.5em; }
    .pp-instructions .pp-screen__header .btn-home:hover {
      background-color: #41d323; }

.pp-instructions__content__dots {
  display: table-cell;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pp-instructions__content__dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 25px 3px 0;
    border: 1px solid #FFFFFF;
    text-indent: -9999px;
    list-style: none; }
    .pp-instructions__content__dots li.active {
      background: #FFFFFF; }

.pp-instructions__slide-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: left 0.4s ease-in-out; }
  .pp-instructions__slide-container .slide:nth-child(2) {
    left: 100%; }
  .pp-instructions__slide-container .slide:nth-child(3) {
    left: 200%; }
  .pp-instructions__slide-container .slide:nth-child(4) {
    left: 300%; }

.instructions-slider {
  width: 100%; }
  .instructions-slider .controls-title {
    text-align: center;
    margin-top: 1em; }
    @media (min-width: 768px) {
      .instructions-slider .controls-title {
        margin-top: 1.5em; } }
    @media (min-width: 992px) {
      .instructions-slider .controls-title {
        margin-top: 1em; } }
    @media (min-width: 1200px) {
      .instructions-slider .controls-title {
        margin-top: 2em; } }
    .instructions-slider .controls-title:before {
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      content: "";
      margin-right: 10px;
      background-image: url("../assets/images/ui/icon-controls.png");
      width: 22px;
      height: 15px;
      margin: 0 auto 10px; }
      @media (min-width: 992px) {
        .instructions-slider .controls-title:before {
          width: 44px;
          height: 30px; } }
  .instructions-slider .slide {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    .instructions-slider .slide .instruction-image {
      width: 30%;
      box-sizing: border-box; }
      @media (min-width: 1200px) {
        .instructions-slider .slide .instruction-image {
          width: 25%; } }
      .instructions-slider .slide .instruction-image img {
        width: 100%;
        display: block;
        max-width: inherit; }
      .instructions-slider .slide .instruction-image.full {
        width: 60%;
        max-width: 815px; }
    .instructions-slider .slide .instruction-info {
      width: 45%;
      max-width: 370px;
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 11px; }
      @media (min-width: 992px) {
        .instructions-slider .slide .instruction-info {
          padding: 0 0 0 30px;
          font-size: 13px; } }
      @media (min-width: 1200px) {
        .instructions-slider .slide .instruction-info {
          width: 25%;
          padding: 0 0 0 50px; } }
      .instructions-slider .slide .instruction-info p {
        font-size: 1.125em;
        margin: 0 0 1em;
        font-family: 'frutiger_lt_75_black';
        font-weight: bold;
        line-height: 1.2em; }
        @media (min-width: 768px) {
          .instructions-slider .slide .instruction-info p {
            font-size: 1.500em; } }
        @media (min-width: 992px) {
          .instructions-slider .slide .instruction-info p {
            font-size: 1.875em; } }

#transition-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2000px solid black;
  padding: 70%;
  transform: translate(-50%, -50%);
  border-radius: 99999px;
  z-index: 9999;
  transition: padding 1s ease-in-out;
  pointer-events: none; }
  #transition-overlay.occluding {
    padding: 0; }

.pp-device-orientation-warning {
  background-color: #313131;
  background-image: url("../assets/images/ui/body-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  z-index: 9999; }
  .pp-device-orientation-warning h2 {
    text-align: center;
    position: absolute;
    bottom: 4em;
    left: 0;
    right: 0;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .pp-device-orientation-warning .logo {
      width: 480px;
      height: 306px; } }

.pp-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: hidden; }
  .pp-screen__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden; }
  .pp-screen__foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    overflow: hidden; }
  .pp-screen__header {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 20px 20px 0 0; }
  .pp-screen__footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
    box-sizing: border-box; }

body {
  background-color: #313131;
  background-image: url("../assets/images/ui/body-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF; }

@media (min-width: 768px) {
  .pp-screen__footer {
    padding: 0 40px 40px; } }

/*# sourceMappingURL=lights-out.css.map*/
