@charset "utf-8";
/* LPC Left Navigation CSS Document */

.left-navigation {
	padding: 0;
}

.left-navigation ul {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	padding-left: 0;
}

.left-navigation ul li {
	display: block;
	position: relative;
	text-decoration: none;
	padding: 0.5rem 1.0rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.left-navigation ul li:last-child {
	border-bottom: 0px;
}

.left-navigation a {
	color: #222;
	text-decoration: none;
}

.toggled em:before {
	content:"\f0dd" !important;
}

.left-navigation ul li {
	padding: 0.75rem 0 !important;
}

.left-navigation ul li:last-child {
	padding-bottom: 0 !important;
}

.left-navigation > ul li > ul li {
/* 	text-indent: 1.25rem; */
}

.tree-toggler {
	margin-right: 0.5rem;
}

ul.nav.nav-list.tree {
	display: none;
	padding-right: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	margin-top: 0.75rem !important;
}

ul.nav.nav-list.tree > li > a {
	display: block;
	margin-left: 1.5rem;
}

.left-navigation > ul li > ul li.nav-head {
	text-indent: 0.5rem;
}

.left-navigation > ul {
	margin-bottom: 2.0rem;
}

li.nav-head > span > a {
	display: inline-block;
	margin-left: 0.6rem;
}

.mobile-left-nav-bar {
	display: none;
}

.mobile-left-nav > .icon {
	display: none;
}

.mobile-left-nav > li {
	list-style: none;
}

@media screen and (max-width: 991px) {
	#mobile-left-nav-btn > span {
		margin: 0;
	}
	
	.left-navigation > ul.nav {
		display: none;
	}

	.mobile-left-nav-bar {
		background-color: #A80532;
		display: block !important;
		margin-bottom: 1.5rem;
	}

	.mobile-left-nav-bar > div {
		width: 100%;
		position: relative;
		height: 4.15rem;
		display: flex;
		align-items: center;
	}

	.mobile-left-nav-bar > div > span {
		color: #fff;
		font-weight: bold;
		font-size: 1.35em;
		margin-left: 2.5rem;
	}

	.mobile-left-nav {
		display: none !important;
		color: #fff;
		padding-bottom: 1.5rem;
	}

	.mobile-left-nav a {
		color: #fff;
		font-size: 1.15em;
	}

	.mobile-left-nav-bar > div > a.icon {
		float: right;
		display: block;
		position: absolute;
		right: 0.5rem;
		top: 0;
		font-size: 35px;
		margin-top: 0.35rem;
		padding: 0;
		color: #fff;
		border: 2px solid #fff;
		height: 3.5rem;
		width: 3.5rem;
	}
	
	.mobile-left-nav-bar > div > a.icon > span:after {
		content: "\f0c9";
		font-family: "Font Awesome 6 Pro";
		font-weight: 400;
	}
	
	.mobile-left-nav-bar > div > a.close-btn {
		right: 0.75rem;
	}
	
	.mobile-left-nav-bar > div > a.close-btn > span:after {
		content: "\f00d" !important;
		font-family: "Font Awesome 6 Pro";
		font-weight: 400;
	}

	.open-mobile-menu {
		display: block !important;
		padding-left: revert !important;
		transition: all .4s ease;
	}

	.tree-toggler-link {
		margin-right: 0.5rem;
	}
}