.site {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}

.site-header,
.site-footer {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.site-content {
	-ms-flex: 1 0 auto;
	    flex: 1 0 auto;
}

@media screen and (max-width: 782px) {
	.admin-bar .site {
		min-height: calc(100vh - 46px);
	}
}

@media screen and (min-width: 783px) {
	.admin-bar .site {
		min-height: calc(100vh - 32px);
	}
}

/*# sourceMappingURL=../ows/sass/maps/modern.css.map */
