body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-brand {
  padding-top: 7px;
}
.nav-item a {
	font-size: 16px;
	font-weight: bold;
}
.carosel-caption{
   background: transparent url('img/navbackground.png');
}
#footer{
	color:#dddddd;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#1f355c;
}
#footer a{
	color:white;
	text-decoration:none;
}
.blue-background {
	background-color:#1f355c;
}	
.parallax {
	background-image: url("../img/deadhorsepoint.jpg");
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.grey-qo-regular {
  font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}

table.hsb-products tr{
	height:50px;
}
table.hsb-products td, table.hsb-products thead th{
	text-align:center;
}
div.alert-redirect{
	margin-top: 40px;
}
hr.double{
	border-top: 4px double #ccc;
	text-align: center;
}
hr.double:after{
	content: "☰";
	display: inline-block;
	position: relative;
	top: -0.8em;
	font-size: 1.4em;
	padding: 0 0.25em;
	background: white;
}
div.login-form{
	padding: 20px;
}
ul.nav-tabs li a{
	font-weight:bold;
	font-size: 18px;
	color: #777;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fff;
    background-color: #BA7F21;
}
table.equal-table td{
	width: 50%;
}
/*CSS from old site(still being used)*/
table.privacy_facts th.lcol{
color: white;
background-color:black;
padding: 10px;
font-size: 24px;
font-weight: bold;
border: 1px solid black;
margin: 0;
}

table.privacy_facts th.rcol{
padding: 10px;
font-size: 16px;
font-weight:normal;
border: 1px solid black;
}


table.privacy_facts td.lcol{
color: white;
background-color:gray;
padding: 10px;
font-size: 16px;
font-weight: bold;
border: 1px solid gray;
margin: 0;
}

table.privacy_facts td.rcol{
padding: 10px;
border: 1px solid gray;
}

table.reasons th{
border: 1px solid gray;
background-color: gray;
color: white;
padding: 5px;
font-size: 14px;
}
table.reasons td{
border: 1px solid gray;
padding: 3px;
}
table.privacy {
width: 100%;
}
table.privacy th{
border: 1px solid gray;
background-color: gray;
color: white;
padding: 5px;
font-size: 14px;
}
table.privacy td{
border: 1px solid gray;
padding: 3px;
}
table.privacy td.lcol{
font-weight: bold;
}
