/* ----------------------------------------------------------
	HTML and BODY
------------------------------------------------------------- */

body {
	background: white;
}

body.home {
	background: #f5f5f5;
}


/* ----------------------------------------------------------
	clear fix
------------------------------------------------------------- */
	.clearfix:before,
	.clearfix:after {
		content: ' ';
		display: block;
	}

	.clearfix:after {
		clear: both;
	}

/* ----------------------------------------------------------
	Search Form Drawer
------------------------------------------------------------- */
/* new search form */
body.search #search-form-drawer a.close{
	display: none;
}
#search-form-drawer .wrap{
	height: 65px;
	position: relative;
}

#search-form-drawer{
	background: #506B95;
	border-bottom:5px solid #506B95;
	height: 65px;
	overflow: hidden;
	position: relative;
	margin-top:-65px;
	width: 100%;
}



/* ----------------------------------------------------------
	Wrapper
------------------------------------------------------------- */
.wrap,
#inner {
	width: 1000px;
	margin: 0 auto;
}
.home #wrap {
	background-size:100% 940px;
}
#inner {
	clear: both;
}

#inner:before,
#inner:after {
	content: ' ';
	display: block;
}

#inner:after {
	clear: both;
}

#inner-wrapper {
	background: #f5f5f5;
}
/* ----------------------------------------------------------
	Header
------------------------------------------------------------- */

#banner {
	background: url(../../images/banner.jpg) top center no-repeat #484846;
	background-size: cover;
	clear: both;
	min-height: 185px;
	padding: 60px 0;
}

#header {
	clear: both;
}

#header:before,
#header:after {
	content: ' ';
	display: block;
}

#header:after {
	clear: both;
}

#header #title-area #title {
	margin-bottom: 0;
}
	#header #title-area a{
		background-image: url(../../images/logo-header.svg);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		width: 454px;
		height: 100px;
		margin: 15px auto 0;
		overflow: hidden;
		text-indent: -9999px;
	}

#header #nav {
	display: block;
}

#linkedin-icon{
	position: absolute;
	bottom: 0;
	right: 0;
}

.linkedin-icon{
	position: relative;
}

ul.menu .linkedin-icon a{
	background: none;
	position:relative;
	z-index: 1;
}
.header-widget-area{
	position: relative;
}
span.IN-widget {
	position: absolute;
	right: 0px;
	top: 37px;
	z-index: 2;
	opacity: 0;
	overflow: hidden;
	max-width: 20px;
}

#linkedin-icon path{
	fill:#506B95;
}
#footer #linkedin-icon path{
	fill:#898989;
}
/* ----------------------------------------------------------
	Column Widths
------------------------------------------------------------- */

#content-sidebar-wrap {
	float: left;
	padding: 70px 0 50px;
}

body.content #content-sidebar-wrap > #content {
	padding-bottom: 140px;
}

body.content-sidebar #content-sidebar-wrap > #content {
	float: left;
	margin-right: 50px;
	padding-bottom: 140px;
	width: 650px;
}

body.content-sidebar #content-sidebar-wrap > #sidebar,
.col-medium {
	float: right;
	width: 300px;
}


/* ----------------------------------------------------------
	Footer
------------------------------------------------------------- */
#prefooter-widgets {
	background: #f0f0f0;
	clear: both;
}


#footer{
	background: #2c2c2c;
	color: #666767;
	clear: both;
	padding: 20px 0;
}


		#footer-content:before,
		#footer-content:after {
			content: ' ';
			display: block;
		}

		#footer-content:after {
			clear: both;
		}


	#footer-logo {
		background-image: url(../../images/logo-footer.svg);
		background-repeat: no-repeat;
		background-size: contain;
		display: block;
		float:left;
		height: 76px;
		overflow: hidden;
		text-indent: -9999px;
		width: 345px;
	}


	.footer-nav-wrapper {
		float: right;
	}
