/*csslint box-sizing: false, compatible-vendor-prefixes: false */
/* ---------------------------------------------------------------------
RESET CSS

Target Browsers: All
Media Type: Screen, Projection
Width: All Sizes
------------------------------------------------------------------------ */


/*************************************************************************
**************************************************************************

IMPORTANT - POST LAUNCH NOTES:

When refactoring so that tablets will get the "desktop" layout, remove all
instances of the "isDesktop" class (just the class, leave the object)...

And remove all "isMobile" CSS objects entirely. See further instructions
below.

**************************************************************************
*************************************************************************/

/* ---------------------------------------------------------------------
RESET CSS (thanks Eric Meyer)
------------------------------------------------------------------------ */
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-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

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

:focus {
    outline: 0;
}

/* Always show a vertical scrollbar, even when there is no scrolling */
html {
    overflow-y: scroll;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* ---------------------------------------------------------------------
 HTML5 Block / Inline Block declarations
------------------------------------------------------------------------ */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

/* ---------------------------------------------------------------------
 Form Reset Styles
------------------------------------------------------------------------ */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=file],
button {
    cursor: pointer;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    font-family: "Lucida Grande"
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* ---------------------------------------------------------------------
 Base Styles
------------------------------------------------------------------------ */

html, body { height: 100%; }

body {
    background: #000000;
    color: #ffffff;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: .04em;
    padding: 0 15px;
}

@media all and (min-width: 700px) {

    body.isDesktop {
        padding: 0 8px;
        height: 100%;
        -webkit-overflow-scrolling: none;
        font-size: 13px;
    }
}

a {
    color: #ffffff;
}

/* ---------------------------------------------------------------------
 Font Face Styles
------------------------------------------------------------------------ */

@font-face {
    font-family: 'rubikregular';
    src: url('../fonts/rubik-webfont.eot');
    src: url('../fonts/rubik-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rubik-webfont.woff') format('woff'),
    url('../fonts/rubik-webfont.ttf') format('truetype'),
    url('../fonts/rubik-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------------------------------------------
 Breakpoint Tell Styles
------------------------------------------------------------------------ */

.breakpointTell {
    display: none;
    content: 'mobile';
}

@media all and (min-width: 700px) {
    .breakpointTell {
        content: 'desktop';
    }
}

/* ---------------------------------------------------------------------
 Heading and Text Styles
------------------------------------------------------------------------ */

.hdg {
    font-family: 'rubikregular', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1em;
}

.hdg_1 {
    font-size: 14px;
    text-decoration: none;
    letter-spacing: .13em;
}

.hdg_2 {
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: .3em;
}

.hdg_3 {
    font-size: 14px;
}

.hdg_4 {
    font-size: 14px;
}

.hdg_exp {
    overflow: hidden;
    letter-spacing: .13em;
    max-height: 3em;
}

.hdg_unsupported {
    font-size: 33px;
    line-height: 1.25;
    letter-spacing: .1em;
}

.author {
    font-size: 10px;
}

@media all and (min-width: 700px) and (max-width: 1024px) {
    .isDesktop .author {
        display: none;
    }
}

.note {
    margin-top: 10px;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.error {
    color: #e14633;
    margin-top: 10px;
}

.errorHeader {
    margin-top: 20px;
}

@media all and (min-width: 1px) {

    .hdg_exp {
        font-size: 11px;
    }
}

@media all and (min-width: 440px) {

    .hdg_exp {
        font-size: 12px;
    }
}

@media all and (min-width: 480px) {

    .hdg_exp {
        font-size: 13px;
    }
}

@media all and (min-width: 520px) {

    .hdg_1 {
        font-size: 16px;
    }

    .hdg_2 {
        font-size: 40px;
    }

    .hdg_3 {
        font-size: 27px;
    }

    .hdg_4 {
        font-size: 16px;
    }

    .hdg_exp {
        font-size: 14px;
    }
}

@media all and (min-width: 620px) {

    .hdg_exp {
        font-size: 15px;
    }
}

@media all and (min-width: 720px) {

    .hdg_exp {
        font-size: 16px;
    }
}

@media all and (min-width: 700px) {

    .isDesktop .hdg_2 {
        font-size: 30px;
    }

    .isDesktop .hdg_3 {
        font-size: 20px;
    }

    .isDesktop .hdg_4 {
        font-size: 20px;
    }

    .isDesktop .note {
        font-size: 10px;
    }

    .isDesktop .submittedHdg {
        max-width: 600px;
    }
}

.isHidden {
    display: none;
}

/* ---------------------------------------------------------------------
 Button and Icon Styles
------------------------------------------------------------------------ */

.btn {
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0 0 4px 0;
    -webkit-box-shadow: 0 4px 0 #cccccc;
    -moz-box-shadow: 0 4px 0 #cccccc;
    box-shadow: 0 4px 0 #cccccc;
    font-family: 'rubikregular', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: .1em;
    text-align: center;
    color: #000000;
    cursor: pointer;
}

.btn:hover {
    margin-top: 2px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 2px 0 #cccccc;
    -moz-box-shadow: 0 2px 0 #cccccc;
    box-shadow: 0 2px 0 #cccccc;
}

.btn:active {
    margin-bottom: 0;
    margin-top: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media all and (max-width: 559px) {

    .btn {
        font-size: 15px;
        height: auto;
        line-height: 1;
        padding: 10px 5px 8px;
    }
}

.btn_sm {
    font-size: 12px;
    padding: 7px calc(3%) 5px;
    margin: 10px 2px 0;
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    color: #000000;
}

@media all and (max-width: 559px) {

    .btn_sm {
        font-size: 10px;
    }

}

.btn_create {
    display: block;
    color: #fecd0a;
    -webkit-box-shadow: 0 4px 0 #e3b708;
    -moz-box-shadow: 0 4px 0 #e3b708;
    box-shadow: 0 4px 0 #e3b708;
}

.btn_create:hover {
    -webkit-box-shadow: 0 2px 0 #e3b708;
    -moz-box-shadow: 0 2px 0 #e3b708;
    box-shadow: 0 2px 0 #e3b708;
}

.btn_create:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.icn {
    display: block;
    width: 22px;
}

@media all and (min-width: 700px) {
    .btn {
        width: auto;
        font-size: 20px;
    }

    .btn_md {
        width: 215px;
        max-width: 100%;
    }

    .btn_lg {
        width: 305px;
        max-width: 100%;
    }
}

.btn_exp {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    width: auto;
    padding: 9px 10px 6px;
    font-size: 11px;
    line-height: 1;
    margin: 0 0 3px;
    -webkit-box-shadow: 0 3px 0 #cccccc;
    -moz-box-shadow: 0 3px 0 #cccccc;
    box-shadow: 0 3px 0 #cccccc;
}

.btn_callout {
    display: block;
    width: 100%;
    padding: 9px 0 6px;
}

.btn_exp:hover {
    margin-top: 1px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 2px 0 #cccccc;
    -moz-box-shadow: 0 2px 0 #cccccc;
    box-shadow: 0 2px 0 #cccccc;
}

.mix-btn_blue {
    color: #3e81f6;
    -webkit-box-shadow: 0 4px 0 #1063f6;
    -moz-box-shadow: 0 4px 0 #1063f6;
    box-shadow: 0 4px 0 #1063f6;
}

.mix-btn_blue:hover {
    -webkit-box-shadow: 0 2px 0 #1063f6;
    -moz-box-shadow: 0 2px 0 #1063f6;
    box-shadow: 0 2px 0 #1063f6;
}

.btn_exp:active {
    margin-top: 3px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.mix-btn_unsp {
    font-size: 20px;
    padding: 18px 50px 15px;
}

/* ---------------------------------------------------------------------
 Form Styles
------------------------------------------------------------------------ */

label {
    display: block;
    margin-bottom: 5px;
}

.text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    background-color: #484848;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.text_error {
    border: 1px solid #e14633;
}

.textarea {
    height: 100px;
    font-size: 20px;
    color: #ffffff;
    padding: 0 10px;
}

.file {
    color: #ffffff;
}

/* ---------------------------------------------------------------------
 Spacer Styles
------------------------------------------------------------------------ */

.gapTopLg {
    padding-top: 40px;
}

.gapBtmLg {
    padding-bottom: 40px;
}

.gapTopSm {
    padding-top: 20px;
}

.gapBtmSm {
    padding-bottom: 20px;
}

/* ---------------------------------------------------------------------
 Page Header Styles
------------------------------------------------------------------------ */

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    background: #000000;
}

@media all and (min-width: 520px) {
    .header {
        height: 60px;
        line-height: 60px;
        padding: 0 22px;
    }
}

@media all and (min-width: 700px) {

    .isDesktop .header {
        height: 40px;
        padding: 0 28px 0 31px;
        line-height: 40px;
    }
}

/* ---------------------------------------------------------------------
 Page Footer Styles
------------------------------------------------------------------------ */

/* START - Remove on refactor */

.isMobile .footer {
    display: none;
}

/* END - Remove on refactor */

@media all and (max-width: 699px) {
    .isDesktop .footer {
        display: none;
    }
}

.stickyFooter {
    width: 100%;
    height: 8px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #000000;
}

.footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #000000;
    padding: 35px;
    height: 105px;
}

@media all and (max-width: 399px) {
    .footer {
        padding: 35px 0px;
    }
}

.footer a {
    font-size: 10px;
    color: #4d4d4d;
    text-decoration: none;
}

.footer-brand {
    float: left;
}

.footer-content {
    overflow: hidden;
    width: auto;
    margin: 0;
    float: right;
    font-weight: normal;
    line-height: 22px;
}

.footerLink {
    margin-right: 12px;
}

/* ---------------------------------------------------------------------
 Global Navigation Styles
------------------------------------------------------------------------ */

.mainMenu a {
    font-family: 'rubikregular', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: .15em;
}

/* START - Remove on refactor */

.isMobile .modalOverlay {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.isMobile .modalOverlay_isActive {
    display: block;
}

.isMobile .mainMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 183px;
    margin-top: -115px;
    margin-left: -91.5px;
    background: #000000;
    line-height: 2;
}

.isMobile .mainMenu > * + * {
    border-top: 1px solid #1a1a1a;
}

.isMobile .mainMenu a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    text-align: center;
}

/* END - Remove on refactor */

@media all and (max-width: 699px) {
    .isDesktop .modalOverlay {
        position: fixed;
        display: none;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
    }

    .isDesktop .modalOverlay_isActive {
        display: block;
    }

    .isDesktop .mainMenu {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 183px;
        margin-top: -115px;
        margin-left: -91.5px;
        background: #000000;
        line-height: 2;
    }

    .isDesktop .mainMenu > * + * {
        border-top: 1px solid #1a1a1a;
    }

    .isDesktop .mainMenu a {
        display: block;
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        text-align: center;
    }
}

@media all and (min-width: 700px) {

    .isDesktop .mainMenu {
        font-size: 0px;  /* Removing default inline white space */
    }

    .isDesktop .mainMenu > * {
        display: inline-block;
        font-size: 12px;  /* Reset font size */
    }

    .isDesktop .mainMenu > * + * {
        margin-left: 24px;
    }

    .isDesktop .mainMenu > * > * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .isDesktop .mainMenu a {
        position: relative;
        display: inline-block;
        overflow: hidden;
        height: 40px;
    }

    .isDesktop .mainMenu a span {
        position: relative;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
    }

    .isDesktop .mainMenu a span:before {
        position: absolute;
        top: 100%;
        content: attr(data-hover);
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .isDesktop .mainMenu a.isActive span,
    .isDesktop .mainMenu a:not(.isActive):hover span,
    .isDesktop .mainMenu a:not(.isActive):focus span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .isDesktop .experimentLink.isActive,
    .isDesktop .experimentLink:hover {
        color: #009e55;
    }

    .isDesktop .aboutLink.isActive,
    .isDesktop .aboutLink:hover {
        color: #e14633;
    }

    .isDesktop .techLink.isActive,
    .isDesktop .techLink:hover {
        color: #3e81f6;
    }

    .isDesktop .createLink.isActive,
    .isDesktop .createLink:hover {
        color: #fecd0a;
    }
}

/* ---------------------------------------------------------------------
 Page Body Styles
------------------------------------------------------------------------ */

.body {
    padding: 0 8px;
    height: 100%;
}

/* ---------------------------------------------------------------------
 Panel Styles
------------------------------------------------------------------------ */

.panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 26px;
    line-height: 1.538461538;
    min-height: 92%; /* Android Browser */
    min-height: 100%;
    border-bottom: 8px solid #000000;
    word-wrap: break-word;
}

.panel p + p {
    margin-top: 1em;
}

.panel_demo {
    height: 80%;
    min-height: 80%;
    padding: 0;
    background: #444444;
    background: -moz-radial-gradient(center, ellipse cover,  #444444 0%, #000000 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#444444), color-stop(100%,#000000));
    background: -webkit-radial-gradient(center, ellipse cover,  #444444 0%,#000000 100%);
    background: -o-radial-gradient(center, ellipse cover,  #444444 0%,#000000 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #444444 0%,#000000 100%);
    background: radial-gradient(ellipse at center,  #444444 0%,#000000 100%);
}

.isAnimated .panel_demo {
    -webkit-transition: height 0.5s 0s, min-height 0.5s 0s;
    -moz-transition: height 0.5s 0s, min-height 0.5s 0s;
    -o-transition: height 0.5s 0s, min-height 0.5s 0s;
    transition: height 0.5s 0s, min-height 0.5s 0s;
}

.isLoading .panel_demo {
    height: 100%;
    min-height: 100%;
}

.panel_experiment {
    padding: 0;
    background-color: #1b1b1b;
}

.panel_about {
    padding-top: 85px;
    padding-bottom: 45px;
    background-color: #e14633;
}

.panel_history {
    padding-top: 80px;
    background-color: #ffffff;
    color: #000000;
}

.panel_tech {
    padding-top: 80px;
    background-color: #3e81f6;
}

.panel-inner {
    max-width: 600px;
    margin: 0 auto;
}

.panel_create {
    padding-top: 80px;
    background-color: #fecd0a;
}

.panel_submit {
    padding-top: 80px;
    background-color: #1a1a1a;
    display: none;
}

.panel_submitted {
    background-color: #1a1a1a;
}

.panel_submitted > img {
    max-width: 100%;
}

.panel_submit.panel_isActive {
    display: block;
}


@media all and (min-width: 520px) {
    .panel {
        padding: 75px;
    }

    .panel_experiment {
        padding: 0;
    }

    .panel_about {
        padding: 105px 75px 75px;
    }
}

@media all and (min-width: 700px) {

    .isDesktop .panel {
        min-height: 100%;
    }

    .isDesktop .panel_demo {
        padding: 30px 0 0;
        min-height: initial;
    }

    .isDesktop .panel_experiment {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100px; /*needed for snap scroll to fire properly */
    }

    .isDesktop .panel_experiment.isAnimated {
        -webkit-transition: padding .3s ease-in-out .3s;
        -moz-transition: padding .3s ease-in-out .3s;
        transition: padding .3s ease-in-out .3s;
    }

    .isDesktop .panel_experiment.panel_isActive {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .isDesktop .panel_experiment::-webkit-scrollbar {
        display: none;
    }

    .isDesktop .panel_about {
        padding: 0;
        position: relative;
    }

    .isDesktop .panel_about > .media {
        margin: -167px 0 0 -300px;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .isDesktop .panel_history {
        padding: 0;
        position: relative;
    }

    .isDesktop .panel_history > .media {
        margin: -153px 0 0 -300px;
        position: absolute;
        top: 50%;
        left: 50%
    }

    .isDesktop .panel_tech {
        padding: 105px 0 70px;
        height: 100%;
        overflow-y: auto;
    }

    .isDesktop .panel_tech::-webkit-scrollbar {
        display: none;
    }

    .isDesktop .panel_create {
        padding: 145px 0 70px;
    }

    .isDesktop .panel_create > .panel-inner {
        margin: -150px 0 0 -300px;
        position: absolute;
        top: 50%;
        left: 50%;
    }

    .isDesktop .panel_submit {
        padding: 105px 0 0;
        height: 100%;
        overflow-y: auto;
    }

    .isDesktop .panel_submit > .panel-inner {
        padding-bottom: 70px;
    }

    .isDesktop .panel_submit::-webkit-scrollbar {
        display: none;
    }

    .isDesktop .panel_submitted {
        padding: 105px 100px 70px;
    }
}

@media all and (min-width: 700px) and (max-height: 720px) {
    .panel_about {
        padding-top: 120px;
    }

    .panel_history {
        padding-top: 120px;
    }

    .panel_create {
        padding-top: 120px;
    }
}

@media all and (min-width: 700px) and (min-height: 805px) {
    .panel_tech {
        position: relative;
        padding: 0;
    }

    .panel_tech > .panel-inner {
        margin: -285px 0 0 -300px;
        top: 50%;
        left: 50%;
        position: absolute;
    }
}

/* START - Remove on refactor */

.isMobile .panel_create {
    padding-bottom: 100px;
}

.isMobile .panel_submitted {
    display: block;
}

.isMobile .panel_isActive {
    display: block;
}

/* END - Remove on refactor */


@media all and (max-width: 699px) {
    .isDesktop .panel_create {
        padding-bottom: 100px;
    }

    .isDesktop .panel_submitted {
        display: block;
    }

    .isDesktop .panel_isActive {
        display: block;
    }
}

@media all and (max-height: 500px) {
    .panel_demo {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media all and (min-width: 1025px) {

    .isDesktop .panel-inner {
        max-width: 710px;
    }

    .isDesktop .panel_demo {
        padding: 30px 0 0;
    }

    .isDesktop .panel_about {
        padding: 0;
    }

    .isDesktop .panel_about > .media {
        margin: -167px 0 0 -355px;
    }

    .isDesktop .panel_history {
        padding: 0;
    }

    .isDesktop .panel_history > .media {
        margin: -153px 0 0 -355px;
    }

    .isDesktop .panel_tech {
        padding: 105px 0 70px;
    }

    .isDesktop .panel_create {
        padding: 145px 0 70px;
    }

    .isDesktop .panel_create > .panel-inner {
        margin: -150px 0 0 -355px;
    }

    .isDesktop .panel_submit {
        padding: 105px 0 70px;
    }

    .isDesktop .panel_submitted {
        padding: 105px 200px 70px;
    }
}

/* ---------------------------------------------------------------------
 Simple Grid Styles
------------------------------------------------------------------------ */

.simpleGrid {
    margin-top: 50px;
}

.simpleGrid-col {
    margin-top: 25px;
}

@media all and (min-width: 700px) {

    .isDesktop .simpleGrid:before,
    .isDesktop .simpleGrid:after {
        content: ' ';
        display: table;
    }

    .isDesktop .simpleGrid:after {
        clear: both;
    }

    .isDesktop .simpleGrid-col {
        margin: 0;
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 20px;
    }

    .isDesktop .simpleGrid-col:first-child {
        padding: 0 20px 0 0;
    }
}

/* ---------------------------------------------------------------------
 Related Content Styles
------------------------------------------------------------------------ */

.relatedContent {
    display: table;
    width: 100%;
}

.relatedContent-1st {
    display: table-cell;
}

.relatedContent-2nd {
    display: table-cell;
    width: 22px;
    text-align: right;
    vertical-align: middle;
}

@media all and (min-width: 700px) {
    .isDesktop .relatedContent-2nd {
        width: auto;
    }
}

/* ---------------------------------------------------------------------
 Media Styles
------------------------------------------------------------------------ */

.media_about .media-element {
    text-align: center;
    margin-bottom: 37px;
}

.media_history .media-element {
    margin-bottom: 50px;
}

@media all and (min-width: 700px) {

    .isDesktop .media {
        display: table;
        margin: 0 auto;
    }

    .isDesktop .media-element {
        display: table-cell;
        vertical-align: middle;
    }

    .isDesktop .media-content {
        display: table-cell;
        vertical-align: middle;
    }

    .isDesktop .media_about,
    .isDesktop .media_history {
        width: 90%;
        max-width: 600px;
    }

    .isDesktop .media_about .media-element {
        width: 50%;
        padding-right: 35px;
        text-align: right;
    }

    .isDesktop .media_about .media-content {
        width: 50%;
    }

    .isDesktop .media_history .media-element {
        padding-right: 20px;
        text-align: right;
    }
}

@media all and (min-width: 1025px) {

    .isDesktop .media_about,
    .isDesktop .media_history {
        width: 65%;
        max-width: 710px;
    }
}

/* ---------------------------------------------------------------------
 Demo Call Out Styles
------------------------------------------------------------------------ */

.callout {
    position: absolute;
    left: 23px;
    bottom: 107px;
    z-index: 99999;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 22px;
    font-weight: normal;
    color: #ffffff;
    line-height: 1;
}

.callout_mobile {
    display: none;
    text-align: center;
}

.calloutTag {
    width: 155px;
    position: absolute;
    left: 23px;
    bottom: 16px;
    z-index: 99999;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #666666;
}

.callout-sm {
    display: block;
    font-size: 8px;
    margin-bottom: 3px;
}

.isLoading .callout-hd {
    opacity: 0;
}

.isAnimated .callout-hd {
    -webkit-transition: opacity 0.5s 0s;
    -moz-transition: opacity 0.5s 0s;
    -o-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s;
}

.callout-hd {
    width: 350px;
    margin-bottom: 9px;
    line-height: 1.25;
    opacity: 1;
}

.isLoading .callout-bd {
    opacity: 0;
}

.isAnimated .callout-bd {
    -webkit-transition: opacity 0.5s 0s;
    -moz-transition: opacity 0.5s 0s;
    -o-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s;
}

.callout-bd {
    width: 166px;

    opacity: 1;
}

.callout-bd-row {
    overflow: hidden;
}

* + .callout-bd-row {
    margin-top: 11px;
}

/* START - Remove on refactor */

    .isMobile .callout {
        display: none;
    }

    .isMobile .callout_mobile {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        left: 0;
        bottom: 10%;
    }

    .isMobile .callout-hd {
        width: auto
    }

/* END - Remove on refactor */

@media all and (max-width: 699px) {

    .isDesktop .callout {
        display: none;
    }

    .isDesktop .callout_mobile {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 40px;
        left: 0;
        bottom: 10%;
    }

    .isDesktop .callout-hd {
        width: auto
    }
}

/* ---------------------------------------------------------------------
 Experiment Grid Styles
------------------------------------------------------------------------ */

.experimentGrid {
    position: relative;
    font-size: 0px;  /* Removing default inline white space */
    clear: left;
}

.block {
    position: relative;
    display: inline-block;
    width: 49.95%; /* Compensate rounding errors in Android browser */
    font-size: 16px;  /* Reset font size */
}

@media all and (min-width: 700px) {

    /* Ensure rows wrap every 3rd item */
    .isDesktop .experimentGrid > li:nth-child(3n + 1) {
        clear: left;
    }

    .isDesktop .experimentGrid:after {
        content: ' ';
        display: table;
    }

    .isDesktop .block {
        float: left;
        width: 33.333%;
    }

    .isDesktop .nested .block {
        width: 50%;
    }
}

.nested .hdg_exp {
    font-size: 14px;
}

@media all and (max-width: 1280px) {

    .nested .hdg_exp {
        font-size: 13px;
    }
}

@media all and (max-width: 1150px) {

    .nested .hdg_exp {
        font-size: 12px;
    }
}

@media all and (max-width: 1090px) {

    .nested .hdg_exp {
        font-size: 11px;
    }
}

/* ---------------------------------------------------------------------
 Experiment Info Styles
------------------------------------------------------------------------ */

.experiment {
    position: relative;
}

.flip-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    text-align: center;
    margin: 12px;
    padding-top: 50%;
}

.flipper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: -webkit-transform 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
    -moz-transition: -moz-transform 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
    -o-transition: -o-transform 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;
    transition: transform 0.15s ease-in-out 0s, opacity 0.15s ease-in-out 0s;

    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

/* Only apply hover if no container is being actively scrolled */
body.isNotScrolling .block.hover .flipper {
     opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.experimentInfo {
    margin-top: -55px;

    -webkit-transition: -webkit-transform 0.15s ease-in-out 0.07s, opacity 0.15s ease-in-out 0.07s;
    -moz-transition: -moz-transform 0.15s ease-in-out 0.07s, opacity 0.15s ease-in-out 0.07s;
    -o-transition: -o-transform 0.15s ease-in-out 0.07s, opacity 0.15s ease-in-out 0.07s;
    transition: transform 0.15s ease-in-out 0.07s, opacity 0.15s ease-in-out 0.07s;

    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
}

@media all and (min-width: 700px) and (max-width: 1024px) {
    .isDesktop .experimentInfo {
        margin-top: -45px;
    }

    .isDesktop .experimentInfo .gapTopSm {
        padding-top: 10px;
    }
}

/* Only apply hover if no container is being actively scrolled */
body.isNotScrolling .block.hover .experimentInfo {
     opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.experimentData {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

/* ---------------------------------------------------------------------
 Vertical List Styles
------------------------------------------------------------------------ */

.vList > * + * {
    margin-top: 25px;
}

/* ---------------------------------------------------------------------
 Horizontal List Styles
------------------------------------------------------------------------ */

.hList:after {
    content: '';
    display: table;
}

.hList > * {
    float: left;
}

.hList > * + * {
    margin-left: 8px;
}

/* ---------------------------------------------------------------------
 Columned List Styles
------------------------------------------------------------------------ */

.cList > * {
    margin-top: 30px;
}

@media all and (min-width: 700px) {

    .isDesktop .cList {
        font-size: 0px;  /* Removing default inline white space */
    }

    .isDesktop .cList > * {
        display: inline-block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 13px;  /* Reset font size */
        width: 49.95%; /* Fix rounding errors in FF */
        vertical-align: top;
        margin-top: 50px;
    }

    .isDesktop .cList > *:nth-child(odd) {
        padding-right: 20px;
    }

    .isDesktop .cList > *:nth-child(even) {
        padding-left: 20px;
    }
}

/* ---------------------------------------------------------------------
 Image Styles
------------------------------------------------------------------------ */

.img {
    display: block;
    margin: 0 auto;
}

.img_contain {
    max-width: 100%;
}

@media all and (max-width: 700px) {

    .img_brand {
        width: 70px;
    }
}


.img_cubeDiagram {
    max-width: 425px;
    width: 100%;
    margin: 0 auto;
}

.img_experiement {
    position: relative;
    z-index: 0;
    width: 100%;
}

@media all and (min-width: 700px) {

    .img_cubeDiagram {
        max-width: 325px;
    }
}

/* ---------------------------------------------------------------------
 Create Your Own CTA Styles
------------------------------------------------------------------------ */

.wrapperCreateYourOwn {
    position: absolute;
    height: 116px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.ctaCreateYourOwn {
    margin-top: -58px;
    text-align: center;
}

.plus {
    position: relative;
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

.plus-piece {
    position: absolute;
    background-color: #ffffff;
    border-radius: 4px;
    width: 22px;
    height: 22px;
    -webkit-box-shadow: 0 4px 0 #1063f6;
    -moz-box-shadow: 0 4px 0 #1063f6;
    box-shadow: 0 4px 0 #1063f6;
}

.plus-piece_hrz {
    width: 66px;
    top: 22px;
}

.plus-piece_vrt {
    height: 66px;
    left: 22px;
}

.ctaCreateYourOwn:hover .plus {
    margin-top: 1px;
}

.ctaCreateYourOwn:active .plus {
    margin-top: 3px;
}

.ctaCreateYourOwn:hover .plus-piece {
    -webkit-box-shadow: 0 2px 0 #1063f6;
    -moz-box-shadow: 0 2px 0 #1063f6;
    box-shadow: 0 2px 0 #1063f6;
}

.ctaCreateYourOwn:active .plus-piece {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ctaCreateYourOwn:hover .btn_exp {
    margin-top: 1px;
    margin-bottom: 2px;
    -webkit-box-shadow: 0 2px 0 #1063f6;
    -moz-box-shadow: 0 2px 0 #1063f6;
    box-shadow: 0 2px 0 #1063f6;
}

.ctaCreateYourOwn:active .btn_exp {
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media all and (min-width: 700px) and (max-width: 1024px) {
    .isDesktop .ctaCreateYourOwn .gapTopSm {
        padding-top: 10px;
    }
}

@media all and (min-width: 700px) and (max-width: 799px) {

    .isDesktop .ctaCreateYourOwn {
        margin-top: -54px;
    }

    .isDesktop .ctaCreateYourOwn .btn_exp {
        font-size: 7px;
    }
}

@media all and (min-width: 800px) and (max-width: 899px) {
    .isDesktop .ctaCreateYourOwn .btn_exp {
        font-size: 8px;
    }
}

@media all and (min-width: 900px) and (max-width: 999px) {
    .isDesktop .ctaCreateYourOwn .btn_exp {
        font-size: 9px;
    }
}

/* ---------------------------------------------------------------------
 Utility Styles
------------------------------------------------------------------------ */

@media all and (min-width: 700px) {
    .isDesktop .isOnMobileOnly {
        display: none;
    }
}

/* START - Remove on refactor */

.isMobile .isOnDesktopOnly {
    display: none;
}

/* END - Remove on refactor */


@media all and (max-width: 699px) {
    .isDesktop .isOnDesktopOnly {
        display: none;
    }
}

.sup {
    position: relative;
    top: -.5em;
    font-size: .67em;
}

/* ---------------------------------------------------------------------
 Unsupported Browser
------------------------------------------------------------------------ */

.isHiddenOnNotSupported:not(.panel_submit) {
    display: block;
}

.isNotSupported .isHiddenOnNotSupported {
    display: none;
}

.isHiddenOnSupported {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg-unsupported.jpg) repeat #000000;
}

.unsupportedInner {
    position: absolute;
    width: 700px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -350px;
    text-align: center;
}

.unsupported-hd {
    margin-bottom: 30px;
}

.unsupported-bd {
    font-size: 14px;
}

.unsupported-ft {
    overflow: hidden;
    margin-top: 20px;
    *zoom: 1; /* IE */
}

.isNotSupported .isHiddenOnSupported {
    display: block;
}

.cube-fallback {
    width: 100%;
    height: 100%;
    text-align: center;
}

.cube-fallback > img {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9%;
    max-width: 100%;
    max-height: 100%;
}

/* ---------------------------------------------------------------------
 base.css overrides
------------------------------------------------------------------------ */

@media all and (max-width: 520px) {
    /* Make the cube container a bit smaller on mobile portrait
    so that cube is a reasonable size*/
    #container {
        height: 60%;
        padding-top: 7%;
    }
}

/* ---------------------------------------------------------------------
 cube.css overrides
------------------------------------------------------------------------ */
.cube {
    cursor: default;
}

/* START - Remove on refactor */

.isMobile .cube {
    /* Prevents user interaction to rotate the cube on mobile */
    pointer-events: none;
}

/* END - Remove on refactor */

@media all and (max-width: 699px) {
    .isDesktop .cube {
        /* Prevents user interaction to rotate the cube on mobile */
        pointer-events: none;
    }
}

.faceLabel {
    font-size: 60px;
}

/* ---------------------------------------------------------------------
 demo.css overrides
------------------------------------------------------------------------ */

.demoOptions {
    width: auto;
    min-width: 290px;
}

@media all and (min-width: 700px) {
    .demoOptions {
        bottom: 5%;
    }
}