/**********************************************************************************
 *                                                                                *
 *   York Region Public Health Services  custom PHU rules ONLY in this stylesheet.*
 *   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                           *
 *********************************************************************************/

#icon-phu-header {
  background-color: #00539b !important;
  border-color: #4591b8 !important;
}

#icon-phu-header * {
  color: #ffffff !important;
}

#icon-phu-header-brand {
  border-color: #ffffff !important;
}

@media (min-width: 1px) {
  /* Scale the logo/brand image down by a factor of 2.6 */
  #icon-phu-header-brand img {
    width: 101px; /* Width will vary for each PHU. */
    height: 40px; /* Height should NOT be changed. */
  }
}

@media (min-width: 767px) {
  /* Scale the logo/brand image down by a factor of 2.0 */
  #icon-phu-header-brand img {
    width: 131px; /* Width will vary for each PHU. */
    height: 52px; /* Height should NOT be changed. */
  }
}

/*  IS-360 [AODA 2.0] York Region Public Health Services -Low contrast between text and background colors
    Fix: comment out the below phu specific color to use global phu background color from phu-screen.css (#eeeeee) for better contrast */
/*#icon-phu-footer {
  background-color: #dfe3e5 !important;
}
#icon-progress-bar-container {
  background-color: #dfe3e5 !important;
}*/