.navbar-default{
color: #fff;
background:#fff !important;

}
.navbar-default .navbar-nav > li > a{
         font-family: open sans condensed;
         padding:15px 12px;
   
}
.navbar-default .navbar-nav > li > a:hover{

         
         color: #0e1528;
}

.navbar-default .navbar-nav > li > a.active{

         border-bottom: 3px solid #0e1528;
         color: #0e1528;
}

.navbar-default .navbar-nav > .dropdown > a .caret{
         border-top-color: #fff;
    border-bottom-color: #AEAEAE;
}


.navbar-default .navbar-brand{
         color:#fff;
}
.menu-large {
  position: relative!important;
  background: #fff !important;  
}
.megamenu{
  position:relative;
  top:0;
  left:0;
  padding: 0;
  width:100%;

}
.megamenu> li > ul {
  margin: 0 ;
  padding:0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu > li > ul > li > a {
  clear: both;
  color: #47a5e8;
  display: block;
  font-weight: 300;
  line-height: 1.5em;
  transition: all 0.5s ease 0s;
  white-space: normal;
  font-family: roboto;
  font-size: .9em;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  transition: all 0.5s ease 0s;
}

/* Shawns CSS edit */
.megamenu > li ul > li.dropdown-header a
{
    color: #0e1528 !important;
    font-family: open sans condensed;
    margin: 0 0 3px 0;
    padding: 5px 20px!important;
    white-space: pre-wrap;    
    
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}
@media (max-width: 768px) {
  .megamenu{
    margin-left: 0 ;
    margin-right: 0 ;
    background-color:#f9faf1!important;
    border:solid 1px #eee!important;
  }
  .megamenu> li {
    margin-bottom: 0;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
         
  }
  .navbar-nav .open .dropdown-menu .dropdown-header{
         color:#fff;
  }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
