body { overflow-x:hidden;}
.quote h1 {
    color: #666666 !important;
    font-weight: 100;
    text-align: center !important; 
	line-height:normal;
}
.introWrapper {	
	background-image:url('/cisiweb2/image/qualifications/fp.jpg');
	background-position:center center;
}
.whyChoose {
	margin-bottom:30px !important;
	}
.lightRed {
    background: none repeat scroll 0 0 #e4f4f5;
    color: #11b9c4 !important;
	transition: all 0.25s ease;
}
.lightRed:hover {
	background:#e4f4f5;
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
    background: #04cae8;
    color: #ffffff !important;
    transition: all 0.25s ease;
}
    .red:hover {
        background: #28d6f1;
        cursor: pointer;
        box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.28);
    }
    .cfpCallBack {
        position: fixed;
        bottom: 50px;
        right: 0px;
        z-index: 1000;
        width: 250px;
    }
.redCFP {
    background: #004990;
}
    .redCFP:hover {
        background: #116abf;
    }
.greyWrapper {
    background-color: #004990;
    padding: 40px 0px 70px 0px !important;
    color: #fff !important;
    margin-top:140px !important;
}
    .greyWrapper h1,
    .greyWrapper h2,
    .greyWrapper h3 {
        color:#fff !important;
    }
    .greyWrapper a {
        color: #8bdcfd;
    }
.greyWrapper .btn {
    color:#444 !important;
}
@media (max-width : 1599px) {

}
@media (max-width : 1199px) {
    .cfpCallBack {
        position: fixed;
        bottom: 80px;
        right: 0px;
        z-index: 1000;
        width: 200px;
    }
}
@media (max-width : 991px) {
 

}
@media (max-width: 767px) { 
    .cfpCallBack {
        display:none;
    }
}




