#page-content .wf-custom-content h2,
#page-content .wf-custom-content h3,
#page-content .wf-custom-content h4,
#page-content .wf-custom-content h5,
#page-content .wf-custom-content h6 {
	margin-bottom: 30px;
	margin-top: 30px;
}

p.is-style-justified,
.wp-block-list.is-style-justified {
  text-align: justify;
}

#page-content .wf-custom-content p {
  	text-indent: 4em;
	margin: 0 0 30px;
}

#page-content .wf-custom-content p + ul,
#page-content .wf-custom-content p + ol,
#page-content .wf-custom-content h2 + ul,
#page-content .wf-custom-content h3 + ul,
#page-content .wf-custom-content h4 + ul,
#page-content .wf-custom-content h5 + ul,
#page-content .wf-custom-content h6 + ul,
#page-content .wf-custom-content h2 + ol,
#page-content .wf-custom-content h3 + ol,
#page-content .wf-custom-content h4 + ol,
#page-content .wf-custom-content h5 + ol,
#page-content .wf-custom-content h6 + ol {
	margin-top: -15px;
}

#page-content .wf-custom-content ul,
#page-content .wf-custom-content ol {
	padding-left: 10em;
	margin: 0 0 20px;
	list-style: revert;
}

#page-content .wf-custom-content ul {
	list-style-type: disc;
}

#page-content .wf-custom-content ul ul,
#page-content .wf-custom-content ol ol {
	padding-left: 4em;
}

#page-content .wf-custom-content ul ul {
	list-style-type: circle;
}

#page-content .wf-custom-content ul ul ul {
	list-style-type: square;
}

#page-content .wf-custom-content ol {
	list-style-type: decimal;
}

#page-content .wf-custom-content ol ol {
	list-style-type: lower-alpha;
}

#page-content .wf-custom-content ol ol ol {
	list-style-type: lower-roman;
}

#page-content .wf-custom-content ul li,
#page-content .wf-custom-content ol li {
	margin-bottom: 6px;
}

#page-content .wf-custom-content ul li::marker,
#page-content .wf-custom-content ul ul li::marker,
#page-content .wf-custom-content ul ul ul li::marker,
#page-content .wf-custom-content ol li::marker,
#page-content .wf-custom-content ol ol li::marker,
#page-content .wf-custom-content ol ol ol li::marker {
	color: #012e4d;
}
