﻿.whitePaper-header
{
	background-image: url('../Images/headers/sec-page-header.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
	width: 100%;
	margin-top: 92px;
	overflow: hidden;
}

.whitePaper-details
{
	margin: 0px auto 40px;
}

.whitePaper-details div
{
	padding-right: 15px;
	text-align: justify;
	
	line-height: 28px;
}

.other-whitePaper
{
	background-color: #0A70A6;
	padding: 40px 0px;
}
.whitePaper-item
{
	border-right:1px solid #73AADC;
}
.whitePaper-item:last-child
{
	border-right:none;
}
.whitePaper-item:hover .fa
{
	-webkit-transform: scale(1.3);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1.3);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
	transform: scale(1.3);
	transition-timing-function: ease-out;
	transition-duration: 250ms;
}
.whitePaper-entry
{
	
	margin: 0px;
	padding: 30px 0px;
	cursor: pointer;
	transition:all .25s linear;
	
}
.whitePaper-entry:hover
{
	background-color: #00669C;
}
.whitePaper-entry-title
{
	height: 94px;
	display: table;
	width: 100%;
}

.whitePaper-entry-title h3
{
	text-align:center;
	color: #FFF;
	display: table-cell;
	vertical-align: middle;
}
.whitePaper-entry-title h3 a
{
	color: #FFF;
	outline: none;
}
.whitePaper-entry-title h3 a:hover
{
	text-decoration: none;
}

