/*////////////////////////////////////////////////////////////////

DOCUMENT INFO
Document: Custom CSS
Author: Jacob John
Client: Berrien Springs Public Schools

////////////////////////////////////////////////////////////////*/

.hideit {

	display: none;

}

/*------------------------------

Mobile Burger Menu

-------------------------------*/

.off-canvas-toggle span:before {

	font-family: 'FontAwesome';

}

/**
 * This file should be used by support to add CSS post launch.
 * custom.css should be called from all layouts.  It should also be the
 * last stylesheet called so it will override all previous styles.  This is
 * a useful way to keep track of styles added after launch.  You are
 * encouraged document edits with comments so others understand the reason
 * behind these changes.
 */

