@charset "utf-8";
/* CSS Document */

.introWrapper {
	background-image:url('/cisiweb2/image/qualifications/mifid2header.jpg');
}

.col-sm-6.cpdTypes > div {
    background: #2d8383;
    padding: 20px;
    color: #fff;
	margin-bottom: 20px;
}
.col-sm-6.cpdTypes > div h4 {
	color:#fff;
}
a.qualBlock {
    display: block;
    text-align: center;
    background: #398686;
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
	border-radius:4px;
}
a.qualBlock:hover {
	background: #4B9797;
}
.brain {
	float: right; 
	margin-top:40px; 
	margin-left: 40px;
}
.wealth {
	background:#a03753 !important;
}
.corpfin {
	background: #334e9e !important;
}
.wealth:hover {
	background:#B74B67 !important;
}
.corpfin:hover {
	background: #4662B5 !important;
}



.pageTabContainer .container-fluid {
	padding-left:0px;
	padding-right:0px;	
}
.pageTabContainer .pageTabs {
	background:#cfcfcf;	
}
.pageTabs .nav-pills > li > a:hover {
	color:#000000;	
	background: #cfcfcf;
}
.pageTabs .nav-pills > li.active > a:hover {
	color:#000000;	
	background: #ffffff;
}
.imagePullRight {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top: 0;
}
.mainWrapper .container_wrapper.pageTabContainer {
    margin-bottom: 0 !important;
	margin-top: 0px;
}
.pageTabs .nav.nav-pills, .tab-content>.tab-pane .container{
	margin: 0 5%;
}
.pageTabContainer .container_wrapper.sf_cols{
	margin-top: 0px;
}

.world {
	background-image:	url('/cisiweb2/image/membership/localnetworklarge4.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.world .sfContentBlock {
	padding:5% 0 10% 0%;	
}

.networkingIntro, .developIntro, .progressIntro {
	margin-bottom:10px !important;	
}
.conferences {
	margin-bottom:30px !important;	
}
.coursesWrapper {
	background-image:url('/cisiweb2/image/membership/courses.jpg');	
	background-size:cover;
	background-position:right 90%;
}
.coursesWrapper .sfContentBlock {
	padding:5% 0 9% 0%;
}


@media (min-width : 1599px) {

}



@media (max-width : 1599px) {
	.publications img {
		width:380px;	
	}	
}

@media (max-width : 1199px) {
.brain {
	display: none;
}

}

@media (max-width : 991px) {
	.world {
		background-position:40% 0;
	}
	.world .sfContentBlock {
		padding:5% 40% 8% 0%;	
	}
	.coursesWrapper .sfContentBlock {
		padding:5% 40% 8% 0%
	}
		.publications img {
		width:50%;
	}	

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

	.imrWrapper img {
		width:40%;	
		float:right !important;
		margin-left:40px !important;
		margin-right:0px !important;
	}
}

@media (max-width: 767px) {
/*	.nav-pills {
		width:250%;	
	}*/
	.world {
		background-position:0% 0;
	}
	.world .sfContentBlock {
		padding:5% 0% 10% 0%;
	/*	margin-left:-15px;	*/
	}	
	.coursesWrapper {
		background-size:auto 130%;
		background-position:0% 0;
	}
	.coursesWrapper .sfContentBlock {
		padding:5% 0% 10% 0%;
		margin-left:-15px;	
	}

}