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

.lead-title { font-size: 48px; font-weight: 700 }
.lead-subtitle { margin-top: 0; font-weight: 300 }
.section-headline { font-size: 2.5em }
.section-headline > span { 
	display:block; 
	float: left;
	margin-right:30px
}
.section-headline > .dotted-rule { 
	border: none;
    border-bottom: 5px dotted rgb(204,204,204);
    margin-top: 0px !important;
    margin-bottom: 0 !important;
    padding: 10px 0;
    vertical-align: middle;
}
.adv-icons {
	width:70px;
	float:left;
	margin-right: 20px
}
.adv-lists { margin-bottom: 40px; }
.adv-lists li::before {
	content: "\f061";
	font-family: "FontAwesome";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	font-size: 15px;
	color: rgb(204,204,204)
}

.arrow-bullet {
	list-style: none;
	list-style-image: url(/vmi/tool/images/arrow-bullet.gif);
}