body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
	background-color: #F6F6F6;
}

h1 {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 700;
	font-size: 40px;
	color: #333;
	text-transform: none;
}

h2 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 600;
	font-size: 35px;
	color: #333;
	text-transform: none;
}

h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	text-transform: none;
}

h4 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 500;
	font-size: 20px;
	color: #333;
	text-transform: none;
}

h5 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 700;
	font-size: 20px;
	color: #333;
	text-transform: none;
}

h6 {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	font-weight: 700;
	font-size: 50px;
	color: #333;
	text-transform: none;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 25px;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	color: #333;
}

a {
	text-decoration: none;
	color: #6AAF08;
	font-weight: 400;
}

a.lite {
	color: #FFF;
	font-weight: 400;
}

a.lite:hover {
	color: #333;
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	color: #222;
}

ul {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	padding-left: 15px;
	list-style: none;
	line-height: 1.8;
	color: #333333;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
}

ul li::before {
	content: "•"; /* • ✅ ✓ ✔ 🗸 */
	color: #6AAF08;
	display: inline-block;
	width: 20px;
	margin-left: 15px; /* -15px */
	position: relative;
	top: 4px;
	font-size: 26px; /* 26px 30px */
	line-height: 0;
}

#footer {
	background: #F6F6F6;
	padding: 10px 0 10px;
}
