.container {
	padding-top:80px;
	padding-bottom:80px;	
}
a {
	color:#f0a52e;
}

a:hover, a:visited {
	color:#d48912;	
}

h1, h2, h3 {
	color:#eb960f;	
}

.joining {
	/*background:#e0e0e0;*/	
	padding-top:190px !important;
}

/*Syllabus summary icon set*/
.syllabusSummary {
	margin-top: 30px;
	width: 110px !important;
}

/*Syllabus summary text/icon gap adjust*/
.gapper {
	margin-left: -215px;
}

.joingingImage {
	float:right;
	max-width:30% !important;	
	margin-left:30px;
}
.navbar-toggle .icon-bar {
	background: #f0a52e !important;
}

.how2 {
	background-image:url('/cisiweb2/image/getintofinance/how2bg.jpg');
}

.how2 .you  {
	background:#f0a52e;
	color:#ffffff;
	padding:2% 8% 6% 8%;	
}
.how2 .you h1, .how2 .you h2 {
	color:#ffffff;	
}
.how2 .school  {
	background:#ffffff;
	padding:2% 8% 6% 8%;		
}

.how3 {
	background:#f3f3f3;	
}


.do li:before {
    content: '✔';   
	color:#f0a52e;
    margin-left: -5px;
	margin-right: 5px;
}

ul.do{
   padding-left:20px;
   text-indent:2px;
   list-style: none;
   list-style-position:outside;
}
.dont li:before {
    content: '✘';   
	color:#f0a52e;
    margin-left: -5px;
	margin-right: 5px;
}

ul.dont{
   padding-left:20px;
   text-indent:2px;
   list-style: none;
   list-style-position:outside;
}


.nav-tabs {
    border-bottom: 0px solid #dddddd;
}

.nav-tabs > li > a {
	background:#a0a0a0;	
	color:#ffffff;
	border-radius:0px;
	margin-bottom:3px;
	border-width:0 !important;	
		transition: all .20s ease-in-out;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	border-width:0 !important;
	background:#f0a52e;
	color:#ffffff;
}

.nav-tabs > li > a:hover {
	border-width:0 !important;	
	background:#ffffff;
	color:#f0a52e;
}

.how4 {
	background-image:url('/cisiweb2/image/getintofinance/info.jpg');
}

.how4 .first {
	background:#ffffff;	
	padding:2% 3% 4% 3%;	
}



.footer {
	background:#f0a52e;	
}
.videoLeft {
	width: 68%;
	display: inline-block;
	padding-right: 30px;
}
.videoRight {
	width:30%;
	display:inline-block;
		
}



@media (max-width: 991px) {
	.joingingImage, .check {
		display:none;
	}

	.how2, .how4 {
		background:#302c25;
	}
	.nav-tabs > li > a {
		font-size:14px;
		padding:8px 10px;	
	}
	.videoLeft {
		width: 100%;
		display: inline-block;
		padding-right: 0px;
	}
	.videoRight {
		width:100%;
		display:inline-block;
			
	}

}


