@charset "utf-8";
/* CSS Document - Current Students - 01.20.2016 - TJD */

@media (max-width: 414px) {
	#bc-banner {
		display: none;
	}

	.nav-justified>li {
		float: left;
		width: 10%;
	}

	.nav-justified>li>a {
		margin-right: 5px;
	}
}

@media (max-width: 991px) {
	.brown-bg-color {
		background-color: #d9cec1;
	}

	.gray-bg-color {
		background-color: #f6f1eb;
	}

	.nav-justified>li {
		float: left;
		width: 10%;
	}
}

@media (min-width: 992px) {
	.brown-bg-color {
		background-color: #d9cec1;
	}

	.gray-bg-color {
		background-color: #CECAC6;
	}
}

.left-nav-list span {
	font-size: 1.3em !important;
	font-weight: bold;
}

.left-nav-list a {
	color: #333 !important;
	text-decoration: none !important;
}

.left-nav-list a:hover {
	text-decoration: underline !important;
	color: #850511 !important;
	background-color: #f6f1eb !important;
}

ul li span  {
	font-size: 1.0em !important;
	font-weight: bold;
}

#atoz-list {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
}

#atoz-list a {
	text-decoration: none;
}

.section-list h2 {
	border-bottom: #BFB2A3 1px solid;
	font-size: 2.16em;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #726250;
}

.back-to-top {
	margin-right: 120px;
	text-decoration: none;
}

.nav-pills li a {
	border-radius: 0;
}

.nav-custom {
	background-color:#d9cec1;
}

.nav-pills>li>a {
	text-decoration: none !important;
	font-size: 1.25em !important;
}

.nav-pills>li>a:hover {
	background-color: #BFB1A2 !important;
}

.nav-custom .active a {
	background-color: #726A61 !important;
	color: #fff !important;
	text-decoration: none !important;
}

.disabled a {
	color: #777 !important;
}

.nav-pills li.disabled a:hover {
	background-color: #d9cec1 !important;
}

