@charset "UTF-8";

.sectionHeader__title {
    line-height: 1.6;
}
.sectionHeader.-blog .sectionHeader__title {
    margin-bottom: 60px;
}
.indexlist {
	counter-reset: item;
	margin-left: 2.25em;
}
@media screen and (max-width: 768px) {
.indexlist {
	margin-left: 1.25em;
}
}
.indexlist > li,
.indexlist ol > li {
    position: relative;
	margin-bottom: 10px;
    text-indent: 0 !important;
    margin-left: 0em !important;
    padding-left: 0em !important;
	list-style-type: none;
}
.indexlist > li::before,
.indexlist ol > li::before {
    counter-increment: item;
    content: counters(item, "-") ". ";
    position: absolute;
    left: -32px;
    width: 30px;
    text-align: right;
    color: #0A68C2;
}
.indexlist ol {
	counter-reset: item;
	padding-left: 1.8em;
	margin-top: 10px;
	margin-bottom: 0;
}