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

.page-content ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: -10px;
	margin-bottom: 0px;
}

.page-content ul li {
	background-image: url(../images/bullets/check.png);
	background-repeat: no-repeat;
	list-style-type: none;
	line-height: 80%;
	font-size: 120%;
	color: #1E5207;
	padding-left: 40px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-position: left px;
	font-weight: bold;
	margin-left: -30px;
}

/* need to add the class to LI tag and remove the image from the general UL/LI tag above */
.bulletV1 {
	background-image: url(../images/bullets/bulletV1.png);
}
.bulletV2 {
	background-image: url(../images/bullets/bulletV2.png);
}

.page-content ul ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.page-content ul ul li {
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	line-height: 1em;
	background-position: left 1px;
	color: #123304;
	margin-left: -36px;
	font-size: 80%;
	font-weight: normal;
	background-image: none;
}


/* Large displays */
@media only screen and (min-width : 768px) {
.page-content ul li {
		line-height: 80%;
		font-size: 130%;
		color: #1E5207;
		padding-left: 40px;
		margin-left: 10px;
	}
	.page-content ul ul li {
		padding-bottom: 2px;
		line-height: 1em;
		margin-left: -36px;
		font-size: 80%;
	}
}
