
/* Content */

button, input, select, textarea {
  font-family : inherit;
  font-size   : 12px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}


#contact-information h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 12px;
}
#contact-information #contact-ins {
color: #bf3838;
}
#contact-information #contact-ins p {
  background-color: #ffe5e5;
  padding: 26px 30px;
}
#contact-information #contact-statement {
  padding-top: 40px;
}
#contact-information #contact-statement dl {
  padding: 10px 30px 30px 30px;
  background-color: #f2f2f2;
}
#contact-information #contact-statement dl dt {
  font-weight: bold;
  padding: 20px 0;
  font-size: 13px;
}


#contact-body {
  padding: 40px 0 20px 0;
}
#contact .form-group {
  padding: 12px 0;
}
#contact .control-label, #contact .col-sm-9 {
}
#contact .control-label {
  display: block;
  padding: 6px 0;
}
#contact .form-control {
  padding: 1.4% 1.8%;
  border: solid 1px #e0e0e0;
  box-shadow: inset 1px 1px 2px #d5d5d5;
  line-height: 18px;
}
#contact .help-block {
  display: block;
  font-size: 11px;
  line-height: 18px;
  padding: 6px 0 0 4px;
  color: #900;
}
#contact .submit {
  text-align: center;
}
#contact .submit input {
  border: none;
  background-color: #000;
  color: #fff;
  line-height: 38px;
  font-size: 11px;
  height: 38px;
  padding: 0 60px;
}






@media (min-width: 720px) {
}




@media (min-width: 960px) {

  #contact-information {
    width: 450px;
    margin-right: 60px;
    float: left;
  }
  #contact-body {
    width: 450px;
    padding: 0;
    float: left;
  }

}