
/* 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 {
	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%;
}

.slide-byline p {
	color: #999;
	font-size: .9em;
	font-weight: 400;
	letter-spacing: .015em;
	margin-bottom: 3em;
	text-transform: uppercase;
}




.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(/all-over-the-map/img/voa-logo_142x60_2x_f8f8f8.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	height: 30px;
	width: 71px;
}

/*.voa-logo a:hover, .voa-logo a:active { background-image: url(/all-over-the-map/img/voa-logo_142x60_2x_ffffff.png); }*/


.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(/all-over-the-map/img/fa-facebook_60_0_f8f8f8_none.png); }
/*.share-fb:hover, .share-fb:active { background-image: url(/all-over-the-map/img/fa-facebook_60_0_b3e5fc_none.png); }*/

.share-tw { background-image: url(/all-over-the-map/img/fa-twitter_60_0_f8f8f8_none.png); }
/*.share-tw:hover, .share-tw:active { background-image: url(/all-over-the-map/img/fa-twitter_60_0_b3e5fc_none.png); }*/

.language-toggle { background-image: url(/all-over-the-map/img/fa-language_60_0_f8f8f8_none.png); }
/*.language-toggle:hover, .language-toggle:active { background-image: url(/all-over-the-map/img/fa-language_60_0_b3e5fc_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 > p {
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.slide-comments {
	margin-top: 1.5em;
	border-top: 4px solid #333;
	padding-top: 1em;
}

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

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

.slide-introduction > .slide-inner > p {
	font-size: 1.2em;
	margin-top: 1em;
}

.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; }

.slide-introduction .series-video-background { margin-top: 0 !important; }



.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 > p,
	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;
	}

	.slide-introduction > .slide-inner > p {
		font-size: 1.8em;
		margin-top: 1em;
	}

	.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 > p, p.caption.background-caption {
        padding: 0;
    }
}


/* added: photoswipe.css */


/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }


