html, body {
	height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -220px;
}
#wrap > .container {
	padding-top: 86px;
	padding-bottom: 20px;
}
.navbar-brand {
  padding-top: 7px;
}
#navbar a.dropdown-toggle, #navbar li {
	font-size: 16px;
	font-weight: bold;
}
.carosel-caption{
   background: transparent url('img/navbackground.png');
}
#push, #footer {
	height: 220px;
}
#footer{
	color:#dddddd;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#1f355c;
}
#footer a{
	color:white;
}
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;
}
@media (max-width: 767px) {
	#wrap (
		margin: 0 auto;
	)
	#push {
		height: 0;
	}
	#footer {
		height: auto;
	}
	.btn {
		/*padding:2px 4px;*/
		font-size: 90%;
		/*line-height: 1;*/
		/*border-radius: 3px;*/
	}
}
@media (min-width: 768px) {
	div.login-form input{
		width: 300px;
	}
}
@media (min-width: 1200px) {
  .hsb-nav {
    margin-top: -16px;
  }
}

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%;
}
.grey-qo-regular {
  font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}
/*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;
}
