
body {
	padding-top: 0;
}
#page-title {
	background: none !important;
	padding: 0 15px !important;
	margin-top: 0;
	margin: 0;
}
#page-title h1 {
	margin-top: 0;
	line-height: 1;
	bottom: 0;
	font-size: 40px;
	background: transparent;
	color: #174A7C;
}
#page-title h1 span {
	background: inherit;
	color: inherit;
	padding: 0;
}
#header {
	position: relative;
	top: auto;
	height: 90px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}
#header + div,
#header + .lbf-account + div {
	margin-top: 1em;
}
header {
	height: auto;
	padding-top: 15px;
	background: transparent;
	width: auto;
}

nav {
	background: #eee;
	margin: 0;
	position: absolute;
	left: 0;
	right: auto;
	top: 0;
	width: 100%;
	height:auto;
	z-index: 10;
}

nav:after {
	font-size: 20px;
	display: block;
	background: #ddd;
	border: 0;
	position: absolute;
	top: 30px;
	right: 20px;
	color: #174A7C;
	line-height: 1;
	padding: 10px;
	cursor: pointer;
	height: auto;
	border-radius: 5px;

	content: '\f039';
	font-family: 'FontAwesome';
}
nav ul {
	background: #eeeeee;
	display: none;
	z-index: 2;
	position: absolute;
	width: 100%;
	top: 85px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.5);


}
#header:focus nav:after,
#header:hover nav:after {
	background: #174A7C;
	color: #ffffff;
}
#header:focus nav ul,
#header:hover nav ul {
	display: block;
}
#header:focus nav ul li,
#header:hover nav ul li {
	border-right: none;
	float: none;
}
#header nav ul li {
	float: none;
	display: block;
	margin: 0;
}
nav ul li.active a {
	font-weight: bold;
}
nav ul li a {
}

nav ul li a:before {
	font-family: 'FontAwesome';
	width : 1.5em;
	display: inline-block;
	font-weight: normal;

}
nav ul li a[href*="/valuations"]:before {
	content: '\f02d';
}
nav ul li a[href*="/finance"]:before {
	content: '$';
	font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
}
nav ul li a[href*="/consulting"]:before {
	content: '\f086';
}
nav ul li a[href*="/research"]:before {
	content: '\f0c3';
}
nav ul li a[href*="/partnerships"]:before {
	content: '\f0c0';
}
nav ul li a[href*="/event"]:before {
	content: '\f073';
}
nav ul li a[href*="/about"]:before {
	content: '\f059';
}
nav ul li a[href*="/contact"]:before {
	content: '\f095';
}
nav ul li.contact:hover > a {
	background: #757259;
	color: #ffffff;
	border-color: #757259;
}
nav ul li.contact > div,
nav ul li.contact:hover > div {
	display: none;
}
.home-box {
	border-bottom: 1px solid #EEE;
	margin: 0;
}
.home-line {
	margin: 0;
	border: 0;
}
#event-list .event-accreditation {
	float: none;
}
.lbf-login_recover {
	margin-bottom: 10px;
}
.lbf-login form .lbf-login_submit,
.lbf-login form .lbf-login_signup {
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
}
.mobile-four.panel {
	padding: 20px;
}
.lbf-account {
	background: #00456F;
	border: 0 none;
	margin: auto;
	position: relative;
	right: auto;
	width: auto;
}
.lbf-account:before {
	display: none;
}
.lbf-account_heading,
.lbf-account a {
	color: #FFFFFF;
}
.lbf-account .lbf-account_content {
	height: 0;
	margin-top: 0;
}
.lbf-account .lbf-account_login,
.lbf-account .lbf-account_signup {
	display: inline-block;
	width: auto;
}
.lbf-account .lbf-account_login {
	background: #757259;
	border-color: #414232;
}
.lbf-account .lbf-account_signup {
	border-color: #434343;
}
.lbf-account .lbf-account_content li {
	margin-bottom: 7px;
}
.lbf-account .lbf-account_content li.divider {
	margin-bottom: 3px;
}
.lbf-account .lbf-account_content li.divider + li {
	margin-bottom: 0;
}
.lbf-account:hover .lbf-account_heading,
.lbf-account:focus .lbf-account_heading {
	font-weight: 500;
}
.lbf-account:hover .lbf-account_content,
.lbf-account:focus .lbf-account_content {
	height: auto;
	margin-top: 1em;
}