#pfp_important_documents_wrapper,
#pfp_important_documents_wrapper *
{
	box-sizing:border-box;
}

#pfp_important_documents_wrapper
{
	display: block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	direction: ltr;
}

#pfp_important_documents_wrapper:after
{
	content:'';
	clear:both;
	display: table;
	zoom:1;
}

#pfp_important_docs_title
{
	font-weight: bold;
	font-size:18px;
	display: block;
	margin-bottom: 8px;
	color: #B52C35;
}


#pfp_important_documents_wrapper .pfp_important_document_indiv_wrapper
{
	display: block;
	float: left;
	width: 32%;
	margin-right:1%;
	margin-bottom: 1%;
}

#pfp_important_documents_wrapper .pfp_important_document_indiv
{
	display: block;
	border:1px solid #333;

	height: 225px;
	overflow: hidden;

	border-radius: 3px;
	border:solid 1px #ccc;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	background-color:#F4F8F9;

	background-size: cover;
	position: relative;

	text-decoration: none;
}
#pfp_important_documents_wrapper .pfp_important_document_indiv:hover
{
	box-shadow: 0 0 5px rgba(0,0,0,0.35);
}

#pfp_important_documents_wrapper .pfp_important_document_indiv .pfp_important_document_indiv_hover_content
{
	display: block;
	position: absolute;
	right:-100%;
	height: 100%;
	width: 100%;

	padding:20px;

	background-color: #bc2736;
	background-color: rgba(188, 39, 54, 0.90);
	color:white;
	font-size:14px;
	line-height: 1.3em;

	-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#pfp_important_documents_wrapper .pfp_important_document_indiv:hover .pfp_important_document_indiv_hover_content
{
	right:0;
	color:white;
}

#pfp_important_documents_wrapper .pfp_important_document_indiv .pfp_important_document_indiv_info_wrapper
{
	display: block;
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	background-color: #bc2736;
	background-color: rgba(188, 39, 54, 0.90);
	color:white;
	padding:10px;

	-webkit-transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#pfp_important_documents_wrapper .pfp_important_document_indiv:hover .pfp_important_document_indiv_info_wrapper
{
	left:-100%;
	color: white;
}

#pfp_important_documents_wrapper .pfp_important_document_indiv .pfp_important_document_indiv_info_wrapper .pfp_important_document_indiv_title
{
	font-size:1.2em;
	font-weight: bold;
}
#pfp_important_documents_wrapper .pfp_important_document_indiv .pfp_important_document_indiv_info_wrapper .pfp_important_document_indiv_date
{
	font-size:0.85em;
	font-style: italic;
}

.pfp_important_document_indiv_click_to_download
{
	text-transform: uppercase;
	font-size:0.8em;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-weight: bold;
}
.pfp_important_document_indiv_click_to_download:before,
.pfp_important_document_indiv_click_to_download:after
{
	content:'-';
}