.logo {
  background-image: url("images/PSANSW_Logo_White_crop.png");
  background-size: contain;
  height: 75px;

}

.dropdown .caret-white {
  background-position: -193px -1px;
}

.IQASummary.TwoColumn .PanelField {
  width: 50%;
  display: inline-block;
  float: revert;
}

.sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* hide mobile field in Mini Contact Profile ipart in staff site */
#ctl00_TemplateBody_contactNameDisplay1__Body #ctl00_TemplateBody_contactNameDisplay1_tableRow8 {
	display: none;
}
/* hide erase contact option in Mini Contact Profile ipart in staff site */
.EmptyMasterContentPanel #ctl00_TemplateBody_PanelRequestContactErasure {
	display: none;
}