@charset "UTF-8";

@font-face{
font-family:"Amnesty Trade Gothic W01 Light";
src:url("/fonts/AmnestyTradeGothicW01Light.eot?#iefix");
src:url("/fonts/AmnestyTradeGothicW01Light.eot?#iefix") format("eot"),url("/fonts/AmnestyTradeGothicW01Light.woff") format("woff"),url("/fonts/AmnestyTradeGothicW01Light.ttf") format("truetype"),url("/fonts/AmnestyTradeGothicW01Light.svg#AmnestyTradeGothicW01Light") format("svg");
}

@font-face{
font-family:"Amnesty Trade Gothic W04 Obl";
src:url("/fonts/AmnestyTradeGothicW04Obl.eot?#iefix");
src:url("/fonts/AmnestyTradeGothicW04Obl.eot?#iefix") format("eot"),url("/fonts/AmnestyTradeGothicW04Obl.woff") format("woff"),url("/fonts/AmnestyTradeGothicW04Obl.ttf") format("truetype"),url("/fonts/AmnestyTradeGothicW04Obl.svg#AmnestyTradeGothicW04Obl") format("svg");
}

html { font-size: 62.5%; }
body { font-size: 16px; font-size: 1.6rem; } /* =16px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */
h2   { font-size: 24px; font-size: 2.4rem; } /* =24px */
h3   { font-size: 16px; font-size: 1.6rem; } /* =18px */

/* Body
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body, .mapboxgl-popup-content {
	color: #000;
	font-family: "Amnesty Trade Gothic W01 Light", Fallback, sans-serif;
	font-weight: lighter;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
  color: #000;
  text-decoration: underline;
}

a:hover, .nav_arrow a:hover {
  color: #FF0; }

/* Semantic Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */

header {
	height: 6.2rem;
	width: 100%;
	position: absolute;
	top: 0rem;
	left: 0rem;
	overflow: hidden;
	background: #fff;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1000;
}

nav{
	height: 2.4rem;
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: absolute;
	background: #fff;
	top: 6.2rem;
	left: 0;
	z-index: 1000;
	flex-wrap: nowrap;
	background: lightgray;
}

/* Splash, call to action, etc.
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.overlay{
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(72,72,72, .875);
  color: white;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: 10000;
}

#not_supported, #no_javascript_container{
	text-align: center;
}

.inner_overlay{
  max-width: 75%;
  height: 100%;
  overflow: auto;
  display: flex;
  align-items:;

  flex-direction: column;
}

#splash_container{
  text-transform: uppercase;
  justify-content: center;
}

#about_container{
	justify-content: flex-start;
	text-align: left;
}

#about_container a{
	color: #F9F9F9;
	text-decoration: underline;
}

#about_container a:hover{
	color: #FF0;
	text-decoration: underline;
}

#about_container span{
	display: inline;
	margin: .6rem;
}

#about_container span img{
	vertical-align: middle;
	
}

.foundation_logo{
	margin: 0 0 1.2rem 0;
}

.foundation_logo img{
	display: block;
	background: #fff;
}

.splash_title_text{
  font-size: 3rem;
  padding: 25px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.splash_overlay{
	background-color: rgba(72,72,72, 1);
}

.splash_vid_credit{
  position: fixed;
  bottom: 2.5px;
  right: 10px;
  color: lightgray;
  font-size: 12px;
}

.video_background{
	display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
	object-fit: cover;
}

.gif_background_mobile{
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	object-fit: cover;
}

.splash_logos{
  position: fixed;
  bottom: 15px;
  left: 10px;
}

.splash_logo{
		padding-right: 15px;
}

.about_logo{
	width: 33%;
	padding: 1.2rem 0;
}

.situ_logo img{
	padding-bottom: 5px;
}

.close_overlay{
  color: #f9f9f9;
  float: right;
  font-size: 24px;
  cursor: pointer;
  padding-left: 90%;
}

.close_overlay:hover{
  color: #ff0;
  float: right;
  font-size: 24px;
  cursor: pointer;
}

button{
  background-color: #FFFF00; /* Green */
  border: none;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: black;
  transition: background-color .25s;
  cursor: pointer;
	width: 100px;
	margin: 0 auto;
}

button:hover{
  background-color: #ff9932; /* Green */
  border: none;
  padding: 20px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  color: black;
}


/* Other Elements
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#content{
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 6.2rem;
	left: 0rem;
	bottom: 0rem;
	right: 0;
}

#visual_data{
	width: 100%;
	flex-basis: 60%;
}

#description_container{
	flex-basis: 40%;
	background: #222222;
	width: 100%;
	overflow: auto;
}

#description{
	padding: 2rem 4rem 2rem 4rem;
	color: #f9f9f9;
	letter-spacing: .15px;
}

#description a{
	color: #f9f9f9;
}

#description a:hover{
	color: #ff0;
}

#narrative{
	padding: 2rem 3rem 2rem 2rem;
	color: #f9f9f9;
}

#description h2{
	margin: 0px 0 3rem 0;
}

#map_inset{
	visibility: hidden;
	display: none;
}

#interactive_icon{
	position: absolute;
	right: 1.2rem;
	bottom: 2.4rem;
	background: #FF0;
	width: 2.4rem;
	padding: 1.2rem;
	visibility: hidden;
}

.section_title{
	text-align: right;
	text-transform: uppercase;
}

#title{
	flex-basis: auto;
	width: 100%;
	text-transform: uppercase;
	padding: 0 1rem 0 1rem;
}

#title h1{
	margin: 0;
	font-size: 1.4rem;
}

figure{
	margin: 0 0 3rem 0;
}

blockquote{
	margin: 0px 10px 0px 0px;
	font-size: 1.6rem;
	border-top: 1px solid grey;
	font-family: "Amnesty Trade Gothic W04 Obl";
}

figcaption{
	font-size: 1rem;
}

#social{
		flex-basis: 33%;
		border-left: 1px solid lightgray;
		padding: 0rem .5rem 0rem .5rem;
		font-size: 1.2rem;
}

#social i:hover{
	background: black;
}

.fa-facebook-square{
	padding: 0 5px 0 2.5px;
}

.fa-twitter-square{
	padding: 0 .5px 0 0px;
}

.fa-info-circle{
	padding: 0 2.5px 0 5px;
	border-left: 1px solid lightgray;
}

#call_to_action{
	flex-basis: auto;
	text-transform: uppercase;
	/*border-left: 1px solid lightgray;*/
	text-align: center;
	justify-content: center;
	margin: 0 0 0 .5rem;
}

#interactive_icon_description{
	text-transform: none;
	font-style: italic;
}

#interactive_icon_description img{
	vertical-align: middle;
	padding: .6rem;
	width: 1.2rem;
	background: #FF0 !important;
}


#call_to_action a{

}

#take_action{
	font-size: 1rem;
	padding: .5rem;
}

#call_to_action a:hover{
	background:black;
}

#fullReport{
	display: block;
	flex-basis: auto;
	text-transform: uppercase;
	border-left: 1px solid lightgray;
	text-align: center;
	justify-content: center;
}

#fullReport_link{
	font-size: 1rem;
	padding: .5rem;
}

#fullReport a:hover{
	background:black;
}

.take_action_fig{
	width: 100%;
}

.take_action_img{
	height: 100%;
	width: 100%;
}

.iframe_fig{
	margin-left: 50%;
	transform: translateX(-50%);
	height: 650px;
}

.map{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.maps_container{
	position: relative;
	width: 100%;
	height: 100%;
}

.nav_page{
	height: 1.2rem;
	flex-grow: 1;
	border-right: 1px solid grey;
	margin: 0;
	background: #e9e9e9;
}

.nav_page:last-child{
	border-right: 0;
}

.nav_page:hover{
	background: #FF0;
}

#tooltip {
	position:absolute;
	background:#000;
	color:#ffffff;
	padding:8px;
	z-index: 15000;
}

.visited{
	background: #FF0;
}

.nav_arrow{
	height: 100%;
	z-index: 9000;
	position: absolute;
	top: 0;
	font-size: 6.0rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	width: auto;
}

.nav_arrow a{
	color: white;
	text-shadow: 2px 2px 2px black;
}

.right{
	right: 1.2rem;
}

.left{
	left: 1.2rem;
}

/* Responsive
–––––––––––––––––––––––––––––––––––––––––––––––––– */

img, embed, object, video {
  max-width: 100%;
}

/* Based on Skeleton breakpoints */

/* Larger than mobile/phablet */
@media only screen and (min-width: 600px) {

	.video_background{
		display: block;
	  position: fixed;
	  right: 0;
	  bottom: 0;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: -1;
		object-fit: cover;
	}

	.gif_background_mobile{
		display: none;
		position: fixed;
		right: 0;
		bottom: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
		object-fit: cover;
	}

	header {
		height: 5rem;
		position: absolute;
		top: auto;
		bottom: 0px;
		left: 0px;
		overflow: hidden;
		background: #fff;
	}

	#title{
		flex-basis: auto;
		width: 100%;
		text-transform: uppercase;
		padding: 0 1rem 0 1rem;
	}

	#title h1{
		margin: 0;
		font-size: 2rem;
	}

	#social{
			flex-basis: auto;
			border-left: 1px solid lightgray;
			padding: 0 1rem 0 1rem;
			font-size: 12px;
	}

	.fa-facebook-square{
		padding: 0 1rem 0 1rem;
	}

	.fa-twitter-square{
		padding: 0 1rem 0 1rem;
	}

	.fa-info-circle{
		padding: 0 1rem 0 1rem;
		border-left: 1px solid lightgray;
	}

	#call_to_action{
		font-size: 1.4rem;
		flex-basis: auto;
		text-transform: uppercase;
		/*border-left: 1px solid lightgray;*/
		text-align: center;
		justify-content: center;
		width: auto;
	}

	#take_action{
			padding: .5rem .5rem .5rem .5rem;
			font-size: 1.6rem;
	}

	#fullReport{
		display: block;
		flex-basis: auto;
		padding: 0 1rem 0 1rem;
		text-transform: uppercase;
		border-left: 1px solid lightgray;
		text-align: center;
		justify-content: center;
		width: auto;
	}

	#fullReport_link{
		font-size: 1.6rem;
	}

	#about_container, #action_container, #splash_container{
	  max-width: 50%;
	  height: 100%;
	  overflow: auto;
	}

	.splash_vid_credit{
	  position: fixed;
	  bottom: 2.5px;
	  right: 10px;
	  color: lightgray;
	  font-size: 12px;
	}

	#content{
		position: absolute;
		bottom: 7.4rem;
		top: 0rem;
		left: 0rem;
		flex-direction: row;
	}

	#description_container{
		flex-basis: 500px;
		flex-shrink: 1;
		height: 100%;
	}

	#description{
		padding: 2rem 4rem 2rem 2rem;
		color: #f9f9f9;
		letter-spacing: .15px;
	}

	#map_inset{
		visibility: hidden;
		display: block;
		position: absolute;
		top: 1.2rem;
		left: 4rem;
		width: 10%;
		padding: 1.2rem;
		background: rgba(0, 0, 0, 0.75);
	}

	nav{
		position: absolute;
		bottom: 5rem;
		top: auto;
		left: 0rem;
	}

	.nav_page, .nav_page:last-child{
		height: 1.4rem;
		flex-grow: 1;
		border: 0px;
		margin: 0 .5rem 0 .5rem;
	}

	.split{
		margin-left: 3rem;
	}

	#visual_data{
		height: 100%;
		flex-basis: auto;
	}

	.full_screen_text{
		width: 66%;
		margin: auto;
		font-size: 2rem;
	}

	.full_screen_video{
		width: 66%;
		height: 66%;
		left: 50%;
		transform: translateX(-50%);
	}

	.full_screen_fig{
		width: 66%;
		margin-left: 17%;
	}

}

/* Mapbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.mapboxgl-popup-content{
	background-color: #222222;
	color: white;
}

.mapboxgl-popup-content .prop{
	font-weight: bold;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
    border-bottom-color: #222222;
    }
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
    border-top-color: #222222;
    }
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #222222;
    }
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #222222;
    }
.mapboxgl-compare .compare-swiper {
		background-color: rgba(211,211,211, .75);
		}
