#main_content > h1:first-child {
	background-color: #1767a4;
	text-align: center;
	color: #fff;
	font-size: 2.2em;
	border-bottom: 1px solid #fff;
}

#main_content > h2:nth-of-type(1) {
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

#region_options,
#region_options + div {
	text-align: center;
}

#region_options a {
	margin: 10px 30px;
}

#regions {
	overflow: hidden;
}

#regions > div {
	padding: 4px 10px;
	border: 1px solid #1767a4;
}

#valley > h3:first-child,
#sacramento > h3:first-child {
	background-color: #1767a4;
	color: #fff;
	font-size: 1.5em;
	padding: 10px;
	margin: -4px -10px 7px;
}

#valley > div:last-child,
#sacramento > div:last-child {
	margin-bottom: 0;
}

#valley {
	margin-bottom: 50px;
}

.date_wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.date {
	border-bottom: 1px solid #bacdde;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.2em;
}

.date + div,
.date + div + div {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.date + div > span:first-child,
.date + div + div > span:first-child {
	font-family: "TT Norms";
	font-weight: 700;
	color: #3a5c78;
}

.date + div > span:last-child,
.date + div + div > span:last-child {
	color: #3a5c78;
	font-family: "TT Norms";
	font-weight: 700;
}

.new > span {
	color: #e83e38;
}

.blue {
	background-color: #1767a4;
	color: #fecd12;
	text-align: center;
	font-size: 1.7em;
	padding: 20px;
	margin-bottom: 30px;
}

#points_wrap {
	text-align: center;
	background-color: #1767a4;
	padding: 20px;
	margin: 30px auto 40px;
	border-radius: 6px;
	width: 92%;
	max-width: 744px;
}

#points {
	display: inline-block;
	margin: 0;
}

#points li {
	font-family: "TT Norms";
	font-weight: 700;
	color: #fecd12;
	text-align: left;
	font-size: 1.2em;
}

#points li:before {
	color: #fecd12;
}

#points_wrap + h3 {
	text-align: center;
}

#points a {
	color: #fecd12;
}

#preview {
	border: 1px solid #00c8de;
	background-color: #defcff;
	padding: 20px 24px;
	border-radius: 3px;
	margin: 0 auto;
	max-width: 820px;
}

#preview ul {
	margin: 0;
}

#preview ul li {
	margin: 0;
	padding: 0;
	font-family: "TT Norms";
	font-weight: 700;
	color: #eb1d1c;
	padding-bottom: 14px;
	line-height: 1.3em;
}

#preview ul li:last-child {
	padding-bottom: 0;
}

#preview ul li:before {
	margin-left: 0;
	content: '';
}

#preview ul li i {
	color: #262626;
}

#preview ul li h3 {
	color: #262626;
}

/* ===== Media Queries ===== */

@media screen and (max-width: 550px) {
	.date + div,
	.date + div + div {
		float: none;
		width: auto;
	}
	
	.date + div {
		margin-bottom: 15px;
	}
	
	.date + div + div:before {
		content: '';
		width: 100%;
		max-width: 200px;
		border-top: 1px dotted #ded0ba;
		display: block;
		padding-bottom: 15px;
	}
}