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: -5px 25px 10px 0;
	padding: 10px 0 0 0;
}

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

h5 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 5px 0;

}


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #d61d00;
	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;
}

.item {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 20px;
}

.out {
	width: calc(40% - 14px);
	float: left;
	padding: 12px;
	height: 100px;
	border-radius: 5px;
	background-color: #f6f6f6;
}

.out-text {
	font-size: 16px;
	font-weight: 700;
	color: #d61d00;
	margin: 0;
}

.out p, .in p {
	margin: 0;
}

.in {
	width: calc(40% - 14px);
	float: right;
	padding: 12px;
	height: 100px;
	background-color: #f6f6f6;
	border-radius: 5px;
}

.in-text {
	font-size: 16px;
	font-weight: 700;
	color: #4a7801;
	margin: 0;
}

.arrow-img {
	width: 90%;
	vertical-align: middle;
	margin: 50px auto;
	display: block;
}

.arrow {
	width: 16%;
	float: left;
	height: 100px;
	margin: auto;
}

.intro {
	float: left;
	margin: 0 0 15px 0;
}

.link-img {
	float: right
	width: 15px;
	height: 15px;
	margin: 0 0 0 5px;
	position: relative;
	top: 2px;
}


@media(max-width:520px) {
	.arrow {
		width: 15%;
	}

	.in, .out {
		height: 120px;
	}
}

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

	.in, .out {
		float: left;
		width: calc(100% - 24px);
		display: block;
		height: 60px;
		margin-top: 15px;
	}

	h5 {
		margin-bottom: -10px;
	}
}

@media(max-width:415px) {
	.in, .out {
		height: 80px;
	}
}

