body  {
	color:#474747;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
	margin:0;
	padding:0;
}

p {
	margin:0 0 1.2em;
}

a {
	background:none repeat scroll 0 0 transparent;
	color:#8a9344;
	text-decoration:underline;
}

b, strong {
	font-weight:700;
}

h1 {
	background:none repeat scroll 0 0 #003a6a;
	border-left:12px solid #042540;
	box-shadow:1px 0 0 #fff inset;
	color:#fff;
	font-size:16px;
	font-weight:700;
	line-height:22px;
	margin:0 0 24px -20px;
	padding:6px 12px 4px;
	text-transform:uppercase;
}

hr {
  border-color: #eee -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 18px;
  margin-top: 18px;
}

body>hr {
  display:none;
}

main {
	padding:0 10px;
}

header {
	margin-left:-10px;
	margin-right:-10px;
	padding:14px 0 16px;
}
header nav {
  display:none;
}
header div.header-holder div:nth-child(2) {
  display:none;
}

header div.page-heading {
  display:none;
}

footer {
  display:none;
}

#wrapper {
	background:none repeat scroll 0 0 #fff;
	display:table;
	height:100%;
	padding:10px 20px;
	position:relative;
	table-layout:fixed;
}

.logo {
	float:left;
	margin:2px 15px 0 20px;
	width:129px;
}

.slogan {
	color:#003c69;
	display:block;
	font-size:23px;
	font-weight:400;
	line-height:24px;
	overflow:hidden;
	text-transform:uppercase;
	width:300px;
}

.slogan span {
	color:#8a9344;
	display:block;
}

.breadcrumb > li {
  display:inline-block;
}

.breadcrumb > li + li:before {
  color: #404040;
  content: "| ";
  padding: 0 5px;
}

ol.breadcrumb {
  padding-left:0;
}

.breadcrumb .home a:before {
  background: url("../images/sprite.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  height: 13px;
  margin: 0 4px 0 0;
  vertical-align: baseline;
  width: 15px;
}

div.bg-stretch {
  display:none;
}


.hidden-sm,
.hidden-xs {
  display:none;
}