
.navbar-header{
	position: relative;
}

.navbar-brand {
	padding-left: 30px !important;
}

.moroni-icon{
	position: absolute;
	width: 17px;
	height: 40px;
	top: 2px;
	left: -10px;
	background-image: url('/img/moroni-white.png');
}

.scroll-fixed-navbar .moroni-icon{
	background-image: url('/img/moroni-black.png');
}

.header-text {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

.ndxSplashImage{
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 3px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 3px 8px 0px rgba(0, 0, 0, 0.5);
}

.header-text h1 {
	font-size: 55px;
	border: none;
}

.ndxDetails p{
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
}

.ndxDetails h4{
	color: #fff;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	padding: 0 0 10px 0;
}

.ndxSplashButton{
	padding-top: 50px;
	padding-bottom: 50px;
}

.features-list {
	margin-bottom: 20px;
}

.subBannerText{
	font-size: 20px;
	line-height: 26px;
}

.subBannerText strong{
	color: #000;
}

section#extraInfo {
	padding: 40px 0px;
}

#map_canvas{
   display: block;
   width: 100%;
   height: 400px;
}

#map_canvas iframe{
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: 100%;
}

section#map {
	padding-bottom: 0;
}

.footer-bottom {
	margin-top: 0;
	padding-top: 30px;
	border-top: none;
}

.info-bg{
	background:url('../img/paralax-01.jpg') no-repeat center center fixed;
}

.ros-bg{
	background:url('../img/rosback.jpg') no-repeat center center fixed;
}

.rosHeader{
	height: 90px;
	background-image: url("../img/rosback.jpg");
	background-position: center center;
	background-size: cover;
}

#rosSection{
	padding-top: 100px;
	padding-bottom: 40px;
}

.headline h2, .headline h3  {
	color: #31373A;
	padding-bottom: 15px;
	border-bottom: 2px solid #DDD;
	display: inline-block;
}

#ParentWorkPhoneExt{
	width: 60px;
}

.verifyContinueButton{
	text-align: right;
}

i.red{
	color: #f73b3b;
}

i.green{
	color: #0bd023;
}

.unitLeaderTable i{
	font-size: 20px;
}

.regPage{
	text-align: left;
}

.headline.regPage h2, .headline.regPage h3 {
	display: block !important;
}

.alert-info {
	margin-top: 30px;
}

h1.ndxHeader{
	margin-bottom: 30px;
}






@media (max-width: 767px) {
	
	.moroni-icon{
		background-image: url('/img/moroni-black.png');
		left: 8px;
	}
	
	.header-text h1 {
		font-size: 40px;
	}

	#map_canvas{
	   height: 200px;
	}

	.hideInMobile{
		display: none;
	}
	
	.verifyContinueButton{
		text-align: left;
	}
	
	.hideInMobile{
		display: none;
	}
	
	
}



@media (min-width: 768px) {
	
	.navbar-nav .open ul {
		display: none
	}
	
	.navbar-nav .hovernav:hover > .dropdown-menu {
		display: block;
	}
	
}


