.toc-headline {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #333232;
	text-transform: uppercase;
	margin-bottom: 25px;
	padding: 0;
}

.table-of-contents p {
	padding: 0;
}

.table-of-contents ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.table-of-contents ul li {
	padding-bottom: 15px;
	line-height: 17px;
}

.table-of-contents ul ul {
	padding-top: 15px;
	padding-left: 10px;
}

.toc-p {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #006CB7;
	text-decoration: none;
}

.table-of-contents ul li .toc-p.active {
	color: #00416F;
	font-weight: 600;
}

.toc-p:hover, .toc-p:active {
	color: #00416F;

}

.toc-close {
	display: none;
}

@media screen and (max-width: 802px){
	.table-of-contents {
		padding: 20px 15px;
	}
	
	.sidebar-zindex {
		flex-basis: 0 !important;
	}
	
	.mobile-flex-basis {
		flex-basis: 100% !important;
	}
		
	.toc-close {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 18px;
	}
	
	.byline {
		text-align: left !important;
	}
	.breadcrumbs-wrap .wp-block-columns {
		gap: 0;
	}
}