.body-no-scroll {
    overflow: hidden;
}

.nav-hide {
    display: none;
}

.sp-break {
    width: 50%;
    height: 0;
    border-top: 1px solid white;
    margin: auto;
}

#sp-splash {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    z-index: 99999;
}

#sp-splash-white {
    display: none;
}

.sp-splash-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto auto;
    background: black;
}

.sp-splash-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.sp-splash-inline-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(17,33,50,.7);
    color: white;
    text-align: center;
    display: flex;
}
.sp-splash-content {
    flex: 1;
    width: 100%;
    align-self: middle;
    margin: auto auto;
}

#cta {
    padding: 15px 25px;
    background: #2188c3;
    color: white;
    border: 1px solid white;
}

.sp-splash-continue {
    cursor: pointer;
}

#sp-splash-bg-1 {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(/assets/images/sp-splash-bg1.jpg);
    background-size: cover;
    background-position: left;
}

.sp-splash-top {
    padding: 8px 5px;
}

.sp-splash-plane-container {
    width: 100%;
    padding-bottom: 15px;
}

.sp-splash-plane h3 {
    text-transform: uppercase;
    margin: 5px;
}

.sp-splash-plane h4,
.sp-splash-plane p {
    margin: 5px;
}

.sp-proud-supporters {
    font-size: 13px;
}

.sp-splash-logo {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 65px;
    width: 75px;
    line-height: normal;
}

.sp-splash-logo-wide {
    width: 150px;
}

.sp-splash-button-wrapper {
    padding: 25px 0px 10px;
}

@media (min-width:900px) {
    #sp-splash-white {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
    }
    
    .sp-splash-top {
        padding: 0px 50px 15px;
    }
    
    .sp-splash-headline {
        font-size: 1.4em;
        margin-top: 35px;
        margin-bottom: 5px;
    }
    
    .sp-splash-top h1,
    .sp-splash-top h2 {
        margin-top: 7px;
        margin-bottom: 0px;
        font-size: 3.5vw;
    }
    
    .sp-splash-top h2 {
        margin-bottom: 90px;
    }
    
    .sp-splash-bottom {
        padding: 50px 0px 0px;
    }

    #sp-splash-bg-1 {
        background-position: center;
    }
    
    #sp-splash {
    }
    .sp-splash-container {
        width: 100%;
        height: 100%;
    }
    
    .sp-splash-plane-container {
        padding: 25px 0px;
        margin: auto;
    }

    .sp-splash-plane {
        display: inline-block;
        padding: 5px 15px;
    }
    
    .sp-break {
        width: 80%;
    }
    
    .sp-proud-supporters {
        margin-top: 5px;
        margin-bottom: 55px;
    }
    
    .sp-splash-logo {
        width: 105px;
    }
    
    .sp-splash-logo-wide {
        width: 175;
    }
}

@media (max-width:900px) {
    .sp-splash-bottom{
        padding-top: 10px;
    }
    
    .sp-splash-top h3 {
        font-size: 13px;
        margin-bottom: 0 !important;
    }
    .sp-splash-top p {
        margin-top: 0;
    }
    
    .sp-splash-top h1 {
        font-size: 26px;
    }
    
    .sp-splash-content h1,
    .sp-splash-content h2,
    .sp-splash-content h3,
    .sp-splash-content h4{
        margin: 11px;
    }
    
    .sp-splash-content p {
        font-size: 12px;
    }
    
    .sp-splash-headline {
        font-size: 16px !important;
        margin-top: 10px !important;
    }
    
    #cta {
        padding: 10px 15px;
    }
    
    .sp-splash-logo {
        /* width: 30%; */
        padding: 0px 15px;
    }
}