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: 28px;
	font-weight: 700;
	line-height: 26px;
	color: #65a897;
	margin: -3px 25px 0px 0;
	padding: 10px 0 0 0;
}

h5 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 -5px 0;
}

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


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

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

.gia-chart {
	clear: both;
}

.highlight::after {
	display: inline-block;
    width:10px;
    height:10px;
    content: '';
    border: 2px solid #333333;
    position: relative;
    top: 2px;
    margin: 0 4px;
}

.map-div {
	width: calc(33% - 10px);
	float: left;
	margin:20px 17px 20px 0;
}

.map-div:last-of-type {
	margin:20px 0 0 0;
}

.key {
	width:100%;
	margin-top: 20px;
}

.partykey {
	width: calc(50% - 10px);
	float: left;
	margin-bottom: 20px;
}

.partykey:last-of-type {
	margin-left: 20px;
}

.key-block {
	width: calc(33.3% - 12px);
	float: left;
	height: 20px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	font-size: 14px;
}

.key-block p {
	margin: 22px 0 0 -5px;
	font-size: 12px;
	color: #bdbdbd;
}

.keyLabel {
	float: left;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	font-size: 14px;
	font-weight: 700;
	width: 35px;
}

.key-block.blue1 {
	background-color: #c0ccdd;
}

.key-block.blue2 {
	background-color: #819abb;
}

.key-block.blue3 {
	background-color: #3d6c99;
}

.key-block.blank {
	background-color: #ffffff;
}

.key-block.blank p {
	margin-top: 1px;
	font-size: 14px;
	font-weight: 700;
	text-align: right;
}

.key-block.red1 {
	background-color: #dd8f7d;
}

.key-block.red2 {
	background-color: #d16a51;
}

.key-block.red3 {
	background-color: #c64526;
}

/*ai2html*/
.g-aiPstyle0 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	text-align: right;
	color: #333333;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#g-PACountyMapWEB {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
}

#g-PACountyMapWEB-PAcoutnies2008, #g-PACountyMapWEB-PAcoutnies2012, #g-PACountyMapWEB-PAcoutnies2016 {
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
}

.g-aiImg{
	display:block;
	width:100% !important;
}

.g-aiPtransformed p { white-space: nowrap; }


@media(max-width: 500px) {
	.map-div {
		width: 100%;
		margin:20px 17px 0px 0;
	}
}



