#office-list .title {
	font-family:TradeGothicBold;
	color:#c5c5c5;
	font-size:50px;
	line-height:1.5em;
}
#office-list .office {
	float:left;
	width:320px;
	padding-bottom:30px;
}
#office-list .name {
	font-family:TradeGothicBold;
	color:#e91413;
	font-size:19px;
}
#office-list .countryCode,
#office-list .province {
	display:none;
}
#office-list .city,
#office-list .comma,
#office-list .province_code,
#office-list .country {
	display:inline-block;
}
#office-list .postal:before {
	clear:both;
}
#office-list .contact {
	font-family:GillSans;
	color:#4f4f4f;
	font-size:14px;
	padding:5px 0;
}
