/***************
	NUS - BANNER
***************/	
.nus-banner{padding:0;margin:0;background:#003d7c;}
.nus-banner img{width:100%;}
.nus-banner .btn-primary{background:#ef7c00;border-color:#ff6600;}

.nus-banner .carousel .item{
	background: #003d7c;
}

@media screen and (max-width:767px) {
	.nus-banner{margin-bottom:30px;}
}

.nus-components{margin-top:40px;margin-bottom:40px;}
.nus-components.item-page2{min-height:500px;}
.nus-components div{margin-bottom:30px;}
.nus-components .page-header{margin-top:0;}
.nus-components h2{margin:0 0 20px 0;}
.nus-components .table2{border:0;}

.sub-header {font-size: 24px; color:#232e84;}
.sub-border {border-bottom:5px #ef7c00 solid; width:50px; margin-bottom:20px;}
.nav-right-border {font-size:20px; color:#232e84; border-bottom:5px #ef7c00 solid; margin-bottom:10px;}


/***********************************
	FEATURED - ARTICLES - HOMEPAGE
************************************/	
.nus-featured-articles{margin:40px 0;}
.nus-featured-articles img{width:100%;}
.nus-featured-articles .row > div{margin:0 0 20px 0;}

@media screen and (max-width:767px) {
	.nus-featured-articles{margin:0 0 40px 0;}
	.nus-featured-articles .intro-image{text-align:center;}
	.nus-featured-articles img{width:inherit;}
}

/***********************************
	FEATURETTE
***********************************/
.featurette-heading{font-size:42px; padding:10px;}
.border {padding-bottom:20px;}
.featurette-divider {margin: 50px 0;}
.featurette{vertical-align:middle;}
.featurette-image{max-width:100%;}
@media screen and (max-width:991px) {
	.featurette{text-align:center;}
}


/**********************************
	Banner Caption
**********************************/
carousel-caption{
	background: rgba(0, 0, 0, .5);
	position:absolute;
	right:0;
	bottom:150px; 
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0,0,0,.6);
}
	}
.carousel-caption{
.carousel-caption .btn{
	text-shadow:none
	right:0;
	padding:30px
	}
	
.carousel-indicators{
	bottom:20px;
	
	}
	


/**********************************
	MASTHEAD
**********************************/
.nus-jumbotron{background:transparent;text-align:center;
	border-radius:0;
	-webkit-border-radius:0px; 
	-moz-border-radius:0px;}
	

