/**************************************************
Contact forms */
#contact-form, .jb-form {
  position: relative;
  padding-right: 2em; }
#contact-form abbr, .jb-form abbr {
  color: #7B0101;
  font-size: 165%;
  font-weight: bold;
  line-height: 1;
  padding: 0 1px;
  vertical-align: middle;
  border: none;
  text-decoration: none; }
#contact-form label abbr, .jb-form label abbr {
  padding: 0;
  position: absolute;
  right: -15px; 
  top: 0; }
#contact-form label:first-child, #contact-form .label:first-child, .jb-form label:first-child, .jb-form .label:first-child {
  float: left;
  font: 105%/1.4 Arial,Helvetica,sans-serif;
  margin: 0 0 0 -10em;
  width: 9em;
  text-align: right; }
#contact-form p, .jb-form p {
  clear: left;
  background: rgba(20, 20, 20, 0.03);
  color: #666;
  margin: 0 0 1em 10em;
  padding: 0.5em;
  border-radius: 0.4em;
  position: relative; }
#contact-form p.note, .jb-form p.note {
  background: none;
  font-size: 90%;
  margin: 1em 0 0 0; }
#contact-form p.buttons, .jb-form p.buttons {
  background: none;
  text-align: center;
  /* Swap margin for padding to fix an ugly IE7 glitch */
  margin-left: 0;
  padding-left: 10em; }
#contact-form input[type="text"], #contact-form input[type="tel"], #contact-form input[type="email"], #contact-form textarea, #contact-form select, .jb-form input[type="text"], .jb-form input[type="tel"], .jb-form input[type="email"], .jb-form textarea, .jb-form select {
  display: block;
  color: #333;
  font: 115%/1.2 Arial,Helvetica,sans-serif;
  margin: 0;
  width: 100%;
  padding: 0.3em 0.4em;
  background: #fefefe;
  border: 1px solid #ccc;
  border-radius: 0.3em;
  box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
#contact-form input[type="text"]:focus, #contact-form input[type="tel"]:focus, #contact-form input[type="email"]:focus, #contact-form textarea:focus, #contact-form select:focus, .jb-form input[type="text"]:focus, .jb-form input[type="tel"]:focus, .jb-form input[type="email"]:focus, .jb-form textarea:focus, .jb-form select:focus {
  border-color: #aaa;
  box-shadow: inset 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.05); }
#contact-form select, .jb-form select {
  width: auto; }
#contact-form textarea, .jb-form textarea {
  height: 7em; }
#contact-form .button, .jb-form .button {
  font-size: 125%; }
#contact-form .captcha img, .jb-form .captcha img {
  max-width: 100%;
  vertical-align: middle;
  margin: 0.5em 0; }
#contact-form #code, .jb-form #code {
  width: 8em;
  display: inline;
  margin-left: 0.6em; }
#contact-form input.OK, .jb-form input.OK {
  /*background-color:#CFC;*/ }
#contact-form input.error, .jb-form input.error {
  background-color: #FCC;
  cursor: help; }

/************************************************************
/************************************************************
RESPONSIVE */
/* Mobile(ish) */
@media screen and (max-width: 670px) {
  #contact-form, .jb-form, #fancy-form {
    padding-right: 0; }
  #contact-form p, .jb-form p, #fancy-form p {
    margin: 1em 0 0 0; }
  #contact-form p.buttons, .jb-form p.buttons, #fancy-form p.buttons {
    padding: 0; }
  #contact-form p label:first-child, .jb-form p label:first-child, #fancy-form p label:first-child {
    float: none;
    display: block;
    position: relative;
    width: auto;
    text-align: left;
    margin: 0; }
  #contact-form p label abbr, .jb-form p label abbr, #fancy-form p label abbr {
    position: static; }

  #content > article .col.side {
    margin-left: auto;
    margin-right: auto;
    max-width: 280px; } }

/*# sourceMappingURL=contact.css.map */