/* Reset theme wrappers on the Retirement Goals blank page template */
body.rg-blank-page {
  margin: 0;
  padding: 0;
}

body.rg-blank-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.rg-blank-page .rg-wrap {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

body.rg-blank-page .rg-wrap > main,
body.rg-blank-page .rg-wrap > section {
  flex: 1 0 auto;
}

body.rg-blank-page .header,
body.rg-blank-page footer {
  flex-shrink: 0;
}
