body {
	padding: 0;
	margin: 0;
}
.navbar {
	width: 100%;
	height: 50px;
	font: 300 18px "Lato",Times New Roman, sans-serif;
	border-bottom: 1px solid #D0D0D0;
	background:white;
	position:fixed;
	z-index: 10;
	opacity:0.95;
  	-moz-box-shadow:    rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
  	-o-box-shadow:		rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
	box-shadow:         rgba(0, 0, 0, 0.4) 1px 1px 3px 0px;
}
.logo {
	float:left;
}

.logo img {
	margin: 5px 0 0 30px; 
	display:inline;
	height: 40px;
	width: auto;
	margin-top: 5px;
}
.nbmname {
	float:left;
	display:inline;
	margin-left:10px;
	margin-top:17px;
}
.nbmname a {
	color: #06C;
	font: 200 16px Roboto,Helvetica,sans-serif;
	text-decoration:none;
}
.nbmname a:hover {
	color:#39A38F;
}
nav {
	float: right;
	padding-top: 15px;
	margin-right: 40px;
}
nav a {
	text-decoration: none;
	margin-right: 30px;
	/* color: #333; */
	color: #06C;
}
.navbar a:hover {
	color:#39A38F;
}
.home {
	position:relative;
	padding-top:30px;
}
.hometext {
	width: 660px;
	margin: 0 auto 0 auto;
	padding-top: 8.5%;
	text-align:center;
	color:white;
}
.hometext h1 {
	font:200 56px Roboto,Helvetica,sans-serif;
}
.hometext h3 {
	font:100 40px Roboto, Helvetica, sans-serif;
}
.hometext p {
	font:200 24px Lato,Arial,sans-serif;
	padding:0;
	margin:0;
	line-height:24px;
}
#ronnietext {
	margin-top: 35px;
}
.homesubtext {
	font:200 16px Lato,Arial,sans-serif;
	padding:0;
	margin-top:0;
}
.homebg {
	background:url("../images/bg.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:800px;
}
.nbmscript {
	margin:20px auto 0 auto;
	width:37%;
	height:auto;
	padding-top:20px;
}
.nbmscript img {
	width: 100%;
	height: auto;
}
.arrow {
	width: 240px;
	margin: 0 auto 0 auto;
}
.arrow img {
	height: 60px;
	width: auto;
}
.arrow p {
	font:14px Roboto Condensed,Helvetica,sans-serif;
	text-align:center;
	margin:0;
}
.arrow a {
	text-decoration: none;
}
.arrowimg {
	width: 60px;
	height:auto;
	margin:0 auto 0 auto;
}
.arrowimg img {
	width: 60px;
	height:auto;
	margin:0 auto 0 auto;
}
.arrow a:hover img {
	width: 70px;
	/*height: 70px;*/
}
.arrow a:hover p {
	font-size:16px;
}
#arrow1 {
	margin-top: 30px;
}
#arrow1 img {
	width: 50px;
	height: auto;
}
#arrow1 p {
	color:white;
	padding-bottom:10px;
	text-align:center;
	margin-left: 20px;
}
#arrow2 {
	margin-top: 60px;
}
#arrow2 p {
	color:#000;
}
#down img {
	margin-left: 15px;
}
.pageheader {
	color:#000;
	text-align: center;
	font: 400 32px Oswald, sans-serif;
	margin: 0 auto 0 auto;
	padding-top: 90px;
	width: 500px;
}
.pagesubheader {
	color:#06C; /* #999; */
	text-align: center;
	font: 700 20px Roboto Condensed, sans-serif;
	margin: 2px auto 0 auto;
	width: 300px;
	text-transform:uppercase;
}
.underline {
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}
/*
.page p {
	color: #333;
	font: 300 16px Arial, sans-serif;
	margin: 30px auto 0 auto;
	width: 650px;
}
*/
.cols {
	width: 950px;
	margin:20px auto 0 auto;
}
.leftcol, .rightcol {
	float:left;
	padding-bottom:60px;
}
.rightcol {
	padding-right: 20px;
}
#bundleset {
	width: 1024px;
	margin:30px auto 0 auto;
}
.bundle {
	float:left;
	margin-top: 30px;
	margin-left: 20px;
}
.bundletext {
	font: 300 16px Arial, sans-serif;
	width: 450px;
	margin: 0 auto 0 auto;
}
.bundleimg {
	margin: 0 auto 0 auto;
	width: 450px;
}
.bundleimg img {
	width: 450px;
	height: auto;
}
#nd {
	margin:0 auto 0 auto;
}
#nbmdesc {
	width: 220px;
	margin: 0 auto 0 auto;
}
#nbmdesc img {
	width: 220px;
	height: auto;
}
#nbmdesctext {
	width: 700px;
}
#nbmdesctext p {
	text-align:left;
}
#ar {
	margin-left: 50px;
}
.centerparagraph {
	text-align: center;
	font: 300 16px Arial, sans-serif;
	margin-top: 50px;
}
.highlight {
	color: #39A38F;
	font-weight: 700;
}
.quote {
	background-color:#0E003F;
	width: 100%;
	margin-top: 40px;
}
.quoterightsection {
	float: right;
	width: 35%;
	margin: 15px 0 15px 0;
}
.quoteleftsection {
	float: left;
	width: 60%;
}
.quoterightsection2 {
	position: relative;
	float: right;
	width: 50%;
	margin-right: 10%;
}
.quoteleftsection2 {
	float: left;
	width: 40%;
	margin: 15px 0 15px 0;
}
.quoteparagraph {
	color:#fff;
	font: italic 200 18px Open Sans, sans-serif;
	margin-right: 15px;
	margin-top: 10%;
}
.quoteparagraph2 {
	color:#fff;
	font: italic 200 18px Open Sans, sans-serif;
	margin-right: 15px;
	margin-top: 10%;
}
.quoterightalign {
	margin-left: 20%;
}
.quote img {
	height: 250px;
	width: auto;
	margin-bottom: 5px;
}
.quotetitle {
	margin: 0 0 0 -60px; 
	width: 375px;
	color:#fff;
	font: 200 16px Open Sans, sans-serif;
	text-align: center;
}
.quotebody {
	width: 80%;
	margin: 0 auto 0 auto;
}
.clear {
	clear: both;
}
.pagespace {
	margin-top: 100px;
}
.lastpagespace {
	margin-top: 40px;
}
.aboutnbm {
	width: 910px;
	margin: 90px auto 90px auto;
	font: 16px Arial, Helvetica, sans-serif;
}
.aboutnbm img {
	height: 60px;
	width: auto;
}
.aboutuci {
	text-align: center;
	width: 210px;
	display:inline-block;
	padding-right: 10px;
}
.aboutaba {
	text-align: center;
	width: 200px;
	display:inline-block;
}
.aboutscma {
	text-align: center;
	width: 200px;
	display:inline-block;
	padding-right: 20px;
}
.aboutscma img {
	height: 50px;
	width: auto;
}
.abouticm {
	text-align: center;
	width: 200px;
	display:inline-block;
}
.aboutcell {
	border-right:1px solid #E0E0E0;
	margin-right: 15px;
}
#contactbg {
	background:url("../images/contactbg4.jpg") no-repeat center fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:800px;
}
.contactpageheader {
	color:white;
	text-align: center;
	font: 400 32px Oswald, sans-serif;
	margin: 0 auto 0 auto;
	padding-top: 90px;
	width: 500px;
}
.contactpagesubheader {
	color:white; /* #052EA5; */ /* #06C; */
	text-align: center;
	font: 700 20px Roboto Condensed, sans-serif;
	margin: 2px auto 0 auto;
	width: 300px;
	text-transform:uppercase;
}
.contactcell {
	float:left;
	width: 350px;
	height: 350px;
	font-family: Roboto, sans-serif;
	border-right: 1px solid #E0E0E0;
	padding-right:40px;
}
.contactcellend {
	float:left;
	width: 350px;
	height: 350px;
}
.contactitems {
	padding-top:5px;
}
.contactcell a {  
	color:white;
	text-decoration:none;
	font-family: Roboto, sans-serif;
}
.sociallink {
	color:white;
    /*
	text-decoration:none;
    */
	font-family: Roboto, sans-serif;
}
.contactcellleft {
	float:left;
	width: 50%;
	height: 350px;
	border-right: 1px solid #E0E0E0;
}
.contactcellright {
	float: right;
	height: 350px;
	width: 49%;
	margin: 0 auto 0 auto;
}

.contactsection {
	margin-top: 50px;
	width:100%;
	color:white;
}
/*
.contactsection p {
	text-align: center;
	margin: 0 auto 0 auto;
	font-size:16px;
	width: 350px;
	color:white;
}
*/
#contactsegment {
	color:white;
	float:right;
	font:200 24px Roboto, sans-serif;
	margin-right:30px;
	margin-top:25%;
}
.contactseg a,
.contactseg a:visited {
	color: white;/*#06C;
	text-decoration: none;
    */
}
.contactheader {
	font: 500 28px Roboto Condensed, sans-serif;
	text-align: center;
	width:350px;
	/* margin-top: 15%;*/
	margin:15% auto 2% auto;
	color: white;
}
.footer {
	background:#D5D5D5;
	height: 60px;
	width: 100%;
	margin-top: 0;
}
.footer p {
	color:#666;
	font: 300 18px "Lato",sans-serif;
	width: 450px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}
.footer a {
	text-decoration: none;
	color: #39A38F;
}
.footer a:hover {
	color:#06C;
}
.ca-item {
	cursor:pointer;
}
.ca-content-wrapper {
	cursor:default;
}
.address {
	text-align:left;
	margin-left: 100px;
}
.address p {
	margin-top: -31px;
	padding:0px;
}
@media screen and (max-width: 1200px){
	.hometext {
	  padding-top: 15%;
	}
}
@media screen and (max-width: 1024px){
	.hometext {
	  padding-top: 18%;
	}
}
/*
@media screen and (max-width: 1000px) {
	.homebg {
		
		-webkit-background-size: 100%; 
		-moz-background-size: 100%; 
		-o-background-size: 100%; 
		background-size: 100%; 
		-webkit-background-size: cover; 
		-moz-background-size: cover; 
		-o-background-size: cover; 
		background-size: cover; 
    }
	#contactbg {
		background: #039;
	}
}
*/
@media screen and (max-width: 767px) {
  .bundle {
	  float:none;
  }
  .bundleset {
	  width:100%;
  }
  #nbmdesctext {
	  width: 450px;
  }
  .hometext {
	  padding-top:35%;
  }
 
}	
@media screen and (max-width: 1000px) { 
  .homebg, #contactbg {
    background-attachment: scroll; 
  } 
}