html {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
body {
	padding: 0;
	margin:auto;
  font-size: 16px;
  line-height: 26px;
  color: #151515;
  font-family: "proxima-nova", Helvetiva Neue, Helvetica, Arial, sans serif;
  width:1000px;
  height:100%;
  overflow:scroll;
}
footer {
  background-color: #78787B;
  width:100%;
  position: absolute;
  left:0;
  right:0;
}
section {
	padding: 28px;
  	overflow: hidden;
}
a {
  color: #ffffff;
}
p {
  font-size: 16px;
  line-height: 26px;
  color: #151515;
  font-family: "proxima-nova", Helvetiva Neue, Helvetica, Arial, sans serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #78787B;
  font-family: "refrigerator-deluxe", Helvetiva Neue, Helvetica, Arial, sans serif;  
}
h1 {
  font-size: 42px;
  line-height: 50px;
  margin:0;
}
h2 {
  font-size: 34px;
  line-height: 42px
}
h3 {
  font-size: 28px;
  line-height: 34px;
}
h4 {
  font-size: 19px;
  line-height: 28px;
}
h5 {
  font-size: 17px;
  line-height: 28px;
}
h6 {
  font-size: 13px;
  line-height: 21px;
}
fieldset {
  border: 0;
  margin:0;
  padding:0;
}
label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  color: #151515;
}
label input,
label select {
  font-weight: normal;
}
input,
select,
textarea {
  margin-bottom: 12px;
}
input[type="text"],
input[type="date"],
input[type="tel"],
select,
textarea {
  background-color: #e1e1e1;
  outline: solid 1px transparent;
  border: none;
  color: #151515;
  height: 28px;
  outline: none;
  text-indent: 14px;
  -webkit-text-indent: 14px;
  width: 100%;
}
textarea {
  height: auto;
  min-height: 120px;
  text-indent: 0;
}
input[type="text"]:active,
input[type="text"]:focus,
input[type="date"]:active,
input[type="date"]:focus select:active,
select:focus {
  outline: solid 2px #6b0019;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"] {
  color: #d50032 !important;
  height: 19px;
  width: 19px;
  line-height: 35px;
  vertical-align: middle;
  margin: 0 13px;
}
input[type="submit"] {
  background-color: rgb(53, 116, 227);
  border:none;
  color: white;
  font-family: "proxima-nova", Helvetiva Neue, Helvetica, Arial, sans serif;
  font-size: 34px;
  font-weight: 900;
  padding: 21px;
  text-transform: uppercase;
}
input[type="submit"]:hover {
  color: #6b0019;
}
input[type="image"] {
  max-width: 200px;
  width: 100%;
}
fieldset label {
  display: inline-block;
  width: 49%;
}
#lstCustomCanvass {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  min-height: 450px;
}
.req {
  color: #ffffff;
}
.proxima {
  font-family: "proxima-nova", Helvetiva Neue, Helvetica, Arial, sans serif;
  font-weight: 900;
  }
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.serif {
  font-family: Times New Roman, serif;
}
.sans {
  font-family: "proxima-nova", Helvetiva Neue, Helvetica, Arial, sans serif;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.uppercase {
	text-transform: uppercase;
}
.address {
  text-transform: uppercase;
  font-family: "refrigerator-deluxe", Helvetiva Neue, Helvetica, Arial, sans serif;
}
#primary-nav {
  background-color: #78787B;
  z-index: 1;
  padding-top: 21px;
  width:1100px;
  margin:auto;
}
header {
  background-color: #78787B;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  padding-bottom: 15px;
}
#primary-nav ul li {
  background-color: transparent;
  border: none;
  display:inline-block;
  padding: 0;
  text-align: center;
  width:14%;
}
#primary-nav ul li a {
  color: #ffffff;
  display: block;
  font-family: "refrigerator-deluxe", Helvetiva Neue, Helvetica, Arial, sans serif;
  font-weight: bold;
  font-size:21px;
  padding: 21px;
  text-transform: uppercase;
  text-decoration: none;
}
#primary-nav ul li a:hover {
  background-color: #FFFEE5;
  color: #78787B;
}
#primary-nav ul {
  padding-top: 0;
}
.logo {
  width: 120px;
  height: auto;
  float:left;
  margin-right:20px;
}
.list-group {
  margin-bottom: 0;
  padding-left: 0;
}
#content-wrapper {
	width:100%;
  margin: 132px auto 0;
}
#content-wrapper #trace-form {
  padding-top: 42px;
  color: #78787B;
 }
 .col-md-12, .col-md-4 {
  width:960px;
  margin:auto;
 }
 .wrapper {
    width: 960px;
    margin:auto;
 }