/* - BRAND COLORS - */
#contact-form {
  color: #303030;
  margin-bottom: 100px;
  margin-top: 30px; }
  #contact-form label {
    display: block;
    margin-bottom: 5px; }
  #contact-form input, #contact-form textarea {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    line-height: 24px;
    margin-bottom: 25px;
    outline: none;
    padding-left: 15px;
    width: 100%;
    max-width: 550px;
    -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }
    #contact-form input:focus, #contact-form textarea:focus {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 0px 4px 2px #9bcc55;
      -moz-box-shadow: 0px 0px 4px 2px #9bcc55;
      box-shadow: 0px 0px 4px 2px #9bcc55; }
  #contact-form textarea {
    padding-top: 15px;
    height: 250px;
    resize: none; }
  #contact-form p {
    color: #c40000;
    margin-top: -20px;
    margin-bottom: 0px;
    max-width: 550px;
    text-align: right;
    padding-left: 15px; }
  #contact-form .input-group.error-state input, #contact-form .input-group.error-state textarea {
    border-color: #c40000; }
  #contact-form button {
    background-color: #9bcc55;
    border: none;
    border-radius: 5px;
    color: #FFF;
    display: block;
    font-size: 16px;
    height: 40px;
    cursor: pointer;
    width: 100px; }
    #contact-form button:hover {
      background-color: #7c7877; }
    #contact-form button:focus {
      outline: none; }
  #contact-form .gtfo {
    position: absolute;
    width: 0;
    /* small */
    height: 0;
    /* very small */
    margin: 0;
    /* tiny */
    padding: 0;
    /* very tiny */
    border: 0; }

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