@charset "utf-8";
/* CSS Document */

/*
Dk. Blue:	#172E64;
Md. Blue: 	#005AA8;
Lt. Blue:	#618CC7;

Dk. Red:	#752517;
Md. Red:	#992E2B;
Lt. Red:	#E59578;
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, ol, ul, li, form, label, table, tr, th, td, aside, footer, header, hgroup, section, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	font-family: "freight-sans-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #222;
}
.adminBody { /* Used in Body text fields in the Admin Panel */
	font-family: "freight-sans-pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
header {
	z-index: 1000;
	width: 100%;
	margin: 0;
	position: fixed;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.45);
	background: #FFF;
}
footer {
	background: #333;
	font-size: 0.8rem;
	line-height: 1.4rem;
	padding: 20px 0 20px 0;
}
hgroup {
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #005AA8;
}
h1 {
	font-family: "eskapade", sans-serif;
	font-size: 2.4rem;
	line-height: 2.8rem;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #005AA8;
}
#H1 { /* Used in H1 text fields in the Admin Panel - Page */
	font-family: "eskapade", sans-serif;
	font-size: 2.4rem;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #005AA8;
}
h2 {
	font-family: "eskapade", sans-serif;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #992E2B;
}
#H2 { /* Used in H2 text fields in the Admin Panel - Page */
	font-family: "eskapade", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #992E2B;
}
h3 {
	font-family: "eskapade", sans-serif;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 400;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	color: #005AA8;
}
#H3 { /* Used in H3 text fields in the Admin Panel - Sections */
	font-family: "eskapade", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #005AA8;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #005AA8;
	text-transform:uppercase;
}
h5 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h6 {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
ol {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
hr {
	margin: 10px 0px 18px 0px;
}
a {
	color: #992E2B;
	text-decoration: none;
}
a:hover {
	color: #992E2B;
	text-decoration: underline;
}
a img {
	border: 0;
}
section {
	padding: 10px 0 35px 0;
	overflow: hidden;
}
