@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/membership/gapfillguidance.jpg');
	background-position:center top;
}

.steps {
	text-align:center;	
	margin-top:40px;
}
.steps .glyphicon {
    font-size: 30px;
    line-height: 1.2;
	color:#39a3a3;
}
.block {
	background:#39a3a3;
	color:#ffffff;
	padding:20px;	
}


@media (min-width : 1599px) {
	
}
@media (max-width : 1599px) {
	
}

@media (max-width : 1199px) {
	
}

@media (max-width : 991px) {
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

@media (max-width: 767px) {
	
}