#footer {position: relative;z-index: 2;}
#sticky-navigator {
	background:#fff;
	margin-top: -120px;
	margin-bottom: 0px;
	box-shadow: 0px 0px 25px 0px #ccc;
 	border-radius: 10px;
	padding: 15px;
	z-index: 0;
	}
#sticky-navigator h3 {
	font-size: 28px;
	font-weight: 600;
	font-family: 'Geist';
	margin-bottom: 20px;
}
#sticky-navigator a {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Geist';
	color: #444;
	line-height: 24px;
	text-decoration: none;
	display: block;
	margin: 5px 0;
	border: 1px solid #eee;
}
#sticky-navigator ul {padding:0;list-style: none;}
#sticky-navigator ul li {
	padding: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
}
#sticky-navigator ul li.nav-h2 a {
	font-weight:600;
	color: #ee6f33;
}
#sticky-navigator ul li.nav-h3 a {
	background: #e6ecf2;
	font-weight: normal;
	color: #555;
	padding: 2px 10px;
	border-radius: 5px;
}
#sticky-navigator ul li.nav-h3 a:hover {
	font-weight: 600;
	background: #ed6d30;
	color: #fff;
	border-color: #777;
}
#sticky-navigator ul li.current a {
	background: #ed6d30;
	color: #fff;
	font-weight:600;
	border-color: #777;
}
.toc-sticky {
	position: fixed;
	top: 250px;
	left: 132px;
	width: 396px;
}
.toc-sticky.end {
	position: absolute;
	bottom: 60px;
	align-content: end;
	top:75%;
}


/* Small Desktop CSS */

@media (max-width: 1600px) {
	#sticky-navigator h3 {font-size: 24px;margin-bottom: 20px;}
	#sticky-navigator a {font-size: 14px;line-height: 20px;}
	.toc-sticky {top: 200px;left: 128px;width: 302px;}
	#sticky-navigator {padding: 15px;}
}
@media (max-width: 1400px) {
	.toc-sticky {top: 200px;left: 60px;width: 272px;}
	#sticky-navigator h3 {font-size: 20px;margin-bottom: 15px;}
	#sticky-navigator a {font-size: 13px;line-height: 18px;}
	#sticky-navigator {padding: 10px;}
}
@media (max-width: 1200px) {
	.toc-sticky {top: 200px;left: 33px;width: 221px;}
}
@media (max-width: 1000px) {
	.toc-sticky {top: 200px;left: 35px;width: 166px;}
}

@media (max-width: 800px) {
	#sticky-navigator.toc-sticky {
		left: 0;
		width: 100%;
		top: -120px;
		position: relative;
		margin-bottom: 20px;
	}
	#sticky-navigator {margin-bottom: 140px;}
	.toc-sticky.end {
		position: relative;
		bottom: 0px;
		align-content: end;
	}


}


