.location-map {
  width: 100%;
}
.location-map .location-map-display {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.location-map .location-map-viewport {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.location-map .location-map-viewport > div {
  width: inherit;
  height: inherit;
}

.location-map .location-map-marker-content {
  font-family: opensans, arial, helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
  overflow: hidden;
  padding: 8px 8px 8px 8px;
}
.location-map .location-map-marker-content h4, .location-map .location-map-marker-content h5, .location-map .location-map-marker-content p {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.location-map .location-map-marker-content .location-name, .location-map .location-map-marker-content .location-address, .location-map .location-map-marker-content .location-numbers, .location-map .location-map-marker-content .location-hours {
  margin-bottom: 0.75rem;
}
.location-map .location-map-marker-content .location-name {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #0c65a0;
}
.location-map .location-map-marker-content .location-hours h4 {
  color: #0c65a0;
  margin-bottom: 0.5rem;
}
.location-map .location-map-marker-content .location-hours h5 {
  color: #656565;
}
.location-map .location-map-marker-content .location-numbers .number {
  width: 100%;
}
.location-map .location-map-marker-content .location-numbers .number .type, .location-map .location-map-marker-content .location-numbers .number .phone {
  display: inline-block;
}
.location-map .location-map-marker-content .location-numbers .number .type {
  margin-right: 0.25rem;
  text-transform: capitalize;
}
.location-map .location-map-marker-content .location-numbers .number .type:after {
  content: ":";
}
.location-map .location-map-marker-content .location-links {
  white-space: nowrap;
  margin-bottom: 0;
}
.location-map .location-map-marker-content .location-links .btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 5px;
  transition: none;
  text-decoration: none;
}
.location-map .location-map-marker-content .location-links .btn:last-child {
  margin-right: 0;
}
.location-map .location-map-marker-content .location-links .btn:focus {
  box-shadow: none;
}
.location-map .location-map-marker-content .location-links .btn:link, .location-map .location-map-marker-content .location-links .btn:visited, .location-map .location-map-marker-content .location-links .btn:hover, .location-map .location-map-marker-content .location-links .btn:active {
  text-decoration: none;
  color: #ffffff;
  background-color: #0a5282;
}

.location-map .location-map-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.location-map .location-map-spinner .spinner {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  border: 10px solid #c5c5c5; /* light */
  border-top: 10px solid #4d4d4d; /* dark */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.location-map .location-map-spinner .spinner > span {
  font-size: 1px;
  line-height: 1px;
  visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.locator .interface .synopsis {
  margin-bottom: 1rem;
}
.locator .interface .synopsis::after {
  display: block;
  clear: both;
  content: "";
}
.locator .interface .synopsis .intro {
  width: 100%;
  text-align: center;
  font-family: opensans, arial, helvetica, sans-serif;
  font-size: 1.15625rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  color: #8b1d1e;
}
.locator .interface .synopsis .outer {
  float: left;
  margin-left: 50%;
}
.locator .interface .synopsis .outer .info {
  position: relative;
  float: left;
  padding-right: 100px;
  margin-left: -50%;
}
.locator .interface .synopsis .outer .info .count {
  font-family: opensans, arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 9em;
  line-height: 0.8em;
}
.locator .interface .synopsis .outer .info .message {
  poistion: relative;
  float: right;
}
.locator .interface .synopsis .outer .info .message .text {
  position: absolute;
  font-family: opensans, arial, helvetica, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.4;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  margin-top: -7em;
  width: 100px;
}

.location-map {
  background-color: #f5f5f5;
}
.location-map .gm-style, .location-map .gm-style-iw {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*# sourceMappingURL=location-map-base.css.map */
