
nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.5;
  margin: 0px;
  width: 150px;
          box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
/*Menu Header Styles*/
.menu-item label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
  background: #14444d;
}
.menu-item label a {
  color: white;
  display: block;
  text-decoration: none;
  width: 120px;
}
/*Menu Header Styles*/
.menu-item label {
  display:block;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;
   
  /*Gradient*/
  background-image: linear-gradient(to bottom right,#256157, rgb(19, 45, 107));
}
.menu-item label:hover{  
  background-image: linear-gradient(to bottom right,#398f81, rgb(26, 60, 138));
}
*First Item Styles*/
.alpha p {
    font-size: 13px;
    padding: 8px 12px;
    color:rgb(145, 97, 97);
}/*ul Styles*/
.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
 
.menu-item ul a {
  margin-left: 10px;
  text-decoration: none;
  color: #fff;
  display: block;
  width: 200px;
}
 
/*li Styles*/
.menu-item li {
  border-bottom: 1px solid #eee;
}
 
.menu-item li:hover {
  background: #eee;
}
/*ul Styles*/
.menu-item ul {
  background: #000000;
  font-size: 13px;
  line-height: 30px;
  height: 0px; /*Collapses the menu*/
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
}
/*ul Styles*/
.menu-item ul {
  background: #000000;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;
   
  /*Animation*/
          transition: height 500ms ease;
}

input[type=checkbox]{display:none}
input[type=checkbox]:checked + .menu-item ul {
    height: 247px;
}
/*
     FILE ARCHIVED ON 04:10:51 Mar 17, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 01:03:26 May 14, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 9.917
  captures_list: 0.423
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.03
  esindex: 0.007
  cdx.remote: 34.226
  LoadShardBlock: 2138.1 (3)
  PetaboxLoader3.datanode: 2132.024 (5)
  PetaboxLoader3.resolve: 322.168 (4)
  load_resource: 406.249 (2)
*/