body.has-splash {
    overflow: hidden;
    height: 100%
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.splash {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    background-image: url(/images/splash/background.jpg);
    background-size: contain;
    z-index: 999;
    color: white;
    overflow: auto;
    padding: 1em
}

.splash * {
    box-sizing: border-box
}

.splash h1,
.splash p {
    color: white;
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase
}

.splash h1 {
    font-size: 3em
}

.splash p {
    font-size: 1.5em;
    letter-spacing: .2em
}

.splash img {
    width: 100%;
    max-width: 840px
}

@media screen and (max-width:950px) {
    .splash {
        font-size: .8em
    }
}

.splash:target {
    display: none
}

.splash__container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 100%;
    padding-top: 6em
}

@media screen and (max-width:800px) {
    .splash__container {
        padding-top: 11em
    }
}

@media screen and (max-width:500px) {
    .splash__container {
        padding-top: 15em
    }
}

.splash__close {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 1px 1px 2px #000;
    position: fixed;
    top: 2em;
    right: 2em;
    font-size: 2em;
    text-transform: uppercase;
    transition: color .3s;
    z-index: 99
}

.splash__close:hover {
    color: #fff
}

.splash__close span {
    font-family: "proxima-nova", sans-serif;
    font-size: 2em;
    padding-left: .25em;
    vertical-align: sub
}

.splash__media {
    margin: 2em auto 4em;
    width: 915px;
    max-width: 100%
}

.splash__media>* {
    border-width: 10px;
    border-color: white;
    border-style: solid;
    display: inline-block
}

.splash__video {
    position: relative;
    padding-bottom: 56%;
    width: 100%;
    height: 0;
    overflow: hidden
}

@media screen and (min-width:710px) {
    .splash__video {
        float: left;
        padding-bottom: 28.25%;
        max-width: 60%
    }
}

.splash__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.splash__cover {
    width: 70%;
    margin: 0 auto 2em
}

@media screen and (min-width:710px) {
    .splash__cover {
        float: right;
        max-width: 30%;
        margin: 0
    }
    .splash__cover img {
        max-width: 275px
    }
}

.splash__buttons .btn:not(:first-child) {
    margin-left: 1em
}

.splash__buttons .btn,
.splash__buttons [type="submit"] {
    background-color: white;
    border-color: white;
    border-style: solid;
    border-width: 2px;
    color: black;
    display: inline-block;
    transition: color .3s, background-color .3s
}

.splash__buttons .btn:hover,
.splash__buttons [type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white
}

.splash__buttons form {
    display: inline;
    margin-left: 1em;
    white-space: nowrap
}

.splash__buttons .btn,
.splash__buttons [type="submit"],
.splash__buttons [type="email"] {
    margin-bottom: 1em;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 1.25em;
    padding: 1em 1.5em;
    font-family: "proxima-nova", sans-serif;
    letter-spacing: .1em
}

.splash__buttons [type="email"] {
    background-color: #ccc;
    padding: 1em 1.5em;
    max-width: 100%;
    width: 18em;
    border: none;
    font-size: 1.25em;
    border-color: #ccc;
    border-style: solid;
    border-width: 2px;
    display: inline-block
}

.splash__icons img {
    width: auto
}

.splash__icons a {
    transition: opacity .3s
}

.splash__icons a:hover {
    opacity: .6
}