.home section {
	padding: 2.5em 0;}
.banner {
	background: url(/images/vote2016.png);
	background-repeat:no-repeat;
	background-size:cover;
	position: relative;
}	
.banner.overlay:before{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  z-index:0;
  background-color: rgba(0,0,0,0.7);
}	
.banner p {
	font-size: 1.3em;
	color:#fff;}
.banner h1 {
	color: #ffffff;
	font-family: "TradeGothic-Condensed", Tahoma, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 4em;
	line-height: 1.1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);	
	text-transform: none;}		
#header .logo {
	display: block;
	height: 51px;
	width: 311px;
	margin: 30px 0;
	float: none;
}
#header .ui-logo { 
	margin-top: 10px;
	margin-left: 25px;}
#navigation .dropdown {
	width: 313px;
}
#navigation a.btn {
	margin: 3px 0px 10px 20px;}
.home-market.padded {
	background: #fff;
	margin-bottom: 10px;	
}
@media screen and (min-width: 980px) {
	.home-market {
		background: #fff;
/*		margin-left: 1% !important;*/
		margin-right: 1% !important;
		width:43.91666667% !important;
		padding: 0 2% !important;
	}
}
@media screen and (max-width: 980px) {
	#header .logo {
		float:none;
		height: auto;
		width: 311px;
		margin-top: 30px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
	}
	.banner p { font-size:1em;}
	.banner h1 { font-size:2em;}
	.home section {
	padding: 1em 0;}
}
@media screen and (max-width: 500px) {
	#header .logo {
		height: auto;
		width: 230px;
		margin-top: 15px;
		margin-bottom: 10px;
		float: none;
		clear: both;
	}
}