#gi {
	width: 100%;
	margin: 0;
}	

.gi-city_details {
	width: 100%;
	max-width: 500px;
	margin-bottom: 20px;
}

/* Typography */
#gi {
	color: #333;
	font-family: 'PrattRegular', Georgia, Palatino, 'Book Antiqua', 'Times New Roman', serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

#gi h2 {
	margin: 30px 0 0 0;
	font-family: 'PrattHeavy', Georgia, Palatino, 'Book Antiqua', 'Times New Roman', serif;
	font-size: 30px;
	font-weight: normal;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	line-height: 1.1;
}

#gi p {
	margin: 20px 0;
}

#gi a {
	color: #da161f;
	text-decoration: none;
}

/* Map Styles */
.gi-provinces svg {
	width: 100%;
	height: auto;
}

.gi-provinces path {
	fill: #D3D3D3;
}

path#nfld {
	fill: #333;
	transition: fill ease-in-out 0.3s;
}

.gi-provinces ellipse {
	fill: #333;
	stroke: #FFFFFF;
	stroke-width: 3;
	transition: fill ease-in-out 0.3s;
}

/* UI Components */
/* Button styles */
.gi-btn {
	padding: 10px;
	background: #D3D3D3;
	cursor: pointer;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 0px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.gi-btn_prev {
	float: left;
	margin-bottom: 20px;
}

.gi-btn_next {
	float: right;
	margin-bottom: 20px;
}

.gi-arrow {
	fill: #333;
	width: 25px;
	height: auto;
	vertical-align: middle;
}

/* Audio styles */
#gi-audio_player {
	width: 100%;
	max-width: 300px;
	height: 44px;
	margin-top: 20px;
}

#gi-play_btn {
    width: 44px;
    height: 44px; 
	border: 1px solid #D3D3D3; 
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    outline: none;
}

.gi-audio_play {
	background: url('http://www.beta.images.theglobeandmail.com/static/interactive/saywhat-map/svg/play-btn.svg');
}
.gi-audio_pause {
	background: url('http://www.beta.images.theglobeandmail.com/static/interactive/saywhat-map/svg/pause-btn.svg');
}

#gi-audio_timeline{
	float: right;
	width: 250px;
	height: 100%;
	background: #D3D3D3;
}

#gi-play_marker{
	width: 18px;
	height: 100%;
	background: #333;
	border: 1px solid #333;
	border-top: none;
	border-bottom: none;
}

/* Other */
.article__ontwitter {
	clear: both;
}