/* ---------------------------------------------------------------------- */

/*                                HEADER                                  */

/* ---------------------------------------------------------------------- */

/* -------------------- Header containing user's logo ------------------- */

.header {
  float: left;
  min-height: 84px;
  height: auto !important;
  height: 79px;
  width: 100%;
  background: #fff url('./rct-logo.svg') no-repeat scroll top left;
  color: #333;
  background-position: 14px;
  margin-bottom: -1px;
}
