.box {
	width: 100%;
	display: flex;
	flex-direction: row;
	font-size: 12pt;
}

	.box > tr > *,
	.box > * {
		flex: 1 1 auto;
		font-size: 12pt;
	}


#headerTableDiv {
	margin: 0;
	padding: 0;
	/*	border: 1px dashed #F00;*/
}

.hamburgerIcon {
	display: inline-block;
	cursor: pointer;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 5px;
	background-color: #333;
	margin: 6px 0;
	transition: 0.4s;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
	margin-left: 17px;
	width: 1px;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fFf;
	z-index: 997;
	transition: all 0.5s;
	transition: all 0.5s;
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.LogoImg {
	padding: 0;
	margin: 0;
	transition: width 1.0s ease, height 1.0s ease;
	/*	border: 1px dashed #F00;*/
}

	.LogoImg.Big {
		width: 128px;
		height: 128px;
	}

	.LogoImg.small {
		width: 48px;
		height: 48px;
	}


.brandblock {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
	/*	border: 1px dashed #0F0;*/
}

label#toggle-menu a.LogoType.small {
	color: #F80;
}

.LogoType,
a.LogoType:active,
a.LogoType:visited {
	margin-top: 0;
	font-family: 'Alumni Sans', sans-serif;
	font-weight: 800;
	font-style: italic;
	color: #F80;
	text-shadow: 0 0 5px #FC8, 0 0 10px #FD7, 0 0 10px #fDD, 0 0 20px #fE0, 0 0 40px #fE4, 0 0 50px #fE8, 0 0 60px #fF0, 0 0 70px #fF8;
	letter-spacing: -0.015em;
	text-decoration: none;
	transition: font-size 1.0s ease, line-height 1.0s ease;
	will-change: font-size, line-height;
	padding: 0;
	margin: 0;
	/*	border: 1px dashed #000;*/
}

	.LogoType.Big {
		font-size: 72px;
		line-height: 60px;
	}

	.LogoType.small {
		font-size: 48px;
		line-height: 50px;
	}

.TagLine {
	font-family: Georgia, 'Times New Roman', serif;
	font-style: italic;
	color: #CC3300;
	transition: font-size 1.0s ease, line-height 1.0s ease;
	will-change: font-size, line-height;
	padding: 0;
	margin: 0;
	/*	border: 1px dashed #00F;*/
}

	.TagLine.Big {
		line-height: 16px;
		padding: 3px 0 1px 0;
		font-size: 18px;
		opacity: 1.0;
	}

	.TagLine.small {
		line-height: 0;
		font-size: 0;
		opacity: 0;
	}

.Statistics {
	font-family: 'Arial Narrow', Arial, sans-serif;
	color: #993300;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	transition: font-size 1.0s ease, line-height 1.0s ease;
	will-change: font-size, line-height;
	padding: 0;
	margin: 0;
	/*	border: 1px dashed #0F0;*/
}

	.Statistics.Big {
		margin-top: 4px;
		font-size: 12px;
		line-height: 12px;
	}

	.Statistics.small {
		margin-top: 0;
		font-size: 0;
		line-height: 0;
	}

.statNum {
	font-weight: bold;
	font-family: 'Arial', 'Arial Narrow', Arial, sans-serif;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

nav#menu {
	padding: 0 12px 0 6px;
	/*	border: 1px dashed #F00;*/
}

.hamburgerIcon {
	margin-top: 6px;
	/*	border: 1px dashed #00F;*/
}

.navwrap {
	width: 55%;
	background-image: linear-gradient(to right, #CcCcCc, #EeEeEe);
}

.navblock {
	display: table-cell;
	padding: 0;
	vertical-align: middle;
}

.nomobile {
	display: table-cell;
	flex: 1 1 auto;
}

.noMobileSpacer {
	flex: 1 1 auto;
}

.trace {
	flex: 1 1 auto;
	font-size: 12pt;
}



@media screen and (min-width: 769px) {
	.postheaderspacer {
		height: 140px;
		width: 100%;
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.postheaderspacer {
		height: 70px;
		width: 100%;
		display: block;
	}

	.nomobile {
		display: none;
	}

	.noMobileSpacer {
		display: none;
	}

	.logoblock {
		display: none;
		width: 0%;
	}

	.navblock {
		text-align: start;
		width: 100%;
	}
}


/*#header .logo h1 {
	font-size: 28px;
	margin: 0;
	line-height: 0;
	font-weight: 600;
	letter-spacing: 1px;
}*/

/*	#header .logo h1 a, #header .logo h1 a:hover {
		color: #EeEeEe;
		text-decoration: none;
	}*/

/*#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}*/

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


