/*
 * NewsPlus Shortcodes — homepage minimum
 * Extracted from NewsPlus Shortcodes CSS 3.4.1.
 * Keeps only legacy grid/clearfix rules needed by the homepage layout.
 */ /* Column Grids */ .full, .three-fourth, .two-third, .half, .one-third, .three-eighth, .one-fourth {
	position: relative;
}
.column {
	float: left;
	margin-right: 3.333333%;
}
.row {
	position: relative;
	margin-bottom: 16px;
}
.row:after {
	clear: both;
}
.row:before, .row:after {
	display: table;
	content: "";
}
.full {
	float: none;
	clear: both;
	width: 100%;
	margin-right: 0;
}
.three-fourth {
	width: 74.2425%;
}
.half {
	width: 48.484848%;
}
.two-third {
	width: 65.6562%;
}
.one-third {
	width: 31.3131%;
}
.three-eighth {
	width: 35.60625%;
}
.one-fourth {
	width: 22.7275%;
}
.full-width .column {
	margin-right: 2%;
}
.full-width .column.last {
	margin-right: 0;
}
.full-width .three-fourth {
	width: 74.5%;
}
.full-width .half {
	width: 49%;
}
.full-width .two-third {
	width: 66%;
}
.full-width .one-third {
	width: 32%;
}
.full-width .three-eighth {
	width: 36.25%;
}
.full-width .one-fourth {
	width: 23.5%;
}
 
/* Clearing Margins */ .last {
	margin-right: 0;
}
.last:after {
	clear: both;
}
.last:before, .last:after {
	display: table;
	content: "";
}
/* Clearing floats */ .clearfix:after {
	clear: both;
	content: "";
	display: table;
}
