<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

.page-content ul li {
	list-style-type: square;
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	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;
	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: 2px;
	line-height: 24px;
	background-position: left 1px;
	color: #555555;
	margin-left: -36px;
	font-size: 18px;
	font-weight: normal;
	background-image: none;
}

/* 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;
}

/* Large displays */
@media only screen and (min-width : 768px) {
	.page-content ul li {
	font-size: 20px;
	/* [disabled]padding-left: 40px; */
	/* [disabled]margin-left: -40px; */
	line-height: 20px;
	margin-bottom: 4px;
	padding-top: 0px;
	}
	.page-content ul ul li {
	padding-bottom: 2px;
	line-height: 22px;
	margin-left: -20px;
	font-size: 18px;
	}
}
</pre></body></html>