@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/membership/spsapp.jpg');
	background-position:center top;
}

.greyWrapper {
	background:url('/cisiweb2/image/membership/applications.jpg');	
	background-size:cover;
	background-attachment:fixed;
	background-position:bottom center;
}

h4.question {
	margin-top:20px !important;
	margin-bottom:0px !important;
	cursor:pointer;	
}
.answer {
	font-size:14px !important;
	margin-left:10px;	
}

@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) {
	
}