/* ------------------------------------------------------------------
   Cross-cutting corrections. (v4.3.0)

   Loaded on every page the theme renders, including the standalone ones
   (homepage, Get Started), which do not get hre-core or hre-adjust.
   ------------------------------------------------------------------ */

/* The market picker opened upwards, over the section above it. */
footer .fseld { top: calc(100% + 8px); bottom: auto; }

/* The blip eyebrow was too quiet to read as a label. */
.blip-eic { font-size: 12px; letter-spacing: .12em; font-weight: 700; }

/* The homepage set overflow on <body>, which made it a scroll container and
   stopped the sticky nav ever sticking. overflow:clip clips without scrolling. */
body.hre-home { overflow-x: clip; overflow-y: visible; }
