html {
	background-color: #6b6b6b;
}
body {
	color: #000;
}
.header-container {
	background-color: #AAA77B;
	color: #E0C842;
	height: 121px;
	letter-spacing: -1px;
}
.header-container > p {
	vertical-align: middle;
	line-height: 121px; /*Same as header-container height*/
	font-size: 16px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.8);
}
@media(min-width: 1170px) {
	.header-container > p {
		font-size: 64px;
	}
}
@media(max-width: 767px) {
	.header-container {
		height: 60px;
	}
	.header-container > p {
		line-height: 60px;
	}
}
.mainContent {
	border-top: 1px solid lightgray;
	background-color: #ffffff;
	padding: 15px;
}
.mainContent a:link{
	color: #2d8686;
}
.mainContent a:visited{
	color: #2d8686;
}
.mainContent a:hover{
	color: #2d8686;
}
.mainContent a:active{
	color: #2d8686;
}

.mainContent h1, h2, h3{
	color: #2d8686;
}
.footer {
	color: #ffffff;
}
.footer a {
	color: #E2C634;
}
.main_navbar {
	margin-bottom: 0;
}

@media(min-width: 768px) {
	.navbar .navbar-nav {
		display: inline-block;
		float: none;
	}
	.navbar .navbar-collapse {
		text-align: center;
	}
	.main_navbar {
		background-color: #AAA77B;
		border: 0;
		border-radius: 0;
	}
}

.material-switch>input[type=checkbox]:checked+label::after {
	background-color: #b5ac24!important;
}
@media (max-width: 767px) {
	.content_options {
		padding-top: 10px;
		position: relative;
		color: #555;
		text-align: left;
	}
}
@media (min-width: 767px) {
	.content_options {
		position: absolute;
		top: 10px;
		right: 0;
		width: 140px;
		color: black;
		text-align: left;
	}
}
.image_link {
	padding-right: 5px;
}

.quick-access-tree {
	padding-left: 0;
	list-style: none;
}

.quick-access-tree ul {
	list-style: none;
	padding-left: 2.5rem;
}

.quick-access-tree li {
	position: relative;
}


.quick-access-tree li::after {
	position: absolute;
	content: "";
	top: 0.9rem;
	left: -1.3rem;
	border-left: 1px solid #989898;
	width: 1rem;
	height: 100%;
}

.quick-access-tree li::before {
	content: "";
	position: absolute;
	top: 0;
	left: -1.3rem;
	border-left: 1px solid #989898;
	border-bottom: 1px solid #989898;
	width: 1rem;
	height: 1.1rem;
}
.quick-access-tree li:last-child:after {
	display:none;
}

.quick-access-tree > li:before, .child-tree > li:after {
	display: none;
}
