/* responsive.css */

/********** Small **********/
@media ( min-width :1020px) {
    /* This resets the body padding since the TopZone Toolbar is no longer visible above the XS breakpoint */
    body {
        padding-bottom: 0px;
    }

    /* This puts the Primary Navigation back to the top */
    #primaryNavigation {
        position: relative;
    }

    /* This resets the Primary Navigation Collapsible Menus */
    #primaryNavigation .navbar-collapse {
        position: relative;
        bottom: 0;
        width: 100%;
        background: none;
        text-align: center;
        margin: 0;
        box-shadow: none;
    }

    /* This hides the Social Dropup on anything bigger than XS */
    #socialDropup {
        display: none !important;
    }
    .dropdown-menu {
        text-align: left;
    }
}

/********* Medium **********/
@media ( min-width : 1020px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .dropdown-toggle {
        pointer-events: none;
    }
}

/********** Large **********/
@media ( min-width : 1200px) {
}
/*
     FILE ARCHIVED ON 10:51:56 Jun 11, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:55:08 Dec 24, 2021.
     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):
  captures_list: 205.752
  exclusion.robots: 0.111
  exclusion.robots.policy: 0.103
  RedisCDXSource: 0.509
  esindex: 0.008
  LoadShardBlock: 187.2 (3)
  PetaboxLoader3.datanode: 130.71 (4)
  CDXLines.iter: 15.82 (3)
  load_resource: 104.095
  PetaboxLoader3.resolve: 25.652
*/