@charset "utf-8";
/* CSS Document - Lect Navigation (Expandable) - 07.13.2016 - TJD */

@media (min-width: 992px) {

	.left-navigation-wrapper {
		margin-left: -15px;
	}
}

/* Expandable Left Navigation */

.left-navigation .active {
	background-color: #d9cec1;
}

.left-navigation > li a {
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 1.125em;
	padding: 12px 25px 12px 10px;
}

.left-navigation > li > a:after {
	font-size: 0.8em;
	position: absolute;
	color: #850511;
	font-family: 'FontAwesome';
	content: "\f054";
}

.left-navigation > .dropdown-item > ul > li > a:after {
	position: absolute;
	color: #850511;
	font-family: 'FontAwesome';
	content: "\f054";
}

.left-navigation > .dropdown-item > ul > li > a {
	font-size: 1.0em;
}

.navigation-item > a:after {
	left: 92%;
	top: 30%;
}

.left-navigation > .dropdown-item > a:after {
	position: absolute;
	color: #850511;
	font-family: 'FontAwesome';
	content: "\f078";
	/*margin-left: 10px;*/
	left: 90%;
	font-size: 0.8em;
}

.list-group-item {
	background-color: #f6f1eb;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 0;
	padding: 0;
}

.list-group-item:first-child {
	border-top: #850511 solid 3px;
}

.dropdown-item > ul > .list-group-item:first-child {
	border-top: 0;
}

.list-group-item:last-child {
	border-bottom: none;
}

.left-navigation a:hover {
	background-color: #d9cec1;
	color: #333;
}

.left-navigation > li:hover {
	border-bottom-color: #333;
}

.left-navigation > .dropdown-item  ul {
	border-left: 5px solid #d9cec1;
	width: 90%;
	margin-left: 10px;
	margin-top: 10px;
}

.left-navigation > .dropdown-item > ul > li {
	border: none;
}

body a {
	color: #850511;
	/*text-decoration: underline;*/
}

body a:hover {
	/*color: #850511;
	background-color: #e3e3e3;*/
}
