* {
  box-sizing: border-box; }

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
* Colors
*/
/**
* Utilities
*/
/**
 * Typography
 */
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Set `margin-bottom` to maintain vertical rhythm	
 */
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
ul, ol, dl, figure {
  padding-bottom: 16px; }

.typed {
  font-size: 2rem;
  margin-bottom: 1em;
  text-align: center; }

.wordmark {
  font-weight: 400;
  display: block;
  text-transform: uppercase; }
  .wordmark span {
    font-weight: 700;
    color: #fb7400; }

.tagline {
  font-weight: 300;
  display: block; }

.site-title {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1em;
  height: 1.75em;
  letter-spacing: -1px;
  margin-bottom: 0; }
  .site-title, .site-title:hover, .site-title:visited {
    color: #ffffff;
    text-decoration: none; }
  .site-title img {
    height: 1.75em;
    width: auto;
    margin-right: 0.5em; }

/**
 * Headings
 */
h1, h2, h3, h4, .heroText {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px; }

.heroText {
  font-size: 3.5rem;
  color: white;
  text-shadow: 0.1em 0.1em 0.5em #202975; }
  @media screen and (min-width: 56em) {
    .heroText {
      font-size: 1.5em; } }

h1 {
  font-size: 28px;
  line-height: 1em; }
  @media screen and (min-width: 56em) {
    h1 {
      font-size: 40px; } }
  @media screen and (min-width: 77em) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 24px;
  margin-bottom: 20px; }
  @media screen and (min-width: 56em) {
    h2 {
      font-size: 32px; } }
  @media screen and (min-width: 77em) {
    h2 {
      font-size: 40px; } }

h3 {
  font-size: 20px; }
  @media screen and (min-width: 56em) {
    h3 {
      font-size: 24px; } }
  @media screen and (min-width: 77em) {
    h3 {
      font-size: 28px; } }

h4 {
  font-size: 16px; }
  @media screen and (min-width: 56em) {
    h4 {
      font-size: 20px; } }
  @media screen and (min-width: 77em) {
    h4 {
      font-size: 24px; } }

footer .description {
  font-size: 16px;
  margin-bottom: 16px; }

p {
  font-size: 17.6px; }

/**
 * Links
 */
a {
  color: #212e33;
  text-decoration: none; }
  a:visited {
    color: #202975; }
  a:hover {
    color: #0d1030;
    text-decoration: underline; }

.site-footer a {
  color: #ffffff;
  text-decoration: none; }
  .site-footer a:hover {
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #aea9aa;
  border-left: 4px solid #d4d3cc;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Lists
 */
ul, ol {
  margin-left: 0;
  list-style-type: none; }

li {
  margin-bottom: 16px; }

/**
 * Layout
 */
body {
  font: 400 16px/1.5 "Nunito", Futura, sans-serif;
  color: #2e2a25;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal; }

/**
* Forms
*/
input, textarea {
  padding: 4px;
  min-width: 100%;
  margin-bottom: 16px;
  color: #2e2a25; }

textarea {
  height: 9rem; }

label {
  display: block; }

/*copied*/
img {
  width: 100%;
  height: auto; }

img.height {
  height: 100%;
  width: auto; }

/* Text Styles, Colors, Backgrounds */
.bottom-half {
  height: 50%; }

.content-half {
  right: calc(50% + 2em); }

.h1 {
  margin: 0;
  top: 12%;
  width: 100%;
  text-align: center;
  color: #ffffff; }

.h2 {
  margin: 0;
  top: 24%;
  width: 100%;
  text-align: center;
  color: #ffffff; }

/* thank you modal */
.thanks, .fail {
  position: absolute;
  background: #212e33;
  color: #ffffff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1em;
  z-index: 100; }
  .thanks a, .fail a {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: .5em;
    position: absolute;
    right: 1em;
    bottom: 1em;
    cursor: pointer; }

/**
* Cube
*/
/* mobile-first */
@media screen and (max-width: 767px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }

  html, body {
    height: 100%; }

  #spacer {
    height: 5em;
    width: 100%; }

  /* contact form */
  #slideout {
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    width: 3em;
    height: 3em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

  #slideout_tab {
    z-index: 100;
    position: relative;
    top: 0;
    left: 0;
    padding: .5em;
    height: 3em;
    text-align: center;
    background: #fb7400;
    color: #fff;
    cursor: pointer; }

  #slideout_inner {
    z-index: 100;
    position: absolute;
    top: 0;
    left: 3em;
    background: #fb7400;
    width: calc(100vw - 3em);
    padding: 1em;
    height: 100vh;
    cursor: auto;
    color: #ffffff; }

  #slideout_inner input,
  #slideout_inner textarea {
    margin-bottom: 0; }

  #slideout_inner h4 {
    display: none; }

  #showblock:checked + #slideout {
    right: calc(100vw - 3em); }

  #showblock {
    display: none; }

  /* nav */
  #options {
    z-index: 10;
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    width: 100vw;
    height: 5em;
    background: #ffffff; }

  #options a {
    display: inline-block;
    color: #fb7400;
    margin: 0.5em;
    width: auto;
    cursor: pointer;
    float: left;
    font-size: .75em; }

  #options a.logo {
    font-size: 1em;
    width: 100%;
    height: 3em;
    clear: both;
    background: #fb7400;
    display: block;
    margin: 0;
    padding: .5em; }

  #options a.logo img {
    width: 2em;
    height: 2em;
    clear: both; }

  .logo-block {
    color: white;
    background: #fb7400;
    padding: 1em;
    width: 100vw; }
    .logo-block img {
      height: 2em;
      width: auto;
      float: left;
      margin-right: 1em; }
    .logo-block .name {
      font-size: 2em; }

  .table-cell {
    width: 100vw;
    min-height: 100vw;
    float: left;
    box-sizing: border-box; }

  .table-cell-text {
    color: white;
    vertical-align: middle;
    padding: 2em; }

  .table-cell-text p {
    text-align: justify; }

  .table-cell-image {
    text-align: center;
    vertical-align: bottom;
    height: 200vw;
    overflow: hidden;
    vertical-align: top; }

  .table-cell-image img {
    width: 100vw; }

  .panel {
    padding: 2em;
    padding-bottom: 0; }

  #cube .cube-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100vw;
    color: #ffffff; }

  .flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }

  .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }

  .flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }

  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  #cube .front {
    background: #fb7400;
    display: none; }

  #cube .back {
    background: #212e33; }

  #cube .right {
    background: #fb7400; }

  #cube .left {
    background: #212e33; }

  #cube .top {
    background: #fb7400; }

  #cube .bottom {
    background: #212e33; }

  #business .table,
  #analysis .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }
/* desktop*/
@media screen and (min-width: 768px) {
  #news {
    max-width: 47em;
    margin: 4em auto; }

  article {
    margin-top: 4em; }

  time {
    font-style: italic; }

  #slideout {
    z-index: 100;
    position: fixed;
    top: 2em;
    right: 0;
    width: 4em;
    height: 4em;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }

  #slideout_tab {
    position: relative;
    top: 0;
    left: 0;
    padding: 1em;
    text-align: center;
    background: #fb7400;
    color: #fff;
    cursor: pointer; }

  #slideout_inner {
    position: absolute;
    top: 0;
    left: 4em;
    background: #fb7400;
    width: 20em;
    padding: 1em;
    padding-bottom: 0;
    cursor: auto;
    color: #ffffff; }

  #showblock:checked + #slideout {
    right: 20em; }

  #showblock {
    display: none; }

  #options {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 1em;
    width: 9em;
    padding: 1em; }

  #options a {
    display: inline-block;
    color: white;
    background: #fb7400;
    padding: 0.5em;
    margin: 0.5em;
    width: 100%;
    cursor: pointer; }

  #options a.logo {
    height: 4em;
    width: 4em; }

  .logo-block {
    color: white;
    background: #fb7400;
    padding: 1em;
    width: auto;
    min-width: 31em; }
    .logo-block img {
      height: 4em;
      width: auto;
      float: left;
      margin-right: 1em; }
    .logo-block .name {
      font-size: 2em; }

  .cube-content {
    position: absolute;
    color: white; }

  .table-cell {
    width: 50%;
    float: left;
    box-sizing: border-box; }

  .table-cell-text {
    color: white;
    vertical-align: middle;
    padding: 3em; }

  .table-cell-text p {
    text-align: justify; }

  .table-cell-image {
    text-align: center;
    vertical-align: top;
    height: 90vw; }

  .table-cell-image img {
    max-height: 90vh;
    width: auto; }

  .panel {
    padding: 3em;
    padding-bottom: 0; }

  .panel-third {
    height: 33.33333%; }

  .container {
    width: 90vh;
    height: 90vh;
    margin: 5vh auto;
    position: relative;
    -webkit-perspective: 90vh;
    -o-perspective: 90vh;
    perspective: 90vh; }

  #cube .cube-content {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 90vh;
    height: 90vh;
    min-height: 90vh;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  #cube .content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

  .flex-top {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }

  .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }

  .flex-bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }

  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  #cube {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s; }

  #cube .back {
    margin-top: 0;
    background: #212e33; }
    #cube .back .panel {
      margin-top: 0; }

  #cube .front {
    background: #fb7400;
    margin-top: 0; }

  #cube .right {
    background: #212e33; }

  #cube .left {
    background: #212e33; }

  #cube .top {
    background: #212e33; }

  #cube .bottom {
    background: #212e33; }

  #cube .front {
    -webkit-transform: translateZ(45vh);
    transform: translateZ(45vh); }

  #cube .back {
    -webkit-transform: rotateX(-180deg) translateZ(45vh);
    transform: rotateX(-180deg) translateZ(45vh); }

  #cube .right {
    -webkit-transform: rotateY(90deg) translateZ(45vh);
    transform: rotateY(90deg) translateZ(45vh); }

  #cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(45vh);
    transform: rotateY(-90deg) translateZ(45vh); }

  #cube .top {
    -webkit-transform: rotateX(90deg) translateZ(45vh);
    transform: rotateX(90deg) translateZ(45vh); }

  #cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(45vh);
    transform: rotateX(-90deg) translateZ(45vh); }

  #cube.show-front {
    -webkit-transform: translateZ(-45vh);
    transform: translateZ(-45vh); }

  #cube.show-back {
    -webkit-transform: translateZ(-45vh) rotateX(-180deg);
    transform: translateZ(-45vh) rotateX(-180deg); }

  #cube.show-right {
    -webkit-transform: translateZ(-45vh) rotateY(-90deg);
    transform: translateZ(-45vh) rotateY(-90deg); }

  #cube.show-left {
    -webkit-transform: translateZ(-45vh) rotateY(90deg);
    transform: translateZ(-45vh) rotateY(90deg); }

  #cube.show-top {
    -webkit-transform: translateZ(-45vh) rotateX(-90deg);
    transform: translateZ(-45vh) rotateX(-90deg); }

  #cube.show-bottom {
    -webkit-transform: translateZ(-45vh) rotateX(90deg);
    transform: translateZ(-45vh) rotateX(90deg); } }
@media screen and (min-width: 768px) and (max-aspect-ratio: 5 / 4) {
  #slideout {
    z-index: 100; }

  #options {
    z-index: 10;
    position: fixed;
    left: auto;
    top: 1em;
    width: 100%;
    height: 4em;
    padding: 1em; }

  #options a {
    width: auto;
    height: 2em;
    line-height: 1em;
    vertical-align: bottom; }

  #options a.logo {
    width: 4em; }

  .container {
    width: 80vh;
    height: 80vh;
    margin: 18vh auto 2vh auto;
    position: relative;
    -webkit-perspective: 80vh;
    -o-perspective: 80vh;
    perspective: 80vh; }

  #cube .cube-content {
    width: 80vh;
    height: 80vh;
    min-height: 80vh; }

  #cube .front {
    -webkit-transform: translateZ(40vh);
    transform: translateZ(40vh); }

  #cube .back {
    -webkit-transform: rotateX(-180deg) translateZ(40vh);
    transform: rotateX(-180deg) translateZ(40vh); }

  #cube .right {
    -webkit-transform: rotateY(90deg) translateZ(40vh);
    transform: rotateY(90deg) translateZ(40vh); }

  #cube .left {
    -webkit-transform: rotateY(-90deg) translateZ(40vh);
    transform: rotateY(-90deg) translateZ(40vh); }

  #cube .top {
    -webkit-transform: rotateX(90deg) translateZ(40vh);
    transform: rotateX(90deg) translateZ(40vh); }

  #cube .bottom {
    -webkit-transform: rotateX(-90deg) translateZ(40vh);
    transform: rotateX(-90deg) translateZ(40vh); }

  #cube.show-front {
    -webkit-transform: translateZ(-40vh);
    transform: translateZ(-40vh); }

  #cube.show-back {
    -webkit-transform: translateZ(-40vh) rotateX(-180deg);
    transform: translateZ(-40vh) rotateX(-180deg); }

  #cube.show-right {
    -webkit-transform: translateZ(-40vh) rotateY(-90deg);
    transform: translateZ(-40vh) rotateY(-90deg); }

  #cube.show-left {
    -webkit-transform: translateZ(-40vh) rotateY(90deg);
    transform: translateZ(-40vh) rotateY(90deg); }

  #cube.show-top {
    -webkit-transform: translateZ(-40vh) rotateX(-90deg);
    transform: translateZ(-40vh) rotateX(-90deg); }

  #cube.show-bottom {
    -webkit-transform: translateZ(-40vh) rotateX(90deg);
    transform: translateZ(-40vh) rotateX(90deg); } }
