@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}
.btn, .dropdown-menu {
	font-size: 14px;
}
nav.sticky-top {
	background: linear-gradient(#f6f6f6, #fff);
	border-top: 5px solid #ededed;
	border-bottom: 1px solid #ededed;
}
#sitemain {
	min-height: 400px;
}
.logo {
	max-width: none;
	max-height: none;
	height: 60px;
}
footer {
	font-size: 13px;
	color: #ddd;
	background-color: #0c0c0c;
	background-image: url(img/Footer.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: top center;
	border-top: 4px solid #1f1f1f;
}
footer>.container {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
.sitelink {
	
}
.sitelink:before {
	display: inline-block;
	content: "";
	height: 12px;
	width: 1px;
	background-color: #888;
	margin-right: .5rem;
}
li:first-child .sitelink:before {
	display: none;
}
footer .sitelink:before {
	background-color: #888;
}
.bg-light {
	background-color: #F0F0ED!important;
}
.btn-primary {
	border-color: #0f96d9;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0f7bd9;
	background-image: -moz-linear-gradient(top,#0f96d9,#0f53d9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#0f96d9),to(#0f53d9));
	background-image: -webkit-linear-gradient(top,#0f96d9,#0f53d9);
	background-image: -o-linear-gradient(top,#0f96d9,#0f53d9);
	background-image: linear-gradient(to bottom,#0f96d9,#0f53d9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0f96d9', endColorstr='#ff0f52d9', GradientType=0);
	border-color: #0f53d9 #0f53d9 #0a3791;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-color: #0f96d9;
}
.btn-primary:active {
	background-color: #0c40a9;
}
.btn-primary:hover {
	background-color: #13a6ef;
}
a {
	color: #0f96d9;
}
a:hover {
	color: #13a6ef;
}
a:active {
	color: #0d86c1;
}
h3, h4, h5 {
	font-weight: 600;
}
#hero {
	min-height: 80px!important;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #384045;
	background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: right center;
}
#hero h1 {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	border-bottom: 3px solid #0F96D9;
	padding: 0 0 10px 0;
	margin: 0;
}
.applyboxes i.fa-2x {
	font-size: 1.6em;
	background-color: #F0F0ED;
	color: #1f1f1f;
	width: 1.6em;
	height: 1.6em;
	line-height: 1.6em;
	border-radius: 50%;
}
.nav-link {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 8px 16px;
	margin: 0 1px;
}

.newsboxes h2 {
	font-weight: 300;
	letter-spacing: -1px;
}
.news {
	padding-bottom: .5rem;
	margin: 1rem 0;
	overflow: hidden;
}

.date .day {
	color: #0F96D9;
	background-color: #fff;
}
.date .mon {
	color: #fff;
	background-color: #0F96D9;
}

.news h5 {
	font-weight: 400;
	margin-bottom: 0;
}
.news p {
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0;
	overflow: hidden;
}
.newstitle h2 {
	font-weight: 300;
	letter-spacing: -1px;
	margin-bottom: .25rem;
}

.overtop {
	height: 24px;
	color: #000;
	background-color: #F0F0ED;
}
.ticker {
	font-size: 13px;
	line-height: 24px;
}
.ticker>span {
	display: inline-block;
	padding: 0 15px;
}
.ticker a, .ticker a:hover, .ticker a:visited, .ticker a:active {
	text-decoration: none;
	color: #454545;
}


@media (min-width: 768px) {
	#hero {
		text-align: left;
		min-height: 290px;
		padding: 60px 0 30px 0;
	}
	#hero h1 {
		font-size: 34px;
		font-weight: 300;
		letter-spacing: -1px;
		border-bottom: 5px solid #0F96D9;
		padding: 0 0 15px 0;
		margin: 0;
	}
	
	.navbar-light .navbar-nav .nav-item.active>.nav-link, .navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
		background-color: #0F96D9;
	}
}
