body { overflow-x:hidden;}

.introWrapper {	
	background-image:url('/cisiweb2/image/qualifications/capitalmarkets.jpg');
	background-position:center center;
}
.whyChoose { margin-bottom:30px !important;	}
.lightRed {
    background: none repeat scroll 0 0 #b4bbce;
    color: #334e9e;
	transition: all 0.25s ease;
}
.lightRed:hover {
	background:#a9b4d4;
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.05);
}
.red {
	background:#334e9e;
	color:#ffffff;	
	transition: all 0.25s ease;
}
.red:hover {
	background:#233e8b;	
	cursor:pointer;
	box-shadow:0px 0px 20px rgba(50, 50, 50, 0.28);
}

.red a{
	color: #FFFFFF;
}

.mifid2Compliant {
    background: #0b4688;
    color: #fff;
    padding: 8px;
    text-align: center;
    margin: 10px 0px 0px 0px;
}
.mifid2Compliant:hover {
	background: #11539C;
}
.mifid2Compliant .glyphicon-star {
	color: #e9bb00;
	margin: 0px 4px;
}

@media (max-width : 1599px) {
	
}
@media (max-width : 1199px) {
	
}
@media (max-width : 991px) {

}
@media (max-width: 767px) { 
	.lvl3b, .lvl4 {
		background:#c1c1c1 !important;
	}
	.lvl5 {
		background:#acacac !important;	
	}
	.lvl6, .lvl7 {
		background:#a0a0a0 !important;
	}
}


