 /* -- Global -- */


/* -- Search --  */

.article-search-box {
	background: #f6f6f6;
	padding: 10px 0 10px 30px;
	margin-bottom: 2em;
}

.article-search-box__col {
	width: 50%;
	float: left;
	padding-right: 30px;
}

.article-search-box__col select {
	min-width: 100%;
	max-width: 100%;
}

.article-search-box p {
	text-align: right;
	padding-right: 30px;
}

/* -- Tall --  */

/* Article list */
.widget-ArticlesList.orientation-tall .sidebar-article {
	border-bottom: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article:first-child {
	border-top: 1px #A9A7A7 solid;
}
.widget-ArticlesList.orientation-tall .sidebar-article h4 {
	margin-top: 1.5rem;
	margin-top: 15px;
}
.widget-ArticlesList.orientation-tall .sidebar-article .date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #8B8787;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}

/* Date list */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}


/* -- Wide -- */
.widget-ArticlesList.orientation-wide .article {
	border-bottom: 1px #A9A7A7 solid;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 0 0 10px;
}
.widget-ArticlesList.orientation-wide .date {
    font-size: 15px;
    font-size: 1.3rem;
    color: #8B8787;
    margin: 16px 0 -4px;
    margin: -1.6rem 0 -0.4rem;
}
.widget-ArticlesList.orientation-wide .article-img {
	float: right;
	width: 100px;
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-ArticlesList.orientation-wide .article-text {
	margin-right: 140px;
}
/* Left aligned */
.widget-ArticlesList.orientation-wide.left-aligned .article-img {
	float: left;
}
.widget-ArticlesList.orientation-wide.left-aligned .article-text {
	margin-left: 140px;
	margin-right: 0;
}


/* -- Full -- */