body {
	font-family: "Arimo", Arial, sans-serif;
	background-color: #F5F5F5;
}

.clearer {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	overflow: hidden;
}

.spacer {
	display: block;
	font-size: 0px;
	height: 10px;
}

.logo {
	display: block;
	float:left;
	width:329px;
	height:70px;
	margin-bottom: -2px;
	background: url(../resources/img/iSEEK.soa.circle.logo.png) no-repeat top left;
	background-size:100%;
}

.eia-search {
	padding: 0px 15px;
}

.iseek-nav-section {
	padding-top: 10px;
}

@media (min-width: 768px) {
	.navbar-authenticated .navbar-collapse.collapse {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.logo {
		border-bottom: 1px solid #cfcfcf;
		border-radius: 2px;
	}
	div.eia-search{
		padding-top: 120px !important;
	}
}

@media (max-width: 480px) {
	.logo {
		width:235px;
		height:50px;
	}
}

