/*
 * WordPress iframe embed mode.
 * The parent page supplies the section heading and supporting copy.
 */

html,
body,
main {
  min-height: 100%;
}

body {
  background: #f4f1e8;
}

.site-header,
.intro,
.insight-strip,
footer {
  display: none !important;
}

.dashboard {
  width: 100%;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.map-title {
  right: 20px;
  left: auto;
  transform: none;
}

@media (max-width: 640px) {
  .dashboard {
    width: 100%;
    border-radius: 0;
  }

  .map-title {
    right: 12px;
    left: auto;
  }
}
