/* =====================================================================
   Operation Wildflower - site-wide template overrides
   ---------------------------------------------------------------------
   Helix3 loads this file on every page if it exists (see
   plugins/system/helix3/core/helix3.php, generatelayout() -> addCSS).
   It is not part of the template package, so a template update leaves it
   alone - which is why site CSS belongs here rather than in the shipped
   presets/*.css files.
   ===================================================================== */

/* The blue bar across the bottom of every page.

   #sp-footer renders as an empty 40px strip: its only module, "Custodian
   Project", is in the trash, so the section outputs nothing but its own
   background colour (#26AAE1, set by css/presets/preset1.css). Hiding the
   section removes the bar without touching the preset, which a template
   update would overwrite.

   If that footer content is ever wanted back, republish the module and
   delete this rule rather than working around it. */
#sp-footer {
    display: none;
}
