.esa-header {
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
  background-color: #003247;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: #335e6f;
  color: #fff;
  font-size: 20px;
  z-index: 99999;
}

@media (min-width: 640px) {
  .esa-header {
    height: 64px;
  }
}

.esa-header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.esa-header__left button {
  margin-bottom: 0;
  line-height: 0;
}

.esa-header__left > * {
  margin-right: 16px;
}

.esa-header__left > *:last-child {
  margin-right: 0;
}

.esa-header__right {
  margin-left: auto;
  line-height: 0;
}

.esa-header__title {
  display: none;
  width: 222px;
  height: 12px;
}

@media (min-width: 640px) {
  .esa-header__title {
    display: block;
  }
}

.esa-header__link {
  display: block;
}

.esa-header__logo {
  /* width: 78px; */
  width: 200px;
  height: 28px;
}

@media (min-width: 640px) {
  .esa-header__logo {
    /* width: 89px; */
    width: 220px;
    height: 32px;
  }
}

.esa-header__toggle {
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  outline: none;
  transition: all 0.25s ease;
}

.esa-header__toggle:hover {
  cursor: pointer;
  transform: scale(1.1);
}

.esa-header__toggle:last-of-type {
  margin-right: 24px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .esa-header__toggle {
    margin-right: 10px;
  }
}

.esa-header .esa-header__icon {
  max-width: 20px;
  max-height: 20px;
}
