.infrastructure-header{
	float:left;
	width:100%;
	background:url("../images/infrastructure/infrastructure-banner.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	height: 202px;
	margin-bottom: 20px;
}
.infrastructure-header-content{
	width:auto;
	height: 200px;
	position: relative;
}
.banner-text{
	margin: 0;
	position: absolute;
	top: 40%;
	left: 8%;
	-ms-transform: translate(-18%, -40%);
	transform: translate(-18%, -40%);
}
.caption-txt-light{
	font-size: 36px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 300;
}

.infrastructure-container{
	margin: 0 auto;
	width: 100%;
	max-width: 87%;
	clear:both !important;
}


.infrastructure-img-block{
	float: left;
	width: 46%;	
}
.infrastructure-text-block{
	float: left;
	width: 52%;
	margin:40px 0 0 15px;
	color: #2d2d2d;
}
.text1{
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
	padding-bottom: 20px;
}

.text2{
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: justify;
}


.spacer{ float: left; width: 100%; height: 100px;}

.infrastructure-container ul{
	float:left;
	width:100%;
	margin: 0;
	padding: 0;
}

.infrastructure-container ul li{
	float:left;
	width:31%;
	margin: 0 20px;
	padding: 0;
	list-style-type: none;
	
}
.infrastructure-container ul li:first-child{ margin-left: 0;}
.infrastructure-container ul li:last-child{ margin-right: 0;}

.printing-img{
	text-align: center;
	position: relative;
}

.printing-title{
	position: absolute;
	bottom: 0;
	left: 10%;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	text-align: justify;
	color: #2d2d2d;
	margin-top: -30px;
	padding-left: 25px;
	z-index: 9999;
	text-transform: uppercase;
}

.printing-text{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.printing-text ul{
	float: left;
	width: 60%;
	margin: 0;
	padding: 0;
	margin-left: 75px;
}

.printing-text ul li{
	float: left;
	width: 100%;
	margin: 0;
	padding:2px 0;
	list-style-image:url("../images/infrastructure/bullet.jpg");
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-align: left;
	color: #2d2d2d;
	list-style-position: outside;

}
