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

.primary-content, .secondary-content, .column {
	width: auto;
	
}

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

div.intro {
	/*text-align: center;*/
}

.hero-content {
	min-height: 160px;
}

.hero-content h1 {
	font-size: 24px !important;
	line-height: 1.3em;
	margin-bottom: 10px !important;
}

.hero-content h2 {
	line-height: 22px !important;
}

.hero-buttons p.button {
	float: left;
}

.hero-buttons p.button a span {
	width: 150px;
}

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

.sidebar-quote {
	margin: 25px 0 !important;
}

.column {
	float: left;
	width: 45% !important;
	margin-right: 5%;
}

.tile span.article-title {
	margin-bottom: -40%;
}

div.intro h1 {
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 38px;
}

.tiles .column {
	width: 49% !important;
	margin-right: 0 !important;
}

.tiles div.column:nth-of-type(even) {
	float: right;
}

.article-tiles.tiles span.tile-image img {
		margin-top: -10%;
}

.tiles.videos.fixed-height .column {
	height: 200px;
}

.tiles .tile {
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

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

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

}


