@charset "utf-8";
/* CSS Document */

.page-content ul {
	margin-top: 6px;
	margin-right: 0px;
	margin-left: -30px;
	margin-bottom: 0px;
}

.page-content ul li {
	list-style-type: none;
	color: #D9B21D;
	font-size: 24px;
	line-height: 24px;
	margin-left: 4px;
}

/* need to add the class to LI tag and remove the image from the general UL/LI tag above */
.Check li {
	background-repeat: no-repeat;
	background-image: url(../images/bullets/check.png);
	padding-left: 40px;
	/* [disabled]padding-top: 2px; */
	padding-bottom: 6px;
	background-position: left 0px;
	margin-left: -30px;
}
.Website li {
	background-repeat: no-repeat;
	background-image: url(../images/icons/website.png);
	padding-left: 40px;
	/* [disabled]padding-top: 2px; */
	padding-bottom: 10px;
	background-position: left 0px;
	margin-left: -30px;
	/* [disabled]min-height: 36px; */
}
.Download li {
	background-repeat: no-repeat;
	background-image: url(../images/icons/download.png);
	padding-left: 40px;
	/* [disabled]padding-top: 2px; */
	padding-bottom: 6px;
	background-position: left 0px;
	margin-left: -30px;
}
.No li {
	background-repeat: no-repeat;
	background-image: url(../images/bullets/cross.png);
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 6px;
	background-position: left 0px;
	margin-left: -30px;
	margin-top: 0px;
}
.Arrow li {
	background-repeat: no-repeat;
	background-image: url(../images/bullets/arrow.png);
	padding-left: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	background-position: left 7px;
	margin-left: 0px;
	line-height: 130%;
	font-size: 70%;
}

.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: 30px;
	line-height: 18px;
	background-position: left 1px;
	color: #E5CC6A;
	margin-left: -36px;
	font-size: 18px;
	font-weight: normal;
	background-image: none;
}


/* Large displays */
@media only screen and (min-width : 768px) {
	.page-content ul li {
	font-size: 21px;
	padding-left: 40px;
	margin-left: 10px;
	line-height: 21px;
	}
	.page-content ul ul li {
	padding-bottom: 4px;
	/* [disabled]line-height: 60%; */
	margin-left: -42px;
	font-size: 17px;
	}
}




/* REMOVE BULLETS for widgets that are made up of lists */

.removeBullets ul {
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
}
	
.removeBullets ul li, .removeBullets ul ul li {
		background-image: none !important;
		background-repeat: no-repeat !important;
		list-style-type: none !important;
		line-height: 100%;
		font-size: 80%;
		color: inherit;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-position: left top;
		margin-left: 0px;
}
