/*
Universal overrides
-------------------------------------------------- */

.teaser { font-size: 12px; font-style: italic; margin-top: 10px; }
.section-nav {display: none;}
div.article {width: 100%; margin: 0; padding-top: 35px; }
.aside  {display: none !important;}
.interactive-body {float: left; width: 100%;}
.byline { display: none; }

#sourceAndCredit {
  clear: both;
  padding: 1em 0 2em 0;
  font: normal 90% Georgia, "Times New Roman", Times, serif;
}

#sourceAndCredit p {
  margin: 0;
  padding: 0;
}

#sourceAndCredit .source {
  float: left;
  color: #000000;
  font-size: 0.85em;
  font-weight: bold;
}

#sourceAndCredit .credit {
  text-align: right;
  text-transform: uppercase;
  color: #999;
  font-size: 0.6em;
}
.rightImage, .rightImg {
	float: left;
	width: 100%;
	margin-top: 13px;
	}
.explainer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.15em;
	line-height: 1.19230769;
	color: #464646;
	line-height: normal;
	display: block;
	max-width: 100%;
	margin-bottom: 2.25em;
}
.loading { font-family: 'Benton Sans Bold', Helvetica, Arial, sans-serif; text-align: center; padding-top: 100px; font-size: 14px; margin-top: 5%;}

.interactiveContainer { 
	width: 100%;
	margin: 0 auto;
}
.time { 
	float: left;
	font-size: 12px;
	color: #aa0016;
	text-transform: uppercase;
	width: 100%;
	}
.leftSide { 
	float: left;
	width: 100%;
}
.rightSide { 
	float: left;
	margin-left: 0px;
	margin-top: 20px;
	width: 100%;
}

#map {
	width: 100%;
	height: 250px;
	border: 1px solid #aaa;
}


.rightHead { font-family: "Benton Sans Bold", Arial; font-weight: bold; font-size: 20px; margin: 20px 0; letter-spacing: -0.05em; }
.rightBody { font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; }


.pullout { 
width: 100%;
float: left;
height: 56px;
display: none;
}
.descriptionNumber { 
text-align: center;
font-size: 11px;
font-family: arial;
margin-top: -10px;
}
.number {
	font-family: "Benton Sans Bold";
font-size: 48px;
text-align: center;
color: #aa0016;
	}

/* TOOLBAR */
.navButton {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer; float: left; padding: 12px 20px; position: relative; font-family: "Benton Sans Bold", Arial; font-weight: bold; font-size: 14px; color: white; background: #173368; }
	.navButton:hover { opacity: 0.8; }

	.triangleLeft { 
		width: 0px;
		height: 0px;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
		border-right: 10px solid #173368;
		position: absolute;
		top: 1px;
		left: -8px;
		display: none;
	}
	.triangleRight { 
		width: 0px;
		height: 0px;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
		border-left: 10px solid #173368;
		position: absolute;
		top: 1px;
		left: 57px;
		display: none;
	}
	.out { background: #ccc; cursor: default; }
	.out .triangleLeft { border-right: 10px solid #ccc; cursor: default; }
	.out .triangleRight { border-left: 10px solid #ccc; cursor: default; }
	.progress { float: left; width: 35%; text-align: center; font-family: "Benton Sans Bold","Arial"; }
	.progressItem { 
		float: left;
		width: 2%;
		height: 9px;
		border-radius: 50%;
		background: #ddd;
		margin: 18px 5%;
	}
	.progressItem.selected { background: #173368; }

	.toolBar { width: 100%; float: left; margin: 0 3% 4% 2%; display: block; }
		.theTitle { font-size: 12px; font-family: "Benton Sans Bold", Arial; text-transform: capitalize; }
@media screen and (min-width: 450px) {
		.progressItem { 
		float: left;
		width: 2%;
		height: 9px;
		border-radius: 50%;
		background: #ddd;
		margin: 18px 6%;
	}
		.triangleLeft { 
		width: 0px;
		height: 0px;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
		border-right: 10px solid #173368;
		position: absolute;
		top: 1px;
		left: -10px;
	}
	.triangleRight { 
		width: 0px;
		height: 0px;
		border-top: 22px solid transparent;
		border-bottom: 22px solid transparent;
		border-left: 10px solid #173368;
		position: absolute;
		top: 1px;
		left: 76px;
	}
}
	@media screen and (min-width: 650px) {
		.theTitle { font-size: 14px; font-family: "Benton Sans Bold", Arial; }
		.progressItem { width: 7px; height: 7px; }
		.navButton { padding: 6px 10px; }
		.triangleLeft { 
			width: 0px;
			height: 0px;
			border-top: 16px solid transparent;
			border-bottom: 16px solid transparent;
			border-right: 10px solid #173368;
			position: absolute;
			top: 1px;
			left: -10px;
			display: block;
		}
		.triangleRight { 
			width: 0px;
			height: 0px;
			border-top: 16px solid transparent;
			border-bottom: 16px solid transparent;
			border-left: 10px solid #173368;
			position: absolute;
			top: 1px;
			left: 57px;
			display: block;
		}
		.out .triangleLeft { border-right: 10px solid #ccc; cursor: default; }
		.out .triangleRight { border-left: 10px solid #ccc; cursor: default; }
		.toolBar { margin: 0 3% 8% 2%; display: block; }
		.progressItem { margin: 11px 2.5%;}
		#map { height: 500px; border: 1px solid #aaa;
		}
		.leftSide { 
			float: left;
			width: 34%;
		}
		.rightSide { 
			float: left;
			margin-left: 3%;
			width: 63%;
			margin-top: 0;
		}
		.pullout { 
display: block;
}
	}

	@media screen and (min-width: 800px) {
		.progressItem { margin: 11px 4%;}
	}

	@media screen and (min-width: 1050px) {
		.progressItem { margin: 11px 6.5%; }
	}

	@media screen and (min-width: 1200px) {
		.toolBar { width: 100%; margin: 0 7% 4% 2%; display: block;}
	}


