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: 30px;

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

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


/*template styles*/
.gia-chart-wrapper {
	max-width: 620px;
	margin: 0 auto;
}

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

/*d3 map styles*/
.graticule {
  fill: none;
  stroke: #777;
  stroke-width: .5px;
  stroke-opacity: .5;
}

.land {
  fill: #222;
}

.boundary {
  fill: none;
  stroke: #fff;
  stroke-width: .5px;
}

/*a12html styles*/
#g-CanadaAntarcticaMap {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
} 

#g-CanadaAntarcticaMap-large{
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
}

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

#g-CanadaAntarcticaMap-large .g-aiPstyle0 {
	font-size:14px;
	line-height:2px;
	text-align:left;
	color:#333333;
}

#g-CanadaAntarcticaMap-large .g-aiPstyle2 {
	font-size:14px;
	font-weight: 700;
	line-height:2px;
	text-align:left;
	color:#b82266;
}

#g-CanadaAntarcticaMap-large .g-aiPstyle1 {
	font-size:14px;
	line-height:2px;
	text-align:right;
	color:#333333;
}

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