.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 !important;
    padding: 0;
    list-style-type: none;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
	overflow-x: hidden;
}

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

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

.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: 782px){
	.table-of-contents {
		padding: 20px 15px;
	}
	
	.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;
	}
}