.branch-list a {
  color: #333333;
  line-height: normal;
  font-weight: 300;
}
.branch-list a:visited {
  color: #333333;
}
.branch-list a:hover {
  color: #ea2300;
}
@media (max-width: 768px) {
  .branch-list a {
    font-size: 4vw;
  }
}
.branch-list .map-link {
  color: #333333;
  font-weight: 900;
  text-decoration: underline;
  cursor: pointer;
  /*&:focus{
      color: red;
    }*/
}
.branch-list .map-link:hover {
  color: red !important;
}
.branch-list .map-link:visited {
  color: #333333;
}
.thead {
  background-color: white;
}
.location-headline-widget-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.location-headline-widget-container h3 {
  font-size: 2vw;
  margin: 0;
}
.location-headline-widget-container svg {
  height: 3vw;
  margin: 1vw 1vw 1vw 0;
}
@media (max-width: 768px) {
  .location-headline-widget-container h3 {
    font-size: 5.4vw;
  }
  .location-headline-widget-container svg {
    margin: 1.5vw 2vw 2vw 0;
    height: 6vw;
  }
}
/*# sourceMappingURL=widget-main.css.map */