.splash
{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    text-align: center;
}
.big-block h1 {
    margin: 3px;
    font-size: 3.5em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    line-height: 1em;
    width: 60%;
    background-color: rgba(36,36,36,0.8);
}

.splash-section {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/pennstate.jpg);
    height: 600px;
    background-size: 200% 1200px;
    -webkit-animation: h_slide 24s ease-out infinite;
    -moz-animation: h_slide 24s ease-out infinite;
    animation: h_slide 24s ease-out infinite;
}
@keyframes h_slide {
  0% {
    background-position: 0% top; }
  15% {
    background-position: 0% top; }
  20% {
    background-position: 0% bottom; }
  30% {
    background-position: 0% bottom; }
  40% {
    background-position: 100% bottom; }
  50% {
    background-position: 100% bottom; }
  60% {
    background-position: 100% top; }
  95% {
    background-position: 100% top; }
  100% {
    background-position: 0% top; } }

.splash-text h1 {
    margin: 3px;
    font-size: 3em;
    color: #fff;
    /* text-align: left; */
    /* display: table; */
    padding: 6px;
    text-shadow: 0 0 10px #333;
}
.splash-text {
    /* width: 1025px; */
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    color: #fff;
    text-align: center;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
}

.spl-btn {
    background-color: #2666ac;
    padding: 20px;
    line-height: 25px;
    /* width: 170px; */
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    margin: 80px 20px 0;
    /* height: 50px; */
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 15px;
    vertical-align: top;
}
.about-block .spl-btn{
    margin:20px;
    background-color: rgba(50,50,50,0.7);
}

.splash-button-wrapper {text-align: center;display: inline-block;vertical-align: top;position: relative;}
.splash-button-wrapper a{text-decoration:none;}
splash-button{vertical-align:top;display:inline-block;}
.spl-btn:hover {
    background-color: #262c3a;
    border-color: #262c3a;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
#splash-boxes:before{
    content:"";
    vertical-align:top;
    width:100%;
    display:inline-block;
    height: 0;
    border-left: 70vw solid black;
    border-top: 50px solid transparent;
    border-bottom: 0px solid black;
    border-right: 30vw solid black;
    margin-top: -50px;
    box-sizing: border-box;
}
#splash-boxes{width:100%;min-width:1025px;display: inline-block;background-color: #000;background-image: linear-gradient(#000 60%,#2666ac);}
.spl-box{width:250px;height: 450px;display: inherit;margin: 0px 20px;padding: 30px 0;}
.icon-wrapper{border-radius:100%;height:200px;width:200px;border: 10px solid #262c3a;overflow:hidden;margin-left: auto;margin-right: auto;box-sizing: border-box;transition: 0.2s;background-color: #fff;}
.spl-box p{text-align:center;color: #fff;text-shadow: none;}
.spl-box h3{text-align:center;margin: 0;padding: 15px;color: #fff;font-size: 1.7em;}
.icon-wrapper img{width: 80%;vertical-align: middle;}
.spl-helper{
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.spl-box.box-1:hover .icon-wrapper{
    border:20px solid blue;
}
.spl-box.box-2:hover .icon-wrapper{
    border:20px solid orange;
}
.spl-box.box-3:hover .icon-wrapper{
    border:20px solid red;
}
.spl-box.box-4:hover .icon-wrapper{
    border:20px solid yellow;
}
.spl-box h3:after{
    content:"";
    height:2px;
    background-color:lightgrey;
    width:80%;
    display:inline-block;
}
.spl-box.box-1:hover h3:after{
    background-color:blue;
}
.spl-box.box-2:hover h3:after{
    background-color:orange
}
.spl-box.box-3:hover h3:after{
    background-color:red;
}
.spl-box.box-4:hover h3:after{
    background-color:yellow;
}
.threeCols-first .fa{
    font-size: 3em;
    padding:5px;
    text-align: center;
}
#erie-more-links:before{
    content:"";
    vertical-align:top;
    width:100%;
    display:inline-block;
    height: 0;
    border-left: 0vw solid white;
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 90vw solid #fff;
    margin-top: -50px;
    box-sizing: border-box;
}
#erie-more-links{
    width:100%;
    display:inline-block;
    background-color:#fff;
}
#erie-more-links .left-box{
    width: 50%;
    text-align:left;
    padding: 50px;
    display: inline-block;
}
#erie-more-links .left-box h1,#erie-more-links .left-box p{
    margin:0;
}
#erie-more-links .left-box h1{
    text-transform:uppercase;
    font-weight:bold;
    color:#333;
    font-size:4em;
    line-height:3em;
}
#erie-more-links .left-box p{
    text-transform:none;
    color:black;
    text-shadow:none;
    margin-bottom:30px;
    font-size:1vw;
}
#erie-more-links .left-box ul{
    list-style-type:none;
    font-size:1.3vw;
}
#erie-more-links .left-box ul a{
    text-decoration:none;
    color:#fff;
    background-color: #262c3a;
    width:60%;
    display:block;
    padding:15px;
    margin-top:10px;
    transition:0.3s;
}
#erie-more-links .left-box ul a:hover{
    background-color: #2666ac;
}

#erie-more-links .spl-btn{
    width:60%;
    text-align:center;
    font-size:1.4vw;
    line-height:1.4vw;
    height: auto;
    padding: 30px;
}
#erie-more-links .right-box{
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2018/10/statue.jpg);
    width: 40%;
    height: 600px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
}
/*ipad hack*/
@media screen and (max-width:1025px){
    body{
        min-width:1025px;
    }
    .splash{
        width:1025px;
        left:0;
    }
    .spl-box{
        margin:0;
    }
    .spl-btn{
       width:200px;
    }
}

