/*
Orange: #cf8031    ED7A23
Mid Orange: #d07f30
Light Grey: #e1e2e4
Mid grey: #c4c5c7
Dark grey: #81868c 
Charcoal: #363f48
Footer charcoal: #383e4a
*/ 


/* ===================== NAVIGATION Menu ====================================  */
  .nav-menu {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9997;
  text-align: right;
  color: #fff;
  }
  
  /* a top level navigation item in the mega menu  rgb(24, 123, 166);*/
  .nav-item {
  list-style: none;
  display: inline-block;
  padding: 0;
      margin: 0 0 0 3px;
  background-color: #81868c;
  }
  .nav-item div {
text-align: left;
  }
  /* first descendant link within a top level navigation item  rgb(24, 123, 166)*/
  .nav-item > a {
  position: relative;
  display: inline-block;
  /*padding: 0.5em 1em;  padding: 1em 1.5em;  padding: .8em 1.3em;*/
  padding: 7px 18px 9px 18px;
  margin: 0;
  /* border: 1px solid transparent; 
  margin: 0 0 -1px 0;*/
  border-top: 5px solid #81868c;
  color: #fff;
  font-weight: 600;
  }
  
  
  
  /* focus/open states of first descendant link within a top level 
  navigation item */
  .nav-item > a:focus,
  .nav-item > a.open {
  /*border: 1px solid #dedede; */
  background-color: #353F4A !important;
  border-top: 5px solid #353F4A;
  color: #fff;
  outline: none;
  }
  
  a.nav-home, a.nav-research {
  background-color: #81868c;
  }
 
  a.nav-home:hover,  a.nav-item-272656:hover,
  a.nav-home:focus,  a.nav-item-272656:focus {
  background-color: #353F4A !important;
  border-top-color: #353F4A !important;
  color: #fff;
  }
  E8904F/*ED7A23 */
  .nav-item.nav-about > a:focus ,.nav-item.nav-about > a.open {
  border-top-color: #353F4A !important;
  }
  
  .nav-item.nav-patients > a:focus ,.nav-item.nav-patients  > a.open {
  border-top-color: #353F4A !important;
  }
  .nav-item.nav-icsn > a:focus ,.nav-item.nav-icsn  > a.open {
  border-top-color: #353F4A !important;
  }
  .nav-item.nav-clinicians > a:focus ,.nav-item.nav-clinicians  > a.open {
  border-top-color: #353F4A !important;
  }
  .nav-item.nav-icm > a:focus ,.nav-item.nav-icm  > a.open {
  border-top-color: #353F4A !important;
  }
  
  /* open state of first descendant link within a top level 
  navigation item */
  .nav-item > a.open {
  border-bottom: none;
  z-index: 1;
  }
  
  /* sub-navigation panel */
  .sub-nav {
  position: absolute;
  display: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  /*top: 2.6em;  margin-top: -1px;*/
     padding: 5px 5px 0 0;
  /* border: 1px solid #dedede;  0.5em 1em;*/
  /* background-color: #fff; */
  background-color: #353F4A;
  /*right:0;
  left: 0;*/
  width: 360px;
  z-index: 9997;
  color: #fff;
  }
  
  /* sub-navigation panel open state */
  .sub-nav.open {
    display: block;
  }
  
  .sub-nav.right{
     right:0; 
  }

 .nav-item-active {
    border-color:#ED7A23 !important; 
    background-color: #ED7A23 !important; 
 }

/*  ----------------------------------- Small Devices, Tablets  ----------------------------------- */
@media only screen and (max-width : 992px) {
   .nav-item {
        margin: 0 0 0 2px !important;
    }
}





