/* Customization for the home page Guard News articles */
form[action='/SD-Test-Page-2/'] section.article-list.guard-news article {
	min-height: 500px;
}

/* Customization for the home page article container */
form[action='/SD-Test-Page-2/'] section.article-list {
	min-height: 350px;
}

/* Customization for the home page article image container */
form[action='/SD-Test-Page-2/'] section.article-list article figure {
	max-height: 200px;
	overflow: hidden;
}

/* Customization for the home page article image */
form[action='/SD-Test-Page-2/'] section.article-list article figure img {
	width: 100%;
}

/* Customization for the home page article dates */
form[action='/SD-Test-Page-2/'] section.article-list article date {
	color: rgba(0, 0, 0, 0.7);
	font-size: 80%;
}

/* Sets the minimum height of articles on the home page */
form[action='/SD-Test-Page-2/'] section.article-list.news-features article,
form[action='/SD-Test-Page-2/'] section.article-list.overseas-operations article,
form[action='/SD-Test-Page-2/'] section.article-list.state-partnership-program article {
	min-height: 200px;
}

/* Removes the first article of each section on the home page middle column */
form[action='/SD-Test-Page-2/'] section.article-list-right.news-features article:first-of-type,
form[action='/SD-Test-Page-2/']
	section.article-list-right.overseas-operations
	article:first-of-type,
form[action='/SD-Test-Page-2/']
	section.article-list-right.state-partnership-program
	article:first-of-type {
	display: none;
}

/* Removes the right border from the home page middle column */
form[action='/SD-Test-Page-2/'] #dnn_Even3Left .container-body-no-back {
	border-right: none;
}

/* Removes the left border from the home page left column */
form[action='/SD-Test-Page-2/'] #dnn_Even3Middle .container-body-no-back {
	border-left: none;
}
/**
 * Removes the header text from the
 * home page's middle column
 */
.DnnModule-139369 .container-head
{
visibility: hidden;
}
 /* Guard News */
.DnnModule-139371 .container-head, /* Overseas Operations */
.DnnModule-139370 .container-head, /* State Partnership Program */
.DnnModule-139372 .container-head {
	visibility: hidden;
} /* News Features */

/**
 * Removes the left border from the
 * home page middle column
 */
.DnnModule-139369 .container-head-no-back, /* Guard News */
.DnnModule-139371 .container-head-no-back, /* Overseas Operations */
.DnnModule-139370 .container-head-no-back, /* State Partnership Program */
.DnnModule-139372 .container-head-no-back {
	border-left: none;