@charset "utf-8";
/* CSS Document */
#locationList{
	clear:both;
	width:100%;
	height:auto!important;
}

.locationItemWrapper {
	min-height: 365px;
	display: inline-block;
	max-width: 100%;
}

#locationList .locationListItem{
	font-size: 18px;
}

.locationListItem .locationListImage{
	width:100%;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.locationListItem .locationListImage:after {
	content: " ";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	top: 0;
	left: 0;
	position: absolute;
	border-radius: 15px;
	transition: background-color 0.6s;
}

.locationListItem .locationListImage:hover:after {
	background-color: rgba(0, 0, 0, 0.7);
}

#locationList .locationListItem .locationListImage img{
	max-width:100%;
}

#locationList .locationListItem .listItemTitle, #locationList .locationListItem .listItemTitle a{
	color: #004a8f;
	font-size: 1.1875em;
	height: 35px;
	max-width: 100%;
	margin: 11px 0px 2px 0px;
	line-height: 1;
}

#locationList .locationListItem .rowListText{
	font-size:0.8125em;
	color:rgb(88,88,90);
	line-height:24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.uppercase{
	text-transform: uppercase;
}

#locationList .locationListItem .phone{
	width: 100%;
}

#locationList .locationListItem .phone:before {
	content: "\f095";
	font-family: "FontAwesome";
	color: #00457d;
	margin-right: 15px;
}

#locationList .locationListItem .email{
	width: 100%;
}

#locationList .locationListItem .email:before {
	content: "\f0e0";
	font-family: "FontAwesome";
	color: #00457d;
	margin-right: 12px;
}

#locationList .locationListItem a{
	color:rgb(88,88,90);
	text-decoration: none;
}

#locationList .locationListItem .website{
	width: 100%;
}

#locationList .locationListItem .website:before {
	content: "\f0ac";
	font-family: "FontAwesome";
	color: #00457d;
	margin-right: 15px;
}

#locationList .locationListItem .readMore{
	width:122px;
	height:25px;
	background-image: url('/images/site/readMore.png');
	background-repeat: no-repeat;
	margin:13px 0px 0px 0px;
}

#locationList .locationListItem .readMore a{
	display: block;
	width:110px;
	height:25px;
	padding-left:12px;
	font-size:0.8125em;
	color: rgb(255, 255, 255);
	background-image: url('/images/site/readMoreArrow.png');
	background-repeat: no-repeat;
	background-position: 94.54% center;
	text-decoration: none;
}

.location-btn {
	float: none;
}
