/* Typography
======================================== */

/* Normalize font-size for device-pixel-ratio */
html {
	background-color: #000000;
	font-size: 22px;
	}
/* Using a new pixel ratio of 6/5 *//* Standard 7" 1024x600 tablet (KINDLE FIRE) */
@media screen and (-webkit-device-pixel-ratio: 1) and (device-width: 1024px) and (max-device-height: 600px) and (orientation: landscape), screen and (-webkit-device-pixel-ratio: 1) and (device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait), screen and (-o-device-pixel-ratio: "1") and (device-width: 1024px) and (max-device-height: 600px) and (orientation: landscape), screen and (-o-device-pixel-ratio: "1") and (device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait), screen and (device-pixel-ratio: 1) and (device-width: 1024px) and (max-device-height: 600px) and (orientation: landscape), screen and (device-pixel-ratio: 1) and (device-width: 600px) and (max-device-height: 1024px) and (orientation: portrait) {
	html {
		font-size: 26.4px;
		}
	/* @basefontsize x (6/5) */
	}
/* 1024x600 tablet with pixel ratio of 3/2 (GALAXY TAB) */
/* Because we have a solid device-pixel-ratio we can avoid the device height */
@media screen and (-webkit-device-pixel-ratio: 1.5) and (device-width: 683px) and (orientation: landscape), screen and (-webkit-device-pixel-ratio: 1.5) and (device-width: 400px) and (orientation: portrait), screen and (-o-device-pixel-ratio: 3/2) and (device-width: 683px) and (orientation: landscape), screen and (-o-device-pixel-ratio: 3/2) and (device-width: 400px) and (orientation: portrait), screen and (device-pixel-ratio: 1.5) and (device-width: 683px) and (orientation: landscape), screen and (device-pixel-ratio: 1.5) and (device-width: 400px) and (orientation: portrait) {
	html {
		font-size: 17.6px;
		}
	/* @basefontsize x (2/3) x (6/5) */
	}

body {
	color: #808080;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	}

h1, .h1,
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5, 
h6, .h6 {
	color: #2C2C2C;
	font-family: Georgia, Palatino,'Palatino Linotype', Times, 'Times New Roman', serif;
	font-weight: normal;
	margin: 33px 0;
	margin: 1.5rem 0;
	text-rendering: optimizelegibility;
	}
h1 small,
h2 small {
	font-weight: normal;
	}
h1,
.h1 {
	font-size: 1.4545454545455em; /* 2em */
	line-height: 1.2em;
	}
h2,
.h2 {
	font-size: 1.0909090909091em; /* 1.5em */
	line-height: 1.2;
	}
h3,
.h3 {
	font-size: 0.95454545454545em; /* 1.3125em */
	line-height: 1.3;
	}
h4,
.h4 {
	font-size: 0.81818181818182em; /* 1.125em */
	line-height: 1.25;
	}
h5,
.h5 {
	font-size: 0.72727272727273em; /* 1em */
	}
h6,
.h6 {
	font-size: 0.63636363636364em; /* 0.875em */
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
p,
ol,
ul,
dl,
address,
ins,
mark {
	color: #808080;
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.5em 0;
	}

small {
	font-size: 0.875em;
	}
li ul,
li ol {
	font-size: 1em;
	margin: 0;
	}
ul, 
ol { 
	padding-left: 1.5em;
	}
ol li {
	list-style: decimal outside none;
	}
ul li {
	list-style: square outside none;
	}
blockquote {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: normal;
	margin-left: 1.5em;
	margin-right: 1.5em;
	}
q {
	quotes: none;
	}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
	}
cite, em {
	font-style: italic;
	}
dl,
dd {
	margin-bottom: 1.5em;
	}
dt {
	font-weight: bold;
	}
abbr[title] {
	border-bottom: 1px dotted #808080;
	cursor: help;
	}
b,
strong {
	font-weight: bold;
	}
dfn {
	font-style: italic;
	}
ins {
	text-decoration: none;
	padding: 0 3px;
	}
mark {
	font-style: italic;
	font-weight: bold;
	padding: 0 3px;
	}
ins,
mark {
	background-color: transparent;
	}
pre,
code,
kbd,
samp {
	font-family: Consolas, 'Lucida Console', Monaco, monospace;
	font-size: 0.875em;
	line-height: 1.5em;
	}
pre {
	white-space: pre-wrap;
	word-wrap: break-word;
	}
code {
	text-align: left;
	}
sub,
sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: 1.5em;
	}
sup {
	top: -0.5em;
	}
sub {
	bottom: -0.25em;
	}
.wrap > :first-child, 
.typographic-content > :first-child {
	margin-top: 0 !important;
	}
.wrap > :last-child, 
.typographic-content > :last-child {
	margin-bottom: 0 !important;
	}

hr {
	border-top: 1px dotted #2C2C2C;
	clear: both;
	margin: 1em 0;
	}

table, thead, tbody, tfoot, tr, th, td {
	border-color: #FFFFFF;
	}

thead, tfoot {
	background-color: #F1F1F1;
	color: #808080;
	}

tbody tr:nth-child(odd) {
	background-color: transparent;
	}

tbody tr:nth-child(even) {
	background-color: #F1F1F1;
	}

/* 	Hyperlinks 
=================================================== */

a,
a:visited {
	color: #4183C4;
	font-weight: normal;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba( 255, 255, 255, 0.5);
	/* -webkit-touch-callout: none; */
	}
a:hover,
a:focus {
	color: #4183C4;
	text-decoration: underline;
	}
a:focus {
	outline: thin dotted;
	}
a:hover,
a:active {
	outline: 0;
	}
a i[class*='icon-'] {
	color: inherit;
	}


/* 	Structure 
=================================================== */

#body-mantle {
	margin: 0 auto; /* fixed; do not change */
	}

#body-core {
	background-color: #000000;
	margin: 0 auto;
	width: auto;
	max-width: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}

#page-body, 
#page-foot, 
.mantle, 
.core {
	border: 0 solid #D1D1D1;
	margin: 0 auto;
	padding: 0;
	}

#page-body {
	border-width: 0px 1px 0 1px;
	margin-top: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	}
#page-foot {
	border-width: 0 1px 0px 1px;
	margin-bottom: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	}


/* 	Masthead 
=================================================== */

#masthead {
	margin: 0px auto 0px;
	
	}

#masthead .mantle {
	background-color: transparent;
	border: 0 dotted #2C2C2C;
	border-width: 0px 0 0px 0;
	overflow: hidden;
	padding: 24px 24px 24px;
	
	position: relative;
	width: auto;
	max-width: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}

#masthead .core {
	max-width: none;
	padding: 0 0px;
	}

.logo {
	background-color: transparent;
	background-image: url('../images/identityplate.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	border: none;
	font-family: Georgia, Palatino,'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 72px;
	height: 95px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
.logo a {
	color: #333333;
	display: block;
	font-weight: normal;
	height: 100%;
	text-decoration: none;
	}
.logo a span, #masthead h2 {
	display: none;
	}


@media only screen and (max-width: 991px) {
	#masthead .mantle {
		border-width: 0px 0 0px 0;
		}
	} /* max-width: 991px */

@media only screen and (max-width: 600px) {
	#masthead {
		
		}
	} /* max-width: 600px */


/* 	Navigation 
=================================================== */

#navigation {
	margin: 0 auto;
	
	}

#navigation .mantle {
	background-color: #F1F1F1;
	border: 0 dotted #2C2C2C;
	border-width: 1px 0 1px 0;
	margin: 0px auto 0px;
	padding: 4px 24px 4px;
	
	position: relative;
	width: auto;
	max-width: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}

#navigation .core {
	max-width: none;
	padding: 0 0px;
	}

.sf-menu [class^="icon-"]:before, .sf-menu [class*=" icon-"]:before {
	line-height: 0.5 !important;
	}




/* 	Single-level Navigation
=================================================== */
p.p-nav {
	font-size: 0;
	line-height: 1;
	margin: 0 auto;
	text-align: left;
	}

p.p-nav span {
	color: #2C2C2C;
	font-size: 16px;
	}

p.p-nav a {
	display: inline-block;
	border: 0px dotted #2C2C2C;
	border-width: 0px 0px 0px 0;
	color: #2C2C2C;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0px 0 0px;
	padding: 8px 16px 8px;
	outline: none;
	text-decoration: none;
	text-transform: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}

p.p-nav a:hover {
	background-color: #E1E1E1;
	color: #000000;
	text-decoration: none;
	}

p.p-nav a:first-child {
	padding-left: 16px;
	}

p.p-nav a:first-child {
	border-left-width: 0;
	}
p.p-nav a:last-child {
	border-right-width: 0;
	}


/* 	Multi-level Navigation
=================================================== */
/* Nav: functionality ( DO NOT EDIT ) */
.sf-menu, .sf-menu * {
list-style: none;
margin: 0;
padding: 0;
}
.sf-menu li:hover {
visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
display: block;
float: left;
position: relative;
}
.sf-menu a {
display: block;
position: relative;
text-decoration: none;
}
.sf-menu ul {
position: absolute;
top: -999em;
}
.sf-menu ul,
.sf-menu ul li {
width: 16em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
left: 16em; /* match width above */
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
left: -1px;
z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
top: 0;
}
.sf-sub-indicator { display: none; }


/* Nav: skin */

.sf-menu {
	background-color: transparent;
	float: none;
	}

.sf-menu a, .sf-menu a:visited {
	border: 0px dotted #2C2C2C;
	border-width: 0px 0px 0px 0;
	color: #2C2C2C;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0px 0 0px;
	padding: 8px 16px 8px;
	outline: none;
	text-decoration: none;
	text-transform: none;

	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

	-moz-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );
	box-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.4 );


	}
	/* Sum of font-size + padding-top + padding-bottom above */
	.sf-menu { height: 32px; }
	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 32px; }

	.sf-menu a:hover {
		background-color: #E1E1E1;
		color: #000000;
		text-decoration: none;
		}

.drop-caret {
	float: right;
	}

.sf-menu .sub-menu a, 
.sf-menu .sub-menu a:visited {
	background-color: #FFFFFF;
	background-image: none;
	border: 0px solid #2C2C2C;
	border-width: 0;
	color: #2C2C2C;
	margin: 0;
	padding: 0.5em 1em;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	}
	.sf-menu .sub-menu a:hover {
		background-color: #4183C4;
		color: #FFFFFF;
		}
		.sf-menu .sub-menu li:first-child a {
		border-top-width: 1px;
		}

.sf-menu li.current_page_item > a, 
.sf-menu .sub-menu li.current_page_item > a {
	background-color: #4183C4;
	color: #FFFFFF;
	}
	.sf-menu > li:first-child.current_page_item > a {
		/* allows separate control of first menu item colors when current; we assume this will be the 'Home' link */
		background-color: #4183C4;
		color: #FFFFFF;
		}

.sf-menu li {
	border: 0px solid transparent;
	border-width: 0;
	margin: 0;
	padding: 0;
	}
	.sf-menu > li:first-child a {
		border-left-width: 0;
		}
	.sf-menu > li:last-child a {
		border-right-width: 0;
		}
.sf-menu > li:first-child a {
	padding-left: 16px;
	}

.sf-menu .sub-menu {
	border: 0 solid #2C2C2C;
	border-width: 0 1px 1px 1px; /* top should always be 0 */
	-moz-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.4 );
	-webkit-box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.4 );
	box-shadow: 2px 2px 4px rgba( 0, 0, 0, 0.4 );
	}
.sf-menu .sub-menu li a,
.sf-menu .sub-menu li a:visited {
	border-top: 1px solid #2C2C2C;
	}
.sf-menu .sub-menu > li:first-child > a,
.sf-menu .sub-menu > li:first-child > a:visited {
	border-top: 1px solid #2C2C2C;
	}

@media only screen and (max-width: 991px) {
/* reset appearance for small displays */
	#navigation {
		padding: 0 24px;
		}
	#navigation .mantle {
		background-color: transparent;
		border-wi