body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;

	margin: -5px 25px -5px 0;
	padding: 10px 0 0 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

.legendtext {
	margin: -2px 0 20px 0;
	font-size: 13px;
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
}


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #4bc6df;
	max-width: 620px;
	margin: 0 auto;
}

.gia-source {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	clear: both;
}

.gia-chart {
	position: relative;
}

/*map styles */
.states {
 	fill: #e2e2e2;
  	stroke: #ffffff;
  	stroke-linejoin: round;
}

.legendblock {
  	width:16.6%;
  	display:block;
  	float:left;
}

.blocktext {
	width:100%;
	float:left;
	clear:both;
	font-weight: 500;
}

.widelegend {
	width:100%;
}

.legendtext {
	text-align: center;
}

.block {
  	width:100%;
  	height: 20px;
  	display:inline-block;
  	margin:0;
}

.square {
	height: 15px;
	width: 15px;
}

#one {
	background-color: #ecf8fb;
	color: #ecf8fb;
}

#two {
	background-color: #d9f1f7;
	color: #d9f1f7;
}

#three {
	background-color: #c5eaf3;
	color: #c5eaf3;
}

#four {
	background-color: #b1e2ef;
	color: #b1e2ef;
}

#five {
	background-color: #9cdbeb;
	color: #9cdbeb;
}

#six {
	background-color: #4bc6df;
	color: #4bc6df;
}

.intro {
	margin: 10px 0 0 0;
}

.outline {
	stroke: #333333;
	stroke-width: 2px;
	fill: none;
}

.bolded {
	font-weight: 700;
}

.coalState {
	border: 2px solid #333333;
	padding: 4px;
	border-radius: 3px;
}

.icon {
	float: left;
	position:absolute;
    bottom:15%;
    right:5%;
	width: 40px;
	opacity: 0.7;
	-webkit-animation: pulsate 1s ease;
    -webkit-animation-iteration-count: infinite; 
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(1, 1)}
    50% {-webkit-transform: scale(0.95, 0.95)}
    100% {-webkit-transform: scale(1, 1)}
}

div.tooltip {
	position: absolute;        
	text-align: left;                           
	padding: 5px;             
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	font-size: 13px;
	line-height: 16px;
	pointer-events: none;   
	color: #333333;
	opacity: 0;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}

@media (max-width: 450px) {
	.legendtext {
		font-size: 12px;
	}

	.icon {
		width: 30px;
	}

}


