.tocify ul, .tocify li {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.tocify-subheader li {
    font-size: 12px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin: 0px;
}
.nav-list > li > a {
    padding: 5px;
}
.content_item {
	overflow: visible;
}
.content_item .fields_group {
	clear: none;
	overflow: visible;
}
.content_item .field:not(.ft_titlesnav) {
	max-width: 100%;
	transition: .1s;
}
.for-h_tags .tocify .tocify-subheader .tocify-subheader li > a {
	padding-left: 33px;
}
.for-h_tags .tocify .tocify-subheader .tocify-subheader .tocify-subheader li > a {
	padding-left: 40px;
}
section .widget.fixed_actions_menu {
	z-index: 2;
}
.field.ft_titlesnav{
	float: right;
	top: 0;
	z-index: 1;
	overflow: auto !important;
	margin-left: 2%;
	max-height: 90%;
}
.toc-toogle-button,
#toc,
.for_head_link {
	background-color: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#toc{
	border-width: 1px 1px 0;
	margin-top: -1px;
}
.for_head_link{
	margin-top: -1px;
}
.content-navigation {
	position: relative;
}
.content-navigation .toc-toogle-button {
	cursor: pointer;
	font-weight: 700;
	line-height: 30px;
	padding: 5px 30px 5px 10px;
	color: #2980b9;
	position: relative;
	transition: .3s;
}
.content-navigation .toc-toogle-button:hover,
.content-navigation.active .toc-toogle-button {
	background-color: #eee;
	color: #d35400;
}
.content-navigation .toc-toogle-button::after {
	content: '+';
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	line-height: 23px;
	text-align: right;
	font-size: 1.5em;
	transition: .5s;
}
.content-navigation .toc-toogle-button:hover::after,
.content-navigation.active .toc-toogle-button::after {
	color: #d35400;
}
.content-navigation.active .toc-toogle-button::after {
	content: '-';
}
#toc {
	position: relative;
	border-top: 1px solid #ccc;
	width: 100%;
	transition: .3s;
	height: 0;
	opacity: 0;
	overflow: hidden;
}
.content-navigation.active #toc {
  opacity: 1;
  height: auto;
}
.tocify .tocify-header > li {
	margin: 0;
}
.tocify li {
	border-bottom: 1px solid #ccc;
	padding: 0 !important;
}
.tocify > *:last-child {
	border-width: 0;
}
.tocify li > a {
	padding: 10px;
	text-decoration: none;
}
.tocify .tocify-subheader li > a {
	padding-left: 23px;
}
.tocify-item > a {
	display: block;
}
.tocify-item.active > a {
	color: #d35400;
}
.tocify .tocify-header > li > a {
	font-weight: 700;
}
.tocify-item > a:hover, .tocify-item > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.tocify-item.active > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088cc;
}
.tocify-extend-page {
	/* display: none; */
	position: fixed;
	visibility: hidden;
	top: 100%;
}
.for_head_link {
	transition: .5s;
	position: relative;
	opacity: 0;
}
.for_head_link.active {
	opacity: 1;
}
.content-navigation .for_head_link {
	display: none;
}
.content-navigation.active .for_head_link {
	display: block;
}
.for_head_link .to_head_link {
	transition: padding .5s;
    padding: 0 10px;
    text-decoration: none;
	display: block;
	font-size: 0;
	font-weight: 700;
}
.for_head_link.active .to_head_link {
    padding: 10px;
    text-decoration: none;
	font-size: 1em;
}
.to_head_link:hover {
    background-color: #eee;
}
.parent_visible {
	overflow: visible !important;
}
.parent_visible:before,
.parent_visible:after {
content: "";
display: table;
}
.parent_visible:after {
clear: both;
}
.parent_visible {
zoom: 1;
}
@media screen and (max-height: 800px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 640px;
		overflow: auto;
	}
}
@media screen and (max-height: 640px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 500px;
		overflow: auto;
	}
}
@media screen and (max-height: 480px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 350px;
		overflow: auto;
	}
}
@media screen and (max-height: 375px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 220px;
		overflow: auto;
	}
}
@media screen and (max-height: 360px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 200px;
		overflow: auto;
	}
}
@media screen and (max-height: 320px) {
	.mobile_fixed .content-navigation.active #toc {
		max-height: 180px;
		overflow: auto;
	}
}
@media screen and (max-width: 800px) {
	.field.ft_titlesnav {
		float: none;
		margin-bottom: 1rem;
		margin-left: 0;
		max-width: 100%;
		width: 100% !important;
		position: static !important;
	}
	.field.ft_titlesnav.mobile_fixed {
		position: sticky !important;
	}
	.content_item.for_navigation .field:not(.ft_titlesnav) {
		max-width: 100% !important;
	}
	.toc-toogle-button,
	#toc,
	.for_head_link {
		overflow: hidden;
	}
	.content-navigation .toc-toogle-button {
		float: right;
		width: 45px;
		height: 45px;
		text-indent: 850px;
		background-color: #2980b9;
	}
	.content-navigation .toc-toogle-button::after,
	.content-navigation.active .toc-toogle-button::after {
		content: "";
		background: url(../images/icons32/menu-icon.svg) no-repeat center center;
		background-color: #2980b9;
		background-size: 24px 24px;
	}
	.content-navigation.active .toc-toogle-button {
		width: 100%;
		height: auto;
		text-indent: 0;
	}
	.content_item.for_navigation .field:not(.ft_titlesnav){
		max-width: 100%;
	}
	.content-navigation.active .for_head_link {
		display: none;
	}
	.for_navigation .mobile_fixed .content-navigation.active .for_head_link.active_mobile {
		display: block;
		opacity: 1;
	}
	.field.ft_titlesnav.is_float.mobile_fixed {
		float: right;
		width: 45px !important;
		max-height: 45px;
		overflow: hidden !important;
		margin-left: 10px;
	}
	.for_navigation .field.ft_titlesnav.is_float.mobile_fixed {
		float: none;
		width: 100% !important;
		max-height: 90%;
		overflow: auto !important;
		margin-left: 0;
	}
}