html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom: 60px;
}

.footer {
  white-space: nowrap;
  line-height: 60px;
}

/* Validation message colours */
.validation-summary-errors,
.field-validation-error {
  color: #ce352c;
}

/* Keep map containers working */
.map-container {
  width: 100%;
}