.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-top {
    background-image: url(https://learn.stocktrak.com/wp-content/uploads/2016/08/splash3.jpg);
    height: calc(100vh - 373px);
    background-size: 400%;
    /*-webkit-animation: h_slide 18s ease-out infinite;
    -moz-animation: h_slide 18s ease-out infinite;
    animation: h_slide 18s ease-out infinite;*/
}
@keyframes h_slide {
  0% {
    background-position: 0% center; }
  20% {
    background-position: 0% center; }
  25% {
    background-position: 33.33% center; }
  40% {
    background-position: 33.33% center; }
  50% {
    background-position: 66.6% center; }
  70% {
    background-position: 66.6% center; } 
  75% {
    background-position: 100% center; } 
  95% {
    background-position: 100% center; }  
  100% {
    background-position: 133% center; }
    }

.splash-text h1 {
    margin: 3px;
    font-size: 3em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
}
.splash-text {
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    vertical-align: middle;
    padding: 20px;
    box-sizing: border-box;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    color: #fff;
}

.splash-button{
    display:inline-block;
}

.spl-btn {
    background-color: #1a877b;
    padding: 20px 24px;
    line-height: 25px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 15px;
    vertical-align:middle;
}
.splash-top .spl-btn{
    margin-right:20px;
    margin-left:20px;
    position: relative;
}
.spl-btn2{
    width:500px;
    font-size:2em;
}
.splash-button-wrapper {text-align: center;display: inline-block;}
.splash-button-wrapper a{text-decoration:none;}
.spl-btn:hover {
    background-color: #e57200;
    border-color: #e57200;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
.btn-span-login{
    font-size:1.5vw;
}

.splash-boxes, .splash-boxes-top{width:100%;min-width:1025px;display: inline-block}
.splash-boxes-top{
    background-color:#fff;
    width: 100%;
    text-align: center;
    display: block;
    padding: 1vh;
}
.splash-boxes{
    background-color:#fff;
    height:80vh;
    min-height:700px;
}
.splash-boxes h2{
    color:#fff;
    margin:0 !important;
    padding:50px;
    font-size:3em;
}
.box-heading{
   background-color: #1a877b;
}
.splash-boxes .spl-box{
    /* background-color:#fff; */
    width:20%;
    margin-top: 14vh;
    margin-bottom:40px;
}
.splash-boxes .spl-box:last-child{
    border-right:none;
}
.spl-box{width: 24%;vertical-align: middle;display: inline-block;}
.spl-box .splash-button{
    display: table-cell;
    height: 8vh;
    width: 23vw;
    background-color: #1a877b;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff!important;
    border-radius: 5px;
    transition:0.5s;
}
.spl-box .splash-button:hover{
    background-color: #e57200;
}
.spl-box .spl-btn{
    width: 88%;
    display: flex;
    margin-left:auto;
    margin-right:auto;
    flex-flow: column nowrap;
    padding: 0;
}
.icon-wrapper{/* border-radius:100%; */height:200px;width:200px;border: 10px solid lightgrey;overflow:hidden;margin-left: auto;margin-right: auto;box-sizing: border-box;transition: 0.2s;background-color: white;}
.spl-box p{text-align:center;color: #555;text-shadow: none;background-color: white;box-shadow: 0 0 10px white;padding: 3px;min-height: 60px;}
.spl-box h3{text-align:center;margin: 0;padding: 15px;font-size: 1.7em;}
.icon-wrapper img{width: 80%;vertical-align: middle;filter: hue-rotate(278deg);}
.box-4 .icon-wrapper img{width:95%; vertical-align: middle;}
.box-2 .icon-wrapper img{height:95%;width:auto;vertical-align: middle;}
.spl-box a{
    display:block;
    text-decoration:none!important;
}
.spl-helper{
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.spl-box.box-1:hover .icon-wrapper{
    border: 2px dashed blue;
}
.spl-box.box-2:hover .icon-wrapper{
    border: 2px dashed orange;
}
.spl-box.box-3:hover .icon-wrapper{
    border: 2px dashed red;
}
.spl-box.box-4:hover .icon-wrapper{
    border: 2px dashed 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: 1.5em;
    padding:5px;
}
.social-buttons{
    display:none!important;
}
.splash-bottom {
    background-color: #00aced;
    height: 400px;
}
.splash-bottom h1{
    margin:0;
    padding-top: 50px;
    color:#fff;
    font-family: 'Open sans';
    font-weight:300;
    font-size:4vw;
}

#splash-boxes h2{
    margin:0;
    padding-top:75px;
    font-weight: 200;
    font-size:3vw;
    padding-bottom: 25px;
    font-family: 'roboto';
}

.spl-btn-2{
    margin-top: 75px;
    border:1px solid #fff;
    width:400px;
    margin-left:auto;
    margin-right:auto;
    padding:30px;
    color:#fff;
    font-size:2em;
    border-radius:4px;
    transition:0.5s;
}
.splash-button-2{
    text-decoration:none!important
}
.spl-btn-2:hover{
    background-color:#fff;
    color:#00aced;
}
.splash-bottom p{
    text-shadow:none;
    text-align:center;
    margin-top:50px
}
.splash-spacer{
	height: calc(100vh - 479px);
	background-repeat:no-repeat;
	background-size:contain;
}
.splash-text-content {
    width: 45%;
    margin-left: 5%;
    display:inline-block;
    vertical-align:middle;
}

.button-wrapper {
  width:40%;
  display:inline-block;
  vertical-align:middle;
}
.date-block{
	background-color:white;
	padding-bottom:100px;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	white-space: inherit;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.date-block h2{
	padding: 10px;
	font-family:roboto;
	font-weight:200;
	font-size:3em;
	display: inline-block;
	background-color:white;
}
.date-block-head{
    display:inline-block;
}
.date-block-head:after{
    content:"";
    width:0;
    height:0;
}

.date-wrapper{
    width: 50%;
    min-width:500px;
    margin-left: auto;
    display:inline-block;
    background-color: #fff;
    vertical-align: middle;
    white-space: initial;
}
.date-wrapper h3{
    font-size:1.5em;
    background-color: #e57200;
    color: #fff;
    padding: 10px;
}
.date-wrapper p{
    text-align:right;
    color:#333;
    text-shadow:none;
}
.date-wrapper .splash-left {
    text-align: left;
    font-size: smaller;
}

.date-wrapper .splash-center {
    text-align:center;
}
.date-image{
    width:45%;
    display:inline-block;
    position: relative;
    vertical-align: middle;
}
.date-image img{max-height: 100%;width: auto;display: inline-block;margin-left: auto;margin-right: auto;}
.date-image-spacer-top{
    /* height:4vh */
}
.splash-about{
    background-color:#fff;
    background-size: cover;
}
.splash-about h1{
    background-color: #1a877b;
    margin:0;
    padding: 40px;
    color: #fff;
    margin-bottom: 3vh;
}
.splash-about p{
    color:#333;
    text-shadow:none;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    font-size: 1.4vw;
}
.splash-about ul{
    list-style:none;
    font-size: 1.3vw;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    padding: 2vw;
}
.splash-about ul li{
    display: inline-block;
    margin-left: 7%;
    line-height: 1.5vw;
    padding-bottom:2vw;
    vertical-align:top;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 19px white;
    width: 40%;
}
.splash-about .about-top{
    display:block;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.splash-about .about-bottom{
    width:60%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.about-bottom img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:60%
}
.splash-about ul li:before{
    content:"\f054";
    font-family:FontAwesome;
    padding-right:1vw;
    color:green;
}
.splash-about .spl-btn{
   margin:30px;
}
.wrapper-bottom{
}
.wrapper-bottom img{
    height:100px;
    padding: 3px;
    background-color: transparent;
}
.wrapper-bottom ul li{
    display:inline-block;
    padding:10px;
}
/*ipad hack*/
@media screen and (max-width:1025px){
    body{
        min-width:1025px;
    }
    .splash{
        width:1025px;
        left:0;
    }
    .spl-box{
        margin:0;
    }
    .splash-top{
        height:500px;
    }
    .splash-spacer{
        height:400px
    }
    .spl-btn{font-size: 100%;}
}
.about-bottom .spl-btn{
    font-size:1.3rem
}

/*Prize Content Page */

.prizeContent h1{
	display:block;
	font-weight:bold;
	text-decoration:underline;
	width:100%!important;
	float:none!important;
	}
.underline{
    text-decoration:underline;
}
.prizeContent table tr:nth-child(even){
    background-color:#c5e0b3;
}
.prizeContent table tr:nth-child(odd){
    background-color:#e2efd9;
}
.prizeContent table th, .prizeContent table tr td:first-child{
    background-color:#70ad47;
    font-weight:bold;
    text-align:left;
}
.prizeContent table th, .prizeContent table td{
    padding:10px 15px;
}
.prizeContent table{
    margin-left:auto;
    margin-right:auto;
}
.prizeContent ul li{
    font-size:14px;
    line-height:20px
}
.prizeContent ul li:last-child{
    list-style:none;
}
.prizeContent ul ul li{
    list-style:circle
}
.prizeContent ul ul li:last-child{
    list-style:circle;
}

ul.tabs a {
    padding: 0px;
}
.op-sub-menu.op-sub-menu_Equities {
    background-color: #78bf42;
}
a.op-sub-menu-item.op-item-selected {
    background-color: #e57200;
}
.award-wrapper {
    overflow: hidden;
    height: 70vh;
    min-height: 600px;
}

.award-slider {
    width: 700%;
    vertical-align: top;
    height: 70vh;
    min-height: 600px;
    animation: a_slide 30s ease-out infinite;
}

.a-slide {
    display: inline-block;
    height: 100%;
    vertical-align: top;
    width: 14%;
    padding: 5px;
}
@keyframes a_slide {
  0% {
    margin-left: 0%; }  
  14% {
    margin-left: 0%; }
  15% {
    margin-left: -100%; }
  28% {
    margin-left: -100%; }
  29% {
    margin-left: -200%; }
  42% {
    margin-left: -200%; }
  43% {
    margin-left: -300%; }
  56% {
    margin-left: -300%; }
  57% {
    margin-left: -400%; }
  70% {
    margin-left: -400%; }
  71% {
    margin-left: -500%; }
  84% {
    margin-left: -500%; } 
  85% {
    margin-left: -600%; } 
  99% {
    margin-left: -600%; } 
  100% {
    margin-left: 0; }
    }
    .date-matrix {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 3%;
}

table .orange {
    background-color: #E57200;
    color: #fff;
    text-align: center;
}

table .teal {
    background: #19988b;
    color: #fff;
    text-align: center;
    border:1px solid white;
}

td.lgreen {
    background: #b8eee8;
    border-bottom: 1px solid white;
    border: 1px solid white;
}

td.lorange {
    background-color: #ffd9bb;
    border: 1px solid white;
    border-bottom: 1px solid white;
}
td.orange{
	border:1px solid white;
}