@charset "UTF-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 16px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 30px
	font-weight: 700;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #ff4b02;
}

.container { margin-bottom: 30px; }

.container-fluid {
	border-bottom: 3px solid #ff4b02;
	margin:  -10px 0 20px;
}

.col-md-12 { background: #f7f7f7; }

header h1 { text-align: right; font-weight: 700; }

header h3 {
  font-size: 18px;
  margin-top: 0;
  float: right;
}

form .col-md-6 { margin: 0 0 10px; }

label { 
	display: block;
}

input[type=text], input[type=tel], input[type=email], select {
	line-height: 32px;
	width: 100%;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

select {
	-webkit-appearance: menulist-button;
	height: 32px;
	background: #fff;
}

input[type=file] { margin: 20px 0 0; }

input[type=submit] {
	border: 1px solid #0094ca;
	background: #0094ca;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100px;
	line-height:32px;
}

input[type=submit]:hover {
	background: #ff4b02;
	border: 1px solid #ff4b02;
}

#docUpload {
	padding: 20px;
	background: #fff;
	margin: 20px 0 30px;
}

#docoutput { margin-top: 20px; }

footer { 
	text-align: center;
	color: #aaa;
	font-size: 11px;
	font-style: italic;
}