@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/proxima-nova.eot');
  src: url('../fonts/proxima-nova.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova.woff2') format('woff2'), url('../fonts/proxima-nova.woff') format('woff'), url('../fonts/proxima-nova.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'proxima-nova';
  src: url('../fonts/proxima-nova-bold.eot');
  src: url('../fonts/proxima-nova-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/proxima-nova-bold.woff2') format('woff2'), url('../fonts/proxima-nova-bold.woff') format('woff'), url('../fonts/proxima-nova-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.hello-bar {
  height: 50px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: 'proxima-nova';
  box-shadow: -2px 0 5px 5px rgba(0, 0, 0, 0.10);
  z-index: 1000;
  border-bottom:2px solid #33AD73;
  background-color: #AAD8E7;
}

.hello-bar div {
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.hello-bar img.hb-logo {
  display: inline-block;
  height: 44px;
  margin: 0;
  align-self: flex-end;
}

.hello-bar img.hb-assets {
  display: inline-block;
  height: 30px;
  margin: 0;
  align-self: flex-end;
}

.hello-bar p {
  color: #302100;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  margin: 0 58px;
}
.hello-bar span {
  color: #302100;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  margin: 0 0 0 12px;
}

.home section.section--top {
  margin-top: 50px;
}

.height-hello-bar {
  margin-top: 60px;
}

@media (max-width: 1023px) {
  .hello-bar {
    display: none !important;
  }

  .home section.section--top {
    margin-top: 0;
  }
}
