/* #header {
  position: fixed;
  left:0px;
  top:0px; */
  /* make sure content is scrolled behind header */
  /* z-index:100; 
  font-family:"Helvetica Neue",Arial,sans-serif;  
  background: transparent url("../images/nav_bg_v1.png") repeat-x scroll left top;
  background-size: 1920px 100px;
  height: 100px;
  width: 100%;
  margin-bottom:0px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 3px 0px;
} */
/* #header .layout-container {
    max-height:100px;
    max-width:initial;
} */
/* .region-header {
    position:relative;
    padding:0px;
} */
/* offset the page when the admin menu is visible */
/* .toolbar-fixed #header {
    top:79px;
} */

/*after upgrade*/
.primary-nav__menu-link:focus::before {
    border: unset !important;
}

