/* Images */
/* Spacings */
#sf-signup-btn-contact-us {
  display: none;
}
#btn-group-contact {
  display: none;
}
#map-wrapper {
  height: 460px;
}
#map-canvas {
  width: 100%;
  height: 100%;
}
.google-map-infobox {
  display: block;
  width: 240px;
  text-align: left;
  height: auto;
  background: #333b43;
  color: #fff;
  padding: var(--spacing-2xl, 1.25rem);
  box-sizing: border-box;
  margin-bottom: var(--spacing-2xl, 1.25rem);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: var(--line-height-sm, 1.25rem);
  border-radius: 0px;
  -webkit-box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
}
.google-map-infobox h5 {
  color: #fff;
}
.google-map-infobox p {
  margin: 0;
  padding: 4px 0;
  line-height: 20px;
}
.google-map-infobox b,
.google-map-infobox .google-map-container strong {
  color: #fff;
}
.google-map-infobox a {
  color: #bad632;
}
.google-map-infobox a:hover {
  color: #fff;
}
.partners-content ul {
  margin-bottom: 0;
}
