/* Reset css */
*, 
::after, 
::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}
html {
    font-size: 1em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
.container {
	width:100%;
	box-sizing:border-box;
	position:relative;
	margin:0 auto;
	padding: 25px 30px;
}
.row {
	border-bottom: 1px dotted #DFDFDF;
	padding-bottom: 25px;
	position: relative;
}
ul {
	list-style-position: inside;
}
p, li {
	font-size: 1em;
	line-height: 19px;
	margin: 0;
	padding-top: 11px;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 23px;
	padding-top: 21px;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 21px;
	padding-top: 21px;
}
h1, h2, h3 {
    color: #3F3F3F;
    margin: 0;
	margin-bottom: 0px;
}
h1 + p, h2 + p, h3 + p {
    padding-top: 5px;
}
div:first-letter,
h2:first-letter,
p:first-letter,
li:first-letter {
	text-transform: capitalize;
}