* {
margin: 0;
padding: 0;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

#overlay {
display: none;
position: fixed;
background: rgba(0,0,0,.6);
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}


/*2021*/

/*
#global-nav ul {
list-style: none;
margin-left: 0;
}
#global-nav > ul > li {
position: relative;
}
.menu-box { border-bottom: solid 1px hsla(0,0%,85%,1) }
.menu-box p { padding: 0; margin: 0 }
