/**********************************************  */

/* HEADER RESET */

/**********************************************  */
.wrapper {
  padding-top: 58px;
}

.header {
  height: 0;
}

.header-menu {
  position: relative;
  top: -155px;
  z-index: -1;
}

html.fixed .header-menu {
  top: 0;
}

.header-logo .header-logo {
  top: 0;
}

.header-utility {
  background: #84b8cb;
}
