/*! responsive-nav.js 1.0.32 by @viljamis */

.nav-collapsable > ul {
    margin: 0;
    padding: 0;
    /*  width: 100%;
    */  display: block;
    list-style: none;
}

.nav-collapsable > ul > li {
    /*  width: 100%;
    */  display: block;
}

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

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

.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

@media screen and (min-width: 40.063em) {
    .js .nav-collapsable {
        position: relative;
    }
    .js .nav-collapsable.closed {
        max-height: none;
    }
    .nav-toggle {
        display: none;
    }
}

/*
     FILE ARCHIVED ON 23:42:32 Aug 22, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:05:29 Feb 29, 2024.
     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):
  exclusion.robots: 0.101
  exclusion.robots.policy: 0.091
  cdx.remote: 0.125
  esindex: 0.011
  LoadShardBlock: 114.593 (6)
  PetaboxLoader3.datanode: 147.298 (8)
  load_resource: 343.519 (2)
  PetaboxLoader3.resolve: 270.786 (2)
*/