.document {
}

.doc-links {
	width: 100px;
	float: left;
	height: 100px;
	text-align: center;
	background: #06608B url('../img/down-arrow.png') 50% 85% no-repeat;
	color: white;
}

.link-doc, .link-pdf {
	display: inline-block;
	width: 38px;
	height: 42px;
	margin: 1em 2px;
}

.link-doc {
	background: url('../img/doc.png');
}

.link-pdf {
	background: url('../img/pdf.png');
}

.doc-descs {
	max-width: 1060px;
	width: calc( 100% - 100px );
	float: left;
	margin: 0;
	padding: 0 0 4em 70px;
	border-left: 2pt solid #FAA919;
}

.doc-title {
	color: #FAA919;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 1.5em;
	margin: 0;
	line-height: 1;
}

.doc-desc {
}