h2 { font-weight: bold; }

/*---------------------------------*\
Stats styles
/*---------------------------------*/
.home-stats-wrapper {
	margin-top: 30px;
	margin-bottom: 50px;
	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;
}

/* years in business stat */
/*.home-stat-business {
	width: 130px;
	padding: 0;
}
.home-stat-business-inner {
	position: relative;
	margin: 0 auto;
	width: 86px;
}
.home-stat-business	.home-stat-primary {
	top: -7px;
	left: 1px;
	font-size: 51px;
}
.home-stat-business	.home-stat-secondary {
	top: 1px;
	left: 75px;
	width: 9px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	word-break: break-all;
}
.home-stat-business	.home-stat-tertiary {
	top: 43px;
	left: 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
}


/* Wohlers report stat */
/*.home-stat-report {
	width: 130px;
	padding: 0;
}
.home-stat-report	.home-stat-primary {
	top: -4px;
	left: 0;
	font-size: 26px;
	text-align: center;
	text-transform: uppercase;
}
.home-stat-report	.home-stat-secondary {
	top: 25px;
	left: 0;
	width: 128px;
	font-size: 11.5px;
	text-align: center;
}
.home-stat-report	.home-stat-tertiary {
	top: 41px;
	left: 0;
	font-size: 16px;
	font-style: italic;
}
	
	
/* clients stat */
/*.home-stat-clients {
	width: 130px;
	padding: 0;
}
.home-stat-clients	.home-stat-primary {
	top: -4px;
	left: 0;
	font-size: 34px;
}
.home-stat-clients	.home-stat-secondary {
	top: 31px;
	left: 0;
	width: 103px;
	font-size: 10px;
	text-align: center;
}
.home-stat-clients	.home-stat-tertiary {
	top: 44px;
	left: 0;
	width: 100px;
	font-size: 12.5px;
	text-align: center;
}


/* investment stat */
/*.home-stat-additional {
	width: 130px;
	padding: 0;
	border: none;
}
.home-stat-additional	.home-stat-primary {
	top: -6px;
	left: 0;
	font-size: 37px;
	text-align: center;
}
.home-stat-additional	.home-stat-secondary {
	top: 31px;
	left: 0;
	width: 112px;
	font-size: 11px;
	text-align: center;
}
.home-stat-additional	.home-stat-tertiary {
	top: 45px;
	left: 0;
	width: 112px;
	font-size: 12px;
	text-align: center;
}*/



/*---------------------------------*\
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: 40px 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;
}