/* 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;
}

.partner-info i.material-icons-outlined {
  width: 24px;
  height: 24px;
  font-size: var(--font-size-heading-4, 1.5rem);
  color: var(--colors-link-light-mode, #0066CB);
}
.partner-info a {
  font-weight: bold;
}


.page-notification {
  background: var(--colors-warning-300, #FEC84B);
  padding: var(--spacing-md, 0.5rem) var(--spacing-4xl, 2rem);
}
.page-notification .page-notification-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  gap: 4px;
}
.page-notification .page-notification-content a {
  white-space: nowrap;
}
.page-notification .page-notification-content a.icon-end {
  padding-right: 0;
}
.page-notification .page-notification-content a.icon-end:after {
  margin-left: var(--spacing-sm, 0.375rem);
  margin-right: 0;
}
.page-notification .page-notification-content a:hover,
.page-notification .page-notification-content a:active,
.page-notification .page-notification-content a:visited {
  color: var(--colors-link-light-mode, #0066CB);
}
@media (max-width: 575.98px) {
  .page-notification .page-notification-content {
    flex-direction: column;
    align-items: flex-start;
  }
}

