<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.introWrapper {	
	background-image:url('/cisiweb2/image/mycisi/mystudy.jpg');
	background-position:center center;

}
.introText {
   padding: 30px 30px 20px !important;
}
.atpBlock {
	/* background: #2d8383; */
	background: #105757;
    color: #fff;
    padding: 30px;
}
.atpBlock h3 {
	color:#ffffff;
}
.reBlock {
	background: #105757;
	/* background: #2d8383; */
    color: #fff;
    padding: 30px;
	margin-bottom: 20px;
}
.reBlock h3 {
	color:#ffffff;
	font-weight: 600;
}
.reBlock .btn {
	background-color:#fff;
	border-color:#fff;
	color: #444;
}
.reiImage {
	float:right;
	margin-left:40px;	
	margin-right:-220px;
	height:500px !important;
	
}
.profrefImage {
	float:left;
	margin-right:40px;	
	margin-left:-220px;
	height:500px !important;
}

.samplePaper {
 background-image: url("/cisiweb2/image/membership/courses.jpg");
    background-position: left 90%;
    background-size: cover;	
	margin-bottom:20px !important;
	margin-top:-50px !important;
}
.samplePaper .sfContentBlock {
	padding:30px 30% 40px 0px !important;	
}


@media (max-width : 1599px) {
.reiImage {
	float:right;
	margin-left:40px;	
	margin-right:-220px;
	height:100% !important;
	
}
.profrefImage {
	float:left;
	margin-right:40px;	
	margin-left:-220px;
	height:100% !important;
}
}

@media (max-width : 991px) {
			.profrefImage {
	float:left;
	margin-right:40px;	
	margin-left:-420px;
}
.reiImage {
	float:right;
	margin-left:40px;	
	margin-right:-420px;
		
}
}

@media (max-width : 767px) {
		.profrefImage {
		padding-top:5% !important;
	}
	.reiImage {
		padding-top:5% !important;
	
}
.samplePaper .sfContentBlock {
	padding:20px !important;	
}
}

@media (min-width: 1000px) {
    .row.narrativeExam {
    padding: 50px;

}
}

</pre></body></html>