/* ==============================================================
   Custom styles for Bootstrap/HTML5 Boilerplate theme
	 -these styles replace and extend bootstrap.css styles
	 -this css file is included in C5 editor, without main.css
	 -editor does not load google web fonts, so need fallback
================================================================= */

/*	Base Font
================================================== */
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#222/*#576674 base text color*/
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
}
#navbar .nav>li>a {font-weight: 700}

/*	Base Font
================================================== */
/* links */
a {
	/* customize_link_color */ color: #c3222f; /* customize_link_color */
	text-decoration: underline;
}
a:hover {
	/* customize_link_hover */ color: #ff0000; /* customize_link_hover */
	text-decoration: underline;
}
.nav a, #logo a {
	text-decoration: none;
}

/*	Headings
================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	/* customize_heading_color */ color: #575757; /* customize_heading_color */
	text-transform: none;
}
h1 {
	/* customize_h1_color */ color: #575757; /* customize_h1_color */
	font-size: 28px;
	font-weight: 400;
}
h1.page-title {
	margin-top: 0;
	background: url(img/hr.png) 0 100% repeat-x;
	padding-bottom: 20px;
	line-height: 1.2;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}

h1 a, h2 a, h3 a, h4 a {}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {}

strong {font-weight:700}

/* tables
================================================== */
td {vertical-align:top}

/*	Classes available in text editor
================================================== */
a.pdf-document {
	padding-left: 26px;
	background-image: url(img/icons/pdf-icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px 16px;
}
a.word-document {
	padding-left: 26px;
	background-image: url(img/icons/word-icon.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 16px 16px;
}