/* ch-fixes.css — sticky nav fixes */
/* Top nav sticky at top:0 */
.top-nav{position:sticky!important;top:0!important;z-index:1000!important;background:#fff!important}
/* Secondary nav sticky just below top-nav (~65px) */
.sec-nav{position:sticky!important;top:65px!important;z-index:800!important;background:#fff!important}
/* What's on your mind section sticky below both navs (~107px) */
.wom-sec{position:sticky!important;top:107px!important;z-index:600!important;background:#fff!important}