
/* added: html5-reset.css */


/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {max-width: 100%;}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* added: unexpected-americans.css */


/* unexpected-americans.css */

body {
	background-color: #fdfdfd;
}

h1, h2, h3, h4 {
	font-size: 1.5em;
	font-weight: 700;
}

p {
	color: #333;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 1em;
}



p.caption {
	clear: both;
	color: #666;
	font-size: .7em;
	padding: 0 2.5%;
}





.dark { background-color: #222; color: #f8f8f8; }
.dark a { color: #fff; }
.dark a:hover, .dark a:active { color: #B3E5FC; }


.pagehead {
	padding: 8px 2.5%;
	position: fixed;
	width: 100%;
	z-index: 100;
	-webkit-transform: translate3d(0,0,0);
}

.inner {
	margin: 0 auto;
	max-width: 1200px;
}

.voa-logo {
	float: left;
	width: 30%;
}

.voa-logo a {
	background-image: url(voa-2018_ltgray-transparent_150x60.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 30px;
	width: 75px;
}

.topnav {
	float: right;
	text-align: right;
	width: 70%;
}

.topnav > ul { float: right; }

.topnav > ul > li {
	display: block;
	float: left;
	padding: 4px 0 4px 16px;
}

.topnav > ul > li > a {
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	overflow: auto;
	height: 22px;
	width: 22px;
}

.topnav > ul > li.previous-visit a {
	display: none;
}

.share-fb { background-image: url(fa-facebook_60_0_f8f8f8_none.png); }

.share-tw { background-image: url(fa-twitter_60_0_f8f8f8_none.png); }

.language-toggle { background-image: url(fa-language_60_0_f8f8f8_none.png); }

a.inline-tweet {
    text-decoration: none;
    color: #333;
}

a.inline-tweet:hover {
    text-decoration: underline;
    background-color: papayawhip;
}




.submenu {
	background: #222;
	clear: both;
	display: none;
	margin-top: 0;
	position: absolute;
	top: 100%;
	text-align: left;
	transform: translateX(-82%);
	z-index: 110;
}

.submenu > li {
	border-bottom: 1px #666 solid;
	display: block;
}

.submenu > li:lastchild {
	border-bottom: none;
}

.submenu > li a {
	display: block;
	padding: 1em 1.5em;
}

.submenu > li a:hover {
	background-color: #000;
	color: #ccc;
}





.story {
	clear: both;
	padding-top: 46px;
}


.clearfix { clear: both; font-size: 1px; height: 1px; }
.scr { display: none; visibility: hidden; }


.slide {
	clear: both;
}

.slide-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.slide-inner > h3,
.slide-inner > h4,
.slide-inner > p,
.slide-inner > ul {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.fb-comments-container {
	padding-left: 2%;
	padding-right: 2%;
}

.slide-inner > h3,
.slide-inner > h4 {
	margin-bottom: .5em;
}

.nested-slide { ; }

/* ordered largest to smallest */
.slide-alignnone,
.series-video-background {
	margin: 2em 0 1em 0;
}

.slide-alignleft   { margin: 1em 0; }
.slide-alignright  { margin: 1em 0; }
.slide-aligncenter { margin: 1em 0; }




.image {
	height: auto;
	width: 100%;
}



.hero-container {
	/*height: 600px;*/
	height: 80vh;
}

.hero-content {
	position: absolute;
	left: 0;
	right: 0;
	/*height: 600px;*/
	height: 80vh;
	width: 100%;
}

.hero-media {
	background-attachment: scroll;
	background-color: #ccc;
	background-position: 50% 50%;
	background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	background-size: cover;
		-moz-box-shadow:    inset 0 0 10px #999;
		-webkit-box-shadow: inset 0 0 10px #999;
		-o-background-size: inset 0 0 10px #999;
	box-shadow:         inset 0 0 10px #999;
	height: 100%;
	width: 100%;
	z-index: -1;



}

.hero-text {
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
	top: 50%;
	width: 100%;
	z-index: 1;
}



.video-bg-container {
	position: relative;
}

.video-bg,
.gif-bg {
	height: auto;
	width: 100%;
}

.video-bg { display: none; }

.video-text {
	height: 98%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}



.video-text h1,
.video-text h3,
.hero-container h3 {
	color: #f8f8f8;
	font-size: 1.5em;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 2.5%;
	text-shadow: -1px 1px #333;
}

.hero-container h3 {
	font-size: 3em;
}

/* video-text H1 and H3 are styled the same,
but H1 is used for intro/article title */
.video-text h1,
.video-text h3 {
	position: absolute;
	bottom: 0;
	margin-right: 0;
}

.video-text h2 {
	background: rgba( 255, 255, 255, 0.5 );
	color: #000;
	font-weight: 400;
	font-size: .8em;
	letter-spacing: .025em;
	padding: .4em 2.5%;
	text-transform: uppercase;
}

.gallery-trigger-container > p {
	font-weight: 700;
}

.gallery_trigger { margin: auto; cursor: pointer; }


.series-photo .background-caption {
	margin-top: .5em;
}

.flowchart .photo {
	background-color: #333;
}

.flowchart .photo img {
	border: 4px solid #333;
}

.flowchart .caption {
	color: #f8f8f8;
	font-size: .9em;
	margin-bottom: 0;
	padding: 0 .5em .5em .5em;
}



.slide-extras {
	background-color: #ededed;
	border-bottom: 4px solid #333;
	margin-bottom: 2em;
	padding-top: 2em;
    margin-top: 6em;
}

.slide-extras .nested-slide {
	padding-bottom: 2em;
}

.slide-extras .nested-slide p {
	font-size: .8em;
	padding: 0 2.5%;
}



.series-video iframe {
	max-width: 100%;
}

.series-quote {
	border-top: 10px solid #333;
	border-bottom: 2px solid #333;
	margin: 0 2.5% 1em 2.5%;
	padding-top: 1em;
}

.series-quote em {
	font-size: 1.5em;
	line-height: 150%;
}

.series-quote strong {
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
}





@media (min-width: 500px) {
	.video-text h2 { font-size: .9em; padding: .5em 2.5%; }
	.video-text h1, .video-text h3 { font-size: 1.7em; margin-right: 30%; }
	.hero-container h3 { font-size: 4em; }
}

@media (min-width: 750px) {
	.topnav > ul > li.previous-visit a {
		color: #999;
		display: block;
		font-size: .8em;
		margin-right: 1em;
		text-decoration: none;
		width: auto;
	}

	.topnav > ul > li.previous-visit a:hover { color: #fff; text-decoration: underline; }

	.video-text h2 { font-size: 1em; }
	.video-text h1, .video-text h3 { font-size: 3em; line-height: 125%; padding-bottom: 5px; }
	.hero-container h3 { font-size: 4em; line-height: 125%; }
}




@media (min-width: 900px) {

	.slide-inner > h3,
	.slide-inner > h4,
	.slide-inner > p,
	.slide-inner > ul,
	p.caption.background-caption {
		padding-left: 35%;
		padding-right: 15%;
	}

	.fb-comments-container {
		padding-left: 34.5%;
		padding-right: 14.5%;
	}

	p.caption {
		padding: 0;
	}

	.gallery-trigger-container {
		margin-left: 35%;
		margin-right: 15%;
	}

	/* ordered largest to smallest */
	.slide-alignnone,
	.series-video-background {
		margin: 4em 0 2em 0;
	}

	.slide-alignleft   { margin: 2em 0; }
	.slide-alignright  { margin: 2em 0; }
	.slide-aligncenter { margin: 2em 0; }

	/* gallery slides are always alignright */
	.gallery > .slide-alignright  { margin: 0; }

	.alignright  { margin-left: 35%; }
	.alignleft   { ; }
	.aligncenter { margin-left: 35%; margin-right: 15%; }

	.big-background-container, .big-background {
		height: 1000px;
	}

	.big-background .image {
		background-attachment: fixed;
	}


	.hero-container, .hero-content { /*height: 600px;*/ height: 80vh; }

	.hero-media { background-attachment: fixed; }


	.video-text h1,
	.video-text h3,
	.hero-container h3 {
		/*font-size: 6em;*/
		line-height: 125%;
		margin-left: 35%;
		padding: 0;
	}

	.video-text h1,
	.video-text h3 {
		font-size: 4em;
		margin-left: 2.5%;
		margin-right: 30%;
	}

	.video-text h2 {
		position: relative;
		top: 10%;
	}

	.video-text h3 {
		margin-left: 35%;
		margin-right: 2.5%;
	}



	.series-video {
		margin-left: 35%;
	}



	.series-quote {
		float: left;
		margin: .25em 0 0 2.5%;
		width: 30%;
	}


	.slide-extras .slide-inner {
		content: "";
		display: table;
		clear: both;
	}

	.slide-extras .nested-slide {
		float: left;
		width: 33%;
	}

	.slide-extras .series-video {
		margin-left: 0;
	}

}

/* added: unexpected-americans-print.css */


/* unexpected-americans.css - print hacked 2015-11-18 by ebeslagic */

@media print {

    header, video, iframe { display: none }

    article { padding-top: 0 }

    .slide .series-photo { display: none }
    .gallery-trigger-container { display: none }

    h1, h3 { color: black !important }

    #slide-0 * {
        margin: 0 !important;
        padding: 0 !important;
        position: relative;
        width: 100%;
    }

    #slide-0 h1 { font-size: 2em }
    #slide-0 h2 { font-size: 1.5em }

    .slide-inner > h3,
    .slide-inner > h4,
    .slide-inner > p, 
    .slide-inner > ul,
    p.caption.background-caption {
        padding: 0;
    }
}


/* CSS styles for Adrift project only */

.hero-container h1 {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 2.5%;
	text-shadow: -1px 1px #333;
}

.hero-container h1 {
	font-size: 3em;
}





body  { background-color: #222; }

body, p { color: #eee; }

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

a { color: #7fdbff; }
a:hover { xxxxcolor: #ff851b; color: #3d9970; }


p.caption { color: #999; margin-top: .5em; }

.video-text h1, .video-text h3, .hero-container h1, .hero-container h3 { color: #fff; }



.story { padding-top: 0; }

.dark {
	background-color: rgba(34, 34, 34, .8);
	border-bottom: 1px solid #666;
}

.topnav > ul > li.language-dropdown {
	border-left: 1px solid #666;
	margin-left: 8px;
	padding-left: 8px;
}

.submenu {
	background: rgba(34, 34, 34, 0.6);
	margin-top: 2px;
}

.submenu > li {
	border-bottom: none;
}

.submenu > li a {
	text-decoration: none;
}

.section-nav-toggle {
	background-image: url(fa-navicon_60_0_f8f8f8_none.png);
}

.slide-alignnone { margin-top: 0; }

.hero-container, .hero-content { height: 100vh; }

.hero-media {
	-moz-box-shadow:	inset  0  8px 8px -8px #222,
						inset  0 -8px 8px -8px #222;
	-webkit-box-shadow:	inset  0  8px 8px -8px #222,
						inset  0 -8px 8px -8px #222;
	box-shadow:			inset  0  8px 8px -8px #222,
						inset  0 -8px 8px -8px #222;
}


.hero-text { top: 100%; }

.hero-text > h3 { bottom: 15vh; position: absolute; }

.hero-text > h3 > .subhed {
	display: block;
	font-size: .4em;
	line-height: 150%;
	text-transform: uppercase;
}

/* example: "The Invisible African Diaspora" */
.hero-text > h1 {
	bottom: 40vh;
	font-style: italic;
	font-weight: 700;
	font-size: 1.8em;
	position: absolute;
}

/* body.fr .hero-text > h1 { font-size: 1em; bottom: 30vh; }

body.ha .hero-text > h1,
body.so .hero-text > h1 { font-size: 1.2em; } */

/* example: "Adrift" */
.hero-text > h1 > .subhed {
	display: block;
	font-style: normal;
	font-size: 2.5em;
	font-weight: 700;
}






.hero-mini-nav { display: none; visibility: hidden; }



/* youtube embed code styles from embedresponsively.com */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.nested-slide-youtube { margin: 2em 2.5%; }
.gallery-trigger-container { margin: 2em 2.5%; }






/* @media (min-width: 360px) {
	body.fr .hero-text > h1 { font-size: 1em; bottom: 40vh; }
} */





/* @media (min-width: 500px) {
	.hero-text > h1         { font-size: 3em; }
	body.fr .hero-text > h1 { font-size: 1.5em; }
	body.ha .hero-text > h1,
	body.so .hero-text > h1 { font-size: 2em; } { font-size: 2em; }
} */





@media (min-width: 750px) {

	.section-nav-dropdown { display: none !important; }

	/* .hero-text > h1         { font-size: 3.5em; }
	body.fr .hero-text > h1 { font-size: 2em; }
	body.ha .hero-text > h1,
	body.so .hero-text > h1 { font-size: 3em; } */

	.hero-mini-nav {
		bottom: 2vh;
		display: block;
		font-size: .8em;
		overflow: hidden;
		padding: 0 2.5%;
		position: absolute;
		text-transform: uppercase;
		visibility: visible;
		width: 100%;
	}



	.hero-mini-nav li {
		display: block;
		float: left;
	}

	.hero-mini-nav li a {
		border-bottom: 2px solid transparent;
		color: #bbb;
		display: block;
		margin: .75em 1.25em .75em 0;
		text-decoration: none;
	}

	.hero-mini-nav li a.active {
		color: #ddd;
		border-bottom: 2px solid #ddd;
		font-weight: bold;
	}

	.hero-mini-nav li a:hover {
		color: #fff;
	}

}



@media (min-width: 850px) {
	.hero-mini-nav li a {
		margin-right: 2em;
	}
}





@media (min-width: 900px) {

	.slide-inner > h1,
	.slide-inner > h3,
	.slide-inner > h4,
	.slide-inner > p,
	.slide-inner > ul,
	.fb-comments-container {
		padding-left: 2.5%;
		padding-right: 47.5%;
	}

	p.caption.background-caption {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}

	.aligncenter,
	.video-text h1,
	.video-text h3,
	.hero-container h1,
	.hero-container h3,
	.nested-slide-youtube,
	.gallery-trigger-container {
		margin-left: 2.5%;
		margin-right: 47.5%;
	}

	.dark { background-color: rgba(34, 34, 34, .6); }

	/* .hero-text > h1 { bottom: 35vh; font-size: 4em; margin-right: 25%; } */

	.hero-mini-nav { font-size: .8em; }





	.series-quote {
		float: right;
		margin: 0.25em 2.5% 0 0;
		width: 30%;
	}
}





@media (min-width: 1200px) and (min-height: 800px) {
	/* body.en .hero-text > h1,
	body.am .hero-text > h1,
	body.sw .hero-text > h1 { font-size: 5em; }

	body.fr .hero-text > h1 { font-size: 2.25em; margin-right: 15%; }

	body.ha .hero-text > h1,
	body.so .hero-text > h1 { font-size: 4em; } */

	.hero-mini-nav { font-size: 1em; }
	body.om .hero-mini-nav { font-size: .8em; }
}



/* added from inline */


h1, p { font-family: 'Noto Serif', Georgia, 'Times New Roman', Times, serif; }

/* to fix, pluck out this reference to slide-introduction */
/* to fix, pluck out this reference to slide-credits */

h2,
h3,
p.caption,
.series-quote strong,
.gallery-trigger-container > p,
.pswp__caption,
.slide .slide-introduction > .slide-inner > p,
.hero-mini-nav,
.submenu,
.slide-credits p
{ font-family: 'Noto Sans', Arial, Helvetica, sans-serif; }
