/* Advertisement Modules */
.module.advertisement .content {
    text-align: center;
}
.module.advertisement .content img {
    max-width: 100%;
}

.region-banner,
.region-banner .module,
.region-hero,
.region-hero .module,
.region-before-content,
.region-before-content .module {
	padding-top: 1em;
	padding-bottom: 1em;
}

.region-after-matter {
	margin-bottom: 20px;
}

#sidebar .module {
	margin-bottom: 2em;
}

.module-margined {
	margin-top: 20px;
	margin-bottom: 20px;
}
.module-boxed-h {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.bg-white { background:#fff; }
.bg-gray { background:#ddd; }

ul.cms-content-list {

}