#nav23NewsSplash {
	display:none;
}

.splashArrow {
    display:none;
}

.cursiveHuge, .lrg_h1, .cursiveBig, .lrg_h2, .cursiveLG, .lrg_h3, .cursiveMD, .lrg_h4, .cursiveSM, .lrg_h5 {
	text-align:center;
}

.stat-col {
	transform: rotate(0deg);
}

.count-title, .stats-text {
    color: white;
}

@media (min-width:1024px) and (min-height:420px) {
	.sidebar {
		width: 33.3333%;
		box-shadow: none;
    }
    .content {	
		padding: 1.5em 3em 0;
        margin-left: 33.3333333%;
		width: 100%;
        max-width: 800px;
		min-width: unset;
    }
    .pure-g, body {
		overflow: unset;
    }
}