/* Locations styles for google maps */
div.map-container {
  width: 100%;
  height: 490px; }

ul.map-navigation {
  list-style: none outside none;
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px; }

ul.map-navigation li h3 {
  margin: 0;
  width: 100%;
  font-size: 16px; }

ul.map-navigation li h3 a {
  display: block;
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #b8cadb;
  width: 100%; }

ul.map-navigation li h3 a:hover,
ul.map-navigation li h3 a:focus {
  background: #f8f8f8;
  text-decoration: none; }

article.location {
  height: 370px;
  width: 250px;
  padding: 10px 0 !important; }

.location h5 {
  margin: 10px 0; }

.location p {
  margin: 5px 0 10px 0;
  font-size: 14px; }

.location p a {
  display: block; }

.location-image img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0; }

.google-map {
  width: 100%; }

/*# sourceMappingURL=locations.css.map */
