header {
	height: 60px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
}
.header {
	background-color: #fedc18;
	height: 60px;
	width: 100%;
	overflow-y: hidden;
	position: fixed;
	z-index: 1050;
}
.header .h1 {
	line-height: 60px;
	float: left;
}
.header .h1 img {
	margin-left: 2px;
	vertical-align: -5px;
	height: 34px;
	width: auto;
}
.header .nav-menu {
	float: right;
}
.header ul {
	list-style-type: none;
	margin-right: 5px;
}
.header ul li {
	display: inline-block;
	padding-top: 2px;
	line-height: 58px;
	margin: 0 7px 0 0;
	font-weight: 700;
	font-size: 12px;
}
.header ul li:after {
	content: "|";
	padding-left: 7px;
	color: #333;
	font-weight: 400;
}
.header ul li:last-of-type {
	margin-right: 0;
}
.header ul li:last-of-type:after {
	content: "";
	padding-left: 0;
}
.header ul li a {
	color: #2A2A2A;
	text-decoration: none;
}
.header ul li a:hover {
	color: #000;
} 
.header ul li.weather span {
	font-size: 22px;
	margin-right: 5px;
	vertical-align: -7px;
}
@media( min-width: 768px ) {
	.header ul li:nth-last-of-type(2) {
		margin-right: 0;
	}
	.header ul li:nth-last-of-type(2):after {
		content: "";
		padding-left: 0;
	}
}


.mobile-menu, .mobile-home-menu {
	display: none;
}

.mobile-home-menu {
	padding: 20px 30px;
	float: left;
	width: 100%;
}
.mobile-home-menu img {
	height: 33px;
	margin-top: -5px;
}
.mobile-home-menu a.welcome {
	color: #FFF;
	text-decoration: none;
}


.header .search-bar {
	margin-left: 200px;
	margin-right: 200px;
}
.header .search-bar form {
	margin: 0 auto;
	height: 60px;
	padding: 10px 0;
	width: 500px;
	position: relative;
}
.header .search-bar input {
	border: none;
	display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    width: 45%;
    margin: 0;
	border-radius: 0px 2px 2px 0px;
}
.header .search-bar input:first-of-type {
	padding-left: 45px;
	width: 55%;
	border-radius: 2px 0px 0px 2px;
	background-image: url('/images/form-separator.png');
	background-position: right center;
	background-repeat: no-repeat;
}
.header .search-bar .submit {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	background-color: #FFF;
	border: none;
	color: #333;
	border-radius: 0px 2px 2px 0px;
	cursor: pointer;
}
.home-form .geolocate {
	display: none;
}
.home-form .submit:hover, .home-form .geolocate:hover {
	background-color: #FAFAFA;
}


/* Small Tablet and Mobile */
@media( max-width: 768px ) {
	.header .search-bar {
		display: none;
		margin: 0;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		height: 60px;
		background-color: #000;
		z-index: 1050;
		-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
		box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
	}
	.header .search-bar form {
		margin: 0;
		height: 60px;
		padding: 10px 15px;
		width: 100%;
	}
	.header .search-bar .submit {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}


.header .search-bar input::-webkit-input-placeholder,
.header .search-bar input::-moz-placeholder,
.header .search-bar input:-ms-input-placeholder,
.header .search-bar input:-moz-placeholder {
	color: #686868;
}



/* FOOTER */
.footer {
	background-color: #999;
}
.footer p {
	margin: 0;
	color: #eee;
}
.footer ul {
}
.footer ul li {
	display: inline-block;
	margin-right: 5px;
}
.footer ul li a {
	color: #eee;
}
.footer ul li:after {
	content: "|";
	padding-left: 5px;
	color: #eee;
}
.footer ul li:last-of-type:after {
	content: "";
}