* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Dosis', sans-serif;
  background: #000000;
  font-size: 16px;
  line-height: 17px;
  color: white;
  min-width: 800px;
  min-height: 600px;
  overflow: hidden; }

a {
  color: white;
  text-decoration: none; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-ExtraBoldItalic.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: "italic"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-ExtraBold.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: "normal"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-BoldItalic.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: "italic"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-Bold.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: "normal"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-SemiboldItalic.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: "italic"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-Semibold.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: "normal"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-Italic.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: "italic"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-Regular.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: "normal"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-LightItalic.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: "italic"; }

@font-face {
  font-family: "Open Sans";
  src: url("./local-assets/fonts/opensans/OpenSans-Light.eot");
  src: url("./local-assets/fonts/opensans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/opensans/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: "normal"; }

@font-face {
  font-family: "Museo";
  src: url("./local-assets/fonts/museo/museo_slab_100-webfont.eot");
  src: url("./local-assets/fonts/museo/museo_slab_100-webfont.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/museo/museo_slab_100-webfont.woff") format("woff");
  font-weight: 100;
  font-style: "normal"; }

@font-face {
  font-family: "icomoon";
  src: url("./local-assets/fonts/icomoon/icomoon.eot");
  src: url("./local-assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("./local-assets/fonts/icomoon/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: "normal"; }

.icon-fullscreen:before {
  content: "\46"; }

.icon-volume-mute:before {
  content: "\76"; }

.icon-volume-up:before {
  content: "\56"; }

.icon-keyboard-arrow-down:before {
  content: "\44"; }

.icon-keyboard-arrow-left:before {
  content: "\4c"; }

.icon-keyboard-arrow-right:before {
  content: "\52"; }

.icon-keyboard-arrow-up:before {
  content: "\55"; }

.icon-check:before {
  content: "\59"; }

.icon-close:before {
  content: "\4e"; }

.app {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none; }

.speak {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none; }
  .speak.full-speak {
    left: 0;
    top: 0;
    margin-left: 0px;
    width: 100%;
    height: 100%; }

.bg-img {
  background-size: cover;
  background-position: 50% 50%;
  opacity: 1.0; }

#d3-system {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }
  #d3-system svg {
    position: absolute; }

#cursor {
  width: 7px;
  height: 7px;
  cursor: pointer;
  background-color: white;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0; }
  #cursor.is-visible {
    opacity: 1; }

#caption {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: #0ae5d8;
  font-size: 12px;
  cursor: pointer; }

.fractal-icon {
  cursor: pointer; }
  .fractal-icon:hover {
    fill: white; }

.fractal-text {
  cursor: pointer;
  stroke: none;
  z-index: 100000; }
  .fractal-text:hover {
    fill: white;
    opacity: 1;
    font-size: 20px; }

.story-item {
  width: 20px;
  height: 60px;
  overflow: hidden; }
  .story-item.hi-lite {
    width: 500px;
    z-index: 100000; }
    .story-item.hi-lite .text {
      opacity: 1;
      width: 300px; }
  .story-item .text {
    color: #F5A623;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 0;
    padding: 3px;
    padding-left: 10px;
    display: inline;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 1s; }
  .story-item:hover {
    width: 400px;
    z-index: 100000; }
    .story-item:hover .circle {
      color: #F5A623; }
  .story-item:hover > .text {
    opacity: 1;
    width: 300px; }

.menu-toggle {
  cursor: pointer;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms; }

.menu-item {
  position: absolute;
  cursor: pointer;
  font-size: 14px;
  z-index: 10000;
  vertical-align: middle; }
  .menu-item.hi-lite .circle {
    color: #F5A623; }
  .menu-item .icon {
    margin-left: 5px;
    padding-bottom: 5px;
    display: inline-block; }
    .menu-item .icon svg {
      cursor: pointer;
      width: 15px;
      height: 15px; }
  .menu-item .circle:before {
    content: ' \25CF';
    font-size: 34px; }
  .menu-item .circle {
    display: inline-block;
    color: white; }
    .menu-item .circle .inner {
      position: absolute;
      text-align: center;
      left: 5px;
      width: 10px;
      top: 3px;
      font-family: "Open Sans", sans-serif;
      font-weight: 800;
      font-size: 10px;
      color: black; }

.discipline-tag {
  text-transform: uppercase;
  display: none; }

.clicked {
  font-size: 24px; }

.middle-menu-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  margin-left: -200px;
  text-align: center;
  color: white;
  font-size: 24px;
  pointer-events: none; }

.middle-discipline-text {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 400px;
  margin-left: -200px;
  text-align: center;
  color: white;
  font-size: 24px; }
  .middle-discipline-text span {
    cursor: pointer;
    transition: all 1s;
    opacity: .2; }
    .middle-discipline-text span:hover {
      opacity: .5; }
    .middle-discipline-text span.is-active {
      opacity: 1; }

.top-menu {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 200px;
  color: white;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-transform: translateY(calc(-100% + 50px));
      -ms-transform: translateY(calc(-100% + 50px));
          transform: translateY(calc(-100% + 50px)); }
  .top-menu.is-open {
    -webkit-transform: translateY(calc(0%));
        -ms-transform: translateY(calc(0%));
            transform: translateY(calc(0%)); }
    .top-menu.is-open .menu-toggle {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .top-menu .menu-item {
    position: absolute;
    transition: all 1000ms;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px; }

.bottom-menu {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 200px;
  opacity: 0;
  color: white;
  padding-bottom: 30px;
  transition: opacity 400ms; }
  .bottom-menu.is-open {
    opacity: 1; }
  .bottom-menu .search-tag, .bottom-menu #more-by {
    cursor: pointer;
    color: #F5A623;
    font-size: 14px;
    margin-top: 10px; }

.toc {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .toc .toc-startlabel {
    position: absolute;
    font-size: 20px;
    color: white;
    opacity: 1;
    transition: opacity 500ms;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .toc .toc-startlabel.is-incoming {
      opacity: 0; }
  .toc .toc-item {
    position: absolute;
    background: white;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
        -ms-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    color: black; }
    .toc .toc-item.is-minimized {
      -webkit-transform: translate(-50%, -50%) scale(0);
          -ms-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0); }
    .toc .toc-item:hover {
      -webkit-transform: translate(-50%, -50%) scale(1);
          -ms-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      color: #fda030;
      cursor: pointer; }

.italics-sm {
  display: inline;
  font-style: italic;
  font-size: .9em; }

.metadata {
  position: fixed;
  bottom: 120px;
  left: 50%;
  width: 300px;
  color: white;
  margin-left: -150px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms; }
  .metadata.is-visible {
    opacity: 1; }
  .metadata .metadata-name {
    display: inline;
    font-size: 16px; }
  .metadata .metadata-author {
    display: inline;
    font-style: italic;
    font-size: 16px; }
  .metadata .metadata-comments {
    font-size: 0.8rem;
    color: #fda030;
    display: none; }
    .metadata .metadata-comments .material-icons {
      font-size: inherit; }
    .metadata .metadata-comments:hover {
      color: white;
      cursor: pointer; }

.mode-toggle {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer; }

.help-toggle {
  position: absolute;
  right: 15px;
  bottom: 15px;
  cursor: pointer; }

.controls {
  position: fixed;
  opacity: 0;
  pointer-events: none; }
  .controls.is-visible {
    opacity: 1;
    pointer-events: all; }
  .controls .controls-inner {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    position: relative; }
  .controls.is-visible .controls-inner {
    -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); }
  .controls .controls-buttons {
    position: absolute;
    top: 0;
    left: 0; }
  .controls .controls-button {
    color: white;
    font-size: 30px;
    line-height: 1;
    padding: 10px;
    cursor: pointer; }
    .controls .controls-button:hover {
      color: #fda030; }
    .controls .controls-button.mod-play {
      display: block; }
    .controls .controls-button.mod-pause {
      display: none; }
  .controls.is-playing .controls-button.mod-play {
    display: none; }
  .controls.is-playing .controls-button.mod-pause {
    display: block; }
  .controls .controls-exit {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 10px;
    height: 10px;
    cursor: pointer; }
    .controls .controls-exit svg {
      width: 10px;
      height: 10px; }
  .controls .controls-time {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.8px;
    font-weight: bold;
    padding: 10px;
    color: white; }
  .controls svg.controls-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.comments {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 300px;
  height: 100%;
  opacity: 0;
  transition: opacity 500ms;
  pointer-events: none;
  color: white; }
  .comments .f-left {
    display: inline;
    float: right;
    margin-right: 30px; }
  .comments.is-visible {
    opacity: 1;
    pointer-events: all; }
  .comments .comments-icon {
    cursor: pointer;
    position: relative;
    width: 30px;
    text-align: center; }
    .comments .comments-icon i {
      font-size: 20px; }
    .comments .comments-icon .comments-count {
      position: absolute;
      width: 5px;
      line-height: 0px;
      font-size: 10px;
      top: 0;
      right: 0;
      color: white; }
  .comments .comments-list {
    position: absolute;
    bottom: 30px;
    width: 350px;
    right: 0px;
    transition: right 2s;
    max-height: 90%;
    overflow-y: auto;
    overflow-x: hidden; }
    .comments .comments-list.open {
      right: 0px; }
    .comments .comments-list .icon {
      position: absolute;
      top: 10px;
      left: 10px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
      .comments .comments-list .icon svg {
        cursor: pointer;
        width: 20px;
        height: 20px; }

.comment {
  position: relative;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  margin: 10px 0;
  left: 30px; }
  .comment .comment-circle {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: white;
    border-radius: 100%;
    color: black;
    text-align: center;
    line-height: 20px;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
    .comment .comment-circle:hover {
      background: #fda030;
      cursor: pointer; }
    .comment .comment-circle .comment-circle-icon-record {
      width: 20px;
      height: 20px; }
      .comment .comment-circle .comment-circle-icon-record svg {
        width: 20px;
        height: 20px; }
    .comment .comment-circle .comment-circle-icon-comment {
      width: 10px;
      height: 10px;
      padding: 5px;
      padding-top: 0px; }
      .comment .comment-circle .comment-circle-icon-comment svg {
        width: 10px;
        height: 10px; }
    .comment .comment-circle .comment-circle-open {
      display: block; }
    .comment .comment-circle .comment-circle-close {
      display: none; }
  .comment.is-open .comment-circle {
    background: #fda030; }
  .comment.is-open .comment-circle-open {
    display: none; }
  .comment.is-open .comment-circle-close {
    display: block; }
  .comment.is-incoming .comment-circle {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0); }
  .comment.is-open {
    -webkit-transform: translate(-30px, 0);
        -ms-transform: translate(-30px, 0);
            transform: translate(-30px, 0); }
  .comment .comment-inner {
    position: absolute;
    top: 0;
    left: 50px;
    width: 250px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    color: white; }

.audio-comment-playback {
  width: 100%;
  display: none; }
  .audio-comment-playback.is-open {
    display: block; }

.disqus-panel {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: opacity 1s;
  z-index: 100000; }
  .disqus-panel.is-open {
    opacity: 1;
    pointer-events: all; }

.disqus-panel-inner {
  position: absolute;
  display: table;
  width: 50%;
  height: 70%;
  top: 15%;
  left: 50%;
  margin-left: -25%; }
  .disqus-panel-inner .disqus-cell {
    width: 100%;
    overflow: auto;
    height: 70% !important;
    border-top: 1px solid;
    border-bottom: 1px solid;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px; }
  .disqus-panel-inner .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    .disqus-panel-inner .icon svg {
      cursor: pointer;
      width: 20px; }

#transcript {
  position: absolute;
  width: 300px;
  height: 70px;
  overflow: hidden;
  left: 50%;
  margin-left: -150px;
  bottom: 30px; }

.transcript-body {
  height: 75px;
  overflow-y: scroll; }

.transcript-line {
  display: inline;
  position: relative; }

.transcript-timestamp {
  position: absolute;
  display: none;
  width: 50px; }

.transcript-text {
  display: inline;
  opacity: 0.2;
  font-size: 16px;
  color: #ffffff;
  transition: all 1s; }

.transcript-line.is-active .transcript-text {
  opacity: 1.0; }

.transcript-line.is-active .transcript-timestamp {
  color: #ff0000; }

.transcript-header, .transcript-selector {
  display: none; }

.record-modal {
  width: 500px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 20%;
  margin-left: -250px;
  display: none;
  z-index: 100000;
  color: black;
  background: rgba(255, 255, 255, 0.9); }
  .record-modal.upload-panel {
    height: 400px; }
  .record-modal .close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }

.hit-test {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.record-close {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  transition: all 1s; }
  .record-close svg {
    width: 15px;
    height: 15px; }

.small-interface {
  line-height: 15px;
  font-size: 15px;
  padding-left: 10px;
  cursor: pointer; }
  .small-interface:hover {
    color: black; }

.content-top {
  width: 480px;
  height: 40px;
  position: absolute;
  left: 20px;
  top: 0px;
  font-size: 20px;
  text-align: center;
  padding: 10px; }
  .content-top .form {
    margin-top: 20px;
    text-align: right;
    padding-right: 50px; }
    .content-top .form .input-text {
      height: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 16px;
      margin-left: 20px;
      width: 250px;
      background-color: rgba(255, 255, 255, 0.1);
      border: none;
        border-border-bottom: 2px solid white; }

#record-status {
  width: 400px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  font-size: 20px;
  margin-left: -200px;
  text-align: center;
  padding: 10px; }

#save-info {
  display: none; }

.record-playback {
  width: 480px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 1s;
  opacity: 0; }
  .record-playback.is-visible {
    opacity: 1; }

#level {
  width: 500px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 1s;
  opacity: 0; }
  #level.is-visible {
    opacity: 1; }

.info-button {
  position: absolute;
  top: 85px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  transition: all 1s; }
  .info-button svg {
    width: 30px;
    height: 30px; }
  .info-button.disabled {
    opacity: 0;
    pointer-events: none; }
  .info-button.lower-right {
    top: auto;
    left: auto;
    right: 15px;
    bottom: 15px; }
  .info-button.lower-left {
    top: auto;
    left: 15px;
    right: auto;
    bottom: 15px; }
  .info-button.lower-middle {
    top: auto;
    left: 50%;
    margin-left: -15px;
    right: auto;
    bottom: 15px; }

.record-button {
  position: absolute;
  top: 85px;
  left: 50%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  pointer-events: all;
  opacity: 1;
  transition: all 1s; }
  .record-button svg {
    width: 30px;
    height: 30px; }
  .record-button.disabled {
    opacity: 0;
    pointer-events: none; }

#record {
  margin-left: -45px; }

#play-record {
  margin-left: -15px; }

#open-upload-modal {
  margin-left: 45px; }

.multiselect {
  width: 250px;
  float: right;
  height: 100px;
  overflow: hidden;
  margin-left: 20px; }

.selectBox {
  position: relative; }

.selectBox select {
  width: 100%;
  font-weight: bold; }

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

#checkboxes {
  display: none;
  height: 50px;
  height: 100px;
  overflow: scroll; }

#checkboxes label {
  float: left;
  display: block;
  margin: 5px;
  font-size: 10px; }

#bg-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

#toggleBGAudio {
  position: absolute;
  right: 15px;
  top: 15px; }
  #toggleBGAudio svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all 1s;
    display: block; }
    #toggleBGAudio svg.is-closed {
      display: none; }

.title-treatment {
  display: table;
  height: 100%;
  width: 100%; }
  .title-treatment .cell {
    color: white;
    font-family: 'Text Me One', sans-serif;
    font-size: 4em;
    width: 100%;
    border: 1px solid white;
    text-align: center;
    display: table-cell;
    vertical-align: middle; }

.header-title {
  position: absolute;
  font-family: 'Text Me One', sans-serif;
  font-size: 1.0em;
  letter-spacing: .8em;
  left: 15px;
  top: 15px; }

.global-bg {
  background: linear-gradient(transparent, black);
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  width: 100%; }

.global-bg-bottom {
  background: linear-gradient(black, transparent);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 50%;
  width: 100%; }

.speak-standalone {
  display: none; }

.interactive-orange {
  fill: #F5A623; }
  .interactive-orange:hover {
    fill: white; }

.title-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-top: 15%;
  text-align: center;
  pointer-events: none; }
  .title-top .copy-deck {
    margin-top: 20px;
    margin-bottom: 20px; }
  .title-top .title-line {
    margin: 0 auto;
    width: 300px;
    border-top: 1px solid white; }

#bg-image-buffer {
  position: absolute;
  left: 6000px; }

.title-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center; }
  .title-bottom .copy-deck {
    margin-top: 5%;
    margin-bottom: 5%; }
  .title-bottom .icon {
    text-align: center; }
    .title-bottom .icon svg {
      cursor: pointer;
      width: 30px;
      height: 30px; }

.meta-bio-container {
  position: absolute;
  width: 400px;
  left: 0;
  bottom: 0; }
  .meta-bio-container .meta-bio {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-size: 14px; }
  .meta-bio-container .meta-bio-list {
    color: #F5A623;
    padding: 20px;
    font-size: 16px; }

.learn-icon {
  text-align: center; }
  .learn-icon svg {
    cursor: pointer;
    width: 30px;
    height: 30px; }

.learn-about-credits {
  position: absolute;
  width: 100%;
  bottom: 10px;
  font-size: .7em;
  text-align: center; }
  .learn-about-credits a {
    color: #F5A623; }

.learn-container {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%; }

.about-logos {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 80px;
  padding: 10px;
  background: white;
  text-align: center; }
  .about-logos img {
    height: 40px;
    width: auto;
    padding-left: 30px;
    padding-right: 30px; }

.listen-container {
  position: absolute;
  width: 25%;
  height: 100%;
  pointer-events: none;
  display: none; }
  .listen-container .learn-deck {
    position: absolute;
    display: table;
    width: 90%;
    height: 70%;
    top: 15%;
    left: 50%;
    margin-left: -45%; }
    .listen-container .learn-deck p {
      margin-bottom: 10px;
      text-align: left !important; }
    .listen-container .learn-deck .cell {
      color: white;
      width: 100%;
      height: 100%;
      display: table-cell; }

.title-hero {
  color: white;
  font-family: 'Text Me One', sans-serif;
  padding-top: 40px;
  font-size: 4em;
  letter-spacing: 1.0em;
  padding-left: 1.0em;
  width: 100%;
  text-align: center; }

.learn-deck {
  display: table;
  width: 50%;
  height: 70%;
  margin: 0 auto;
  margin-top: 10%; }
  .learn-deck p {
    margin-bottom: 10px; }
  .learn-deck .cell {
    color: white;
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }

.deck-italic {
  font-style: italic;
  font-size: 18px;
  line-height: 22px;
  text-align: center; }
  .deck-italic a {
    color: #F5A623;
    text-decoration: none; }

.deck-italic.about {
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 20px; }

.bar {
  width: 60%;
  height: 1px;
  border-top: 1px solid white;
  margin: 0 auto;
  padding-bottom: 20px; }
  .bar.listen {
    margin: 0; }
  .bar.lower {
    margin-top: 20px; }

.learn-nav {
  margin-top: 30px;
  text-align: center;
  padding-bottom: 40px; }
  .learn-nav.lower-left {
    float: left;
    margin-left: 70px; }
  .learn-nav.lower-right {
    float: right;
    margin-right: 70px; }
  .learn-nav .btn a {
    color: #F5A623;
    font-size: 22px;
    margin-bottom: 10px; }

.learn-go {
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: -25%;
  font-family: 'Text Me One', sans-serif;
  font-size: 1.3em;
  color: #F5A623;
  text-align: center; }
  .learn-go.top {
    top: 7.5%; }
  .learn-go.bottom {
    bottom: 7.5%; }
  .learn-go a {
    color: #F5A623; }

/*# sourceMappingURL=style.css.map */
