.embed-map,
.embed-map iframe {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media (min-width: 40rem) {
  .embed-map,
  .embed-map iframe {
    min-height: 500px;
  }
}
footer {
  margin: 0;
  padding: 2rem 0 0;
  background-color: #1b1d1f;
  color: #f9f6ee;
}
footer .footer-inner {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 0 1rem;
}
@media (min-width: 40rem) {
  footer .footer-inner {
    flex-direction: row;
    max-width: 96rem;
 }
}
footer .footer-inner .footer-section {
  width: 100%;
  padding: 0 1rem 1rem;
}
@media (min-width: 40rem) {
  footer .footer-inner .footer-section {
    width: 33.333%;
 }
}
footer .footer-inner .footer-section .section-title {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: inherit;
}
footer .footer-inner .footer-section .section-block {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 0 0 2rem;
}
footer .footer-inner .footer-section .section-block.address a {
  color: #e8d094;
}
footer .footer-inner .footer-section .section-block.socials {
  flex-direction: row;
}
footer .footer-inner .footer-section .section-block.socials a {
  margin: 0 0.5rem 0 0;
}
footer .footer-inner .footer-section .footer-menu {
  display: flex;
  position: relative;
  flex-direction: column;
}
footer .footer-inner .footer-section .footer-menu a {
  display: block;
  position: relative;
  width: auto;
  margin: 0 auto 0.5rem 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 400;
  color: inherit;
}
footer .footer-inner.copyright {
  font-size: 0.75rem;
  color: #666;
  padding: 1rem;
}
footer hr {
  width: 100%;
  height: 1px;
  border-collapse: collapse;
  border: 0;
  background-color: #222;
  margin: 0;
}
