/* Northland College WordPress theme featured articles CSS */

.news_lead {
	clear: both;
	display: block;
}
.news_lead:after {
	clear: both; content: ''; display: table; /* Clearfix */
	margin-bottom: 1.5em;
}

.news_features {
	clear: both;
	display: block;
	margin-right: -1em;
	margin-bottom: -1.5em;
}
.news_features:after {
	clear: both; content: ''; display: table; /* Clearfix */
	margin-bottom: 1.5em;
}

	.news_features .feature {
		display: inline-block;
		margin-bottom: 1.75em;
		padding-right: 1em;
		vertical-align: top;
		width: 33.333%;
	}

/* CSS3 MEDIA QUERIES */

/* PRINT */
@media print {

}


/* LARGE SCREENS (content area over 1280 pixels) */
@media screen and (min-width: 1280px) {

}


/* INTERMEDIATE SCREENS (content area between 1000 and 1279 pixels) */
@media screen and (min-width: 1000px) and (max-width: 1279px) {

}


/* TABLETS (content area under 1000 pixels) */
@media screen and (max-width: 1000px) {

}


/* PHONES (content area under 782 pixels) */
/* Matched to size where WP mobile admin bar appears */
@media screen and (max-width: 782px) {

}


/* SMALL PHONES (content area under 600 pixels) */
@media screen and (max-width: 600px) {

	.news_features { margin-right: 0; }

	.news_features .feature {
		display: block;
		margin-bottom: 1.5em;
		padding-right: 0;
		width: 100%;
	}

}


/* HIGH RESOLUTION IMAGE REPLACEMENTS */
@media	only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-devicepixel-ratio: 1.5),
		only screen and (min-resolution: 1.5dppx)
{

}
