/* ==========================================================================
   NJI Base Website Styles
   ========================================================================== */

body {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: normal;
	color: #2e2e2e;
	font-size: 1.5em;
}

a {
	color: #2e2e2e;
	text-decoration: underline;
}

.nav a, a.btn, .title a {
	text-decoration: none;	
}

.navbar-toggle {
	padding: 9px 0 9px 20px;
}

/* ==========================================================================
   NJI Typography Styles
   ========================================================================== */

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 25px;
	margin-bottom: 15px;
}

h1, h2.mura-page-title  {
	font-family: 'Open Sans Light';
	color: #7e6233;
	font-size: 2.202844em;
	margin-bottom: 20px;
	line-height: 1.4em;
}

h2 {
	font-family: 'Open Sans';
	color: #202844;
	font-size: 1.8em;
	
}

h3 {
	font-family: 'Open Sans Light';
	color: #202844;
	font-size: 1.4em;
}

p {
	margin-bottom: 30px;
	line-height: 1.75em;
	font-size: 1.2em;
}
hr {
   height: 1px;
   background-color: #a39870;
   border: none;
   margin:45px 0px 45px 0px;
}
/* ==========================================================================
   NJI Utility Styles
   ========================================================================== */

.h2Text{
    font-family: 'Open Sans Light';
    color: #7e6233;
     margin-bottom: 20px;
    line-height: 1.4em;
    
  }

.condensedList li {
	line-height: 1.75em;
	font-size: 18px;
	
}
.condensedList{
	padding-bottom: 15px;
}

.alt {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

.widget {
	padding:0 25px;
	background:#f8f8f8;
	border:1px solid #e2e1e1;
	margin: 25px 0;
	font-size: 0.75em;
	width:90%;
}

.widget h3 {
	color: #202844;
}

@media (max-width: 767px) { 
	.widget {
		margin-top: 35px;
	}
	#sticker{
    position: static !important;
    }
}

.index-content {
	margin-top: 30px;
}

#back-to-top {
	line-height: 1em;
	font-size: 0.85em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: normal;
	padding: 30px 0;
	text-decoration: none;
	text-align: center;
	text-shadow: #fff 0 1px 0;
	z-index: 1;
	margin: 0 auto;
	margin-top: 60px;
	background: url('../img/arrow-up.png') 50% 0 no-repeat;
	position: relative;
}

a.back-to-top  {
	text-decoration: none;
}

@media (min-width: 1200px) {
	#back-to-top {
		display:none;
	}
}

.bg-blue{
	background-color: #212844;
}

/* ==========================================================================
   NJI Typography Styles
   ========================================================================== */

section.content {
	min-height: 400px;
}

/* ==========================================================================
   NJI Form Styles
   ========================================================================== */

.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link, .btn-nji {
	border:none;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none ! important;
	text-shadow: none;
	transition: all 0.3s ease-in-out 0s;		
	-webkit-transition: all 0.3s ease-in-out 0s;	
}

.btn-default, .btn-nji {
	background: #a6925b;
	background-color: #a6925b;
	background-image: none;
	border:none;
	color: #212844;
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none ! important;
	text-shadow: none;
	transition: all 0.3s ease-in-out 0s;		
	-webkit-transition: all 0.3s ease-in-out 0s;
}

.btn-primary {
	background:#212844;
}

.btn-success {
	background:#32a353;
}

.btn-info {
	background:#10b5d5;
}

.btn-warning {
	background:#f39e41;
}

.btn-danger {
	background:#d43c3d;
}

.btn-link {
	color:#2e2e2e;
}

.btn-default:hover, 
.btn-nji:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active {
	background: #89764a;
	color: #fff;
}

.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active {
	background: #1b213b;
}

form {
	margin-top: 20px;
}

.form-horizontal .control-label {
	text-align: left;
}

/* ==========================================================================
   NJI Splash Styles
   ========================================================================== */
.splash-container
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
}

.splash-center {
	width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
}

.splash-center button {
	margin-right: 20px;
}

/* ==========================================================================
   NJI Header Styles
   ========================================================================== */

#header {
	height:248px;
	padding-top: 28px;
	border-top: 4px solid #a6925b;
}

#header .top-nav {
	margin-bottom: 10px;
	font-size: 1em;
}
#headerHome {
	height:565px;
	padding-top: 28px;
	border-top: 4px solid #a6925b;
}

#headerHome .top-nav {
	margin-bottom: 10px;
	font-size: 1em;
}

.logo {
	background: #ffffff url("../img/logo-nji.svg") no-repeat left top;
	height: 73px;
	margin: 0;
	max-width: 399px;
	background-size: 100%;
}

.nav-utility {
	padding-bottom: 15px;
}

.nav-primary {
	background-color: #202844;
	min-height:57px;
	color:#FFFFFF;
	font-size: 1.3em;
}
.nav li a {
    position: relative;
    display: block;
    padding: 10px 13px;
}
.nav-breadcrumb {
	background-color: #f2f2f2;
	min-height:50px;
	color:#202844;
	padding: 15px 0;
	font-size: .9em;
	width:100%;
	display: block;

}

.nav-breadcrumb .container {
	padding-left: 15px;
}

.mura-breadcrumb  {
	list-style: none;
	margin-left: 10px;
}

.mura-breadcrumb li {
	display: inline-block;
}

@media (max-width: 767px) {
	.mura-breadcrumb  {
		padding:0;
		margin:0;
	}
}

.nav-banner {
	background-color: #f2f2f2;
	color:#202844;
	border-top: 1px solid #FFFFFF;
	padding-top: 0px;
	font-size: .9em;
	width:100%;
	display: block;
}

@media (max-width: 767px) {
	.nav-banner, .nav-banner .container {
		padding:0;
		margin:0;
	}
	
}

.navbar-simple .navbar-inner {
	background: #fff;
}
.navbar-simple .navbar-inner .nav {
	float: right;
}
.navbar-simple .navbar-inner .nav li a {
	background: none;
	color: #777;
	font-size: .8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-simple .navbar-toggle .icon-bar {
    background-color: black;
}

.nav-primary .nav li a {
	color: #FFFFFF;
	font-size: 0.8em;
	height:57px;
	margin-right:0px;
}


@media (max-width: 992px) { 
	.nav-primary .nav li a {
		margin-right: 0px;
	}
	
}

@media (min-width: 768px) and (max-width: 992px) { 
	.nav-primary .nav li a {
		margin-right: 0px;
		margin: 0;
		padding: 15px 3px;
		font-size: 0.73em;
	}
	
}

@media (max-width: 1200px) { 
	.nav-primary .nav li a {
		margin-right: 10px;
	}
}

.nav-primary .nav li a:hover {
	background: #181e33;
}

.nav-primary .nav li a:focus {
	background: #181e33;
}

#mobile-menu .navbar-nav {
	margin-left:10px;
}

#mobile-menu .navbar-nav li{
	padding:0px;
	border-bottom: 1px solid #000000;
}

#mobile-menu .nav li a {
	background: none;
	height:auto;
	font-family: 'Open Sans Light';
}

#mobile-menu a {
	width:100%;	
}

#mobile-menu .nav-contact,  #mobile-menu .nav-language{
	width: 50%;
	padding: 50px;
	text-align: center;
	font-size: .8em;
	background-color: #1b223a;
}

#mobile-menu .nav-contact {
	float: left;
	border-right:1px solid #000;
}

#mobile-menu .nav-language {
	float:right;
}

#mobile-menu .nav-mob-login {
	margin: 20px auto;

}



.mobile-sub-nav {
	background-color: #000 !important;
}
/* ==========================================================================
   NJI Index Styles
   ========================================================================== */

.hero-text {
	padding:30px;
	font-size:1.35em;
}

.hero-bg {
	display:none;
}
.hero-bg-new {
	display:none;
}
.hero-text p {
	margin:0 0 10px 0;
	line-height: 1.4em;
	padding:8px;
}

.hero-text button {
	margin-right: 10px;
}
@media (max-width: 582px) {
	
	#headerHome {
		height:500px;	
	}
}

@media (min-width: 768px) {
	.hero-text {
		padding:30px;
		color: #FFFFFF;
		margin-right: auto;
		font-size:1.4em;
		margin-left: auto;
		position: absolute; 
		top:30px;
		width:75%; 
		height: 145px; 
		z-index: 3
		
	}

	.hero-bg {
		display: block;
		position: absolute; 
		top:45px;
		width:60%; 
		height: 145px; 
		background-color: #212844; 
		opacity: .75; 
		-moz-opacity: 0.75; 
		filter:alpha(opacity=75);
		z-index: 2;
	}
	.hero-bg-new {
		display: block;
		position: absolute; 
		top:45px;
		width:50%; 
		height: 125px; 
		background-color: #212844; 
		opacity: .55; 
		-moz-opacity: 0.55; 
		filter:alpha(opacity=55);
		z-index: 2;
	}
	#headerHome {
		height:400px;	
	}
}

@media (min-width: 992px) {
	.hero-text {
		top:60px;
	}

	.hero-bg {
		top:75px;
		width:50%;
		height: 145px; 
	}
	.hero-bg-new {
		top:75px;
		width:40%;
		height: 125px; 
	}
	#headerHome {
		height:450px;	
	}
}

@media (min-width: 1200px) {
	.hero-text {
		font-size:1.6em;
		top:75px;
		height: 160px;
	}

	.hero-bg {
		top:90px;
		height: 160px;
	}
	.hero-bg-new {
		top:90px;
		height: 140px;
	}
	#headerHome {
		height:550px;	
	}
}
/* ==========================================================================
   NJI Search Styles
   ========================================================================== */

#searchlabel {
	text-indent:-99999px;
}

.search-bar {
	width:100%;
	text-align: center;
	margin-top: -8px;
}

/*.search-bar .btn-sm{
	font-size: 14px;
}*/

.search-bar input {
	width: 70% !important;
	height: 28px;
	display: inline-block;
}

@media (min-width: 768px) {
	.search-bar {
		width:140px;
		padding:0;
		margin:-8px;
	}

	.search-bar input {
		width: 80px !important;
	}
}

@media (min-width: 992px) {

	.search-bar {
		width:150px;
		padding:0;
		margin:-8px;
		margin-right: 45px;
	}

	.search-bar input {
		width: 90px !important;
	}
}

@media (min-width: 1200px) {
	.search-bar {
		width:190px;
	}

	.search-bar input {
		width: 130px !important;
	}
}

/* ==========================================================================
   NJI Side Navigation Styles
   ========================================================================== */

.side-nav {
	margin-top: 20px;
	border-left: 4px solid #a6925b;
	width:90%;
}

.side-nav .selected {
	font-family: 'Open Sans Bold';
	background-color: #f2f2f2;
}

.side-nav li {
	border-bottom:1px solid #e5e4e4;
}

.side-nav li:first-child {
	border-top:1px solid #e5e4e4;
}

.side-nav li:hover {
	background-color: #f2f2f2;
}

.side-nav li a {
	padding:10px 0 10px 15px;
	color:#000;
}

.side-nav li a:hover {
	background-color: #f2f2f2;
}

.nav-list  {
	background-color: #FFFFFF;
	color:#000000;
	font-family: 'Open Sans Light';
}

.nav-list li:first-child {
	border-top:1px solid #e5e4e4;
}

.nav-list li:last-child {
	border:0px;
}

.nav-list li {
	background-image: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: 25px 50%; 
	padding:10px 0 10px 30px;
	font-size: 0.875em;
}

.nav-list li a, .nav-list li a:hover {
	list-style: none;
	text-decoration: none;
	color:#000;
}


/* ==========================================================================
   NJI Footer Styles
   ========================================================================== */

footer {
	margin-top: 30px;
	background-color: #f3f3f3;
	
}

footer .top-footer {
	padding: 40px 0;
}

footer .top-footer a {
	color:#2e2e2e;
	padding: 7px 0;
	font-size: 1em;
	text-decoration: underline;
}

footer .top-footer a:hover {
	background: none;
	color: #000;
	text-decoration: underline;
}

footer .sub-footer {
	background-color: #212844;
	padding: 20px 0;
	color: #FFFFFF;
	font-size: 0.9em;
}

footer .sub-footer li {
	display: inline-block;
	border-right: 1px solid #FFFFFF;
}

footer .sub-footer li:last-child {
	border: 0px;
} 
footer .sub-footer a {
	color:#FFFFFF;
	padding: 0 25px;
	text-decoration: underline;
}

footer .sub-footer a:hover {
	background: none;
	text-decoration: underline;
	color: #ebebeb;
}

footer .footer-head {
	display: block;
	font-size: 1.8em;
	margin-bottom:20px;
}

@media (max-width: 767px) { 
	footer .sub-footer li {
		border: 0px;
		display: block;
	}
}

@media (min-width: 992px) {
	footer .sub-footer .sub-footer-nav{
		text-align: right;
	}
}

@media (max-width: 991px) { 
	footer .footer-head {
		margin-top: 40px;
	}
	footer .sub-footer .sub-footer-nav{
		margin-top: 10px;
	}
}

@media (max-width: 1200px) { 
	footer .sub-footer a {
		padding: 0 10px;
	}
}


.nav > li > a:hover, .nav > li > a:focus {
	background-color: transparent;
}