html {
	font-size: 100%;
}
body {
	color: #454b4f !important;
	background-color: #fff !important;
	font: 0.9em/1.67 'Source Sans Pro', 'Helvetica Neue', Arial, sans-serif;
	line-height: 1.5;
	letter-spacing: 0.01em;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
#hero-img img {
	margin-top: 40px;
}
#hero-sidebar .well {
	margin-top: 14px;
}
#hero-sidebar h4 {
	color: #656d73 !important;
}
#productTables {
	margin-top: 32px;
}
table th {
	width: 16%;
	padding: 6px 10px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8rem;
	border: 0 !important;
}
table th:first-child {
	text-align: left;
}
table th h3 {
	margin: 3px 0;
	font-size: 1.2rem;
	color: #fff;
}
table th span {
	font-size: 0.8rem;
}
table tbody td {
	width: 16%;
	padding: 10px 15px;
	border: 0;
	border-bottom: 1px dotted #ccc;
	font-size: 0.8rem;
	text-align: center;
	vertical-align: top;
}
table tbody td h5 {
	margin-top: 5px;
	margin-bottom: 8px;
	font-size: 1.1rem;
	font-weight: 500 !important;
}
table tbody td p {
	margin-bottom: 5px;
	font-size: 0.8rem;
}
table tbody td a.underlined,
table tfoot td a.underlined {
	border-bottom: 1px dotted #005eb8;
}
table tbody td a.underlined:hover,
table tbody td a.underlined:focus,
table tfoot td a.underlined:hover,
table tfoot td a.underlined:focus {
	text-decoration: none;
}
table tbody tr:last-of-type td {
	border-bottom: 0;
}
table tbody td:first-child {
	padding-right: 20px;
	font-weight: 700 !important;
	background-color: #f2f7fa;
	color: #656d73;
	text-align: left !important;
}
table tbody td:first-child h5 {
	text-align: center !important;
}
table tfoot td {
	padding: 8px;
	font-size: 0.8rem;
	border-top: 1px dotted #ccc;
	text-align: center;
}
table h4 {
	font-size: 1.2rem;
	font-weight: 500 !important;
	text-transform: uppercase;
}
table span.key {
	font-size: 0.7rem;
	font-weight: 700 !important;
	color: #33393e;
	text-transform: uppercase;
}
table td.rowspanned {
	text-align: center;
	vertical-align: middle;
	background-color: #eee;
}

/* table widths */
table thead th:first-child,
table tbody td:first-child {
	width: 18% !important;
}

/* table helper styles */
.bgblue {
	color: #fff;
	background: #005eb8;
	background: -moz-linear-gradient(left, #005eb8 0%, #188475 100%);
	background: -webkit-linear-gradient(left, #005eb8 0%,#188475 100%);
	background: linear-gradient(to right, #005eb8 0%,#188475 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005eb8', endColorstr='#188475',GradientType=1 );
}
.bggreen {
	color: #fff;
	background: #188474; /* Old browsers */
	background: -moz-linear-gradient(left, #188474 0%, #228b22 100%);
	background: -webkit-linear-gradient(left, #188474 0%,#228b22 100%);
	background: linear-gradient(to right, #188474 0%,#228b22 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#188474', endColorstr='#228b22',GradientType=1 );

}
.specSpan {
	padding: 4px 15px !important;
	color: #fff !important;
	background-color: #656d73 !important;
	text-align: left !important;
}
.icoHelp {
	margin: 0 0 -2px 5px;
	padding: 0;
	border: 1px solid #ddd;
	display: inline-block;
	width: 14px;
	height: 13px;
	overflow: hidden;
	background: url('data:image/gif;base64,R0lGODlhDAAWAJEAAKuoplmZ4f///wAAACH5BAAAAAAALAAAAAAMABYAAAIjlI8pwKDbmJLwmWZxdrYjunniGJTBY5pKabCWirrx6MkzfRQAOw==') no-repeat top left;
}
.icoHelp:hover {
	background-position: 0 -11px;
	border: 1px solid #5999e1;
}
.popover-content {
	padding: 12px;
	font-size: 0.75rem;
}

@media screen and (max-width: 599.98px){
	h1.pageTitle { margin-bottom: 15px !important; }
	#hero-img { padding-bottom: 15px; text-align: center; }
	#hero-img img { display: inline; }
	.table td { white-space: normal !important; border: 1px solid #ddd; font-size: 12px; }
	table tbody td { padding: 8px; }
}

@media screen and (min-width: 600px) and (max-width: 959.98px){
	table tbody td { padding: 8px; }
}

@media screen and (min-width: 960px) and (max-width: 1279.98px){
	.lead { font-size: 21px; }
	table thead th,
	table tbody td { font-size: 0.7rem; }
}

@media screen and (min-width: 1280px){
	h1.pageTitle { font-size: 3.6rem; }
	.lead { font-size: 23px; }
	#hero { margin-top: -15px; }
	#hero-img { padding-top: 30px; }
	#hero-img img { margin-left: 50px; }
	#hero-copy { padding: 15px 15px 0 30px; }
}