/* Reset */

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', helvetica, arial, sans-serif;
    background-color: #140a1c;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

input, textarea {
    border: 1px solid #cccccc;
}

img {
    display: block;
    max-width: 100%;
}


/* Helper */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}


/* Typography */

h2 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px #003d42;;
}

p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    text-align: left;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Jump Tos */

#about-section,
#projects-section {
    margin-top: -100px;
    padding-bottom: 80px;
    display: block;
}

#careers-section {
    margin-top: -10px;
    padding-bottom: 40px;
    display: block;
}


/* Container */

#container {
    max-width: 960px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5000px #000000;
    -moz-box-shadow: 0 0 5000px #000000;
    box-shadow: 0 0 1000px 200px rgba(0, 0, 0, 0.4);
}


/* Header */

#header {
    background-color: #000000;
    position: fixed;
    width: 100%;
    z-index: 20;
}

.header-constrain {
    max-width: 960px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin-bottom: 10px;
    margin-top: 8px;
    margin-left: 30px;
}

#nav {
    float: right;
    margin: 21px 25px 0 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#nav li:last-child {
    margin-right: 0;
}

#nav li a {
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
    font-weight: 300;
}

#nav li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #e4116d;
}

@media (max-width: 700px) {
    #nav li {
        margin: 0 10px 0 0;
    }
    #logo {
        margin-left: 20px;
    }
}

@media (max-width: 450px) {
    #nav {
        margin-right: 10px;
    }
}

@media (max-width: 350px) {
    #nav li a {
        font-size: 10px;
    }
}


/* Intro */

.intro {
    padding-top: 150px;
    padding-bottom: 10px;
    background: #000 url('/img/top-section-bg.png') no-repeat top center;
}

.intro img {
    display: block;
    margin: 0 auto 10px auto;
}

.intro h2 {
    margin-top: 150px;
    margin-bottom: 20px;
    text-align: center;
}

.intro h2, .intro p {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.intro a {
    text-align: center;
    display: block;
    max-width: 288px;
    margin: 80px auto 20px auto;
    padding: 18px 53px;
    background-color: #e4116d;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #333333;
    text-decoration: none;
}

@media (max-width: 700px) {
    .intro {
        padding-top: 125px;
    }
    .intro h2 {
        margin-top: 65px;
    }
    .intro h2, .intro p {
        max-width: 85%;
    }
    .logo-top {
        width: 30%;
    }
    .logo-top-text {
        width: 50%;
    }
}

@media (max-width: 450px) {
    .intro {
        padding-top: 100px;
    }
    .intro h2 {
        margin-top: 35px;
    }

}


/* Headline */

.headline {
    padding: 38px 0 32px 0;
    background: #000 url('/img/turquoise-triangles-bg.png') repeat-y top center;
}

.headline h2 {
    text-align: center;
    width: 90%;
    margin: 0 auto 5px auto;
}


/* Monitor and App */

.monitor-and-app {
    padding-top: 33px;
    position: relative;
    background-color: #fff;
}

.monitor-and-app p {
    float: left;
    color: #333;
    margin: 0 0 20px 33px;
    width: 40%;
}

#monitor-app {
    display: block;
    float: right;
    margin-top: -10px;
    width: 48.7%;
}

@media (max-width: 700px) {
    .monitor-and-app p {
        float: none;
        margin: 0 auto;
        width: 85%;
    }
    #monitor-app {
        float: none;
        clear: both;
        width: 60%;
        margin: 15px auto 0 auto;
    }
}


/* Purple Headline */

.purple-headline {
    padding: 48px 0;
    background-color: #391b51;
}

.purple-headline h2 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


/* Grow Show World Background */

.growshow-world-bg {
}


/* Black Headline */

.black-headline {
    padding: 48px 0;
    background-color: #000;
}

.black-headline p {
    width: 65%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .black-headline p {
        width: 85%;
    }
}


/* Game Views */

.game-views {
}


/* Join Team */

.join-team {
    padding: 38px 0 21px 0;
    background-color: #391b51;
}

.join-team h2 {
    text-align: center;
}

.join-team h2, .join-team p {
    width: 65%;
    margin: 0 auto 20px auto;
}

@media (max-width: 700px) {
    .join-team p {
        width: 85%;
    }
}


/* Careers */

.careers {
    padding-bottom: 20px;
    background: #000 url('/img/turquoise-triangles-bg.png') repeat-y top center;
}

.careers .careersnav {
    width: 80%;
    margin: 0 auto;
    padding: 22px 0 0 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-padding-start: 0;
}

.careers .careersnav li {
    float: left;
    width: 16%;
    list-style: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 2%;
    margin-bottom: 22px;
    background-color: #000000;
    padding: 30px 0;
    text-align: center;
    cursor: pointer;
}

.careers .careersnav li.selected {
    background-color: #e4116d;
}

.careers div {
    display: none;
}

.careers div.selected {
    display: block;
    background-color: #ffffff;
    max-width: 100%;
    margin: 0 20px 23px 20px;
    padding: 45px 85px 17px 85px;
}

.careers div.selected div {
    display: block;
}

.careers div.selected .more {
    display: none;
}

.careers h3 {
    color: #391b51;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.careers h4 {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.careers p,
.careers ul  li {
    color: #777;
    font-size: 15px;
    margin-bottom: 10px;
}

.careers ul {
    margin: 10px 0;
    padding: 0;
}

.careers ul  li {
    margin: 0 0 0 30px;
    padding: 0 0 0 5px;
    list-style-type: disc;
}

.careers .location {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.careers .readmore {
    display: inline-block;
    padding-right: 20px;
    margin-bottom: 27px;
    background: transparent url('/img/arrow-up.png') no-repeat center right;
    background-size: 15%;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    text-transform: uppercase;
}

.careers .readmore.closed {
    background: transparent url('/img/arrow-down.png') no-repeat center right;
    background-size: 15%;
}

.careers .apply {
    background-color: #e4116d;
    margin-bottom: 28px;
    display: block;
    width: 115px;
    padding: 13px 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 2px 2px #666;
    text-decoration: none;
    text-align: center;
}

.careers hr {
    margin-bottom: 30px;
}


@media (max-width: 700px) {
    .careers .careersnav li {
        font-size: 13px;
    }
    .careers div.selected {
        margin: 0 0 23px 0;
        padding: 25px 35px 2px 35px;
    }
}

@media (max-width: 450px) {
    .careers .careersnav {
        width: 100%;
    }
    .careers .careersnav li {
        font-size: 10px;
    }
    .careers div.selected {
        padding: 25px 20px 2px 20px;
    }
}

/* Light Box */

#lightbox {
    display: none;
    position: fixed;
    z-index: 30;
    width: 400px;
    padding: 5px 25px 25px 25px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: -390px auto auto -200px;
    top: 50%;
    left: 50%;
    box-shadow: 0px 0px 10px #555555;
}

#lightbox .closebutton {
    float: right;
    width: 20px;
    margin: 10px -10px 0 0;
    cursor: pointer;
}

#lightbox .thankyou {
    display: none;
    text-align: center;
    padding: 20px 0 0 0;
}

.lightbox-shade {
    display: none;
    opacity: 0.85;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

#lightbox label {
    display: block;
    margin: 10px 0 3px 0;
}

#lightbox input[type=text], #lightbox textarea {
    padding: 2px 3px;
    font-size: 14px;
}

#lightbox input[type=text] {
    width: 250px;
}

#lightbox textarea {
    width: 100%;
}

#lightbox button {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

@media (max-width: 450px) {
    #lightbox {
        width: 310px;
        height: 460px;
        overflow: scroll;
        margin-left: -155px;
        margin-top: -235px;
    }
    #lightbox .closebutton {
        width: 15px;
    }
    #lightbox textarea {
        height: 75px;
    }
}


/* Contact Us */

.contact-us-bg {
    padding: 40px 0 20px 60px;
    background: #000 url('/img/contact-us-bg.png') no-repeat top center;
}

.contact-us-bg label {
    display: block;
    color: #ffffff;
    margin: 20px 0 5px 0;
}

.contact-us-bg input[type=text], .contact-us-bg textarea {
    padding: 5px;
    font-size: 14px;
}

.contact-us-bg input[type=text] {
    width: 250px;
}

.contact-us-bg textarea {
    width: 380px;
}

.contact-us-bg button {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    background-color: #ffffff;
    cursor: pointer;
}

@media (max-width: 700px) {
    .contact-us-bg {
        padding: 26px 0 0 50px;
    }
}

@media (max-width: 450px) {
    .contact-us-bg {
        padding: 16px 0 0 25px;
    }
    .contact-us-bg textarea {
        width: 90%;
    }
}
