@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;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#headOuter {
	width: 100%;
	height: 190px;
	padding-top: 10px;
}
header {
	height: 95px;
	position: relative;
}
#logo {
	width: 150px;
	height: 95px;
	margin: 5px auto 0px;
}
#logo img {
	width: 100%;
	height: auto;
}
.byline {
	padding: 10px 0;
	color: #b1b7bb;
	text-align: center;
	font-size: 110%;
}
nav {
	background-color: #000000;
	height: 40px;
	margin-top: 10px;
}
nav#mainmenu {
	display: none;
}

#menu-icon {
	width: calc(100% - 15px);
	height: 40px;
	line-height: 40px;
	padding: 0px 5px 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	display: block; /* show menu icon */
	color: #ffffff;
	font-size: 200%;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#menu-icon span {
	font-family: 'FontAwesome';
	font-weight: normal;
	vertical-align: middle;
}
#menu-icon:hover {
	color: 000000;
	background-color: #444444;
}
#menu-icon.active {
	color: #000000;
	background-color: #cccccc;
}
/* main nav */
#mobilemenu ul {
	clear: both;
	width: calc(100% - 3px);
	position: absolute;
	z-index: 5000;
	padding: 0px;
	margin: -10px 0px 0px 0px;
	left: 0px;
	background-color: #444444;
	border-top: 1.5px solid #2d5272;
	border-right: 1.5px solid #2d5272;
	border-left: 1.5px solid #2d5272;
	display: none;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 100%;
}
#mobilemenu li {
	margin: 0px;
	list-style: none;
	padding: 0px;
	text-align: left;
	border-bottom: 1.5px solid #cccccc;
}
#mobilemenu a, #mobilemenu ul a {
	background: none;
	text-decoration: none;
	display: block;
	width: calc(100% - 30px);
	padding: 0px 15px 0px 15px;
	border: none;
	line-height: 30px;
}
#mobilemenu .submobile {
	padding-left: 40px;
	font-size: 130%;
}
#mobilemenu a:link {
	background: none;
	color: #ffffff;
}
#mobilemenu a:visited {
	background: none;
	color: #ffffff;
}
#mobilemenu a:hover {
	color: #BF3427;
	background-color: #cccccc;
}
#mobilemenu a:active {
	color: #BF3427;
	background-color: #328cc1;
}

nav .searchbtn a {
	font-family: 'FontAwesome';
	position: relative;
	width: 100%;
}
nav .searchBar {
	height: 30px;
}
nav .searchBar #searchform {
	width: 100%;
}
#searchform #s {
	width: calc(75% - 40px);
	height: 30px;
	margin-top: 0px;
	padding: 0px 20px;
	font-size: 100%;
	color: #000000;	
	vertical-align: top;
	border: none;
	font-weight: 200;
	margin-right: 0px;
	text-align: left !important;
}
#searchform #searchsubmit{
	width: 25%;
	height: 30px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 100%;
	vertical-align: top;
	background-color: #000000;
	border: none;
	color: #ffffff;
	font-weight: 200;
}
.search-excerpt {
	background-color: #FFF5A3;
}
nav.pagination {
	background-color: transparent;
}
nav.pagination .nav-links {
	font-size: 160%;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
}
.screen-reader-text {
	display: none;
}
article {
	min-height: calc(100vh - 656px);
	background-color: #FFF;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px 5% 80px 5%;
}
article h1:first-of-type {
	margin-top: 0px;
	padding-top: 0px;
}
#footerOuter {
	background-color: #444444;
	height: 80px;
	margin-top: -80px;
}
footer {
	width: 90;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 5% 0px 5%;
}
footer p {
	line-height: 35px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-size: 140% !important;
} 
footer .copyright {
	float: left;
}
footer a:link, footer a:visited {
	color: #ffffff;
	font-weight: bold;
}
footer a:hover {
	text-decoration: underline;
}
footer .social-sidebar {
	float: left;
	line-height: 35px;
	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: 250%;
	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: 200%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 170%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 150%;
	color: #222222;
	margin-bottom: 24px;
	padding-bottom: 0px;
}
h5 {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 200;
	font-size: 150%;
	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: 150%;
	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: #328CC1;
	text-decoration: none;
}
blockquote {
	background-color: #eaf3f9;
	margin-right: -5%;	
	margin-left: -5%;
	padding: 20px 5%;
	padding-left: 5%;
}