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

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

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: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	clear: both;
}

.credit{
	margin:0;
	color: #767676;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	clear: both;
}

/*diagram styles*/
#g-PulseOrlando {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
}

.g-aiPstyle0 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	text-align: center;
	color: #ffffff;
}
		
.g-aiPstyle1 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	text-align: left;
	color: #ffffff;
}
		
.g-aiPstyle2 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 4px;
	text-align: center;
	text-transform: uppercase;
	color: #767676;
}
		
.g-aiPstyle3 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	line-height: 4px;
	text-align: center;
	color: #333333;
}	

.g-aiPstyle5, .g-aiPstyle6, .g-aiPstyle7 {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 4px;
	color: #bdbdbd;
}	

.g-aiPstyle5 {
	text-align: center;
}

.g-aiPstyle6 {
	text-align: right;
}

.g-aiPstyle7 {
	text-align: left;
}

#bold {
	color: #333333;
	font-weight: 700;
}

#white {
	color: #ffffff;
}

#g-PulseOrlando-large, #g-PulseOrlando-entrance, #g-PulseOrlando-dance, #g-PulseOrlando-patio, #g-PulseOrlando-bathrooms{
	position:relative;
	overflow:hidden;
}

.diagram-block {
	width: 50%;
	float: left;
}

.row {
	clear:both;
	float:left;
}

@media (max-width: 475px) {
	.diagram-block {
		width: 100%;
	}
	h4 {
		border-top: 1px solid #bdbdbd;
		margin-top: 10px;
		padding-top: 5px;
	}

	.g-hide {
		display: none;
	}
}

.diagram-description {
	margin: 0 10px;
}

.test {
	display: inline-block;
	background-color: #b82266;
	border-radius: 50%;
	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: 700;
}

.diagram-text {
	display: inline-block;
	line-height: 1.65em;
}

.g-aiAbs{
	position:absolute;
}

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

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

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