body {
  font-family: sans-serif;
  font-size: 12px;
  margin: 0px;
}

img {
  max-width: 100%
} 

.header {
  background: #3a5eac;
}

.header img {
  display: block;
  margin: 0 auto;
}

form {
  padding: 0 20px;
  max-width: 700px;
  margin: 10px auto 100px auto;
}

.section {
  font-weight: bold;
  color: #369;
  font-size: 24px;
}

label {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

input[type=text],
select {
  border: solid 1px #818181;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 35px;
  padding: 5px;
  margin-bottom: 20px;
  box-sizing:border-box;
}
input[type=tel] {
  border: solid 1px #818181;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 35px;
  padding: 5px;
  margin-bottom: 20px;
  box-sizing:border-box;
}
input[type=email] {
  border: solid 1px #818181;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 35px;
  padding: 5px;
  margin-bottom: 20px;
  box-sizing:border-box;
}
input[type=number] {
  border: solid 1px #818181;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  width: 100%;
  font-size: 35px;
  padding: 5px;
  margin-bottom: 20px;
  box-sizing:border-box;
}
.question1 {
  background:#FFC;
  padding: 5px 0;
}

.question1 label {
  font-size: 18px;
}

.question1 span {
  color: blue;
  text-decoration: underline;
}

#ordernow {
  width: 100%;
}

.summary {
  float: left;
  width: 400px;
  font-size: 17px;
}

.grey-bg {
  background: rgba(0, 0, 0, 0) url(../images/calculations_bg.gif) 0 -1px repeat-x;
  text-align: center;
  padding: 5px 0;
}

.summary p {
  font-size: 20px;
  margin: 5px 0;
}

#continue {
  margin-right: 12px;
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  vertical-align: 1px;
  display: inline-block;
}

.seals {
  float: right;
}

.green {
 color: #008000;
}

.footer {
  text-align: center;
  background: #3a5eac;
  color: #fff;
  padding: 20px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.phone {
  margin-bottom: 5px;
}

.phone img, 
.email img {
    width: 20px;
    vertical-align: -1px;
}

.error {
  background: #ff9c9c !important;
  outline: none !important;
}

label.error {
  border: 0 !important;
  display: none !important;
} 


.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
