.container {
	margin: auto;
	max-width: 1000px;
	padding-left: 10px;
	padding-right: 10px;
}
#header {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #405477 url(../images/noise-bg.png) center 0 repeat;
	padding: 10px 0;
}
/*#header.sticky {
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
}*/
#header.sticky .logo {
	background-size: auto 50px;
	width: 220px;
	height: 50px;
}
#header.sticky #accountMenu {
	margin-top: 3px;
}

#accountMenu {
	float: right;
	margin-top: 26px;
	padding: 0 6px 0 10px; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.25);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.logo {
	display: block;
	background-position: left center;
	background-size: auto 70px;
	width: 220px;
	height: 100px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#banner {
	margin-top: 120px;
}

#content {
	padding: 30px;
}
#content .container {
	overflow: hidden;
}

#openJars p {
	margin: 0 15px;
}



/* ============================== general ============================== */

.leftCol {
	float: left;
	width: 180px;
	padding: 7px 0 0 20px;
}
.leftCol hr {
	display: none;
}
.fields { /* columned form */
	margin-left: 200px;
	overflow: hidden;
}
.fields div {
	width: 50%;
	float: left;
}
.fields div:nth-child(odd):not(.buttonContainer) {
	padding-right: 20px;
}



/* ============================== panels ============================== */

.panelBox {
	margin-right: -3%;
}
.panel:not(blockquote) {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 20px 40px;
}
blockquote.panel {
	width: 30.15%;
	margin: 0 3% 3% 0;
	float: left;
}
.messagebox {
	margin: 30px 0;
}
.messagebox img {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px -6px;
}
