header #utilityheader{height:var(--utilityHeight);width:100%!important;position:fixed;top:var(--notificationBarHeight);left:0;background-color:var(--e-global-color-primary);transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out}header #header{background-color:#fff;height:var(--headerHeight);width:100%!important;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;position:fixed;top:calc(var(--utilityHeight) + var(--notificationBarHeight));left:0;z-index:500;transition:.3s all ease-in-out;-webkit-transition:.3s all ease-in-out}