/* Grants & Other Publications — short content, footer should stay at bottom */

body.cids-sparse-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.cids-sparse-content > .section {
  flex: 1 1 auto;
}

body.cids-sparse-content .footer_section {
  flex-shrink: 0;
}

/* Disable Webflow scroll fade-in so placeholder is visible on first paint */
body.cids-sparse-content .section_wrapper {
  opacity: 1 !important;
  transform: none !important;
}

body.cids-sparse-content .no_results_svg_wrapper {
  min-height: 18rem;
}

body.cids-sparse-content .no_results_svg {
  width: 20rem;
  max-width: 100%;
  height: auto;
}
