html {
	scroll-behavior: smooth;
}
#ez-toc-container {
	position: fixed;
	top: 95px;
	left: 0;
	z-index: 20;
	transition: 400ms all ease-in-out;
}
@media (min-width: 768px) {
	#ez-toc-container {
		top: 120px;
	}
}
#ez-toc-container .ez-toc-title,
#ez-toc-container .ez-toc-cssicon {
	display: none;
}
#ez-toc-container .ez-toc-cssicon-toggle-label {
	cursor: pointer;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
}
#ez-toc-container .ez-toc-cssicon-toggle-label:before {
	display: block;
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0xMiAtMTAgMzUgMzUiPgogIDxwYXRoIGlkPSJQYXRoXzIwNzM5IiBkYXRhLW5hbWU9IlBhdGggMjA3MzkiIGQ9Ik01LjY5LDAsMCw1LjY5bDUuNjksNS42OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS41IDIuMTIxKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMyIvPgo8L3N2Zz4K);
	color: #fff;
	background-color: #c2e900;
	border-radius: 0px 4px 4px 0px;
	position: absolute;
	height: 36px;
	width: 36px;
	top: 0px;
	left: -1px;
	font-size: 26px;
	z-index: 1;
	transform: rotate(0);
	transition: width 0.5s ease-out, height 0.5s ease-out, max-width 0.5s ease-out,
		transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1607843137);
	border: 1px solid #333;
}
#ez-toc-container .ez-toc-title {
	color: #1d3a5b;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	visibility: hidden;
	opacity: 0;
}
#ez-toc-container nav {
	display: none;
}
#ez-toc-container.expanded {
	background: #fff;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1411764706);
	border-radius: 0px 4px 4px 0px;
	max-width: 360px;
	width: 290px;
	border: 1px solid #eee;
}
#ez-toc-container.expanded .ez-toc-title {
	font: normal normal bold 16px/24px Arial, 'Arial Black';
	margin-bottom: 0px;
	opacity: 1;
	visibility: visible;
	padding: 8px 50px;
	display: block;
}
#ez-toc-container.expanded .ez-toc-cssicon-toggle-label:before {
	transform: rotate(180deg);
	transition: width 0.5s ease-out, height 0.5s ease-out, max-width 0.5s ease-out,
		transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
	border-radius: 0;
	border: 1px solid #fff;
}
#ez-toc-container.expanded input[type='checkbox']:checked + nav {
	opacity: 1;
	visibility: visible;
	overflow-y: auto;
	max-height: calc(100vh - 180px);
	scrollbar-width: none;
	display: block;
}
#ez-toc-container.expanded nav {
	opacity: 1;
	border: none;
	display: block;
}
#ez-toc-container.expanded nav ul {
	display: block !important;
	max-height: 430px;
	padding: 10px 35px 0 48px;
}
#ez-toc-container.expanded nav ul li {
	margin: 0;
	padding: 7.5px 0;
	list-style: disc;
	position: relative;
}
#ez-toc-container.expanded nav ul li a {
	color: #1d3a5b;
	text-decoration: none;
	padding-left: 5px;
	display: block;
	font: normal normal normal 16px/18px Arial, 'Arial Black';
}
#ez-toc-container.expanded nav ul li.active::marker {
	color: #d6a400;
}
#ez-toc-container.expanded nav ul li.active a {
	font-weight: 600;
	color: #d6a400;
}
#ez-toc-container.expanded nav ul li::marker {
	color: #6f6f6f;
}
#ez-toc-container.expanded nav ul li:last-child {
	padding-bottom: 20px;
}
#ez-toc-container.expanded nav ul li:not(:last-child):before {
	content: '';
	border-left: 1px dashed #6f6f6f;
	width: 1px;
	display: block;
	height: 100%;
	position: absolute;
	left: -14.5px;
	top: 23px;
	opacity: 0.5;
}
