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

h4 {
	font-weight: 700;
	font-size: 16px;
	margin: 10px 0 0 0px;
}

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


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

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

.gia-chart {
	width:100%;
	float: left;
	margin-bottom: 10px;
}

#map-desktop {
		width: calc(50% - 15px);
		float: left;
		margin-right: 15px;
	}

	#timeline {
		width: 50%;
		float: left;
	}

	#map-mobile {
		display: none;
	}	



/*ai2html styles*/
#g-NYNJBombs {
			max-width:620px;
		}

.g-artboard {
			margin:0 auto;
}

.g-aiPstyle0 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 4px;
	text-align: left;
	color: #333333;
}
		
.g-aiPstyle1 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 18px;
	font-weight: 700;
	line-height: 17px;
	text-align: center;
	color: #767676;
}
		
.g-aiPstyle2 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 14px;
	font-weight: 700;
	line-height: 4px;
	text-align: center;
	color: #005689;
}
		
.g-aiPstyle3 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 4px;
	text-align: left;
	color: #bdbdbd;
}

#g-NYNJBombs-small{
	position:relative;
	overflow:hidden;
}

.g-aiAbs{
	position:absolute;
}

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

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

/*graphic styles*/
.location-description {
	margin: 0 10px;
}

.location-text {
	line-height: 1.65em;
	margin-top: 2px;
}

.circle {
	display: inline-block;
	background-color: #b82266;
	border-radius: 50%;
	border: 2px solid #ffffff;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #ffffff;
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-right: 7px;
}

.time {
	font-weight: 800;
}

.location-section {
	border-top: 1px solid #ccc;
}

.location-section:first-of-type {
	border-top: none;
}

#first {
	margin-top: 0px;
}

/*media queries*/
@media (max-width: 550px) {
	#map-mobile {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}	

	#map-desktop {
		display: none;
	}

	#timeline {
		width: 100%;
	}	
	
}
