/* Local-only additions. They preserve the captured layout while removing live services. */
#map,
#map2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#map {
  background-image: url("../images/static-map-contact.png");
}

#map2 {
  background-image: url("../images/static-map-distributors.png");
}

.static-video-archive {
  display: block;
  height: 315px;
  max-width: 100%;
  object-fit: cover;
  width: 560px;
}

/* The live origin's Font Awesome 4.0.3 files are missing. Use the same fallback
   glyph treatment without issuing broken network requests. */
.icon {
  font-family: Arial, sans-serif;
}

.static-form-message {
  color: #3f5c32;
  font-weight: bold;
  margin: 12px 0 0;
}
