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: 24px;
	font-weight: 700;
	line-height: 32px;

	margin: 0 25px 20px 0;
	padding: 10px 0 0 0;
}

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

.legendtext {
	margin-top: -2px;
}


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

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

div.tooltip {
  	position: absolute;
  	margin-top: -10px;
  	text-align: left;
  	height: 12px;
  	font-size: 14px;
  	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
  	background: #FFFFFF;
  	pointer-events: none;
}

.legendblock {
  	width:24.15%;
  	display:block;
  	float:left;
  	margin-right: 5px;
}

#last {
	margin-right: 0;
}

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

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

.blocktext {
	float:left;
	clear:both;
}

.stackedtext {
	margin-bottom: -10px;
}

.stackedtextlast {
	margin-bottom:0px;
}

#nolaw {
	background-color: #dcdcdc;
	color: #dcdcdc;
}

#less {
	background-color: #7d0068;
	color: #7d0068;
}

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

#greater {
	background-color: #005689;
	color: #005689;
}

.stackedlegend {
	display: none;
	visibility: hidden;
}

@media (max-width: 450px) {
	.widelegend {
		display: none;
		visibility: hidden;
	}

	.stackedlegend {
		display: block;
		visibility: visible;
	}

	div.tooltip {
		display: none;
		visibility: hidden;

	}
}

.intro {
	margin-bottom: 0px;
}


