h2 { font-weight: bold; }

/*---------------------------------*\
Stats styles
/*---------------------------------*/
.home-stats-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 10px 0;
	background: #dadada;
}

.home-stats-wrapper > div {
	display: inline-block;
	width: 24%;
}
.home-stats-wrapper > div:not(:last-child) {
	border-right: solid #8c042a 2px;
}

.home-stat-primary {
	font-weight: bold;
	font-size: 50px;
	line-height: 46px;
	color: #818181;
}
.home-stat-secondary {
	font-size: 12px;
	color: #5f5f5f;
}

/* sizing */
.home-stat-1 {
	width: 40%;
	text-align: left;
	box-sizing: border-box;
	border-right: solid #d9d9d9 1px;
}
.home-stat-2 {
	width: 60%;
}
.home-stat-3 {
	width: 55%;
}
.home-stat-4 {
	width: 45%;
	text-align: right;
	box-sizing: border-box;
	border-left: solid #d9d9d9 1px;
}


/*---------------------------------*\
Lastest articles
/*---------------------------------*/
.home-articles,
.home-report {
	box-sizing: border-box;
}
.home-articles {
	width: calc(100% - 375px);
}
.home-articles h2,
.home-report h2 {
	margin-top: 0;
}

.home-articles {
	padding: 0 50px 0 0;
}
.home-article-list {
	margin-left: 25px;
}
.home-article-list li { position: relative; }
.home-article-list li:before {
	content: '';
	position:absolute;
	top: 5px;
	left: -15px;
	display: block;
	width: 8px;
	height: 8px;
	background: #8c042a;
}
.home-article-list li:not(:last-child) {
	margin-bottom: 13px;
}
.home-article-list a {
	text-decoration: none;
	color: #000000;
}
.home-article-list a:hover { text-decoration: underline; }


/*---------------------------------*\
report
/*---------------------------------*/
.home-report {
	position: relative;
	padding: 20px;
	width: 375px;
	background: #e2e2e2;
}
.home-report h2 { font-size: 22px; }
.home-report-report {
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.home-report-links { margin-top: 20px; }
.home-report .btn-primary {
	margin: 0 0 20px;
}

/*---------------------------------*\
small home styles
/*---------------------------------*/
.home-button-bar {
	margin-top: 30px;
}

.home-button-left,
.home-button-right {
	box-sizing: border-box;
}
.home-button-left {
	width: calc(100% - 400px);
}
.home-button-right {
	width: 375px;
}

.home-logos {
	margin-top: 20px;
	box-sizing: border-box;
	width: 375px;
}



.home-stats-wrapper + .DfAM {
	margin-top: -15px;
}

.dfam-banner {
	width: 100%;
	max-width: 600px;
}