.page-content-header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;

  color: #FFF;
  background: #073538;
  border-radius: 5px 5px 0 0;
}

.page-content-header .logo {
  height: 80px;
  padding: 10px 0;
}

.page-content-header .logo .anchor {
  float: left;
  width: 100%;
}

.page-content-header .logo img {
  float: left;
  height: 100%;
}

.page-content-header .header-title {
  line-height: 48px;
  margin-bottom: 8px;
  font-size: 36px;
  color: #FFF;
  font-weight: normal;
}

.page-content-header .header-summary {
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 15px;
  opacity: 0.95;
}