/* ----- Custom Nav Icons ----- */
/* ----- Dependent on Font Awesome 5 CDN (set up under rise sites) ----- */


/* Organiser Icon (Calendar) */
a.rtIn.OrganiserNavIcon::before {
	content: "\f073" !important;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

.sticky {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.IQASummary.TwoColumn .PanelField {
  width: 50%;
  display: inline-block;
  float: revert;
}