html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Keep the validation tag helpers from reserving space when there is nothing to report. */
.validation-summary-valid {
  display: none;
}

.field-validation-valid {
  display: none;
}
