html {
	overflow-x:hidden;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	text-size-adjust:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:auto;
}
body {
	position:relative;
	overflow-x:hidden;
	font-size:16px;
	line-height:1.3;
	padding-right:0 !important;
	color:#050505;
	font-family:Arial,Helvetica,sans-serif;
	-webkit-overflow-scrolling:touch;
}
sup {
	top: auto;
}
::selection {
	background: #8b2512;
	color: #fff;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia,serif;
	color:#000;
}
h1 {
	font-size: 3em;
	padding-bottom: 0.4em;
}
h1:after {
	margin-top: 5px;
	content: "\A";
	width: 128px;
	height: 1px;
	display: block;
	background-color: #8b2512;
}
h2 {
	font-size: 2.4em;
	padding-bottom: 0.3em;
}
h2:after {
	margin-top: 5px;
	content: "\A";
	width: 88px;
	height: 1px;
	display: block;
	background-color: #d4d6da;
}
h3 {
	font-size: 2em;
	padding-bottom: 0.4em;
}
h4 {
	font-size: 1.5em;
	padding-bottom: 0.6em;
}
h5 {
	font-size:20px;
}
h6 {
	font-size:16px;
}
a {
	color: #8b2512;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	font-style: italic;
	padding: 1.5em;
	margin-bottom: 2em;
	border: none;
	font-family: "Times New Roman", Georgia, serif;
}
blockquote p {
	margin-bottom: 0;
	font-size: 1.2em;
}
hr {
	border-top:1px solid rgba(0,0,0,0.2);
	margin-left:-10px;
	margin-right:-10px;
}
sup {
	font-size:60%;
	vertical-align:super;
}
.time {
	font-weight:400;
	margin-top:0;
	margin-bottom:10px;
	display:block;
	color:black;
	font-size:12px;
	text-transform:uppercase;
}
small {
	font-size:80%;
}
p,ul,ol {
	margin-top:5px;
	margin-bottom:20px;
	font-size:16px;
	line-height:1.3em;
}
ul,ol {
	margin-left:20px;
	padding:0px;
}
ul li,ol li {
	margin:3px 0;
	position:relative;
}
ul.nolisttype,ol.nolisttype {
	margin-left:0px;
	list-style-type:none;
}
ul.nolisttype li,ol.nolisttype li {
	list-style-type:none;
	text-transform:uppercase;
}
ul.nolisttype li a:hover,ol.nolisttype li a:hover {
	color:#8B2512;
}
 ul.nolisttype li:before,ol.nolisttype li:before {
	display:none;
}
a {
	cursor:pointer;
}
.main-content .col-sm-3 ul li:before {
	top:6px;
	left:-19px;
	position:absolute;
	display:block;
	content:"\A";
	width:8px;
	height:8px;
	background:url(images/bullet_black.png) no-repeat;
}
ol li {
	list-style-type:decimal;
}
.bad,
.good {
	display: block;
	margin-bottom: 2em;
	padding: 1.4em;
}
.bad {
	background: #AB0634;
	color: #fff;
}
.good {
	background: #6A8911;
	color: #fff;
}
.small {
	font-size: 0.8em;
}
.TextformatterVideoEmbed,
.respond-wrap {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	margin-bottom: 2em;
}
.respond-wrap #video,
.respond-wrap #map_canvas,
.respond-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	width: 100%;
	margin-bottom: 2em;
}
#loadmore {
	background: #ebebeb;
	color: #66585b;
	cursor: pointer;
	line-height: 1;
	margin: 2em auto;
	padding: 0.64em;
	text-align: center;
	width: auto;
}
#loadmore:hover {
	background: #e11e2f;
	color: #fff;
}
#loadspinner {
	text-align: center;
}
#loadspinner span {
	font-size: 2em;
	margin: auto;
}
#addthis {
	margin: 2em;
}
#nbedit {
	background: #fff;
	bottom: 0;
	color: #e11e2f;
	font-size: 0.82em;
	font-weight: 700;
	padding: 0.2em 0.6em;
	position: fixed;
	right: 0;
	text-transform: uppercase;
	z-index: 1024;
}
#nbedit:hover {
	background: #e11e2f;
	color: #fff;
}
.fa-file-pdf-o {
	color: #bb0706;
}
.fa-file-doc-o {
	color: #1041aa;
}
.fa-file-excel-o {
	color: #0d6b3b;
}
.fa-file-powerpoint-o {
	color: #d74507;
}
.table {
	display: table;
	width: 100%;
}
.table-row {
	display: table-row;
	width: 100%;
	vertical-align: middle;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.table-cell.right {
	text-align: right;
}
.table-cell.center {
	text-align: center;
}
@media only screen and (max-width:640px) {

	body {
		font-size: 14px;
	}
	h1 {
		font-size: 2.8em;
	}
	h2 {
		font-size: 2.4em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.3em;
	}

}

/*
a {
	-webkit-transition:all 250ms cubic-bezier(0.645,0.045,0.355,1);
	transition:all 250ms cubic-bezier(0.645,0.045,0.355,1);
	color:#000;
}
a:focus,a:hover,a:active {
	text-decoration:underline;
	color:#666666;
	-webkit-transition:all 250ms cubic-bezier(0.645,0.045,0.355,1);
	transition:all 250ms cubic-bezier(0.645,0.045,0.355,1);
}

p {
	margin-top:20px;
}
ul {
	list-style:none;
}
*/