h2 {
	width: 600px;
}

h1 {
	width: 300px;
	font-size:320%
}

#social {
	position: absolute;
	top: 25px;
	right: 220px;
}	

#input {
	margin-top: 30px;
}

.state-district {
	display: inline-block;
	width: 348px;
	margin: 30px 0px;
	float: left;
}

#select-state {
	margin-right: 30px;
}

.state-district h3 {
	height: 22px;
	text-indent: -99999px;
}

.state-district .form-container {
	background: url(../img/district-state-sprite.png) no-repeat 0px -56px;
	width: 348px;
	height: 63px;
}

.state-district .form-container input,
.state-district .form-container select {
	width: 322px;
	height: 37px;
	background: #fff;
	color: #a1947f;
	position: relative;
	top: 12px;
	left: 11px;
	font-size: 18px;
	border: 1px solid #a1947f;
}

.state-district .form-container input {
	padding: 5px;
	font-size: 18px;
	width: 310px;
	height: 25px;
}


#select-state h3 {
	background: url(../img/district-state-sprite.png) no-repeat 0px 0px;
	width: 185px;
}

#enter-district h3 {
	background: url(../img/district-state-sprite.png) no-repeat 0px -29px;
	width: 214px;
}

.p form {
	display: inline-block;
	height: 18px;
}

.section .section {
	margin-left: 20px;
}

.section {
	margin-top: 20px;
	position: relative;
}

.section h3 {
	background: url(../img/icons.png) no-repeat 0px 0px;
	height: 63px;
	width: 358px;
	position: relative;
}

.section h3.active {
	background-position: 0px -80px;
}

.section h3 span {
	text-indent: -999999px;
	position: absolute;
	height: 63px;
	width: 358px;
	top: 0px;
	left: 0px;
	background-image: url(../img/icons.png);
	background-repeat: no-repeat;
}

h3,
.option-toggle {
	display: inline-block;
	vertical-align: middle;
}

fieldset {
	margin: 10px 0px 30px 23px;
	position: relative;
}

.options {
	margin: 15px 0px 50px 0px;
	position: relative;
}

.section label {
	width: 80px;
	margin: 0px 25px;
	text-align: center;
	display: inline-block;
}

.radio {
	height: 48px;
	width: 80px;
	margin: 0px 25px;
	text-align: center;
	display: inline-block;
	background: url(../img/radio-sprite.png) no-repeat center -61px;
	z-index: 2;
	position: relative;
}

.radio.active {
	background-position: center -1px;
}

.radio input {
	position: relative;
	top: 21px;
	left: -5px;
}

.bar {
	position: absolute;
	height: 62px;
	width: 544px;
	top: 27px;
	left: 58px;
	z-index: 1;
	background: url(../img/slider-bar.png) repeat-x top center;
}

#more-issues-content {
	display: none;
}

#terms {
	display: table;
	margin: 20px 0px;
}

#terms input, #terms label {
	display: table-cell;
	vertical-align: middle;
}

#terms input {
	width: 20px;
}

#form-buttons {
	text-align: center;
}

#form-submit {
	text-indent: -99999px;
	background: url(../img/submit-sprite.png) no-repeat 0px 0px;
	border: none;
	height: 70px;
	width: 265px;
}

#form-submit:hover {
	background-position: 0px -70px;
}


.section-popup {
	position: absolute;
	top: -52px;
	left: 12px;
	width: 383px;
	height: 152px;
	background: url(../img/hover-popup.png) no-repeat center center;
	padding: 53px 0px 0px 77px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 9999;
}

.section-popup p {
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.section-popup span {
	font-weight: bold;
	font-size: 24px;
	display: block;
}

.state-district span {
	padding: 3px 7px;
	background: #a1947f;
	border-radius: 9px;
	color: #f2ede4;
	font-size: 11px;
	margin-left: 5px;
	text-decoration:  none;
	display: inline-block;
	vertical-align: text-bottom;
}

#whats-my-district span {
	margin-right: 5px;
}
