body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.15;
}
.graph-popup-background {
	background: #fff;
	bottom: 0;
	left: 0;
	opacity: .94;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
}
.story-page_society .graph-popup-background  {
	background: #f2f5f6;
}
.story-page_economics .graph-popup-background  {
	background: #ecf0ed;f5eeef
}
.story-page_education .graph-popup-background  {
	background: #f5eeef;
}
.story-page_global .graph-popup-background  {
	background: #e8e2e8;
}
.graph-popup-foreground {
	bottom: 8vh;
	left: 50%;
	margin-left: -470px;
	position: fixed;
	top: 20px;
	width: 940px;
	z-index: 100001;
}
.graph-popup-foreground iframe {
	width: 100%;
	height: calc(100% - 65px);
}
.graph-popup-close {
	cursor: pointer;
	height: 30px;
	opacity: .55;
	position: absolute;
	right: -50px;
	-webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
	top: 0;
	width: 30px;
	z-index: 10;
}
.graph-popup-close:hover {
	opacity: .9;
}
.graph-popup-close span:before, .graph-popup-close span:after {
	transform-origin: 50% 50%;
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 2px;
	background: #000;
}
.graph-popup-close span:before {
	transform: rotate(45deg);
}
.graph-popup-close span:after {
	transform: rotate(-45deg);
}
.graph-popup-social-links {
	position: absolute;
	z-index: 10;
	right:-50px;
	top: 70px;
}
.graph-popup-social-links a {
	display: block;
	margin-bottom: 16px;
	opacity: .55;
	text-decoration: none;
	-webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}
.graph-popup-social-links a:hover {
	opacity: .9;
}
.graph-popup-social-links a:before {
	color: #000;
	font-family: FontAwesome;
	font-size: 24px;
	font-weight: normal;

}
.graph-popup-social-links .gps-facebook:before {
	content: '\f09a';
}
.graph-popup-social-links .gps-twitter:before {
	content: '\f099';
}
.graph-popup-social-links .gps-linkedin:before {
	content: '\f0e1';
}

@media screen and (max-width: 1060px) {
	.graph-popup-foreground {
		margin-left: -455px;
		width: 890px;
	}
}

@media screen and (max-width: 1000px) {
	.graph-popup-foreground {
		left: 0;
		margin-left: 0;
		right: 0;
		width: auto;
	}
		.graph-popup-close {
		top: 12px;
		left: 20px;
	}
	.theme-dark .graph-popup-close span:before,
	.theme-dark .graph-popup-close span:after {
		background: #aaaaaa;
	}
	.theme-mid .graph-popup-close span:before,
	.theme-mid .graph-popup-close span:after {
		background: #fff;
	}
	.graph-popup-social-links {
		top: 15px;
		right: 20px;
	}
	.graph-popup-social-links a {
		display: inline-block;
		margin: 0 0 0 16px;
	}
	.theme-dark .graph-popup-social-links a:before {
		color: #aaaaaa;
	}
	.theme-mid .graph-popup-social-links a:before {
		color: #fff;
	}
	.graph-popup-close span:before,
	.graph-popup-close span:after {
		transform-origin: 0% 50%;
		width: 14px;
	}

	.graph-popup-source {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 690px) {
	.graph-popup-foreground {
		top: 0;
		bottom: 0;
	}	
	.graph-popup-foreground iframe {
		height: 100%;
	}
	.graph-popup-source {
		display: none;
	}
}
