  @charset "utf-8";
/* CSS Document */


	
.header-spacer {
	height: 156px;
}
	

/* Below (991px) */
@media all and (max-width: 991px) {	
	.header-spacer {
		height: 42px;
	}
}