body {
	background-color: #FFF;
    padding-top: 0px;
    padding-bottom: 20px;
	font-family: 'Helvetica Neue', 'Helvetica', 'Roboto', Arial, sans-serif;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 1.6em;
}

.nav {
	background-color: #004890;
}
.nav > li {
	background-color: inherit;
}
.nav > li a {
	border-right-color: #FFF;
}

.ttTop {
	padding: 5px;
	/*overflow: hidden;*/
	background-color: #004890;
}
.ttContainer li:hover {
	background-color: #c3e8f6;
}
a.splashFeature {
/*	border: 1px solid #004890;
	border-top: 3px solid #004890;
	border-bottom: 3px solid #004890;
*/
	border: none;
}

a.splashFeature:hover {
	color: #004890;
	background-color: #FFF;
	display: inline-block;
}

a.splashFeature {
	height: 270px;
	max-width: 100%;
}


a.splashFeature div p {

text-align: center;


}


.homeWidgetCol {
    margin: 0;
}

.splashFeature h4 {
	text-indent: -9999px; 
	text-size: small;
}

.splashFeature img {
	margin-top: -45px; 
}

@media (max-width: 1200px) {
    a.splashFeature {
        height: 260px
    }
}


@media (max-width: 992px) {
a.splashFeature {
	height: 330px;
	}
}

@media (max-width: 768px) {
	.ui-accordion-header {
		border-bottom: 5px solid #e1f5f8;
	}

	a.splashFeature {
	height: 310px;
	}

}

@media (max-width: 568px) {
	a.splashFeature {
	height: 260px;
	}

}

@media (max-width: 480px) {
	a.splashFeature {
	height: 250px;
	}

}

@media (max-width: 438px) {
	a.splashFeature {
	height: 230px;
	}

}

@media (max-width: 320px) {
	a.splashFeature {
	height: 104px;
	}

}