
body {    color: #333; font-family: "Open Sans"; font-size: 14px; line-height: 1.8; }

h1 { font-size: 30px; color: #034a72; font-family: "Lato",sans-serif; font-weight: 300;  padding-bottom: 20px; margin-bottom:0px; position: relative;} 


.container { max-width: 970px;}

input, textarea, select, .input { width:100%; -webkit-appearance: none; max-width:100%; background-image: none; border: 1px solid #ccc; background-color:white;border-radius: 4px; box-shadow: 0 0 0 rgba(0, 0, 0, 0.07) inset; color: #555; font-size: 14px; line-height: 1.42857; margin-bottom: 5px; padding: 6px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; vertical-align: middle;}
input:focus, textarea:focus, select:focus {  border-color: #66afe9;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);  outline: 0 none; }

input[type=button] { background-color: #0090e3; border-color: #0090e3; color: white; margin-top: -1px; transition: background-color 0.2s ease 0s; white-space: pre-wrap; width:unset; }

label { font-weight:normal; }

.lead {
  color: grey;
  font-family: "Lato",sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0px;
}

/*
* Navbar
*/ 

.navbar { background-color: #0090e3; border:0px; color:white; border-radius:0px; }
.faxination-logo-wrapper {height: auto; padding: 25px 0px;  float: left; font-size: 18px; max-width:100%; }
.faxination-logo-wrapper img {max-width:100%; max-height:27px;}
.form_group_title { font-weight:bold; margin-bottom:0px;}


