@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/membership/mcsiviaexp.jpg');
}
.fees {
 background-color: #c7d9dd;
    background-image: url("/cisiweb2/image/membership/fees.jpg");
    background-position: right center;
    background-repeat: no-repeat;
	background-size:cover;
    margin-bottom: 30px !important;	
}
.fees .sfContentBlock {
	padding-right:25%;
	padding-top:30px;
	padding-bottom:30px;	
}


@media (min-width : 1599px) {

}

@media (max-width : 1599px) {
	
}
@media (min-width: 1200px) and (max-width: 1300px) {
	.introWrapper h2 {
        font-size: 30px !important;
    }
}

@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) {
	.fees {
		background-color: #c7d9dd;
		background-image: none;
		margin-bottom: 30px !important;	
	}
	.fees .sfContentBlock {
		padding-right:0%;	
	}
}






