
/* Main marketing message and sign up button */
.jumbotron {
  background-color: transparent;
}
.jumbotron .btn {
  padding: 14px 24px;
  font-size: 21px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
/*
.nav-justified {
  border-top: 1px solid #2d3765;
  border-bottom: 1px solid #2d3765;
}*/
#main-nav > li > a,
.nav-justified > li > a {

  margin-bottom: 0;
  font-size: 13px;
  letter-spacing: .05em;
  color: #ffffff;
  text-align: center;
  background-color: #2d4265; /* Old browsers */
  text-shadow: 1px 1px 1px #000;


/*  -webkit-box-shadow: inset 0 3px 7px rgba(255,255,255,1);
  box-shadow: inset 0 2px 10px rgba(35,52,76,8);
*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#2d4265), to(#2d4265));
  background-image: -webkit-linear-gradient(top, #2d4265 0%, #2d4265 100%);
  background-image:      -o-linear-gradient(top, #2d4265 0%, #2d4265 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0%, #2d4265), to(#2d4265));
  background-image:         linear-gradient(top, #2d4265 0%, #2d4265 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4265', endColorstr='#2d4265',GradientType=0 ); /* IE6-9 */
  background-repeat: repeat-x; /* Repeat the gradient */
 /** border-bottom: 1px solid #2d3765;**/
}
#main-nav  > li > a > span,
.nav-justified > li > a > span {
  padding-left: 17px;
	background-image: url('../img/menubg.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px;
}
@media (min-width: 992px) {

}
#main-nav > .active > a,
#main-nav > .active > a:hover,
#main-nav > .active > a:focus,
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color:  rgba(0,0,0,.2);
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(255,255,255,1);
  box-shadow: inset 0 2px 10px rgba(35,52,76,8);
  text-shadow: 1px 1px 1px #000;

}
.nav-justified > li:first-child > a {
}
.nav-justified > li:last-child > a {
}


@media (min-width: 768px) {
  #main-nav > li > a,
  .nav-justified > li > a {
/*    border-top: 1px solid #2d3765;
    border-bottom: 1px solid #2d3765;   border-left: 1px solid #fff;*/
	background-image: url('../img/menuborder.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	height: 50px;
	
  padding-top: 5px;
  padding-bottom: 5px;
  }
  #main-nav > li:first-child > a,
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  #main-nav > li:last-child > a,
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  #main-nav > li > a,
  .nav-justified > li > a {
/* border-left: 1px solid #fff;*/
	background-image: url('../img/menuborder.png');
	background-position: left center;
	background-repeat: no-repeat;
	
	height: 55px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;

  }
 
  #main-nav > li:first-child > a,
  .nav-justified > li:first-child > a {
    border-left: 0;
  }
  #main-nav > li:last-child > a,
  .nav-justified > li:last-child > a {
    border-right: 0;
  }
  a.home {
	padding-left: -20px;  }
	
}

#menu-item-15 a {
	background-image: none;	
}
@media (max-width: 768px) { 
nav ul  li+li {
	border-top:1px solid #333333;
}

 }