/***************************************************
** STYLES FOR WIDGET
***************************************************/
.location-widget-outer {
  background: white;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #295985;
}

.location-widget-inner .location-widget-title {
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding: 10px 15px;
  color: white;
  background: #428bca;
  border-bottom: 1px solid #e6e6e6;
  font-family: "Open Sans Condensed","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
}
.location-widget-inner .location-widget-links {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.location-widget-inner .location-widget-links li {
  display: block;
  padding: none;
  list-style-type: none;
  margin: 0;
}
.location-widget-inner .location-widget-links li:nth-last-of-type(1) a {
  border-bottom: none;
}
.location-widget-inner .location-widget-links a {
  text-decoration: none;
  color: #003e84;
  background: white;
  display: block;
  padding: 10px 15px;
  transition: all 0.1s;
  font-size: 1.1em;
  border-bottom: 1px solid #e6e6e6;
}
.location-widget-inner .location-widget-links a:hover {
  background: #002651;
  color: white;
}
