body.single-doc .site-inner .container{
    width: 100% !important;
    max-width: 100% !important;
}

body.single-doc .site-inner .entry-meta {
    display: none;
}
body.single-doc .breadcrumb > li:nth-child(2) {
	display: none !important;
}

body.single-doc .site-inner h2 {
    scroll-margin-top: 100px;
}


body.single-doc .sidebar-column a {
    cursor: pointer;
    text-decoration: none;
}
body.single-doc .sidebar-column a:hover {
    background: #f2f2f2;
}
body.single-doc .sidebar-column li { 
	list-style: none; 
}
body.single-doc .sidebar-column li ul {
    padding-left: 20px !important;
}
body.single-doc .sidebar-column .sidebar-nav { 
	padding: 0; 
}
body.single-doc .sidebar-column .sidebar-item { 
	white-space: nowrap; 
}
body.single-doc .sidebar-column .sidebar-link {
    padding: 0.3em 0.5em;
    color: #000 !important;
    position: relative;
    display: block;
    font-size: 1rem;
}
body.single-doc .sidebar-column .sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: .075rem .075rem 0 0;
    content: "";
    display: inline-block;
    padding: 5px;
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    transform: rotate(135deg);
    transition: all .3s ease-out;
}
body.single-doc .sidebar-column .sidebar-link.collapsed:not(.active)[data-bs-toggle="collapse"]::after {
	top: 0.7rem;
    transform: rotate(45deg);
}
body.single-doc .sidebar-column .sidebar-link.is-active {
    color: #0d6efd !important;
}
body.single-doc .sidebar-column .sidebar-link.is-parent-active {
    color: #0d6efd !important;
}
/* Optional: indentation clarity 
body.single-doc .sidebar-column .sidebar-dropdown .sidebar-link {
    padding-left: 2rem !important;
}*/

body.single-doc .sidebar-column .sidebar-dropdown {
    padding-left: 15px;
}


body.single-doc .sidebar-column .sidebar-toggle {
    position: fixed;
    top: 56px;
    right: 0;
	z-index: 9999;
    margin: 9px;
}


body.single-doc ul.h2-anchor { 
	padding-left: 0 !important; 
}
body.single-doc ul.h2-anchor li{
	list-style: none; 
}
body.single-doc ul.h2-anchor a {
	text-decoration: none;
    padding: 0.2em 1em;
    color: #000 !important;
    position: relative;
    display: block;
    font-size: 1rem;
}




body.single-doc .doc-pagination a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 1rem;
    border: 1px solid #0d6efd;
    border-radius: .5rem;
	width: 49%;
}
body.single-doc .doc-pagination .nav-label {
    font-size: .85rem;
    color: #6c757d;
}
body.single-doc .doc-pagination .nav-title {
    font-weight: 600;
    color: #0d6efd;
}
body.single-doc .doc-pagination a:hover {
    background: #0d6efd;
}
body.single-doc .doc-pagination a:hover span{
	color: #ffffff;
}


#sidebar {

}
	
#linksAccordion {
    margin-bottom: 20px;
}
#linksAccordion .accordion-button::after {
    width: 1rem !important;
    height: 1rem !important;
    background-size: 1rem !important;
}
#linksAccordion .accordion-button,
#linksAccordion .accordion-body {
	color: #000000 !important;
	background: #f2f2f2 !important;
    padding: 5px !important;
    font-size: 0.65em !important;
}
#linksAccordion ul{
	margin-bottom: 0 !important;
}
#linksAccordion ul.h2-anchor a {
    padding-left: 0 !important;
}


#links-container {

}



/* Desktop Query ========================================================== */
@media only screen and (min-width: 1023px) {

}


/* Mobile Query ========================================================== */
@media only screen and (max-width: 1024px) {



}

/* Media Query ========================================================== */
/*Large devices (desktops, 992px and up)*/
@media only screen and (min-width: 992px) { 

	body.single-doc .sidebar-column .sticky-top{
		top: 64px !important;
	}
	.sidebar-toggle{
		display: none !important;
	}
	#linksAccordion{
		display: none;
	}

}
/*// Medium devices (tablets, less than 992px)*/
@media only screen and (max-width: 991.98px) {

	#sidebar {
		max-width: 264px;
		min-width: 264px;
		height: calc(100vh - 56px);
		transition: all 0.35s ease-in-out;
		/*box-shadow: 0 0 35px rgba(49,57,66,0.5);*/
		border-right: 1px solid #f6f6f6;
		z-index: 1111;
		position: fixed;
		top: 0;
		left: 0;
		/*padding-top: 55px;*/
		margin-top: 56px;
		background: #ffffff;
		/*overflow: scroll;*/
		overflow-y: scroll;
		overflow-x: hidden;
	}
	#sidebar.collapsed { 
		margin-left: -264px; 
	}
	
	#links-container{
		display: none !important;
	}
}

/* Media Query ========================================================== */
@media screen and (max-width : 320px){
	
}
@media screen and (min-width : 321px) and  (max-width: 480px){

}
@media screen and (min-width : 481px) and  (max-width: 640px){

}
@media screen and (min-width : 641px) and (max-width : 768px){

}
@media screen and (min-width : 769px) and (max-width : 1024px){

}
@media screen and (min-width : 1025px) and (max-width : 1224px){

}
@media screen and (min-width : 1225px){

}