.careers-section .smk_accordion {
	float:left;
	width:100%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	font-family: 'Open Sans', sans-serif;
}

.careers-section .smk_accordion .accordion_in {
	position: relative;
	overflow: hidden;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.careers-section .smk_accordion .accordion_in:hover .acc_head {
	color: #000;
}

.careers-section .smk_accordion .accordion_in .acc_head {
	width:100%;
	padding:15px 12px;
	margin:0;
	float:left;
	position: relative;
	background:#f0f2f5;
	border:solid 1px #e7e9ec;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;	
}
.careers-section .smk_accordion .acc_active .acc_head{
	background:#fff;
}
.serial-num{
	float:left;
	width:28px;
	height:20px;
	margin:8px 0 0 0;
	background:#fff;
	border:solid 1px #e7e9eb;
	border-radius:3px;
	-webkit-border-radius:3px;
	text-align:center;
}
.posi-ques{
	float:left;
	margin:0 0 0 16px;
}
.posi-ques b{
	font-size:14px;
	color:#444;
	font-weight:600;
}
.posi-ques span{
	font-size:12px;
	color:#aca9a9;
}
.careers-section .smk_accordion .accordion_in .acc_head .acc_icon{
	width: 15px;
	height: 15px;
	float:right;
	margin:11px 0 0 0;
	background:url(../images/icon-plus.png) no-repeat;
}
.careers-section .smk_accordion .acc_active .acc_head .acc_icon{
	background:url(../images/icon-minus.png) no-repeat;
}

.careers-section .smk_accordion .accordion_in .acc_content {
	width: 100%;
	display: block;
	  float: left;
	padding:0 0 0 0;
	margin:15px 0 15px 0;
	border:solid 1px #e7e9eb;
	border-bottom:solid 0;
	font-size: 13px;
	color: #58595b;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.job-content{
	float:left;
	width:100%;
	border-bottom:solid 1px #e7e9eb;
	font-size:14px;
	font-weight:600;
	color:#444;
}
.job-content .width-30,
.job-content .width-70{
	float:left;
	width:20%;
	padding:5px 0 5px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.job-content .width-70{
	width:80%;
}
.job-content ul{
	margin:0;
	padding:0;
}
.job-content ul li{
	float:left;
	padding:0 0 5px 14px;
	background:url(../images/icon-double-arrows3.png) no-repeat left 7px;
	font-size:14px;
	font-weight:600;
	color:#444;
	list-style-type:none;
}
.bg-grey{
	background:#f0f2f4;
}
@media only screen and (max-width:660px) {
.careers-section .smk_accordion{
	  margin: 0 0 0 0;
}
}

