.header-region {
  background-color: #fff;
  padding-bottom: 0;
}
.modal-is-open .header-region {
  z-index: 1;
  position: relative;
}

.header {
  position: relative;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 130px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 130px;
}
@media (max-width: 63.99em) {
  .header__wrap {
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }
}
.header__first {
  width: 100%;
}
@media (max-width: 63.99em) {
  .header__first {
    padding-top: 20px;
  }
}
@media (min-width: 64em) {
  .header__first {
    width: 20%;
  }
}
.header__second {
  width: 100%;
  display: flex;
}
@media (min-width: 64em) {
  .header__second {
    align-items: flex-end;
    flex-direction: column;
    width: 80%;
  }
}
.header__logo {
  margin: 0;
}
.header__logo img {
  height: auto;
}
@media (max-width: 79.99em) {
  .header__logo img {
    max-width: 200px;
  }
}
@media (min-width: 64em) {
  .header__off-canvas {
    display: none;
  }
}
@media (min-width: 64em) {
  .header__search {
    margin-top: -10px;
  }
}
@media (max-width: 63.99em) {
  .header__search {
    width: 100%;
    margin-bottom: 30px;
  }
}
.header__menu {
  position: relative;
  z-index: 101;
}
.header .header__off-canvas {
  position: absolute;
  top: 20px;
  right: 0;
}
.header .header__off-canvas .header__off-canvas-trigger {
  width: 44px;
  height: 44px;
  display: block;
}
.header .header__off-canvas .header__off-canvas-trigger:after {
  content: " ";
  background-image: url("/sites/dermatology.ucsf.edu/themes/custom/ucsf_dermatology_th/dist/icon/svg/icon-menu-trigger.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 44px;
  height: 44px;
  background-size: 100%;
}

a.skip-link:focus {
  background: #4f4f4f;
  display: block;
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  outline: 2px solid #cd4c00;
}
/*# sourceMappingURL=header.css.map */
