@charset "UTF-8";
/* CSS Document */

/* Reset Reloaded by Eric Meyer */
/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10px;
	font-family: verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #000;
	background:#D4D2C5 url(../images/bs_bg.gif) top left repeat-x;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END Reset Reloaded by Eric Meyer */

#bodyContainer {
	width:80em;
	margin:auto;
}
#headerContainer {
	width:100%;
}
#header {
	display:inline-block;
	padding:0;margin:0;
	background-color:#8E918D;
	height:78px;
	width:100%;
}
#header img {
	padding:0;
	margin:37px 0 0 47px;
}
#mainNav {
	background-color: #8B2E00;
	border-top: solid 4px #000;
}
ul#mainNavList {
	width:65em;
	margin:0 47px;
}
ul#mainNavList li {
	font-weight: normal;
	list-style-type: none;
	display: inline-block;
	transform: skewX(-30deg);
	transition:.25s;
}
ul#mainNavList li a {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	display: block;
	padding: 8px 13px;
	transform: skewX(30deg);
}
ul#mainNavList li.active {
	background: rgba(0,0,0,.35);
}
ul#mainNavList li:hover {
	background: #000;
	color: #fff;
}
#subContentWrap {
	float: left;
}
#subContentWrap.home {
	display: flex;
	float: none;
	flex-wrap: wrap;
}
.flex-col-50 {
	flex-basis: 50%;
}
.flex-col-100 {
	flex-basis: 100%;
}
.home-col {
	box-sizing: border-box;
}
.home-col img {
	display: block;
}
.home-col.col-2 {
	padding: 2.5em 5em 2.5em 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;

}
.home-quote {
	border-top:25px solid #304355;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
	line-height:1.3em;
	color: #000;
	padding: 0 60px;
}
.home-quote h2 {
	background: transparent;
	border: none;
	color: #8B2E00;
	margin: 1em 0 .5em 0;
	padding: 0;
	text-align: center;
}
.home-quote img {
	float: left;
	max-width: 200px;
	margin: 10px 30px 30px 0;
}
.home-quote p {
	font-size: .65em;
	padding: 10px 0 ;
}
.home-quote p strong {
	font-size: 100%;
	font-family: Georgia, serif;
	font-weight: bold;
}
.home-quote .footHhighlight {
	font-size: .75em;
}
.home-quote #reviewFoot {
	font-size: .5em;
	margin: 30px -60px 0 -60px;
}
#homePhotoBlock {
	width:36.6em;
	float:left;
}
#homePhotoBlock p {
}
.footHhighlight {
	color:#8E918D;
	font:inherit;
}
#reviewFoot {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
	background-color:#23313E;
	font-size:1em;
	padding:1em 0 1em 3.8em;
	letter-spacing:.1em;
}
#reviewFoot a {
	color:#fff;
	text-decoration:none;
	font:inherit;
}
#reviewFoot a:hover {
	color:#FFF;
}
#homeContentBlock {
	float:right;
	width:43.4em;
	background-color:#FFF;
	padding-top:3.5em;
}
#homeContentBlock p {
	padding: 0 2.5em 0 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	line-height:1.4em;
}
.highlight {
	font:inherit;
	color:#8B2E00;
	font-weight:bold;
}
.highlight.blue {
	color: #304355;
}
#homeContentBlock p.intro {
	padding-bottom:2.2em;
	line-height:1.5em
}
#homeContentBlock p.blogHead {
	border-top: solid 1px #D4D2C5;
	border-bottom: solid 1px #D4D2C5;
	background-color:#F0EEDD;
	padding:.2em 2.5em .2em 2.5em;
	color:#304355;
	font-size:1.4em;
}
#homeContentBlock p.blogTitle {
	color:#304355;
	font-weight:bold;
	border-top: solid 1px #D4D2C5;
	border-bottom: solid 1px #D4D2C5;
	margin:.8em 2em .5em 2.4em;
	padding:.1em 0 .1em .1em;
}
#homeContentBlock p.blogIntro {
	padding-top:0;
	line-height:1.5em;
}
#homeContentBlock p.blogAuthor {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#304355;
	font-weight:bold;
	font-size:.9em;
	padding:.2em 0 1em 3.2em;
}
#homeContentBlock p.blogAuthor a {
	font:inherit;
	color:#BBBFBB;
	text-decoration:none;
}
#homeContentBlock p.blogAuthor a:hover {
	text-decoration:underline;
}

/* Accessibility */
.ah {
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}
