/* Corporate shared styles */
body.corporate .content-main > .row-2
{
	font-size: 15px;
	line-height: 1.3;
	position: relative;
}


/* History page (default page) */

body.about .netxusa-main-content-inside
{
	background: url(/images/corporate/people-map-bkg.png) right 440px no-repeat;
	padding-bottom: 340px;
	margin-bottom: 50px;
}
body.about .content-main > .row-1 .titleMedium
{
	display: block;
	font-size: 34px;
	line-height: 1;
	margin-top: 7px;
}
body.about .about-content ul
{
	padding-left: 20px;
}


/* Why Choose Us Block */

.why-choose-us-block,
.why-choose-us-block *
{
	box-sizing: border-box;
}
.why-choose-us-block
{
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	height: 222px;
	padding: 14px 0 38px 0;
	width: 100%;
}
.why-choose-us-block-inner
{
	height: 100%;
	background: #0D2747;
	padding: 16px 255px 0 23px;
}
.why-choose-us-block-inner:after
{
	background: url(/images/corporate/why-choose-us-block-laptop.png) 0 -1px no-repeat;
	display: block;
	content: '';
	width: 255px;
	height: 100%;
	position: absolute; 
	right: 0;
	top: 0;
	z-index: 99;
}
.why-choose-us-block-content
{
	color: #fff;
	text-align: justify;
	height: 100%;
	font-size: 15px;
	line-height: 20px;
}
.why-choose-us-block-content .titleSmall
{
	color: #fff;
	font-size: 28px;
	line-height: 1;
}
.why-choose-us-block-content p
{
	margin: 5px 0 0 0;
}
