/* ! EPNA Style */
.epna_wrap{
	padding: 0 4%;		
}
.epna_content{
	padding: 0 4%;	
}
.epna_video_content{
	background-image: url(../../../epna_microsite/images/video_bg_img.jpg);
	height: 312px;
	padding: 75px;
}
.epna_lit_content{
	background-image: url(../../../epna_microsite/images/lit_bg_img.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:35px 33px 0;
	height: 360px;
	margin: 30px 0;
	text-align:center;
	background-color:#003366;
}
.epna_lit_content h2{
	color:#fff !important;
}
.epna_lit{
	margin: 0 10px 15px;
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	display:inline-table;
}
.epna_lit a img, .epna_lit a{
	border: none; 
	overflow: hidden;
	text-decoration: none;
	color:#fff;
}
.epna_lit a:hover{
	color:#EB7500;
}
.epna_lit a:hover img{
	color:#EB7500;
	border-bottom: 5px #EB7500 solid;
}
.epna_lit a:hover img{
	margin-bottom:-2px;
}
.epna_dl{
	width:100%;	
	height:25px;
	float:left;
	text-align:center;
	color:#ffffff;
	text-transform:uppercase;
	font-size:10px;
	position:relative;
}
.epna_dlall_btn{
	vertical-align:middle;
	border:solid medium #FFF;
	height:22px;
	width: 130px;
	line-height:21px;
	margin: 0 auto;
	bottom:0;
}
.epna_dlall_btn:hover{
	border:solid medium #EB7500;
}
.epna_contact{
	height:135px;
	margin-bottom:30px;	
}
.epna_contact_btn{
	display:inline-block;
	width: 370px;	
}
.epna_left{
	float:left;	
}
.epna_right{
	float:right;	
}
.epna_contact_btn.epna_left, .epna_contact_btn.epna_right{
	border:thin solid #ccc;
	background-color:#003399;
}
.epna_contact_btn.epna_left:hover, .epna_contact_btn.epna_right:hover{
	border-color:#003399;
}
.epna_contact_btn.epna_left a img:hover, .epna_contact_btn.epna_right a img:hover{
	opacity:.8;
}
@media screen and (max-width: 1000px) {
	.epna_contact_btn.epna_left, .epna_contact_btn.epna_right{
		border:thin solid #ccc;
		background-color:#FFF;
		margin-bottom:10px;
		text-align:center;
		width:100%;
		
	}
}
@media screen and (max-width: 799px) {
	.epna_video_content{
		background-image:none;
		height: auto;
		padding: 0;
	}
}
@media screen and (min-width: 801px) and (max-width: 910px) {
	.epna_lit_content{
		height: 630px;	
	}
}
@media screen and (max-width: 752px) {
	.epna_lit_content{
		height: 630px;	
	}
}
@media screen and (max-width: 540px) {
	.epna_lit_content{
		height: 940px;	
	}
}
@media screen and (max-width: 455px) {
	.epna_contact_btn.epna_left a img, .epna_contact_btn.epna_right a img{
		width: 248px !important;	
	}
}