/* Home / News - CARS of Wisconsin */

#news  {
	line-height: 1.125em;
	max-width: 75ch;
}

#news h2 {
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 1rem;
	margin-bottom: .5em;
}

#news h3, #news article h1 {
	color: #333;
	font-family: Oswald, "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: .75rem;
	margin-bottom: .5em;
}
#news article h2 {
	font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 1rem;
	font-style: italic;
	font-weight: 400;
	margin: 0;
}
#news p {
	line-height: 1.25em;
	margin-bottom: .5em;
}

#news hr {
	color: #107002;
	background-color: #107002;
	margin: 2rem auto;
}

#news article.box {
	margin: 1rem auto;
	padding: 1rem;
}

#news article.box:nth-last-of-type(even) {
	background-color: #eeffee;	
}

#news article.box header {
	margin-bottom: .75rem;
}

#news article.box h2 {
	font-size: .75rem;
}
#news article.box main h2, #news article.box main h3 {
	color: #107002;
	font-size: 1rem;
	font-weight: 700;
}
#news article.box main h2 {
	font-size: 1.1em;
}
#news article.box main ul.bullet {
	list-style-type: square;
}



#news article ul {
	list-style-type: square;
}
#news article ul li {
	margin-left: 2rem;
}