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

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

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


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

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

.gif-image {
	width: 100%;
}

.property {
	width: 15px;
	height: 15px;
	border: 2px solid #ED1C24;
	float: left;
	margin: 12px 10px 0 0;
	vertical-align: middle;
}

#g-FL-inset-map {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
}

#g-FL-inset-map-Artboard_1{
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
			}

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

#g-FL-inset-map-Artboard_1 .g-aiPstyle0 {
	font-size:12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	line-height:2px;
	text-align:right;
	color:#767676;
}

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

.inset-map {
	width: 90px;
	float: right;
	padding-top: 10px;
}

.intro {
	float: left;
	width: 70%;
}

.positioning {
	position: relative;
}

.test {
	color: #ffffff;
	font-size:15px;
	font-weight: 700;
	text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	padding: 5px;
	position: absolute;
	width: 90px;
	text-align: center;
}

@media (max-width: 350px) {
	.intro {
		width: 70%;
	}

	.inset-map {
		width: 80px;
	}
	.test {
		font-size:13px;
	}
}



