/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2021 | 03:42:48 */
/* Add your CSS code here.
/*Hide main site name*/
.navbar-brand {
	visibility: hidden;
	position: relative;
}
/*Display subsite name*/
.navbar-brand:before {
visibility: visible !important;
position: absolute;
white-space: pre;
content: "Center for Public & Nonprofit Management"; 
}