/* The demonstration strip and page ground for the portal template.
   Kept OUT of mfi.css and out of mfi-portal.css: it sits outside `.mfi-portal`,
   so it is governed by the inherited stylesheet, and it is loaded only on the
   portal template so it cannot affect any of the 21 marketing pages. */
body.mfi-demo{margin:0;background:var(--travertine)}
.mfi-demo-foot{background:var(--deep);padding:22px 0 26px}
.mfi-demo-foot .wrap{max-width:1200px;margin:0 auto;padding:0 26px}
.mfi-demo-foot p{margin:0 0 8px;font-family:var(--sans);font-size:12.5px;
  line-height:1.6;color:#BBD0E0}
.mfi-demo-foot strong{color:#fff;font-weight:600}
.mfi-demo-foot a{color:var(--sky);text-decoration:underline}
.mfi-demo-links a{margin-right:2px}
