#header, #centering-content-wrapper, #footer, .container {
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.mobile {
	display: block;
}

.secondary-content div.toc {
	display: none;
}

#header {
	height: 70px;
	min-height: 1px;
}

/*.video-container {
	margin: 20px 0;
}*/

.section {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.intro {
	margin-bottom: 20px;
	text-align: left;
	padding-left: 0; 
	padding-right: 0;
}

.inside-intro {
	margin-top: 20px;
}

.primary-content, .secondary-content, .column, 
.sidebar-left .primary-content, .sidebar-left .secondary-content {
	width: auto;
	float: none;
	margin-bottom: 20px;
}

.pagination {
	margin-top: -30px;
}

.pagination .column {
	float: left;
	width: 49% !important;
	margin-right: 0 !important;
	clear: none;
}

.pagination .column.last-column {
	margin-right: 0 !important;
	float: right;
}

.columnize .primary-content, .columnize .secondary-content {
	float: none;
}

.column {
	float: none;
}

.secondary-content {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 1px !important;
}

.sharing {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	margin-bottom: 20px;
}

.tile .sharing {
	margin: 0;
	border: none;
}

.two-wide, .three-wide {
	margin-bottom: -20px;
}

.hero-content {
	min-height: 1px;
	padding: 30px 20px 30px 20px;
}

.hero .container {
	padding-left: 0;
	padding-right: 0;
}

.hero-slide {
	background-size: cover;
}

.hero-content h1 {
	font-size: 24px !important;
	line-height: 1.1em;
	max-height: none !important;
	height: auto !important;
	margin-bottom: 5px !important;
}

.hero-content h2 {
	margin-top: 5px;
	font-size: 16px !important;
	line-height: 20px !important;
}

.pulled-out {
	margin-top: 20px !important;
	margin-left: 0 !important;
	width: auto;
	position: relative;
}

div.bio-callout:first-child {
	margin-top: 0;
	margin-bottom: 50px;
}

div.bio-callout:last-child {
	margin-bottom: 40px;
}

.index-head img {
		float: none;
		margin-bottom: 5px;
	}
	
.issue-select {
	margin: 10px 0 0 0;
}

.index-head {
	margin-bottom: 20px;
}

.hero-buttons p.button {
		float: none;
	}
	
	.hero-buttons p.button a span {
		width: auto;
	}

body.home div.facebook-comments {
	width: auto;
}	


/* we want to use 320.css over all tablets/screens, but keep the below only in these widths */

/* anything up to 767px wide */
@media only screen and (max-width: 767px) {	

	/* kill the hover effects from desktop */
	.tile span.article-title, .tile span.article-title i, .tile span.article-title b {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}

	#content-wrapper {
		background-image: none;
	}
	
	.home .hero-content {
		
	}
	
	.column.share {
		display: none;
	}
	
	.tiles .column {
		width: 100%;
	}
	
	.article-tiles.tiles .column, .tiles.videos.fixed-height .column {
		max-height: 150px;
	}
	
	.article-tiles.tiles span.tile-image img {
		margin-top: -30%;
	}
	
	/*.tiles.videos.fixed-height .column {
		height: auto;
	}*/
	
	.tile span.pad {
		padding: 10px;
	}
	
	.tile span.article-title b {
		font-size: 14px !important;
		line-height: 19px !important;
		max-height: none !important;
	}
	
	.play-button {
		width: 60px;
	}
	
	div.intro h1 {
		font-size: 28px;
		line-height: 32px;
	}

	div.intro h2 {
		font-size: 24px;
		line-height: 28px;
	}
	
	div.pad {
		padding: 10px;
	}
	
	.tiles {
		margin-right: 0;
		max-height: 150px;
	}

	.tile span.article-title {
		height: auto;
		margin-bottom: 0;
	}

	.tile span.article-title b {
		max-height: none;
	}

	.tile span.article-title i {
		display: none;
	}

	.article-tiles .tile-image img {
	
	}

	.tiles .tile-image img {
		opacity: .8;
	}
	
	.tile a:hover span.article-title { 
		background: rgba(0, 0, 0, .8);
	}
	
	.secondary-content div.toc {
		display: none;
	}

}

@media only screen and (max-width: 900px) {	

	.issue-select {
		float: none;
	}



}

/* just non-hover devices */

@media only screen and (min-device-width : 1px) and (max-device-width : 1024px) {
	
	/* kill the hover effects from desktop */
	.tile span.article-title, .tile span.article-title i, .tile span.article-title b {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	
	/* kill the hover effects from desktop */
	.tiles .tile-image img {
		opacity: 1;
	}
	
	.tile a:hover .tile-image img {
		opacity: 1;
	}
	
	.tile a:hover span.article-title { 
		background: rgba(0, 0, 0, .4);
	}



	
}