/* Malli: @include icon($facebook)*/
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.service-location-map {
  min-height: 23.75rem;
}
.service-location {
  margin-bottom: 0.9375rem;
}
.service-location-content-wrapper {
  height: 100%;
  padding: 1.5625rem 1.5625rem 0 1.5625rem;
  background-color: #fcb415;
}
.service-location-content-wrapper .meta-fields {
  padding-bottom: 1.5625rem;
}
.service-location-content-wrapper .meta-fields address {
  font-style: normal;
}
.service-location-content-wrapper .meta-fields address .address-row {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0.625rem 0;
  border-bottom: 1px solid #222222;
}
.service-location-content-wrapper .meta-fields address .address-row::after {
  content: "";
  height: 1px;
  background-color: #103482;
  width: 100%;
  position: relative;
  display: none;
  margin-top: 0.3125rem;
}
.service-location-content-wrapper .meta-fields address .address-row .label {
  min-width: 10rem;
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
  .page-two-column-content-wrapper .service-location-content-wrapper .meta-fields address .address-row .label {
    min-width: 8.125rem;
  }
}
