@font-face {
  font-family: 'BPreplayBold';
  src: url('../fonts/BPreplayBold-webfont.eot');
  src: url('../fonts/BPreplayBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BPreplayBold-webfont.woff') format('woff'), url('../fonts/BPreplayBold-webfont.ttf') format('truetype'), url('../fonts/BPreplayBold-webfont.svg#BPreplayBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BPreplay';
  src: url('../fonts/BPreplay-webfont.eot');
  src: url('../fonts/BPreplay-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BPreplay-webfont.woff') format('woff'), url('../fonts/BPreplay-webfont.ttf') format('truetype'), url('../fonts/BPreplay-webfont.svg#BPreplay') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-size: 1.5em;
  font-family: Georgia, serif;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
  background-image: url(../images/ui-tile-clouds.png);
  background-attachment: fixed;
}
div.prompt {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 10px rgba(50, 50, 50, 0.5);
  background-color: #08bdf2;
  padding: 20px;
  text-align: center;
}
div.prompt .icon {
  margin: 15px;
  margin-left: 30px;
  margin-right: 30px;
}
div#incompatable {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  margin: auto;
  width: 600px;
  padding: 20px;
  margin-top: 100px;
  display: none;
}
div#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  opacity: 0.85;
}
div#loading div#spinner {
  position: fixed;
  background: url(../images/ui-spinner.gif);
  width: 32px;
  height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
div#loading div#spinner p {
  position: relative;
  left: -20px;
  top: 35px;
}
a,
a:visited {
  color: #cc3300;
}
a:hover {
  color: #08bdf2;
}
.centered {
  text-align: center;
}
.italics {
  font-style: italic;
}
p#info-text {
  text-align: center;
  margin-top: 70px;
  font-size: 0.7em;
}
div#content {
  margin: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media screen and (min-device-width: 1024px) {
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background-color: #fff;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #08bdf2;
  }
}
div.story-icon {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px rgba(8, 189, 242, 0.75);
  -moz-box-shadow: 0px 0px 20px rgba(8, 189, 242, 0.75);
  box-shadow: 0px 0px 20px rgba(8, 189, 242, 0.75);
  transition: box-shadow 0.25s linear;
  -moz-transition: -moz-box-shadow 0.25s linear;
  -webkit-transition: -webkit-box-shadow 0.25s linear;
  padding: 20px;
  margin: 15px;
}
div.story-icon:not(.disabled):hover {
  -webkit-box-shadow: 0px 0px 20px #ffffff;
  -moz-box-shadow: 0px 0px 20px #ffffff;
  box-shadow: 0px 0px 20px #ffffff;
}
div.story-icon.disabled img {
  opacity: 0.2;
}
div.story-icon.disabled .lock {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/ui-lock.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 41px;
  height: 65px;
  margin: 30px;
}
div.story-icon div.image {
  position: relative;
}
div.story-icon div.image div.details {
  background-color: rgba(8, 189, 242, 0.9);
  position: absolute;
  bottom: 0;
  width: 100%;
  font-family: 'BPreplay', sans-serif;
}
div.story-icon div.image div.details p {
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
}
div.story-icon div.image div.details span.author {
  font-size: 0.8em;
}
div.story-banner {
  margin: auto;
  background-color: #08bdf2;
  display: block;
  width: 730px;
  padding: 20px;
  padding-top: 15px;
  margin-top: 170px;
  margin-bottom: 30px;
}
div.story-banner div.image div.details {
  background-color: rgba(255, 255, 255, 0.9);
}
div.story-banner div.image div.details p {
  color: #08bdf2;
}
div.story-banner h2 {
  font-family: 'ArialRoundedMTBold', 'BPreplayBold', sans-serif;
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  padding: 0px;
}
div#tasks ul {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-align: center;
  background-color: #c2e8f7;
  list-style-type: none;
}
div#tasks ul li {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
div#tasks img.mascot {
  float: right;
  margin: 10px;
}
a {
  text-decoration: none;
  border: 0;
}
a * {
  border: 0;
}
div.cloud-top {
  background-image: url(../images/cloud-blue-top.png);
  width: 229px;
  height: 53px;
  margin-left: -114px;
  margin-top: -26px;
  position: absolute;
  left: 50%;
  top: -25px;
  z-index: inherit;
}
div.cloud-bottom {
  background-image: url(../images/cloud-blue-bottom.png);
  width: 229px;
  height: 53px;
  margin-left: -114px;
  margin-top: -26px;
  position: absolute;
  left: 50%;
  bottom: -52px;
}
h2,
h3 {
  font-family: 'ArialRoundedMTBold', 'BPreplayBold', sans-serif;
  color: #08bdf2;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 25px;
}
div.modal {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  color: #045770;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
  /*"Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;*/

  font-size: 0.8em;
  width: 600px;
  padding: 10px;
  height: 500px;
  overflow: hidden;
  display: none;
  line-height: 1.6em;
}
div.modal .em {
  font-style: italic;
}
div.modal .title {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  background-color: #08bdf2;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: inherit;
}
div.modal .title h2 {
  color: #fff;
  padding: 0;
  margin: 0;
}
div.modal .scroll-pane {
  height: 425px;
  overflow-y: scroll;
  padding: 15px;
  -webkit-overflow-scrolling: touch;
}
div.modal li {
  /*list-style-position: inside;*/

  margin-left: 20px;
  margin-bottom: 0.4em;
}
div.modal h2 {
  font-size: 30px;
  padding: 0;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
div.modal p {
  margin-bottom: 0.7em;
}
div.page {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #fff;
  padding: 30px;
  padding-top: 0;
  margin: auto;
  color: #045770;
  width: 660px;
  margin-top: 100px;
}
div.page .title {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  background-color: #08bdf2;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 70px;
  padding: 15px;
  text-align: center;
  position: relative;
  color: #fff;
  z-index: inherit;
}
div.page .title p.author {
  font-family: 'BPreplay';
  padding: 0;
  margin: 0;
}
div.page h2 {
  color: #fff;
  padding: 0;
  margin: 0;
}
div.page p {
  font-family: Georgia, serif;
  margin-bottom: 0.7em;
  line-height: 1.5em;
}
div.page span {
  transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -webkit-transition: color 0.25s linear;
}
div.page .options {
  margin: -30px;
  margin-top: 80px;
  background-image: url(../images/line-dotted-vertical.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
div.page .options .section {
  padding-top: 30px;
}
div.page .options .section p {
  margin-top: 15px;
  font-family: 'ArialRoundedMTBold', 'BPreplayBold', sans-serif;
  font-size: 1em;
  line-height: 1em;
}
.options {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  position: relative;
  margin: -30px;
  margin-top: 80px;
  background-color: #08bdf2;
  height: 240px;
  padding: 10px;
  background-image: url(../images/line-dotted-vertical.png);
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
.options .section {
  width: 50%;
  text-align: center;
  float: left;
}
div#header {
  position: fixed;
  width: 630px;
  height: 161px;
  margin-left: -315px;
  left: 50%;
  background-image: url(../images/header-clouds.png);
  z-index: 100;
  pointer-events: none;
}
div#header div {
  pointer-events: auto;
}
div#header div#logo {
  background-image: url(../images/header-logo.png);
  width: 272px;
  height: 53px;
  margin: auto;
  margin-top: 10px;
}
div#header div#logo span {
  font-family: 'ArialRoundedMTBold', 'BPreplayBold', sans-serif;
  font-size: 16px;
  display: block;
  color: #08bdf2;
  text-align: center;
  padding-top: 55px;
}
div#header p {
  /*font-family: Georgia, serif; /*'BPreplay', sans-serif;*/

  color: #045770;
  pointer-events: none;
}
#controls-left {
  position: fixed;
  left: 0;
  z-index: 100;
}
#controls-right {
  position: fixed;
  right: 0;
  z-index: 100;
}
/*	.controls-center {
		width: 100%; 
		text-align: center;
	}
*/
div#fade-out {
  background-image: url(../images/ui-fade-out.png);
  width: 100%;
  height: 30px;
  position: fixed;
  bottom: 50px;
  left: 0px;
}
img#ribbon {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
div#footer {
  position: fixed;
  bottom: 0px;
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  width: 100%;
  height: 50px;
}
div#footer #sponsor-logos {
  float: right;
  margin-right: 10px;
  margin-top: 6px;
  height: 50px;
}
div#footer #sponsor-logos img {
  vertical-align: middle;
  margin-left: 15px;
}
div#footer #discover-logo {
  float: left;
  padding: 10px;
}
.iosfix {
  height: 101%;
  overflow: hidden;
}
.audio-player {
  margin: auto;
  margin-top: 60px;
}
.button {
  cursor: pointer;
}
@media screen and (min-device-width: 1024px) {
  .button:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}
.give-up-link {
  pointer-events: all;
  color: #cc3300;
  width: 150px;
  text-align: center;
  margin: auto;
  margin-top: 0.2em;
  font-size: 0.7em;
  cursor: pointer;
}
.give-up-link:hover {
  color: #08bdf2;
}
.sliderbar {
  height: 10px;
  border-radius: 5px;
  background: #c2e8f7;
}
.noUi_handle {
  height: 10px;
  width: 10px;
}
.noUi_midBar {
  display: none;
  height: 10px;
  background: #2673AB;
  border-radius: 5px;
}
.noUi_sliderKnob {
  z-index: 5;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 20px;
  background: #08bdf2;
}
.noUi_sliderKnob:hover,
.noUi_activeHandle {
  background: #adcbe1;
  border-color: #2673AB;
}
