#content #col25 {
	position: sticky;
	top: 80px;
}

#globalHeader, #header {
	position: sticky;
	top: -60px;
	background-color: white;
	padding-bottom: 1px;
}

#globalHeader section {
	position: sticky;
	top: 0;
}

#header {
	z-index: 99;
}