/* CSS For APD Under Fire */
.widecontainer {
	padding-top:75px;
	width: 1160px;
	border-width: 0px;
	margin: 0 auto;
}
#intro h1 {
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	margin: 50px 0;
	font-weight: 700;
	text-transform: uppercase;
}
#intro h2 {
	font-weight: 400;
	color: #c1392b;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}
#intro h3 {
	font-size: 22px;
	text-transform: none;
	line-height: 30px;
	font-weight: 300;
	margin: 0 auto;
	text-align: center;
}
ul.buttons {
	margin: 100px 0 50px 0;
	list-style: none;
	text-align: center;
}
ul.buttons li {
	display: inline-block;
	margin: 0px 25px;
	text-transform: uppercase;
	padding: 10px;
	font-size: 16px;
	background-color: #c1392b;
}
ul.buttons li a {
	color: white;
}
.down-arrow {
	width: 50px;
	height: 50px;
	margin: 70px auto 0;
}
h2.inline-header {
	position: absolute;
	z-index: 101;
	padding: 0 1%;
	margin: 1%;
	background: white;
	border: 1px solid #ccc;
}
#timeline {
	margin: 0 2%;
	width: 96% !important;
	padding-top:75px;
}
#timeline #storyjs-timeline {
	background-color: #f0f0f0;
}
#timeline .media {
	padding: 10px 0px;
}
#timeline .date, #my-timeline .title {
	color: #666666;
}
#timeline .timenav-background {
	background-color: #d3d3d3;
}
#cost .description {
	width: 35%; 
	float: left;
}
#cost .description h2 {
	color: #c1392b;
	margin-top: 0px;
}
#cost .fader-slideshow {
	width: 60%;
	float: right;
}
div.galleryfader { 
	padding: 20px;
	height: 725px;
}
div.galleryfader ul li div.text h6 {
	font-family: Oxygen;
	margin-bottom: 15px;
}
#cost.widecontainer {
	padding-bottom: 75px;
}
#map {
	margin: 0 2%;
	width: 96%;
	height: 500px;
}
#map h2.inline-header {
	margin: 1%;
}
#more.widecontainer {
	padding-top: 0px;
}
#links, #video {
	padding-top: 75px;
}
#more h4 {
	font-size: 16px;
	color: #c1392b;
	padding: 5px 0;
	margin: 15px 0;
	border-top: 1px solid #c1392b;
	border-bottom: 1px solid #c1392b;
}
#more ul {
	margin: 0px;
}
#more ul li {
	display: inline-block;
	width: 45%;
	margin: 0 1%;
	padding: 5px 0px;
	line-height: 18px;
}
#video, .jw-videos {
	padding-left: 20px;
	background: white;
	width: 50%;
	float: right;
}.jw-video-embed {
	height: 375px;
}
.video-box {
	background: #f0f0f0;
	border: 1px solid #ccc;
	padding: 0px 10px 10px;
}
.video-box h2 {
	text-align: center;
}
.video-box #player, .video-box #player_wrapper {
	min-height: 500px !important;
}
/*leaflet*/
.leaflet-control-zoom {
	position: absolute;
	right: 1%;
}
.leaflet-control-layers {
	position: relative;
	margin-top: 6% !important;
	float: left !important;
}
.leaflet-top {
	position: relative;
}
/*summary page*/
#fatal h2, #nonfatal h2, #force h2 {
	text-decoration: underline;
	padding-bottom: 50px; 
	color: #c1392b; 
	text-transform: uppercase;
}
#fatal hr, #nonfatal hr, #force hr {
	margin: 50px 0;
	clear: both;
}
@media screen and (max-width: 1200px) {
	.site-header #simple-header .entry-title {
		font-size: 24px;
	}
	#cost .description { 
		width: 37%;
	}
} @media screen and (min-width:980px) and (max-width:1200px) {
	.widecontainer {
		width: 930px;
	}
	.simplenav {
		margin: 10px;
	}
	.simplenav ul li {
		font-size: 12px;
		padding: 0px;
	}
	#intro h1 {
		font-size: 64px;
		line-height: 64px;
		margin: 30px 0;
	}
	#intro h2 {
		font-size:28px;
	}
	#intro h3 {
		font-size: 20px;
	}
	ul.buttons {
		margin: 50px 0;
	}
	ul.buttons li {
		font-size: 14px;
		margin: 0 15px;
	}
	.down-arrow {
		margin: 50px auto 0;
	}
	div.galleryfader ul li div.image, div.galleryfader ul li div.text {
		height: 50%;
	}
	.jw-video-embed {
		height: 310px;
	}
} @media screen and (max-width:979px) {
	.widecontainer, #timeline, #links, #video  {
		padding-top: 50px;
	}
	#cost.widecontainer {
		padding-bottom: 50px;
	}
	.widecontainer { 
		width: 96%;
		margin: 0 2%;
	}
	.simplenav {
		float: none;
		margin: 0px;
	}
	.simplenav ul li {
		display: inline-block;
		padding: 2%;
		border-bottom: 1px solid #d65649;
		width: 45%;
		margin: 0;
	}
	.simplenav ul li a {
		color: white;
	}
	.simplenav .facebook a, .simplenav .twitter a, .simplenav .email a {
		background: none;
		height: auto;
		width: auto;
		text-indent: 0px;
	}
	#intro h1 {
		font-size: 52px;
		line-height: 52px;
		margin: 30px 0;
	}	
} @media screen and (min-width:768px) and (max-width:979px) {
	#intro h2 {
		font-size:24px;
	}
	#intro h3 {
		font-size: 18px;
	}
	ul.buttons {
		margin: 40px 0;
	}
	ul.buttons li {
		font-size: 12px;
		margin: 0 5px;
	}
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
	.leaflet-control-layers { 
		top: 10%; 
	}
	div.galleryfader {
		height: 785px;
	}
	div.galleryfader ul li div.image {
		height: 45%;
	}
	div.galleryfader ul li div.text {
		height: 55%;
	}
	.jw-video-embed {
		height: 310px;
	}
} @media screen and (max-width: 767px) {
	body {
		padding: 0px !important; 
	}
	.site-header #simple-header #logo {
		width: 35px;
		margin: 12px 0px 10px 10px;
	}
	.site-header #simple-header #logo a {
		background: url(http://www.abqjournal.com/base/blackhome.png) no-repeat;
		height: 25px;
	}
	#intro h2 {
		font-size:22px;
	}
	#intro h3 {
		font-size: 16px;
		line-height: 24px;
	}
	ul.buttons {
		display: none;
	}
	.down-arrow {
		margin: 40px auto 0;
	}
	h2 {
		font-size: 24px;
		line-height: 28px;
	}
	#cost .description {
		width: 100%;
		float: none;
	}
	#cost .fader-slideshow {
		width: 100%;
		float: none;
		padding-top: 50px;
	}
	div.galleryfader ul li div.image, div.galleryfader ul li div.text {
		height: 50%;
	}
	#video, .jw-videos {
		width: 100%;
		float: none;
		padding-left: 0px;
	}	
	.leaflet-control-layers {
		margin-top: 8% !important;
	}
	.jw-video-embed {
		height: 450px;
	}
	/*print-friendly email */
	#email-story-wrapper {
			margin-left: 0px !important;
			left: 0% !important;
			top: 0% !important;
			padding: 3% !important;
			width: 94% !important;
	}
	#email-story-iframe {
			width: 90% !important;
	}
} @media screen and (max-width: 600px) {
	#intro h1 {
		font-size: 36px;
		line-height: 40px;
	}
	h2.inline-header {
		position: relative;
		margin: 0 !important;
		background: #c1392b;
		border: 0;
		color: white;
	}
	#more ul li {
		width: 98%;
	}
	div.galleryfader ul li div.image {
		height: 40%;
	}
	div.galleryfader ul li div.text {
		height: 60%;
	}
	.jw-video-embed {
		height: 365px;
	}
	/*leaflet*/
	.leaflet-control-layers {
		margin-top: 2% !important;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		padding: 0px;
	}
	.leaflet-control-layers-toggle {
		background-image: url(/maps/js/images/layers.png);
		width: 36px;
		height: 36px;
	}
	.leaflet-touch .leaflet-control-layers-toggle {
		width: 44px;
		height: 44px;
	}
	.leaflet-control-layers .leaflet-control-layers-list,
	.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
		display: none;
	}
	.leaflet-control-layers-expanded .leaflet-control-layers-list {
		display: block;
		position: relative;
	}
	.leaflet-control-layers-expanded {
		padding: 6px 10px 6px 6px;
		color: #333;
		background: #fff;
	}
	.leaflet-control-layers-selector {
		margin-top: 2px;
		position: relative;
		top: 1px;
	}
	.leaflet-control-layers label {
		display: block;
	}
	.leaflet-control-layers-separator {
		height: 0;
		border-top: 1px solid #ddd;
		margin: 5px -10px 5px -6px;
	}
} @media screen and (max-width: 480px) {
	.site-header #simple-header .entry-title {
		font-size: 22px;
	}
	.simplenav ul li {
		width: 96%;
		display:block;
	}
	.down-arrow {
		margin: 25px auto 0;
	}
	div.galleryfader {
		height: 775px; 
	}
	div.galleryfader ul li div.image {
		height: 30%;
	}
	div.galleryfader ul li div.text {
		height: 70%;
	}
	div.galleryfader ul li div.text h6 {
		font-size: 22px;
		line-height: 24px; 
	}
	.jw-video-embed {
		height: 310px;
	}
} @media screen and (max-width: 350px) {
	div.galleryfader ul li div.image {
		height: 25%;
	}
	div.galleryfader ul li div.text {
		height: 75%;
	}
	.jw-video-embed {
		height: 260px;
	}
}