
	/* Pin the rail directly beneath the sticky site header, and let it run the
	   full height so it meets the footer at the bottom of the page. */
	.lhcc .cc-side{top:var(--lh-stick,112px)!important}
	@media(min-width:981px){
		.lhcc .cc-side{
			height:calc(100vh - var(--lh-stick,112px))!important;
			max-height:calc(100vh - var(--lh-stick,112px))!important;
		}
	}
	/* Keep the collapsed-rail hover flyouts above the sticky header. */
	.lhcc .cc-navitem .cc-fly{z-index:120}
	