.content-header {
  background-color: #F7F8F8;
}
.content-header .region-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 36px auto 12px auto;
  padding: 12px 0;
  width: 100%;
  max-width: 1536px;
}
@media (max-width: 1024px) {
  .content-header .region-header {
    width: 95%;
  }
}
.content-header .region-header .logo {
  margin-left: 10px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.content-header .region-header .logo img {
  width: 250px !important;
}
@media (max-width: 1024px) {
  .content-header .region-header .logo img {
    width: 100px;
  }
}
/*# sourceMappingURL=header.css.map */
