html {
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
.splash-wrapper {
    min-height: 100%;
    display: table;
    width: 100%;
}

.vertical-align {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.splash_logo {
    text-align: center;
    margin-bottom: 60px;
}
.splash_buttons {
    text-align: center;
}
    .splash_buttons a {
        display: inline-block;
        width: 100%;
        max-width: 200px;
        height: 60px;
        /*-webkit-transform: skew(20deg);*/
        /*-moz-transform: skew(20deg);*/
        /*-ms-transform: skew(20deg);*/
        /*-o-transform: skew(20deg);*/
        /*transform: skew(20deg);*/
        margin: 0 30px;
        background-image: linear-gradient(-11deg, #40474E 0%, #40474E 100%), linear-gradient(-11deg, #2718cb 0%, #0bb4eb 100%);
        text-decoration: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }
.splash_buttons a span {
    /*-webkit-transform: skew(-20deg);*/
    /*-moz-transform: skew(-20deg);*/
    /*-ms-transform: skew(-20deg);*/
    /*-o-transform: skew(-20deg);*/
    /*transform: skew(-20deg);*/
    font-weight: 600;
    display: block;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    line-height: 60px;
}
.splash_footer {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 40px;
}
.splash_footer a {
    text-decoration: none;
    color: #3c6ce9;
}
.splash_footer p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
}
.splash_footer ul {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}
.splash_footer ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}
.splash_footer ul li:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -3px;
    background-color: #3c6ce9;
}
.splash_footer ul li:last-of-type:before {
    display: none;
}