/*! Sticky Right-Rail v1.1 */#id-sticky-rr{position:static;opacity:1;transition:opacity .25s;z-index:0}
#id-sticky-rr.hidden{opacity:0;pointer-events:none}
.sticky-rr-hide{z-index:10}
@media only screen and (min-width:48em){#id-sticky-rr.sticky{position:fixed;top:45px}
}