// ====
// Layouts
// ====

#siteContainer{
	position: relative;
}
#siteContent{
	position: relative;
	min-height: calc(100vh - 86px - 128px);
}
.container{
	padding-left: 12px;
	padding-right: 12px;
	&--extended{
		@media (min-width: $screen-xl){
			width: 1440px;
		}
	}
}
.has-mw-on-xs-screen{
	@media (max-width: $screen-xs-max){
		max-width: 480px !important;
	}
}


	