@charset "utf-8";
/* CSS Document */

#category-copy {
	margin-top: 40px;
	margin-bottom: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #7e7d7d;
	padding: 1%;
}

#category-copy a {
	color: #7e7d7d;	
}

#category-copy h1 {
	font-size: 20px !important; /* fallback IE8 and lower */
	font-size: 1.25rem !important;
	line-height: 24px !important; /* fallback IE8 and lower */
	line-height: 1.5rem !important;
	color: #7e7d7d;
	font-weight: normal;	
}

#category-copy h2 {
	font-size: 16px !important; /* fallback IE8 and lower */
	font-size: 1rem !important;
	line-height: 20px !important; /* fallback IE8 and lower */
	line-height: 1.25rem !important;
	color: #7e7d7d;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;	
}

/* needs to be h3 but look like h2 */
#category-copy h3 {
	font-size: 16px !important; /* fallback IE8 and lower */
	font-size: 1rem !important;
	line-height: 20px !important; /* fallback IE8 and lower */
	line-height: 1.25rem !important;
	color: #7e7d7d;
	font-weight: normal;
	padding-left: 0;
	text-transform: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#category-copy p {
	font-size: 12px !important; /* fallback IE8 and lower */
	font-size: 0.75rem !important;
	line-height: 17px !important; /* fallback IE8 and lower */
	line-height: 1.0625rem !important;
	padding: 0;
}

#category-copy ul {
	list-style: circle;
	margin: 12px;
}