.bd-sidebar {
	-ms-flex-order: 0;
	order: 0;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

@media (min-width: 768px) {
	.bd-sidebar {
		border-right: 1px solid rgba(0,0,0,0.1)
	}

	@supports ((position: -webkit-sticky) or (position: sticky)) {
		.bd-sidebar {
			position: -webkit-sticky;
			position: sticky;
			top: 3rem;
			z-index: 1000;
			height: calc(100vh - 4rem)
		}
	}
}

@media (min-width: 1200px) {
	.bd-sidebar {
		-ms-flex: 0 1 320px;
		flex: 0 1 320px
	}
}
