/*

**********************************************************************************************************************************************************

	

	TABLE OF CONTENTS ---------------------------------------------------------------------------------------------------------------------

	Global Styles
		Visibiity
		Forms
			Numbers
			Dates
			Address
			Radio/Checkbox
			Buttons/Links
		Tables
		Modals
		Tooltips
		Alerts
		Twistee
		Accordion
	Page Structure
		Site Header
		Nav
		Content
			Subnav
			Main
			Secondary
			Typography
			Lists
			Tabs
		Footer
			Nav
	

***********************************************************************************************************************************************************/

/* GLOBAL ---------------------------------------------- */

body {
	background: none;
}

#page {
	background: none;
}

.suppress-print {
	display: none !important;
}

.print-only {
	display: block !important;
}

.container-fluid {
	width: 90%;
	padding: 0 2%;
	margin: 0 auto;
	overflow: hidden;
}

/* --------- GLOBAL: Forms */


/* --------- GLOBAL: Tables */

/* --------- GLOBAL: Modals */



/* --------- GLOBAL: Tooltips / Tips */



/* --------- GLOBAL: Alerts */
 


/* --------- GLOBAL: Twistee */



/* --------- GLOBAL: Accordion */



/* PAGE STRUCTURE ---------------------------------------------- */


/* --------- PAGE STRUCTURE: Site Header */


/* --------- PAGE STRUCTURE: Site Navigation */

.navbar .brand {
	background: none;
    position: relative !important;
}


/* --------- PAGE STRUCTURE: Super Navigation */


/* --------- PAGE STRUCTURE: Footer Navigation */



/* --------- PAGE STRUCTURE: Tabs */


/* --------- PAGE STRUCTURE: Content */


/* --------- PAGE STRUCTURE: Content || Header */


/* --------- PAGE STRUCTURE: Content || Main */


/* --------- PAGE STRUCTURE: Content || Main: Content Blocks */


/* --------- PAGE STRUCTURE: Content || Aside */


/* --------- PAGE STRUCTURE: Content || Aside: Content Blocks */


/* --------- PAGE STRUCTURE: Content || Typography */

h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid !important;
	page-break-before: auto;
}


/* --------- PAGE STRUCTURE: Content || Lists */


/* --------- PAGE STRUCTURE: Content || Pagination */


/* --------- PAGE STRUCTURE: Footer */

footer {
	border-top: solid 1px #ddd;
	background: none;
	color: #333;
}

footer small,
footer dt {
	border: none !important;
}

