@charset "utf-8";

.wrapper{
	background-color:#fff;
	
}

section{
	padding-top:10px;
}

.sectionInner{
	width:90%;
	max-width:900px;

}

.headerTwo{
	font-size:34px;
	position:relative;
	font-weight:900;	
	text-transform:uppercase;
	color:#003E6A;
	margin-bottom:20px;
	text-align:left;
	color:#fff;
	height:130px;
	width:100%;
		background: rgb(0,91,148); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(0,91,148,1) 0%, rgba(27,45,119,1) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(0,91,148,1) 0%,rgba(27,45,119,1) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(0,91,148,1) 0%,rgba(27,45,119,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005b94', endColorstr='#1b2d77',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

.headerTwo span{
	display:block;
	width:90%;
	max-width:900px;
	font-size:28px;
	margin:0 auto;
	padding-top:90px;
	
		
}

#career .title{
	text-align:left;
	border-bottom:2px solid #003E6A;
	
}


.leftSide, .rightSide{
	width:100%;
	overflow:hidden;
	float:left;	
	text-align:left;
	box-sizing:border-box;
	
}


.leftSide{
	color:#003E6A;
	font-size:16px;
}


.leftSide p {
	font-weight:700;
	margin:0;
	text-align:justify;
	margin-bottom:20px;
	
	
}


.rightSide p {
	margin:0;
	text-align:justify;
	
}


.rightSide p strong{
	display:block;
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
	margin-top:40px;
	color:#003E6A;
	text-align:left;
}


@media (min-width: 700px){


.leftSide, .rightSide{
	width:48%;
	overflow:hidden;
	display:inline-block;
	float:none;
	text-align:left;
	box-sizing:border-box;
	vertical-align:top;
	
}
.rightSide{
	padding-left:2%;
	border-left:1px solid #000;
}

.leftSide{
	font-size:22px;
	margin-right:2%;
}
.rightSide p:first-child strong{
	margin-top:0px;
}


}























