@charset "UTF-8";


.wrap_req {
	border:10px solid #90c320;
	padding:60px 50px 50px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: 0 auto 10px;
    max-width: 980px;
}

.txtReq  {
	margin-bottom:30px;
}

.txtReq span {
	display:inline-block;
	vertical-align:middle;
	font-size:28px;
	font-weight:bold;
}

.txtReq em {
	display:inline-block;
	vertical-align:middle;
	font-family: 'ost';
	font-size:18px;
	margin-left:10px;
	margin-top:3px;
}

.tblReq {
	width:100%;
}

.tblReq th {
	background:url(../../img/requirements/border.png) repeat left top;
	border-bottom:5px solid #fff;
	color:#90c320;
	font-weight:bold;
	padding:15px 0 15px 20px;
	width:28%;
}

.tblReq tr td {
	background:url(../../img/requirements/border2.png) repeat left top;
	border-left:5px solid #fff;
	border-bottom:5px solid #fff;
	padding:15px 0 15px 20px;
}


.h3_req {
	font-size:14px;
	margin-bottom:45px;
	line-height:1.5;
	text-align:center;
	margin-top: 80px;
}

.h3_req span {
	font-family: 'ost';
	font-size:48px;
}

.mt_95 {
	margin-bottom:90px;
}

.txtReq {
	font-size:14px;
	margin: 25px auto;
    max-width: 980px;
}

.txtReq a {
	color:#90c320;
	text-decoration:underline;
}

.txtReq a:hover {
	text-decoration:none;
}


.cont_rec h1 {
    font-weight: bold;
	font-size:18px;
}

.cont_rec h2 {
    font-weight: bold;
	font-size:16px !important;
}

.cont_rec h3 {
	font-size:15px;
}

.cont_rec h4 {
	font-size:14px;
}

.cont_rec h3, .cont_rec h4, .cont_rec strong  {
	font-weight:bold;
}


.cont_rec ol, .cont_rec ul  {
	list-style-type:inherit;
	list-style:inherit;
	padding-left:20px;
	margin:20px 0;
}

.cont_rec ul  {
	list-style-type:disc;
}

.cont_rec ol  {
	list-style-type: decimal;
}


@media only screen and (min-width:768px) and (max-width:1024px) {
	.wrap20 {
		padding:0 15px;
	}
	
}


@media only screen and (max-width:767px) {
	.mt_95 {
	margin-bottom:40px;
	}
	
	.wrap40 {
		padding:0 40px;
	}
	
	.h3_req span {
	font-family: 'ost';
	font-size:35px;
	}
	
	.wrap_req { 
	padding:25px 20px;
	border:5px solid #90c320;
	margin-bottom:20px;
	}
	
	.txtReq {
		margin-bottom:10px;
	}
	
	.txtReq span {
	font-size:18px;
	}
	
	.txtReq em {
		font-size:10px;
		
	}
	
	.tblReq th {
		width:100%;
		display:block;
		border-bottom:none;
	}
	
	.tblReq tr td {
		width:100%;
		display:block;
		border-left:none;
	}
	
	.h3_req {
		margin-bottom:25px;
		margin-top: 50px;
	}
	
	
	
}
