  /* -----------------------------------
Navigation
----------------------------------- */

#nav-toggle {
  display: block;
  padding: 0 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-image: url(https://womenaustralia.info/lawyers/assets-tbwl/img/responsive-nav.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-weight: 700;
  text-decoration: none;
  line-height: 40px;
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

#nav a {
  display: block;
  padding: 0 20px;
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
}

#nav a:focus,
#nav-toggle:focus {
  background-color: rgba(0,0,0,.4);
}

#nav a:hover,
#nav-toggle:hover {
  background-color: rgba(0,0,0,.2);
}

#nav a:active,
#nav-toggle:active {
  color: #fff;
  background-color: rgba(0,0,0,.3);
}

/* current */
#home #nav-home,
#about #nav-about,
#oralhistories #nav-oralhistories,
#auto_biography #nav-auto_biography,
#occupations #nav-occupations,
#jurisdiction #nav-jurisdiction,
#a-z #nav-a-z
{
  font-weight: 700;

}

/* predefined */
.js #nav {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  max-height: 0;
  zoom: 1;
}

#nav.opened { max-height: 9999px; }

/* -----------------------------------
37.5
----------------------------------- */

@media (min-width:37.5em) {

  #nav {
    clear: both;
    overflow: hidden;
  }

  .lt-ie8 #nav { zoom: 1; }
  .lt-ie7 #nav { overflow: visible; }

  #nav a {
    float: left;
    padding: 0 20px;
    border: 0;
    line-height: 50px;
  }

  /* predefined */
  .js #nav { position: relative; }
  .js #nav.closed { max-height: none; }
  #nav-toggle { display: none; }
}
