/* --> Responsive <-- */
.page_header_block {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .page_header_block {
    width: 100%;
  }
}
.page_header_block a {
  color: #00712E;
  text-decoration: underline;
}

/*# sourceMappingURL=ow-page-header-script.css.map*/