﻿
@media (max-width: 767px) {
	body {
		padding-left: 0;
		padding-right: 0;
	}

	.container {
		padding: 0 4px;
		margin-left: 20px;
		margin-right: 20px;
	}
}

html, body {
	height: 100%;
	font-size: 13px;
}

form {
	margin-bottom: 0;
}

legend {
	margin-bottom: 19px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.label-bold {
	display: inline-block;
	margin-bottom: 5px !important;
	font-weight: 500 !important;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.custom-container {
	padding-top: 2em;
	padding-bottom: 150px;
	border-radius: 4px;
}

.disclaimer {
	margin-top: 1.5em;
	padding: .5em .25em;
	border-top: 1px solid #022;
	text-align: justify;
}

.well{
	background-color: #f5f5f5;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.form-actions {
	margin-bottom: 0;
	padding-bottom: 0;
}

.form-control {
	width: 144px;
}

.help-inline {
	color: #A94442;
}

#header .subheader {
	height: 79px;
	background-size: 240px 71px;
}

#header .border {
	border-bottom: 3px solid #F6B000 !important;
	padding-bottom: 25px;
}

#logo {
	height: 67px;
	width: 296px;
	top: 7px;
	display: block;
	position: relative;
	margin: auto;
}

.modal-header {
	padding-bottom: 30px;
}

.footer {
	background-color: #002F5F; /* dark navy blue */
	color: white;
	text-align: center;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 1.6;
	bottom: 0;
	width: 100%;
}

.footer a {
	color: white;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}