.all-section {
	margin: 1em 0;
	padding: 1em 0;
	border-top: 1px solid #ccc;
}

.article-list {
	list-style: none;
}

.contentInner ul.article-list li,
.article-list li {
	list-style: none;
	margin: 0;
	padding: 1.5em 0;
}

.article-list li {
	border-top: 1px solid #eee;
}

.article-list li:first-child {
	border-top: none;
}

.article-list article>*:first-child {
	margin: 0 0 0.5em 0;
	padding: 0;
}

.article-list article>*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.article-list article h3 {
	font-size: 1.2em;
}

.article-metadata {
	font-size: 85%;
	margin-bottom: 0;
}

#content>.container {
	width: auto;
	max-width: 100%;
}

#content>.container>.contentPage {
	padding: 0;
	margin: 0 -15px;
	display: block;
}

/* Hide the breadcrumbs */
.breadcrumb {
	display: none;
}

/* Search */
.search-box .search-form input[type=search] {
	width: 100%;
	font-size: 1.125rem;
	border-radius: 4px;
	height: 4rem;
	border-image: none;
	border: 1px solid #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .15);
	padding: .5rem 11rem .5rem 5.5rem;
	background: #fff;
	-webkit-appearance: none;
}

.search-box-wide {
	width: 100% !important;
	margin: 2rem 0;
}

.search-box-wide .search-form input[type=search] {
	width: 100%;
	height: 6rem;
	font-size: 1.55rem;
}

.search-box .search-form .search-button {
	top: calc(50% - 12px);
}

.search-box-wide .search-form .search-button {
	font-size: 1.55rem;
	color: #000;
	line-height: 1;
}

.search-box .search-form .search-button.active {
	display: block;
}

.search-box .search-form .search-icon {
	color: #8e6f3e;
	position: absolute;
	left: 1.5rem;
	top: calc(50% - 16px);
	font-size: 2rem;
}

.search-box-wide .search-form .search-icon {
	top: calc(50% - 24px);
	font-size: 3rem;
}