/*******************************************************/
/* FOR FRONT-END SERVERS ONLY */
/* This is wrapped in system-exclude tags for Cascade. */
/*******************************************************/
/* FOCUS */
 :focus {
	outline: 2px solid #81d1e2;
}
/* STICKY NAV */
 .stickyunf {
	position: fixed !important
}
 .MenuBanner {
	 position: sticky !important;
	 top: 106px;
	 transition: all .4s ease-in-out;
}
 .MenuBanner.scrolled {
	 background-color: #cde7f3 !important;
	 transition: all .4s ease-in-out;
	 z-index: 99;
}