/* Laptop/Tablet (1024px) */
@media only screen and (min-width: 725px) and (max-width: 1035px) {

body { font-size: .8em }

.nav ul li a,.footer_nav ul li a { padding: 1em .85em }

.nav_container.stick .nav ul li.navlogo a {
	width: 6.95em;
	padding: 0 1.7em 0 .85em;
	margin-right: .85em !important;
}

.wide { width: 80% }
.full .main_column { width: 80% }

.home_pledge input { max-width: 225px }

.stateshome .state_label { font-size: .5em }

#nav_mobile_buffer.stick {
	height: 41px;
}

}