body { overflow-x:hidden;}

.introWrapper {	
	background-image:url('/cisiweb2/image/cpd/whatiscpd2.jpg');
	background-position:center center;

}

.structured {
	/* background:#2d8383; */
	background: #306464;
	color:#ffffff;
	padding:30px;
	margin-top:20px;	
}
.structured h3 {
	color:#ffffff !important;	
	margin-top:0px !important;
}

.unstructured {
	/* background:#4ea0a0;	 */
	background: #3E7E7E;
	color:#ffffff;
	padding:30px;
	margin-top:20px;
}
.unstructured h3 {
	color:#ffffff !important;	
	margin-top:0px !important;
}
.highlighBox {
	background:#870a30;
	color:#ffffff;
	padding:30px 30px 10px 30px;	
	margin-top:25px;
}
.highlighBox h2 {
	color:#ffffff;
	margin-top:0px;	
}
.cpdBlock div {
    color: #fff;
    font-weight: 400;
    padding: 30px 20px;
    text-align: center;
	cursor:pointer;
	margin-bottom:50px;
}
.cpdBlock #acsi {
    /* background: #9f9f9f none repeat scroll 0 0; */
	background: #757575 none repeat scroll 0 0;

}
.cpdBlock #mcsi {
    background: #2d8383 none repeat scroll 0 0;
}
.cpdBlock #cmcsi {
    /* background: #808080 none repeat scroll 0 0; */
	background: #4D4D4D none repeat scroll 0 0;

}
.cpdBlock #cfcsi {
    background: #bfae79 none repeat scroll 0 0;
}

@media (max-width : 1599px) {
	
}

@media (max-width : 1199px) {

}

@media (max-width : 991px) {
	.cpdBlock div {
		color: #fff;
		font-weight: 400;
		padding: 10px 10px;
		text-align: center;
		cursor:pointer;
		margin-bottom:00px;
	}	
	.cpdDetails {
		margin-top:20px;	
	}
}


@media (max-width: 767px) { 
	
}




