
#nav {
	position: sticky;
	top:  65px;
}

@media (max-width: 1771px) {
#nav {
	position: sticky;
	top:  65px;
}
  }

#container {
	margin: 0 auto;
	width: 800px;
}

.section {
	border-bottom: 5px solid #ccc;
	min-height: 60vh;
	padding: 50px 20px;
}

.section p:last-child {
	margin-bottom: 0;
}

/* LL override 
.course-wrap .info-wrap .course-nav #nav {
    flex-basis: 20%;
    min-width: 300px;
}
*/
