.splash-top {
    background-color: black;
    width: 100vw;
    display: inline-block;
    text-align: left;
    -webkit-animation: h_slide 24s ease-out infinite;
    -moz-animation: h_slide 24s ease-out infinite;
    animation: h_slide 24s ease-out infinite;
    position: relative;
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/04/bell-bg.jpg);
    background-size: cover;
    background-position: 50% 32%;
    text-align: center;
}
.nav-spacing {
    display: none;
}
.innerLeaderboard {
    display: inline-block;
}
.splash-helper {
    display: inline-block;
    height: 68vh;
    width: 0;
    vertical-align: middle;
}

.splash-heading-wrapper {
}

.splash-heading-logo img {
    height: 100px;
    padding: 20px;
}

.splash-heading-logo {
    display: inline-block;
    vertical-align: middle;
}

.splash-heading-content {
    display: inline-block;
    vertical-align: middle;
}

.splash-heading-content h2 {
    text-align: left;
    padding-left: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 2.3rem;
    /* border-left: 2px solid #fff; */
}

.splash-content {
    display: inline-block;
    vertical-align: middle;
    width: 99%;
}

.splash-text {
    width: 39%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2vh;
}

.splash-text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}

.splash-button-wrapper {
    padding: 6vh;
}

a.splash-button {
    display: inline-block;
    color: #005895;
    text-decoration: none!important;
    background-color: #fff;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 19px;
    font-weight: bold;
}

.splash-disclaimer {
    text-align: center;
}

.splash-disclaimer p {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
}

.splash-disclaimer a {
    color: #fff;
}

.splash-bar {
    background-color: #fff;
}

.splash-bar h3 {
    color: #005895;
    text-align: center;
    margin: 0;
    padding: 3vh;
    font-size: 1.5rem;
}

.splash-bar-2 {
    background-color: #005895;
    padding: 3vh;
}

.splash-box {
    width: 22%;
    display: inline-block;
    text-align: center;
    padding: 1%;
    vertical-align: top;
}

.splash-box h4 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7rem;
    padding: 10px;
}

.splash-box sup {
    font-size: 0.9rem;
}

.box-bot p {
    text-align: center;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-size: 1.5rem;
}

