@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.5.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {
	padding: 0px;
	margin: 0px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 50%, rgba(219,219,218,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 50%,rgba(219,219,218,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 50%,rgba(219,219,218,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbda',GradientType=0 );
	background-attachment: fixed;
}
body {
	padding: 0px;
	margin: 0px;
/*	background-image: url(images/headerBg.png),
		url(images/headerInner.png);
	background-repeat: no-repeat;
	background-blend-mode: overlay;
	background-position: top center;
*/	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#headOuter {
	width: 100%;
	height: 436px;
	padding: 40px 0px 0px;
}
header {
	width: 100%;
	height: 360px;
	position: relative;
}
#logo {
	width: 342px;
	height: 217px;
	margin: 20px auto 0px;
}
.byline {
	padding: 10px 0;
	color: #b1b7bb;
	text-align: center;
	font-size: 110%;
}
nav#mainmenu {
	background-color: #444444;
	height: 80px;
	margin-top: 30px;
	font-size: 90%;
}
nav#mobilemenu {
	display: none;
}
nav#mainmenu #mainnav {
	margin: 0px auto;
}
nav#mainmenu .searchbtn {
	display: none;
	font-family: 'FontAwesome';
	position: relative;
	width: 34px;
}
nav#mainmenu .searchBar {
	display: none;
	position: absolute;
	top: 0;
	right: 34px;
	margin: 0px auto;
	width: 100px;
	height: 80px;
	z-index: 5000;
	background-color: #cccccc;
}
nav#mainmenu .searchBar #searchform {
	display: none;
	width: 100%;
}
#searchform #s {
	display: none;
	width: calc(75% - 40px);
	height: 40px;
	margin-top: 20px;
	padding: 0px 20px;
	font-size: 180%;
	color: #1d2731;	
	vertical-align: top;
	border: none;
	font-weight: 200;
	margin-right: 0px;
	text-align: left !important;
}
#searchform #searchsubmit{
	width: 20%;
	height: 40px;
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	font-size: 180%;
	vertical-align: top;
	background-color: #cccccc;
	border: none;
	color: #d9b310;
	font-weight: 200;
}
.search-excerpt {
	background-color: #FFF381;
}

article {
	min-height: calc(100vh - 656px);
	background-color: #FFF;
	width: 824px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px 88px 80px 88px;
}
article h1:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}
nav.pagination .nav-links {
	margin: 20px 0px;
	font-size: 160%;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}
.screen-reader-text {
	display: none;
}
#footerOuter {
	background-color: #444444;
	height: 80px;
	margin-top: -80px;
}
footer {
	width: 800px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 88px 0px 88px;
}
footer p {
	line-height: 80px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: 140% !important;
} 
footer a:link, footer a:visited {
	color: #ffffff;
	font-weight: bold;
}
footer a:hover {
	text-decoration: underline;
}

footer .copyright {
	float: left;
}
footer .social-sidebar {
	float: right;
	line-height: 80px;
	padding: 0px;
	margin: 0px;
}
footer .zoom-social-icons-list {
	padding: 0px;
	margin: 0px;
}
* {
	outline: none;
}
p, li, td {
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 160%;
	line-height: 160%;
	color: #1d2731;
	padding-top: 0px;
	margin-top: 0px;
}
li li {
	font-size: 100% !important;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 450%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 400%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 350%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 300%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 250%;
	color: #222222;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h6 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 250%;
	color: #328cc1;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-style: italic;
}
hr {
	height: 1px;
	border: none;
	background-color: #2d5272;
	width: 75%;
	margin: 0px auto;
}
a:link, a:visited {
	color: #BF3427;
	text-decoration: none;
}
a:hover, a:active {
	color: #cccccc;
	text-decoration: none;
}
blockquote {
	background-color: #eaf3f9;
	margin-right: -88px;	
	margin-left: -88px;
	padding: 20px 88px;
	padding-left: 88px;
}