/*.fixed-nav {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 250px;
    z-index: 1000;
}*/
.fixed-nav {
    position: fixed;
    top: 100px;
    left: 20px;
    width: 250px;
    z-index: 1000;
}

/*.sticky-section {
	position: -webkit-sticky; /* For Safari *
	position: fixed !important;
	top: 66px;
	width: calc(100% - 950px);
}*/

.sticky-section {
    position: -webkit-sticky;
    position: fixed !important;
    top: 66px;
    width: 100%;
    max-width: inherit;
    left: 0;
    margin: 0 auto;
}

.pillar-body .sticky-section {
	position: sticky !important;
	top: 66px;
}
