@font-face {
    font-family: 'Droid Sans';
    src: url("../webfonts/DroidSans-webfont.eot");
    src: url("../webfonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/DroidSans-webfont.woff") format("woff"), url("../webfonts/DroidSans-webfont.ttf") format("truetype"), url("../webfonts/DroidSans-webfont.svg#droidsans") format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Droid Sans Bold';
    src: url("../webfonts/DroidSans-Bold-webfont.eot");
    src: url("../webfonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/DroidSans-Bold-webfont.woff") format("woff"), url("../webfonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../webfonts/DroidSans-Bold-webfont.svg#droidsansbold") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Fjalla One';
    src: url("../webfonts/fjallaone-regular-webfont.eot");
    src: url("../webfonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../webfonts/fjallaone-regular-webfont.woff") format("woff"), url("../webfonts/fjallaone-regular-webfont.ttf") format("truetype"), url("../webfonts/fjallaone-regular-webfont.svg#gothambold") format("svg");
    font-weight: 400;
    font-style: normal;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
    box-sizing: content-box;
}
h1, h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 2.3571428571em;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -2px;
    margin: 0 0 20px 0;
}
h2 {
    font-size: 1.6428571429em;
    letter-spacing: -1px;
}
p {
    margin: 0 0 20px 0;
}
hr {
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #000;
}
html {
    font-family: "Droid Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
body {
    background: #000;
}
a {
    text-decoration: none;
}
a:hover {
    color: #FCEA00;
}
@media only screen and (max-width: 599px) {
    .bp-medium-up {
    display: none;
}
}nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav a {
    font-family: "Fjalla One", sans-serif;
    font-size: 2.3571428571em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: -2px;
}
header {
    *zoom: 1;
}
header:before, header:after {
    content: '';
    display: table;
}
header:after {
    clear: both;
}
header nav {
    display: none;
}
@media only screen and (min-width: 600px) {
    header {
    position: relative;
    z-index: 1000;
    padding: 30px;
}
header nav {
    display: block;
}
}@media only screen and (max-width: 599px) {
    .nav-primary {
    display: block;
    position: relative;
    margin-top: -100%;
    background: #fff;
    -webkit-transition-property: margin-top;
    transition-property: margin-top;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.nav-primary ul {
    padding: 14px 20px 11px 18px;
}
.nav-primary ul li {
    display: block;
    padding: 5px 0;
}
.nav-primary ul li img {
    display: none;
}
.nav-primary a {
    color: #000;
}
.nav-primary a:hover {
    color: #FCEA00;
}
.nav-primary.opened {
    margin-top: 0;
}
}@media only screen and (min-width: 600px) {
    .nav-primary {
    position: absolute;
    right: 30px;
    top: 30px;
}
.nav-primary ul {
    font-size: 0;
}
.nav-primary ul li {
    display: inline-block;
    padding-left: 20px;
}
.nav-primary ul li a {
    font-size: 1.6428571429rem;
    letter-spacing: -1px;
    color: #FCEA00;
}
.nav-primary ul li a:hover {
    color: #fff;
}
.nav-primary ul li.beta {
    position: fixed;
    top: 30px;
    left: 20px;
    padding-left: 50px;
}
.nav-primary ul li.beta a {
    color: #fff;
}
.nav-primary ul li.beta a:hover {
    color: #FCEA00;
}
.nav-primary ul li.beta img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,  -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    left: 0;
    width: 45px;
    height: auto;
}
}.nav-toggle {
    position: fixed;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    z-index: 999;
    background-image: url(../img/ico-menu.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}
.beta .nav-toggle {
    background-image: url(../img/ico-menu-black.svg);
}
.opened .nav-toggle {
    background-image: url(../img/ico-close.svg);
}
@media only screen and (min-width: 600px) {
    .nav-toggle {
    display: none;
}
}footer {
    font-size: 10px;
    padding: 0 30px 40px 30px;
    text-align: center;
}
@media only screen and (max-width: 599px) {
    footer {
    padding: 0 20px 40px 20px;
}
}footer .copyright {
    color: #FCEA00;
    float: left;
    text-align: left;
    margin-top: -6px;
}
footer .nav-social {
    position: relative;
    z-index: 1010;
    float: right;
    *zoom: 1;
}
footer .nav-social:before, footer .nav-social:after {
    content: '';
    display: table;
}
footer .nav-social:after {
    clear: both;
}
footer .nav-social ul {
    font-size: 0;
    margin-top: -4px;
}
footer .nav-social ul li {
    text-indent: -3000px;
    position: relative;
    display: inline-block;
    width: 1.5714285714rem;
    height: 1.5714285714rem;
    margin-right: 20px;
}
footer .nav-social ul li:last-of-type {
    margin-right: 0;
}
footer .nav-social ul li a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%}
footer .nav-social ul li a.facebook {
    background-image: url(../img/ico-facebook-yellow.svg);
}
.beta footer .nav-social ul li a.facebook {
    background-image: url(../img/ico-facebook-black.svg);
}
footer .nav-social ul li a.facebook:hover {
    background-image: url(../img/ico-facebook.svg);
}
footer .nav-social ul li a.twitter {
    background-image: url(../img/ico-twitter-yellow.svg);
}
.beta footer .nav-social ul li a.twitter {
    background-image: url(../img/ico-twitter-black.svg);
}
footer .nav-social ul li a.twitter:hover {
    background-image: url(../img/ico-twitter.svg);
}
footer .nav-social ul li a.googleplus {
    background-image: url(../img/ico-google-yellow.svg);
}
.beta footer .nav-social ul li a.googleplus {
    background-image: url(../img/ico-google-black.svg);
}
footer .nav-social ul li a.googleplus:hover {
    background-image: url(../img/ico-google.svg);
}
.fouroufour {
    width: 100%;
    padding: 40px 20px;
    text-align: center;
}
@media only screen and (max-width: 599px) {
    .fouroufour img {
    width: 100%;
    height: auto;
}
}.globe {
    overflow: hidden;
}
.globe .ninjaontheglobe {
    width: 514px;
    height: 230px;
    position: relative;
    background-image: url(../img/bg-globe.svg);
    background-repeat: no-repeat;
    background-position: -166px -40px;
    background-size: 100%}
.globe .ninjaontheglobe:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 59.53307393%}
.globe .ninjaontheglobe>.aspectratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.globe .ninjaontheglobe h1 {
    display: none;
}
.globe .ninjaontheglobe:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/bg-ninja.svg);
    background-repeat: no-repeat;
    background-position: -166px -40px;
    background-size: 100%}
@media only screen and (min-width: 600px) {
    .globe .ninjaontheglobe {
    width: auto;
    height: auto;
    background-position: 50% 0;
    background-size: 90%}
.globe .ninjaontheglobe:after {
    top: 120px;
    background-position: 50% 60%;
    background-size: 115%}
}.globe nav {
    position: relative;
    z-index: 999;
    padding: 20px;
}
.globe nav li {
    display: block;
    padding: 5px 0;
}
.globe nav a {
    color: #fff;
}
.globe nav a:hover {
    color: #FCEA00;
}
.globe nav a:hover:before {
    background-image: url(../img/ico-play-yellow.svg);
}
.globe nav a:before {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1.5em;
    background-image: url(../img/ico-play.svg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: auto 0.87em;
}
.globe nav .locked a:before {
    background-image: url(../img/ico-lock.svg);
}
.globe nav .locked a:hover:before {
    background-image: url(../img/ico-lock-yellow.svg);
}
@media only screen and (min-width: 600px) {
    .globe nav {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.globe nav ul li {
    position: absolute;
}
.globe nav ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    border-radius: 100%;
    box-shadow: 0 0 100px 75px #000000;
    z-index: 0;
}
.globe nav ul li a {
    position: relative;
    z-index: 2;
}
.globe nav ul li:nth-child(1) {
    top: 18%;
    left: 13%}
.globe nav ul li:nth-child(2) {
    top: 58%;
    left: 4%}
.globe nav ul li:nth-child(3) {
    top: 42%;
    right: 5%}
.globe nav ul li:nth-child(4) {
    top: 8%;
    left: 58%}
.globe nav ul li:nth-child(4) a {
    font-size: 16px;
    letter-spacing: 0;
}
.globe nav ul li:nth-child(4) a span {
    width: 70px;
    display: inline-block;
}
.globe nav ul li:nth-child(4) a:before {
    font-size: 33px;
}
}@media only screen and (min-width: 768px) {
    .globe nav ul li a {
    font-size: 3.7857142857em;
}
.globe nav ul li:nth-child(4) a {
    font-size: 27px;
}
.globe nav ul li:nth-child(4) a span {
    width: 120px;
}
.globe nav ul li:nth-child(4) a:before {
    font-size: 60px;
}
}@media only screen and (min-width: 600px) {
    .globe {
    overflow: visible;
    position: relative;
    padding: 20px 20px 0 20px;
    max-width: 75.7142857143em;
    margin: auto;
    margin-top: -50px;
}
.globe .claim {
    position: absolute;
    content: "";
    bottom: -22px;
    left: 0;
    width: 100%;
    height: 140px;
    background-image: url(../img/yourstoryfromspace.svg);
    background-repeat: no-repeat;
    background-position: 49% 100%;
    background-size: 22% auto;
    z-index: 1001;
}
.globe .claim a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}
}.private header {
    position: relative;
}
@media only screen and (min-width: 600px) {
    .private .globe {
    margin-top: -80px;
}
.private .globe nav ul li:nth-child(1) {
    top: 18%;
    left: 8%}
.private .globe nav ul li:nth-child(2) {
    top: 52%;
    right: 5%;
    left: auto;
}
.private .private-area {
    color: #FCEA00;
    font-size: 1.6428571429em;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: -1px;
    padding-bottom: 6px;
}
}.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1020;
}
.putithere {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 1022;
}
.sub {
    width: 100%;
    max-width: 700px;
    background-color: #FCEA00;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}
.sub a {
    color: #000;
    text-decoration: underline;
}
.sub a:hover {
    color: #000;
}
.sub .close {
    background-image: url(../img/ico-close.svg);
}
.sub .close:hover {
    background-image: url(../img/ico-close-white.svg);
}
.sub h1 {
    margin: 0 0 4px 0;
}
@media only screen and (min-width: 768px) {
    .sub h1 {
    font-size: 3.7857142857em;
}
}.sub h2 {
    margin: 0 0 6px 0;
}
.sub p {
    margin: 0 0 17px 0;
}
@media only screen and (max-width: 767px) {
    .sub {
    min-height: 100%}
}@media only screen and (min-width: 768px) {
    .sub {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
}
.sub .close {
    right: -40px;
}
.sub .close:hover {
    background-color: #FCEA00;
    background-image: url(../img/ico-close.svg);
}
}.close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url(../img/ico-close-white.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    z-index: 1023;
}
.close:hover {
    background-image: url(../img/ico-close-yellow.svg);
}
@media only screen and (min-width: 768px) {
    .close {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../img/ico-close.svg);
    background-position: 50% 50%;
    background-size: 50%;
    top: 0;
    right: 0;
}
.close:hover {
    background-color: #FCEA00;
    background-image: url(../img/ico-close.svg);
}
}@media only screen and (min-width: 768px) {
    .video-wrapper {
    max-width: 1070px;
    margin: 80px auto 0 auto;
    padding: 0 40px;
}
.video-wrapper .intro-wrapper {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 66.6666666667%;
    margin-left: 0%;
    margin-right: 0%}
.video-wrapper .intro-wrapper:before, .video-wrapper .intro-wrapper:after {
    content: '';
    display: table;
}
.video-wrapper .intro-wrapper:after {
    clear: both;
}
}.video-wrapper .intro {
    position: relative;
    background-size: 100%}
.video-wrapper .intro:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%}
.video-wrapper .intro>.aspectratio {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-wrapper .intro .aspectratio .play {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(../img/ico-play.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 10%;
    z-index: 1001;
}
.video-wrapper .description {
    *zoom: 1;
    position: relative;
    background: #FCEA00;
    padding: 17px 20px 0 20px;
}
.video-wrapper .description:before, .video-wrapper .description:after {
    content: '';
    display: table;
}
.video-wrapper .description:after {
    clear: both;
}
.video-wrapper .description .close {
    position: fixed;
    top: 20px;
    right: 20px;
}
.video-wrapper .description h2 {
    margin: 0 0 14px 0;
}
.video-wrapper .description p {
    margin: 0 0 16px 0;
}
@media only screen and (min-width: 600px) {
    .video-wrapper .description h2 {
    font-size: 2.2857142857em;
    letter-spacing: -2px;
}
}@media only screen and (min-width: 768px) {
    .video-wrapper .description {
    min-height: 371px;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 33.3333333333%;
    margin-left: 0%;
    margin-right: 0%}
.video-wrapper .description:before, .video-wrapper .description:after {
    content: '';
    display: table;
}
.video-wrapper .description:after {
    clear: both;
}
.video-wrapper .description .close {
    position: absolute;
    top: 0;
    right: -40px;
}
}.form input, .form textarea, .form select {
    -webkit-appearance: none;
    border: none;
    padding: 16px;
    width: 100%}
.form textarea {
    min-height: 140px;
}
.form .row {
    margin-bottom: 20px;
}
.form .row:last-of-type {
    margin: 0;
}
.form ::-webkit-input-placeholder {
    color: #000;
}
.form :-moz-placeholder {
    color: #000;
}
.form ::-moz-placeholder {
    color: #000;
}
.form :-ms-input-placeholder {
    color: #000;
}
.form button, .form .button {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-size: 1.6428571429em;
    border: none;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    letter-spacing: -1px;
    text-decoration: none;
}
.form button:hover, .form .button:hover {
    color: #000;
    background-color: #fff;
}
.form .button-wrapper {
    *zoom: 1;
}
.form .button-wrapper:before, .form .button-wrapper:after {
    content: '';
    display: table;
}
.form .button-wrapper:after {
    clear: both;
}
.form .button-wrapper button, .form .button-wrapper .button {
    float: right;
}
.form .error {
    position: relative;
}
.form .error input, .form .error textarea, .form .error select {
    border: 2px solid #fff;
}
.form .error input:focus, .form .error textarea:focus, .form .error select:focus {
    border: 2px solid #000;
    box-shadow: none;
    outline: none;
}
.form .error-message {
    display: none;
    position: absolute;
    bottom: -73px;
    left: 0;
    background: #000;
    padding: 16.6666666667px;
    color: #fff;
    z-index: 10;
}
.form .error-message:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #000000;
    border-width: 0 12px 20px 12px;
}
.form h1 svg {
    height: 0.85em;
    width: 0.65em;
}
.form h1 svg path {
    fill: #000 !important;
}
.form input:invalid::-webkit-validation-bubble-message {
    display: none;
}
.form input:focus:invalid+.error-message, .form textarea:focus:invalid+.error-message {
    display: block;
}
.form input:focus:valid+.error-message, .form textarea:focus:valid+.error-message {
    display: none;
}
.thanks h1 {
    font-size: 2.3571428571em;
}

.sub.aboutus h2 {
    font-size: 2.3571428571em;
    letter-spacing: -1px;
    color: #fff;
    margin: 40px 0 20px 0;
}
.sub.aboutus .person {
    position: relative;
    padding: 0 0 40px 0;
}
.sub.aboutus .person:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/team.png);
    background-repeat: no-repeat;
    background-size: 160px auto;
    height: 160px;
    width: 160px;
}
.sub.aboutus .person.dominikablackappl:before {
    background-position: 0 -160px;
}
.sub.aboutus .person.danhammer {
    padding: 0;
}
.sub.aboutus .person.danhammer:before {
    background-position: 0 -320px;
}
.sub.aboutus .person.andrewstroup:before {
    background-position: 0 -480px;
}
.sub.aboutus .person.edboyda:before {
    background-position: 0 -640px;
}
.sub.aboutus .person.colinmccormick:before {
    background-position: 0 -800px;
}
.sub.aboutus .person.matthanson:before {
    background-position: 0 -960px;
}
.sub.aboutus .person .description {
    padding-left: 180px;
}
.sub.aboutus .person .description h3 {
    text-transform: uppercase;
    font-size: 1.6428571429em;
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .sub.aboutus {
    top: 20px;
    -webkit-transform: translate(-50%,  0);
    -ms-transform: translate(-50%,  0);
    transform: translate(-50%,  0);
}
.sub.aboutus h2 {
    font-size: 3.7857142857em;
}
}@media only screen and (max-width: 599px) {
    .sub.aboutus .person .description {
    padding: 180px 0 0 0;
}
}.login .row {
    *zoom: 1;
}
.login .row:before, .login .row:after {
    content: '';
    display: table;
}
.login .row:after {
    clear: both;
}
.login .row.special {
    padding-right: 120px;
    position: relative;
}
.login .row.special .button {
    position: absolute;
    top: 0;
    right: 0;
}
.login .button-wrapper button, .login .button-wrapper .button {
    float: left;
}
body.beta {
    background: #FCEA00;
}
body.beta a {
    color: #000 !important;
}
@media only screen and (min-width: 768px) {
    body.beta .home {
    position: fixed;
    top: 30px;
    left: 30px;
}
}body.beta .home {
    padding-left: 0;
}
body.beta .ninja-beta {
    text-align: center;
    max-width: 640px;
    margin: auto;
}
body.beta .ninja-beta p, body.beta .ninja-beta .form {
    text-align: left;
    padding: 0 20px;
}
body.beta .ninja-beta .row {
    *zoom: 1;
}
body.beta .ninja-beta .row:before, body.beta .ninja-beta .row:after {
    content: '';
    display: table;
}
body.beta .ninja-beta .row:after {
    clear: both;
}
body.beta .ninja-beta .row.special {
    padding-right: 120px;
    position: relative;
}
body.beta .ninja-beta .row.special .button {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (max-width: 599px) {
    body.beta .ninja-beta .nb-img {
    width: 100px;
    height: auto;
    padding: 20px;
}
}body.beta footer {
    padding: 145px 30px 0 30px;
}
body.beta footer .copyright {
    color: #000;
}

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