﻿@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 100px;
}

.navbar-inverse .navbar-nav > li > a {
	border-right: 1px solid #555555;
	color: white;
}

.navbar-inverse .navbar-nav > li > a:hover {
	text-decoration: underline;
}

.wrapper {
	background-color: #f5f5f5;
}

.navbar-inverse {
    background-color: #f5f5f5;
	border: 0;
}

.header {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 30px;
}

.menu {
	background-color: #434343;
}

.maincontainer {
	padding-left:30px;
	padding-bottom: 150px;
	background-color: white;
}

.maincontainer > h1 {
	font-size: 17px;
	margin-bottom: 5px;
    margin-top: 0;
}

.nopadding {
	padding: 0;
} 

.navbar {
	margin-bottom: 0;
}

.margined-from-top {
	margin-top: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  color:white;
  background-color: #232323;
  font-size: 11px;
}

.footer a, .footer a:hover {
	color: white;
}

.footer-top-row {
	background-color: #363636;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-bottom-row {
	padding-top: 10px;
	background-color: #232323;
}

/* override bootstrap class */
label {
	font-weight: normal;
}

input.check-box {
    margin-right: 6px;
}

.checkboxesContainer {
	padding-left: 2em;
	margin-bottom: 10px;
}

.privacy-policy {
	font-family: 'Open Sans', sans-serif;
}

.privacy-policy h1 {
	font-size: 48px !important;
	text-align: center;
	color: #004388;
	font-weight: 300;
	padding-bottom: 27px;
	margin-bottom: 0;
}

.privacy-policy p {
	color: #004388;
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	margin: 0 0 12px 0;
}

.privacy-policy a,
.privacy-policy a:visited,
.privacy-policy a:hover,
.privacy-policy a:active {
	text-decoration: none !important;
	color: #b71918 !important;
}

.privacy-policy ul {
	list-style: none;
	padding: 0 0 17px;
}

.privacy-policy li {
	margin-left: 20px;
	clear: both;
	line-height: 143%;
	padding: 0 !important;
	background: none !important;
	color: #004388;
	font-weight: 400;
	font-size: 15px !important;
}

	.privacy-policy li::before {
		content: ' ';
		display: inline-block;
		width: 0;
		height: 0;
		border-top: 5px solid transparent;
		border-left: 6px solid #004388;
		border-bottom: 5px solid transparent;
		padding-right: 10px;
		margin-left: -18px;
	}
