@import url(http://fonts.googleapis.com/css?family=Abel);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  margin: 0;
  font-family: "Abel", sans-serif;
  height: 100%; }

#footer {
  position: relative;
  bottom: 0;
  width: 100%;
  border-top: 1px dotted #dedede;
  padding: 20px 0;
  overflow: auto; }
  #footer h4 {
    float: left;
    font-size: 2rem;
    line-height: 2rem;
    color: #1f77b4;
    padding-left: 20px; }
  #footer h5 {
    float: right;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #787878;
    padding-right: 20px;
    text-align: baseline; }

#nav {
  position: relative;
  height: 24px;
  left: 20px;
  z-index: 100; }
  #nav a {
    height: 24px;
    line-height: 24px;
    width: 200px;
    font-size: 1.4rem;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    background-color: #57a9e2;
    border-right: 1px solid #ffffff;
    -moz-transform: background-color 120ms;
    -ms-transform: background-color 120ms;
    -webkit-transform: background-color 120ms;
    transform: background-color 120ms; }
    #nav a:hover, #nav a:focus, #nav a.active {
      background-color: #2b93db; }

#intro {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 200; }
  #intro section {
    box-sizing: border-box;
    padding: 80px 0 0 80px;
    width: 50%;
    float: left; }
  #intro video {
    box-sizing: border-box;
    width: 40%;
    padding: 130px 80px 0 0;
    float: right; }
  #intro h1 {
    font-size: 3rem;
    color: #1f77b4;
    margin-bottom: 20px; }
  #intro p {
    font-size: 1.4rem;
    line-height: 1.7rem;
    margin-bottom: 20px; }
    #intro p.thanks {
      font-style: italic; }
  #intro a {
    color: #57a9e2;
    -moz-transition: color 120ms;
    -o-transition: color 120ms;
    -webkit-transition: color 120ms;
    transition: color 120ms; }
    #intro a:hover, #intro a:focus {
      color: #2283c5; }

#content {
  overflow: auto;
  position: relative; }
  #content #score, #content #analysis, #content #overview {
    width: 50%;
    float: left;
    position: relative; }
  #content #score #score-chart {
    display: block;
    margin: 0 auto; }
  #content #analysis {
    position: relative;
    padding: 50px 140px 0px 40px;
    box-sizing: border-box;
    background-color: #ffffff; }
    #content #analysis .cache-top {
      width: 50%;
      height: 50px;
      position: fixed;
      top: 0;
      left: 50%;
      background-color: #ffffff;
      z-index: 10; }
    #content #analysis .inner-wrapper {
      height: 100%;
      padding-right: 20px;
      overflow-y: auto; }
  #content #complement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #content #complement .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.7); }
    #content #complement .content {
      position: absolute;
      width: 80%;
      height: 80%;
      background-color: #ffffff;
      left: 10%;
      top: 10%;
      z-index: 100;
      padding: 30px;
      box-sizing: border-box;
      -moz-box-shadow: 0px 0px 4px 2px #acacac;
      -webkit-box-shadow: 0px 0px 4px 2px #acacac;
      box-shadow: 0px 0px 4px 2px #acacac; }
      #content #complement .content .inner {
        height: 100%;
        padding-right: 20px;
        overflow-y: auto; }
      #content #complement .content video {
        height: 100%;
        display: block;
        margin: 0 auto; }
      #content #complement .content .close-btn {
        width: 30px;
        height: 30px;
        position: absolute;
        font-size: 1.8rem;
        line-height: 30px;
        text-align: center;
        color: #1f77b4;
        top: 0;
        right: 0;
        opacity: 0.7;
        text-decoration: none;
        -moz-transition: opacity 120ms;
        -o-transition: opacity 120ms;
        -webkit-transition: opacity 120ms;
        transition: opacity 120ms; }
        #content #complement .content .close-btn:hover, #content #complement .content .close-btn:focus {
          opacity: 1; }
  #content #overview p {
    font-size: 2rem;
    width: 70%;
    position: absolute;
    top: 40%;
    left: 10%;
    box-sizing: border-box;
    padding: 60px;
    text-align: center;
    line-height: 2.4rem;
    -moz-box-shadow: 0px 0px 4px 2px #acacac;
    -webkit-box-shadow: 0px 0px 4px 2px #acacac;
    box-shadow: 0px 0px 4px 2px #acacac; }
  #content h1 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: #1f77b4; }
  #content h2 {
    font-size: 2rem;
    margin-bottom: 12px;
    color: #1f77b4; }
  #content p {
    font-size: 1.4rem;
    margin-bottom: 20px; }
  #content a {
    color: #57a9e2;
    -moz-transition: color 120ms;
    -o-transition: color 120ms;
    -webkit-transition: color 120ms;
    transition: color 120ms; }
    #content a:hover, #content a:focus {
      color: #2283c5; }
  #content img {
    display: block;
    margin: 12px auto; }
  #content ul {
    list-style-type: disc;
    font-size: 1.2rem;
    margin-left: 16px; }

#controls {
  position: relative;
  padding: 20px; }
  #controls #player {
    position: absolute;
    width: 260px;
    height: 40px;
    top: 10px;
    left: 20px; }
  #controls #timeline-wrapper {
    overflow: auto; }
  #controls #legend {
    width: 260px;
    float: left;
    margin-top: 40px; }
    #controls #legend .legend-item {
      position: relative;
      height: 20px; }
      #controls #legend .legend-item .label {
        height: 100%;
        line-height: 20px;
        text-indent: 14px;
        font-size: 1.2rem;
        cursor: pointer;
        background-color: #efefef;
        opacity: 0.8;
        -moz-transition: all 120ms;
        -o-transition: all 120ms;
        -webkit-transition: all 120ms;
        transition: all 120ms; }
        #controls #legend .legend-item .label:hover {
          opacity: 1;
          background-color: #cdcdcd; }
        #controls #legend .legend-item .label:active {
          background-color: #ffffff; }
      #controls #legend .legend-item .toggle {
        height: 100%;
        width: 20px;
        position: absolute;
        top: 0;
        right: 0;
        line-height: 20px;
        text-align: center;
        font-size: 1.2rem;
        cursor: pointer;
        background-color: #efefef;
        opacity: 0.8;
        -moz-transition: opacity 120ms;
        -o-transition: opacity 120ms;
        -webkit-transition: opacity 120ms;
        transition: opacity 120ms; }
        #controls #legend .legend-item .toggle:hover {
          opacity: 1; }
        #controls #legend .legend-item .toggle:active {
          background-color: #ffffff; }
  #controls #timeline {
    height: 140px;
    margin-left: 260px; }
    #controls #timeline .annotated-segment {
      shape-rendering: crispEdges;
      cursor: pointer;
      opacity: 0.7 !important;
      -moz-transition: opacity 150ms;
      -o-transition: opacity 150ms;
      -webkit-transition: opacity 150ms;
      transition: opacity 150ms; }
      #controls #timeline .annotated-segment text {
        opacity: 0 !important; }
      #controls #timeline .annotated-segment:hover {
        opacity: 1 !important; }
        #controls #timeline .annotated-segment:hover text {
          opacity: 1 !important; }
    #controls #timeline #movements .label-item .text, #controls #timeline #pages .label-item .text {
      opacity: 1; }

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