#header {
	display: block;
	position: fixed;
	left: 0;
	right:0;
	top:0;
	z-index: 99;
}
#header .sect {
	position:relative;
	padding: 0.25rem 0;
}
#header p {
	margin:0;
	padding:0;
}
#header .header-top {
	background-color: #ffffff;
}
#header .header-middle {
	background-color: #304674;
}
#header .header-bottom {
	background-color: #0a101d;
}
@media only screen and (max-width: 767px) {
	#header .header-bottom { display:none!important;}
	
}
#header .header-middle .tagline {
	font-size: 2rem;
	font-weight:bold;
	color: black;
}
#header .header-middle .conf-info {
	font-size: 1rem;
	font-weight:bold;
	color: #444444;
}
#header .header-middle .conf-logo {
	position:absolute;
	right:0;
	top:0;
}
#header .header-middle .tagline.less {
	font-size: 1.5rem;
	color: #cc0000;
}
#header .header-middle .conf-info.less {
	font-size: .75rem;
	color: black;
}
#header .header-middle .conf-logo.less {
}
/*
#header .header-bottom .conf-tagline {
	position:absolute;
	right:0;
	top:0;
	text-align:right;
	height: 93px;
}
#header .header-bottom .conf-logo {
	 position:absolute;
	 left:0;
	 top:0;
	 margin: 0 !important;
	 width: auto !important;
	height: 100px;
}
*/
#header .header-bottom .conf-logo.less {
}
#header .header-bottom h3.resize.less {
	font-size:132%;
}
#header .header-bottom p.resize.less {
	font-size:80%;
}

