.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
*:first-child + html .clearfix {
  min-height: 1%;
}
a,
a:visited {
  text-decoration: none;
}
#php-contact-form .subject_please {
  display: none !important;
}
#php-contact-form div.results {
  background: #f7faff;
  border: 1px solid #b8ccdf;
  color: #333;
  margin: 0 0 20px;
}
#php-contact-form div.results.error {
  background: #fff7f7;
  border-color: #de8282;
}
#php-contact-form div.results ul {
  font-size: 0.857em;
  line-height: 1.5;
  list-style-type: circle;
  padding: 0 0 0 25px;
}
#php-contact-form form fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}
#php-contact-form form fieldset legend {
  display: none;
}
#php-contact-form form label {
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin: 0 0 3px;
}
#php-contact-form form input,
#php-contact-form form select,
#php-contact-form form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}
#php-contact-form form div.field_error label {
  color: #c20000;
}
#php-contact-form form textarea {
  min-height: 100px !important;
  max-width: 100% !important;
}
#php-contact-form form span.small {
  color: #777;
  font-size: 0.857em;
}
#php-contact-form form div.row {
  float: left;
  margin: 0 0 7px;
  width: 100%;
}
#php-contact-form form div.row div.column {
  float: left;
  padding: 0 1% 0 0;
  width: 49%;
}
#php-contact-form form div.row div.column:nth-child(2n+2) {
  padding: 0 0 0 1%;
  width: 49%;
}
#php-contact-form form div.row.cc label {
  display: inline;
  margin-left: 10px;
}
#php-contact-form form div.row.cc input {
  border-radius: 0;
  padding: 0 !important;
  width: auto;
}
#php-contact-form form div.row.captcha label {
  margin: 0;
}
#php-contact-form form div.row.captcha img {
  float: left;
  margin-right: 10px;
}
#php-contact-form form div.row.captcha #captcha {
  float: left;
  height: 50px;
  margin: 0 10px 0 0;
  padding: 10px;
  text-align: center;
  width: 70px;
}
#php-contact-form form div.row.captcha p {
  color: #555;
  float: left;
  font-size: 0.833em;
  margin: 0;
  width: 45%;
}
#php-contact-form form div.row.captcha a {
  font-weight: bold;
  text-decoration: none;
}
#php-contact-form form div.row.captcha a:focus,
#php-contact-form form div.row.captcha a:hover,
#php-contact-form form div.row.captcha a:active {
  text-decoration: underline;
}
#php-contact-form form div.row.submit {
  border-top: 1px solid #ccc;
  float: left;
  margin-top: 10px;
  padding: 10px 0 0;
  width: 100%;
}
#php-contact-form form div.row.submit input.button {
  cursor: pointer;
  font-weight: bold;
  padding: 10px 35px;
  width: auto;
}
#php-contact-form form div.row.submit .required {
  float: right;
}
@media only screen and (max-width:999px){
  
  #navigation,
  #main,
   {
    padding: 5%;
    width: 85%;
  }
  #navigation li,
  #main .sidebar .block .block-inner {
    width: 100%;
  }
  #main .sidebar,
  #main .content,
  #php-contact-form form div.row {
    margin: 0;
    width: 100%;
  }
  #main .content {
    margin: 0 0 20px;
  }
  #php-contact-form form div.row div.column {
    padding: 0 !important;
    width: 100% !important;
  }
  #php-contact-form form div.row.captcha p {
    margin: 5px 0 0;
    width: 100%;
  }
}