/* @group Text with Anchor Links 
------------------------------------ */

#wrapper {
	overflow: visible;
}
@media only screen and (min-width: 961px) {
	.text-with-anchor-links .column-anchors {
		position: sticky;
		top: 0;
	}
}
@media only screen and (min-width: 0) and (max-width: 960px) {
	.text-with-anchor-links .column-anchors {
		display: none;
		visibility: hidden;
	}
}
