/* Special Overrides to Bootstrap styles for ASPS */
h1, h2, h3, h4 {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2 {
	font-family: Georgia, serif;
}

ul {
	margin-bottom: 0;
}

.btn-primary {
	background-color: #005268;
	border-color: #003e4f;
}

	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
		background-color: #00323f;
		border-color: #000e11;
	}
	
.badge {
	background-color: #e3f6f9;
	color: #1c92a8;
	box-shadow: 0 1px 0 #1c92a8;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
	color: rgb(0, 82, 104);
	box-shadow: none;
}

a.list-group-item:hover, a.list-group-item:focus {
	background-color: #f0f8f9;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: rgb(0, 82, 104);
	border-color: rgb(0, 82, 104);
	color: white !important;
}

.list-group-item.active a, .list-group-item.active:hover a, .list-group-item.active:focus a {
	color: white !important;
}

input, textarea, select {
	color: black !important;
}