@charset "UTF-8";
/* CSS Document */

#newterms {
	column-count: 2;
	column-fill: balance;
	column-gap: 40px;
	break-inside: avoid-column;
}
#newterms h2 {

}
#newterms h3 {

}
#newterms h4 {
	font-size:16px;
	line-height: 20px;
	text-transform: uppercase;
	margin: 20px 0 13px 0;
	padding: 20px 0 0 0;
	border-top:1px solid black;
	position: relative;
	left:-15px;
	color: #626791;
}
#newterms .level-2:first-child h4 {
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
	border-top:none;
	color: #626791;
}
#newterms h5 {
	font-size:14px;
	line-height: 16px;
	margin: 10px 0 3px 0;
	position: relative;
	left:-15px;
	color: #626791;
}
#newterms h6 {
	font-size:14px;
	line-height: 16px;
	margin: 10px 0 3px 0;
	font-weight: normal;
	color: #626791;
}
#newterms p {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 3px 0;
	text-align: justify;
	color: #666666;
}
#newterms .level-2 {
	padding: 0 0 0 1em;
}
#newterms .level-3 {
	padding: 0 0 0 0.5em;
}
#newterms ul {
	margin: 0 0 0 0.5em;
	padding: 0;
}
#newterms ul li {
	font-size:11px;
	line-height: 14px;
	margin: 0 0 0 0.5em;
	padding: 0;
	color: #666666;
}
