/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* scale images with WordPress-added height and width attributes correctly */
img[class*="align"],
img[class*="wp-image-"] {
	height: auto;
}

/* Prevent stretching of full-size images with height and width attributes in IE8 */
img.size-full {
	width: auto;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #f4f3f2; /*#fdf6e3*/ /*#e3e9f0*/
	color: #333;
	font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
}

h1, h2 {
	background: rgb(19, 48, 191); /* ie8 fallback */
	background: rgba(19, 48, 191, .6);
	color: #fff;
	font-size: 2.5em;
	line-height: 125%;
	margin-bottom: .25em;
	padding: 2%;
}

.grid h2 {
	border-bottom: .25em #fff solid;
}

h1 .highlight,
h2 .highlight { ; }

h3 {
	font-family: "Cardo", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 150%;
	padding-top: 1em;
	margin-bottom: .5em;
}

.intro h3,
.section-header h3 {
	background: rgb(255, 255, 255); /* ie8 fallback */
	background: rgba(255, 255, 255, .6);
	color: #333;
	font-family: Helvetica, Arial, "Arial Unicode MS", sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 125%;
	padding: 2%;
}

.slide-credits h3,
.slide-about h3 {
	border-bottom: 1px #ccc solid;
	font-size: 1.6em;
	margin-bottom: .5em;
}

p, h4 {
	font-family: "Cardo", Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 150%;
	margin-bottom: 1em;
}

h4 { color: #999; }

.slide-credits p,
.slide-about p {
	color: #666;
	font-size: 1.4em;
	margin-bottom: .5em;
}

b, strong { font-weight: 700; }
i, em { font-style: italic; }

a {
	color: #1330bf;
	text-decoration: underline;
}

a:hover,
a:active,
.section-header-caption a:hover,
.section-header-caption a:active {
	color: #cb131a;
	text-decoration: underline;
}

#site-title {
	background: #1330bf url(/MediaAssets2/projects/boko-haram/img/voa-blue-header-bg.png) repeat-x;
	display: block;
}

.site-title-inner {
	margin: 0 auto;
	width: 100%;
}

.site-title-inner a {
	color: #fff;
	display: block;
	text-decoration: none;
}

a.logo {
	height: 60px;
}

a.logo img {
	display: block;
	height: auto;
	max-width: 375px;
	width: 100%;
}

a.language {
	background: #333;
	color: #999;
	display: block;
	font-size: 1.5em;
	padding: .75em;
}

a.language:hover {
	color: #fff;
}

.slide {
	clear: both;
	margin-bottom: 9em;
}

.slide-text,
.section-header-caption {
	margin: 0 auto;
	width: 95%;
}

.section-header-caption p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	padding-top: .25em;
}

.section-header-caption a { color: #999; }

.intro,
.section-header {
	background-attachment: fixed;
	/*background-color: #4a4a4a;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*box-shadow: 0 0 8px black;*/
	height: 450px;
	position: relative;
	max-width: 100%;
	width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
	.intro, .section-header {
		background-attachment: scroll;
		-webkit-background-size: auto 450px !important;
	}

	#slide4 { -webkit-background-size: auto 600px !important; }

	@media only screen and (min-width: 1025px) {
		.intro, .section-header, #slide4 {
			background-attachment: fixed;
			-webkit-background-size: auto 1200px !important;
		}
	}
}

.intro {
	/*box-shadow: 0 8px 6px -6px black;*/
}

.section-title {
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

.section-body {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 600;
}

.section-title .section-body {
	position: relative;
	top: 25%;
}

.intro .section-title .section-body {
	top: 60%;
}

.grid {
	width: 80%;
}

.wp-caption {
	height: auto;
	max-width: 100% !important;
	width: 100% !important;
}

.alignnone {
	max-width: 100% !important;
	width: 100% !important;
}

.wp-caption img,
img.alignleft,
img.alignright {
	height: auto !important;
	max-width: 100% !important;
	width: 100%;
}

p.wp-caption-text, .pangeaCaption {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	padding-top: .25em;
}

.share-buttons {
	clear: both;
	margin: 2em auto 4em auto;
	max-width: 95%;
	overflow: hidden;
	width: 95%;
}

.social-button {
	display: block;
	font-size: 1.2em;
	margin-bottom: .5em;
	vertical-align: top;
}

.share-buttons .fb-like {
	height: 20px;
	overflow: hidden;
}



@media (min-width: 750px) {

	html {
		font-size: 75%;
	}

	.site-title-inner,
	.slide-text,
	.section-title,
	.section-header-caption,
	.share-buttons {
		width: 90%;
	}

	.site-title-inner a {
		display: inline-block;
	}

	a.logo {
		width: 375px;
	}

	a.language {
		background: transparent;
		color: rgba(255, 255, 255, .5);
		float: right;
		font-size: 1.25em;
		padding: 1.75em 0 0 0;
		text-align: right;
		width: 40%;
	}

	.grid {
		width: 70%;
	}

	h1, h2 {
		font-size: 3.5em;
	}

	h3 { font-size: 2em; }

	img { max-width: 100%; }

	.slide {
		margin-bottom: 5em;
	}

	.intro h3 {
		font-size: 2.0em;
		font-weight: bold;
	}

	.section-header h3 {
		font-size: 2.5em;
	}

	.section-header,
	.intro,
	.section-title {
		height: 600px;
	}

	.wp-caption {
		height: auto;
		max-width: 100% !important;
		width: 60% !important;
	}

	.alignleft {
		float: left;
		margin: 0 15px 15px 0;
	}

	.alignright {
		float: right;
		margin: 0 0 15px 15px;
	}

	.wp-caption img,
	img.alignleft,
	img.alignright {
		height: auto !important;
		max-width: 100% !important;
	}

	img.alignleft,
	img.alignright {
		width: 60% !important;
	}

	.aligncenter {
		margin-left: auto;
		margin-right: auto;
		width: 640px !important;
	}

	img.reporter-photo {
		width: 40% !important;
	}

	p iframe, .infographicEmbed, .pangeaVideo {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}

	.social-button {
		display: inline;
		margin-right: 20px;
	}

}

@media (min-width: 1300px) {

	html {
		font-size: 85%;
	}

	.site-title-inner,
	.slide-text,
	.section-title,
	.section-header-caption,
	.share-buttons {
		max-width: 1100px;
		width: 80%;
	}

	a.language {
		padding: 1.4em 0 0 0;
	}

	.grid {
		width: 50%;
	}

	.aligncenter {
		float: right;
		margin: 0 0 15px 15px;
		width: 640px !important;
	}

	.social-button {
		display: inline;
		margin-right: 50px;
	}
}
