/* Cascading Style Sheet - List Styles */


dl {
	padding: 0px 0px 0px 0px;
	line-height: 40px;
}
dt {
  display: block;
  float:left;
  padding-right: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
dt::after {
  content: " • ";
  font-weight: normal;
}
dd { 
  display: block;
  margin: 0;
  margin-bottom: 1em;
}

ul {
	list-style-type: none;
	padding: 1em 0px 0px 0px;
	margin-top: -8px;
}

ul li:first-child {
	padding-top: 8px;
}

ul li strong::after {
	content: " • ";
	font-weight: normal;
}

#resources h3 {
	padding-bottom: 0;
	margin-bottom: 0;
}
#resources h4 {
	padding-bottom: 0;
	margin-bottom: 0.75rem;
	line-height: 1;
	font-size: 1rem;
	font-weight: 500;
	color: khaki;
}
#resources ul {
	list-style-type: none;
	padding: 0px;
	line-height: 2rem;
}
#resources ul li::before {
	color: khaki;
	display: inline-block;
	position: absolute;
	font-family: FontAwesome;
	font-size: larger;
	padding-right: 1rem;
	content: '\f138';
	margin-left: -2rem;
}
#resources ul li.noBullet::before {
	content: '';
}
#resources ul li {
	line-height: 1rem;
	padding-left: 2rem;
}
#resources ul li a {
	color: lemonchiffon;
	font-weight: 500;
	font-size: 13px;
}
#resources ul p.caption {
	color: khaki;
	font-weight: 500;
	font-size: 13px;
	font-style: italic;
}

