/*rewrite default list styles*/

.circle_list{
            list-style-type: circle;

        }
.circle_list >li{
		    margin:10px 0;
}
.roman_list {
 list-style-type: lower-roman;
        /*  margin-left: 1em;*/
        }

.square_list {
            list-style-type: square;
            margin-left: -1em;
        }

.upper_alpha {
            list-style-type: upper-alpha;
        }

.disk_list {
            list-style-type: disc;
        }

.roman_list > li{
	margin-bottom:10px;
}
.decimal_list{
	list-style-type: decimal;
}
.decimal_list > li{
    display: table-row;
}
.decimal_list > li::before{
	display: table-cell;
	padding-right: 0.3em;
}

.table_list > li{
  display: table-row;	
}
.table_list > li::before{
	display: table-cell;
	padding-right: 0.3em;
}
.lower_alpha{list-style-type: lower-alpha;}
.section-service-page ol .lower_alpha li{
	text-transform: none;
	    font-weight: 300;
    font-size: 18px;
    font-family: "Mulish", sans-serif;
}
.circle_list li,
.roman_list li,
.square_list li,
.upper_alpha li,
.disk_list li{
	display:list-item !important;
}

.circle_list li::before,
.roman_list li::before,
.square_list li::before,
.upper_alpha li::before,
.lower_alpha li::before,
.disk_list li::before{
 content: "";
 margin-right: 0px ;
 counter-increment: none;
}

.disk_list li {
	font-size: 20px;
	line-height: 160%;
	font-weight: 300;
}



.section-service-page .circle_list li,
.section-service-page .roman_list li,
.section-service-page .square_list li,
.section-service-page .upper_alpha li,
.section-service-page .disk_list li{
	text-transform:none;
	   font-size: 18px;
    font-weight: 400;
	font-family: "Mulish", sans-serif;
}

.upper_alpha > li{
		margin-left:20px
	}
.upper_alpha > li::before{
  /*content: "\00a0 ";*/
	}
.mleft_3{}
.mleft_4{margin-left:4rem}
.section-text-form__text.js_left_image_wrapper ul li{margin-bottom: 10px;}


.page-id-1573 .section-service-page ol li,
.page-id-1579 .section-service-page ol li,
.page-id-1586 .section-service-page ol li{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: 110%;
    text-transform: none;
	margin-bottom:5px;
	
}
.page-id-1573 .section-service-page ol li strong{
	display: contents;
}