@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400i,700);@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17%;
  background-color: #7d6356;
  color: #fefefe;
  border: 24px solid #f2f2f2;
  border-top: none;
  user-select: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
    .header {
      height: 10%; } }
  .header > .title {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: auto;
    color: #fefefe;
    font-weight: 700;
    font-size: 2rem;
    cursor: pointer;
    margin: auto 0 auto 36px; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .header > .title {
        width: 40px;
        margin: auto 4px; } }
    .header > .title > div {
      display: block;
      font-family: "Lithos", sans-serif;
      margin: auto;
      display: table;
      height: 100%; }
      .header > .title > div > span {
        display: table-cell;
        vertical-align: middle; }
        .header > .title > div > span.after {
          padding-left: 4px; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .header > .title > div {
          display: none; } }
    .header > .title > .logo {
      margin: auto;
      width: auto;
      height: 40px;
      max-height: 70%;
      transform-origin: 50% 50%;
      transform: rotate(0deg);
      animation-name: spin;
      animation-duration: 12s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      animation-direction: alternate; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .header > .title > .logo {
          width: auto;
          height: 28px; } }
      .header > .title > .logo.off {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1); }
  .header > .nav-group {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    margin: auto;
    list-style-type: none; }
    .header > .nav-group > .item {
      display: table;
      height: 100%; }
      .header > .nav-group > .item > span {
        display: table-cell;
        vertical-align: middle; }
        .header > .nav-group > .item > span > span {
          -webkit-transition-duration: 0.1s;
          -moz-transition-duration: 0.1s;
          transition-duration: 0.1s;
          padding: 12px 16px;
          color: #fefefe;
          font-weight: 700;
          font-family: "Lithos", sans-serif;
          font-size: 0.8rem;
          cursor: pointer; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .header > .nav-group > .item > span > span {
              font-size: 0.5rem;
              padding: 6px 8px; } }
      .header > .nav-group > .item:hover > span > span, .header > .nav-group > .item.active > span > span {
        background-color: #8D6F54; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.body {
  width: 100%;
  height: 100%;
  padding: 24px;
  overflow-x: scroll;
  overflow-y: hidden; }
  @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
    .body {
      overflow-x: hidden; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.frame {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .frame > .left {
    position: fixed;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background-color: #f2f2f2; }
  .frame > .right {
    position: fixed;
    top: 0;
    right: 0;
    width: 24px;
    height: 100%;
    background-color: #f2f2f2; }
  .frame > .footer {
    position: fixed;
    bottom: 4px;
    right: 24px; }
    .frame > .footer > .copyright {
      letter-spacing: 1px;
      margin: 2px auto;
      font-size: 0.7rem;
      color: #000000;
      font-weight: 400; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.layout {
  width: 100%;
  height: 100%; }
  .layout > .texture {
    pointer-events: none;
    position: fixed;
    z-index: 9999;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    background-image: url(/images/25df6f9ef9021e881ef676ce685bab9a.png);
    background-repeat: repeat;
    opacity: 0.75; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.content {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }
  .content > .page {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page {
        display: block;
        height: 82%;
        overflow-y: scroll; } }
  .content > .page-1 > .left {
    user-select: none;
    padding: 8% 6% 36px 6%;
    width: 50%; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page-1 > .left {
        padding: 24px 16px;
        width: 100%; } }
    .content > .page-1 > .left > .title {
      position: relative;
      margin: auto 0; }
      .content > .page-1 > .left > .title > .name {
        width: 100%;
        height: auto; }
      .content > .page-1 > .left > .title > .logo {
        position: absolute;
        left: 10.5%;
        margin: auto 0;
        width: auto;
        height: 100%;
        transform-origin: 50% 50%;
        transform: rotate(0deg);
        animation-name: spin;
        animation-duration: 12s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        animation-direction: alternate; }
    .content > .page-1 > .left > .description {
      width: 100%; }
  .content > .page-1 > .right {
    padding-top: 8%;
    width: 45%;
    position: relative; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page-1 > .right {
        padding-top: 0;
        width: 100%; } }
    .content > .page-1 > .right > .container {
      color: #606060;
      font-family: "Open Sans", sans-serif;
      position: absolute;
      right: 8%;
      width: 90%;
      height: 40%;
      overflow-y: scroll;
      padding: 0 8px; }
      .content > .page-1 > .right > .container > .top {
        font-size: 2rem;
        font-family: "Lithos Pro", sans-serif; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-1 > .right > .container {
          position: relative;
          width: 100%;
          height: auto;
          top: 0;
          right: 0;
          padding: 0 12px; } }
  .content > .page-2 {
    position: relative; }
    .content > .page-2 a {
      color: #963200; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page-2 {
        height: 75%;
        overflow-x: hidden; } }
    .content > .page-2 > .button-library {
      position: absolute;
      left: 64%;
      bottom: 7.5%;
      width: 10%;
      height: 20%;
      cursor: pointer; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-2 > .button-library {
          display: none; } }
    .content > .page-2 > .left {
      padding: 6% 4% 0 6%;
      width: 50%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-2 > .left {
          width: 100%;
          padding: 0; }
          .content > .page-2 > .left.hide {
            display: block; }
            .content > .page-2 > .left.hide > .bottom {
              display: none; } }
      .content > .page-2 > .left > .top {
        color: #606060;
        font-family: "Lithos Pro", sans-serif;
        font-size: 2rem;
        width: 100%;
        position: relative;
        padding-bottom: 16px;
        padding-left: 16px; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-2 > .left > .top {
            padding: 24px 16px 8px 24px;
            width: 100%;
            font-size: 1.75rem; } }
        .content > .page-2 > .left > .top.research-back {
          text-decoration: underline;
          font-size: 1rem; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .content > .page-2 > .left > .top.research-back {
              font-size: 1rem; } }
      .content > .page-2 > .left > .bottom {
        width: 100%;
        height: 50%;
        position: relative; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-2 > .left > .bottom {
            padding: 8px 12px;
            width: 100%;
            height: auto; } }
        .content > .page-2 > .left > .bottom > .container {
          width: 100%;
          height: 100%;
          overflow-y: scroll;
          padding: 0 8px; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .content > .page-2 > .left > .bottom > .container {
              height: auto; } }
    .content > .page-2 > .right {
      position: absolute;
      top: 4%;
      left: 4%;
      width: 92%;
      height: 92%;
      border: 4px solid #765A4C;
      background-color: #ffeed2;
      background-position: center bottom;
      background-image: url(/images/d88468d319e7648ed0840c980b85faa3.png);
      background-repeat: no-repeat;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      opacity: 1;
      -webkit-transition: opacity 0.75s;
      -moz-transition: opacity 0.75s;
      transition: opacity 0.75s;
      -webkit-transition-delay: 0.5s;
      /* Safari */
      transition-delay: 0.5s; }
      .content > .page-2 > .right.hide {
        opacity: 0;
        pointer-events: none; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-2 > .right {
          display: block;
          position: relative;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          border: none;
          background: none; }
          .content > .page-2 > .right.hide {
            pointer-events: all;
            opacity: 1;
            display: block; }
            .content > .page-2 > .right.hide > .middle {
              display: none; }
          .content > .page-2 > .right > .bottom {
            display: none; } }
      .content > .page-2 > .right > .top {
        text-align: center;
        color: #606060;
        font-family: "Lithos Pro", sans-serif;
        font-size: 1.75rem;
        line-height: 1.15;
        padding: 24px 4% 16px 4%;
        width: 100%;
        position: relative; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-2 > .right > .top {
            text-align: left;
            padding: 24px 16px 8px 16px;
            width: 100%;
            font-size: 1.75rem; } }
      .content > .page-2 > .right > .middle {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        padding: 8px 4% 24px 4%;
        width: 100%;
        position: relative;
        overflow-y: scroll; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-2 > .right > .middle {
            padding: 8px 12px;
            width: 100%;
            height: auto; } }
        .content > .page-2 > .right > .middle > .container {
          width: 100%;
          overflow-y: scroll;
          padding: 0 8px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          /* Safari 6.1+ */
          flex-wrap: wrap;
          -webkit-justify-content: flex-start;
          /* Safari 6.1+ */
          justify-content: flex-start; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .content > .page-2 > .right > .middle > .container {
              height: auto;
              display: block;
              text-align: left;
              overflow: inherit;
              list-style-position: outside;
              margin-left: 8px; } }
          .content > .page-2 > .right > .middle > .container.text {
            font-family: "Open Sans", sans-serif;
            padding: 8px;
            margin: 0; }
            @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
              .content > .page-2 > .right > .middle > .container.text {
                padding: 0; } }
          .content > .page-2 > .right > .middle > .container > .post {
            position: relative;
            width: calc(33.3% - 16px);
            height: 200px;
            margin: 8px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            border: 1px solid #606060;
            border-radius: 1px; }
            @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
              .content > .page-2 > .right > .middle > .container > .post {
                width: auto;
                height: auto;
                margin: 0 4px;
                border: none;
                display: list-item; } }
            .content > .page-2 > .right > .middle > .container > .post.video {
              background-color: #a7b39f; }
            .content > .page-2 > .right > .middle > .container > .post.video:after {
              position: absolute;
              content: 'VIDEO';
              padding: 4px 8px;
              font-size: 0.7rem;
              color: #ffffff;
              font-weight: 700; }
            .content > .page-2 > .right > .middle > .container > .post.paper {
              background-color: #999087; }
            .content > .page-2 > .right > .middle > .container > .post.paper:after {
              position: absolute;
              content: 'PAPER';
              padding: 4px 8px;
              font-size: 0.7rem;
              color: #ffffff;
              font-weight: 700; }
            .content > .page-2 > .right > .middle > .container > .post.slideshow {
              background-color: #848e9a; }
            .content > .page-2 > .right > .middle > .container > .post.slideshow:after {
              position: absolute;
              content: 'SLIDESHOW';
              padding: 4px 8px;
              font-size: 0.7rem;
              color: #ffffff;
              font-weight: 700; }
            .content > .page-2 > .right > .middle > .container > .post > div {
              font-family: "Lithos Pro", sans-serif;
              padding: 8px;
              margin: auto;
              line-height: 1.75;
              text-align: center;
              cursor: pointer; }
              @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
                .content > .page-2 > .right > .middle > .container > .post > div {
                  text-align: left;
                  padding: 4px 8px 4px 0;
                  color: #963200;
                  text-decoration: underline; } }
      .content > .page-2 > .right > .bottom {
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
        padding-top: 8px;
        text-align: right; }
        .content > .page-2 > .right > .bottom > .button {
          display: inline-block;
          font-family: "Lithos Pro", sans-serif;
          font-weight: 700;
          color: #000000;
          padding: 8px 12px;
          cursor: pointer;
          text-decoration: underline; }
  .content > .page-3 {
    overflow-y: hidden;
    height: 100%;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    /* Safari 6.1+ */
    justify-content: flex-end; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page-3 {
        display: block; } }
    .content > .page-3 > .left {
      user-select: none;
      width: 42.5%;
      padding-left: 10%; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-3 > .left {
          width: 0; } }
      .content > .page-3 > .left > .wrapper {
        position: absolute; }
        .content > .page-3 > .left > .wrapper > .front {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto;
          pointer-events: none; }
        .content > .page-3 > .left > .wrapper > .panel {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: auto; }
        .content > .page-3 > .left > .wrapper > .list {
          width: 68%;
          position: absolute;
          top: 61%;
          padding-left: 5%; }
          .content > .page-3 > .left > .wrapper > .list > .item {
            user-select: none;
            cursor: pointer;
            line-height: 1.55;
            font-family: "Lithos Pro", sans-serif;
            color: #000000;
            padding-left: 4%;
            overflow: hidden;
            white-space: nowrap; }
            .content > .page-3 > .left > .wrapper > .list > .item:hover, .content > .page-3 > .left > .wrapper > .list > .item.active {
              background-color: #4a271c;
              color: #ffffff; }
    .content > .page-3 > .right {
      overflow: hidden;
      position: relative;
      width: 50%;
      height: 100%; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-3 > .right {
          margin-left: 24px;
          width: calc(100% - 48px); } }
      .content > .page-3 > .right > .wrapper {
        position: absolute;
        width: 100%;
        height: 85%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-3 > .right > .wrapper {
            height: 90%; } }
        .content > .page-3 > .right > .wrapper > .top {
          opacity: 1;
          height: auto;
          flex-shrink: 0;
          -webkit-flex-shrink: 0; }
        .content > .page-3 > .right > .wrapper > .middle {
          overflow-y: scroll;
          -webkit-flex-grow: 1;
          flex-grow: 1;
          background-color: #1c1c1c;
          padding: 0 3%;
          display: block; }
          .content > .page-3 > .right > .wrapper > .middle > .container {
            width: 100%;
            display: block;
            height: auto;
            background-color: #fefefe;
            padding: 8px; }
            .content > .page-3 > .right > .wrapper > .middle > .container > .title {
              text-align: center;
              font-family: "Lithos Pro", sans-serif;
              font-size: 1.75rem;
              line-height: 1.15;
              padding: 8px 8px 16px 8px; }
            .content > .page-3 > .right > .wrapper > .middle > .container > .text {
              font-family: "Open Sans", sans-serif; }
        .content > .page-3 > .right > .wrapper > .bottom {
          opacity: 1;
          height: auto;
          flex-shrink: 0;
          -webkit-flex-shrink: 0; }
        .content > .page-3 > .right > .wrapper > .leg {
          flex-shrink: 0;
          -webkit-flex-shrink: 0;
          height: 15%; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .content > .page-3 > .right > .wrapper > .leg {
              height: 10%; } }
  .content > .page-4 {
    width: calc(25% - 24px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .content > .page-4 {
        display: block;
        overflow-y: scroll; } }
    .content > .page-4 > .left {
      display: none !important;
      width: 45%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-4 > .left {
          width: 100%; }
          .content > .page-4 > .left.hide {
            display: block; }
            .content > .page-4 > .left.hide > .bottom {
              display: none; } }
      .content > .page-4 > .left > .top {
        color: #606060;
        font-family: "Lithos Pro", sans-serif;
        font-size: 2rem;
        line-height: 1.15;
        padding: 36px 4% 8px 10%;
        width: 100%;
        position: relative; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-4 > .left > .top {
            padding: 24px 16px 8px 16px;
            width: 100%;
            font-size: 1.75rem;
            padding-left: 0; } }
      .content > .page-4 > .left > .bottom {
        padding: 8px 4% 28% 10%;
        width: 100%;
        height: 80%;
        position: relative; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-4 > .left > .bottom {
            padding: 8px 12px;
            width: 100%;
            height: auto;
            padding-left: 0; } }
        .content > .page-4 > .left > .bottom > .container {
          width: 100%;
          height: 100%;
          overflow-y: scroll;
          padding: 0 8px 0 0; }
          @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
            .content > .page-4 > .left > .bottom > .container {
              height: auto; } }
          .content > .page-4 > .left > .bottom > .container > .comment {
            padding: 8px;
            margin: 8px 0;
            border: 4px solid #ffffff;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 2px; }
            .content > .page-4 > .left > .bottom > .container > .comment > .text > p {
              color: #000000;
              margin: 0;
              line-height: 1.5;
              font-family: "Lithos Pro", sans-serif; }
            .content > .page-4 > .left > .bottom > .container > .comment > .author {
              color: #000000;
              text-align: right;
              font-family: "Lithos Pro", sans-serif;
              font-size: 0.8rem; }
    .content > .page-4 > .right {
      padding-top: 6%;
      padding-left: 6%;
      width: 55%; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .content > .page-4 > .right {
          width: 100%;
          padding-top: 0;
          padding-left: 0; } }
      .content > .page-4 > .right > .top {
        color: #606060;
        font-family: "Lithos Pro", sans-serif;
        font-size: 2rem;
        line-height: 1.15;
        padding: 0 4% 16px 4%;
        width: 100%;
        position: relative; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-4 > .right > .top {
            padding: 24px 16px 8px 16px;
            width: 100%;
            font-size: 1.75rem;
            padding-left: 0; } }
      .content > .page-4 > .right > .bottom {
        padding: 8px 4% 8px 4%;
        width: 85%;
        height: 55%;
        overflow-y: scroll;
        position: relative; }
        .content > .page-4 > .right > .bottom > label {
          display: block;
          margin: 8px 0 16px 0; }
          .content > .page-4 > .right > .bottom > label > .label {
            font-family: "Lithos Pro", sans-serif;
            margin-bottom: 8px; }
            .content > .page-4 > .right > .bottom > label > .label.button {
              display: inline-block;
              font-weight: 700;
              text-decoration: underline;
              color: #963200;
              cursor: pointer; }
          .content > .page-4 > .right > .bottom > label > .tooltip {
            font-family: "Lithos Pro", sans-serif;
            font-size: 0.8rem; }
          .content > .page-4 > .right > .bottom > label > textarea, .content > .page-4 > .right > .bottom > label > input {
            width: 100%;
            padding: 4px 8px;
            line-height: 1.5;
            background-color: rgba(255, 255, 255, 0.75);
            outline: none;
            border: 1px solid #606060;
            font-family: "Lithos Pro", sans-serif; }
        @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
          .content > .page-4 > .right > .bottom {
            padding: 8px 12px;
            width: 100%;
            height: auto;
            padding-left: 0; } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.app {
  position: relative;
  width: calc(400%);
  height: calc(83% + 24px);
  height: calc(83vh - 24px); }
  @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
    .app {
      height: calc(90% + 24px); } }
  .app > .canvas {
    position: fixed;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(83% - 24px); }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      .app > .canvas {
        height: calc(90% - 24px); } }
  .app > .content {
    position: absolute;
    width: 100%;
    height: 100%; }
  .app > .loader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 24px;
    width: calc(100% - 48px);
    height: 100%;
    height: 100vh;
    z-index: 9999;
    opacity: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    transition-delay: 3.5s;
    background: #f2f2f2;
    /* Old browsers */ }
    .app > .loader.loaded {
      opacity: 0; }
    .app > .loader > .logo {
      margin: auto;
      width: 120px;
      height: 120px;
      transform-origin: 50% 50%;
      transform: rotate(0deg);
      animation-name: loading;
      animation-duration: 5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
      animation-direction: alternate; }
      @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
        .app > .loader > .logo {
          width: 80px;
          height: 80px; } }
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Lithos';
  src: url(/fonts/bfb46b946c36cd9cd69e2bc78ebf6559.eot);
  src: url(/fonts/bfb46b946c36cd9cd69e2bc78ebf6559.eot?#iefix) format("embedded-opentype"), url(/fonts/240eecb58f3bba25602088aec18fc3f8.woff) format("woff"), url(/fonts/8c4028b83d0c1486f51ea3f60c58d702.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lithos Pro';
  src: url(/fonts/51491cc1a652cc050a111fc07977cb4c.eot);
  src: url(/fonts/51491cc1a652cc050a111fc07977cb4c.eot?#iefix) format("embedded-opentype"), url(/fonts/4875f8799df9d2e0870d65a441931c75.woff) format("woff"), url(/fonts/d822081a64e014d7e8ae5239c06388d0.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(0deg); }
  20% {
    transform: rotate(-5deg); }
  80% {
    transform: rotate(725deg); }
  90% {
    transform: rotate(720deg); }
  100% {
    transform: rotate(720deg); } }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0; }

img, video {
  height: auto;
  max-width: 100%; }

p {
  line-height: 1.75;
  margin: 0 4px 1.75em 4px; }
  p > iframe {
    max-width: 90%; }
    @media only screen and (max-device-aspect-ratio: 1 / 1) and (max-width: 768px) {
      p > iframe {
        max-width: 100%; } }

embed, iframe, object, video {
  margin-bottom: 1.75em;
  max-width: 100%;
  vertical-align: middle; }

p > embed, p > iframe, p > object, p > video {
  margin-bottom: 0; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

a {
  color: #000000;
  target-name: new;
  target-new: tab; }

.post {
  font-family: "Open Sans", sans-serif;
  line-height: 1.75;
  font-size: 1.15em; }
  .post ul {
    padding-left: 12px; }

h1, h2, h3 {
  margin: 0 4px 0.5em 4px;
  line-height: 1.25; }

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

html {
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }
  html body {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    overflow: hidden; }

#app {
  width: 100%;
  height: 100%;
  max-height: 100vh; }

h1 {
  font-size: 2rem;
  font-weight: 400; }

h2 {
  font-size: 1.75rem;
  font-weight: 400; }

h3 {
  font-size: 1.5rem;
  font-weight: 400; }

/* Scroll bar style */
::-webkit-scrollbar {
  width: 4px; }

/* Track */
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(187, 168, 164, 0.3); }

/*# sourceMappingURL=app-bundle.css.map*/