@charset "utf-8";
/* CSS Document */

.locations .locationItem{ margin:20px 0px 0px 0px;}
.locations .locationItem p {margin-bottom:0;}
.locations .locationItemTitle {font-size:20px; font-weight:bold; padding-bottom:5px;}
.locations .locationItem .locationItemDetail{margin:15px 0px 10px 0px;}

.locations .locationItem .locationItemDetail .locationItemAddress::before {
    content: "\f041";
    font-family: "FontAwesome";
    color: #008cbd;
    margin-right: 15px;
    display: inline-block;
    width: 12px;
	vertical-align:top;
}
.locations .locationItem .locationItemDetail .locationItemAddresspostalCodePlace::before {content:""}
.locations .locationItem .locationItemDetail .locationItemTelephone::before {
    content: "\f095";
    font-family: "FontAwesome";
    color: #008cbd;
    margin-right: 15px;
    display: inline-block;
    width: 12px;
}
.locations .locationItem .locationItemDetail .locationItemEmail::before {
    content: "\f0e0";
    font-family: "FontAwesome";
    color: #008cbd;
    margin-right: 12px;
    display: inline-block;
    width: 12px;
}
.locations .locationItem .locationImage{height:137px; background-repeat:no-repeat; background-position:center center;}