h1 {
	margin-top: 1rem;
	line-height: 2.125rem;
}

h2 {
	line-height: 1.6875rem;
}

h4 {
	color: #FF4500;
	font-size: 1.125rem;
/* 	font-weight: bold; */
}

a:link    {
	color: #999999;
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color: #999999;
	background-color:transparent;
	text-decoration:none;
}
a:hover   {
	color: #999999;
	background-color:transparent;
	text-decoration:underline;
}
a:active  {
	color: #999999;
	background-color:transparent;
	text-decoration:underline;
}

/* icon font sizes */
.size-12 {font-size: 12px;}
.size-14 {font-size: 14px;}
.size-16 {font-size: 16px;}
.size-18 {font-size: 18px;}
.size-21 {font-size: 21px;}
.size-24 {font-size: 24px;}
.size-36 {font-size: 36px;}
.size-48 {font-size: 48px;}
.size-60 {font-size: 60px;}
.size-72 {font-size: 72px;}

ul.inline-list li {
	margin-left: 0;
	margin-right: 1rem;
}