/* TABLETS PORTRAIT */
@media only screen and (min-width: 615px) and (max-width: 724px) {

body { font-size: .7em }

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

.nav_container.stick .nav ul li.navlogo a {
	width: 6.65em;
	padding: 0 1.5em 0 .75em;
	margin-right: .75em !important;
}

.sidebar_action { font-size: 1em }

.home_pledge input { max-width: 150px }

#nav_mobile_buffer.stick {
	height: 35px;
}


/* PAGE WRAPPER WIDE */

.wide {
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
	padding: 0 2em;
	margin: 0 2em;
}

.wide .post_text p:first-child:first-letter {
	float: left;
	display: block;
	color: #ac2a38;
	text-align: center;
	font-size: 5em;
	line-height: .9;
	margin-bottom: -.1em;
	margin-right: .1em;
	text-shadow: .04em .04em 0 #eee
}

.stateshome .state_container {
	width: 25%;
	overflow: auto;
	float: left;
	padding: 1% .5% 0;
}

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

.side_column .post_text { font-size: 1em }

.full .main_column {
	width: -moz-calc(100% - 4em);
	width: -webkit-calc(100% - 4em);
	width: calc(100% - 4em);
	padding: 0 2em;
	margin: 0 2em;
}

.home_featured .featured_text { width: 50% }

.home_featured .featured_thumb { width: 50%; padding-top: 35% }

}