footer {
    margin-top: 11em;
	}

      .hidden {
        display: none;
      }
      .first {
        padding-left: 15px;
        border-left: 2px solid #FF851B;
      }
      .second {
        padding-left: 15px;
        border-left: 2px solid #5bc0de;
      }
      .validate {
        margin-top: 10px;
      }
      .invalid-form-error-message {
        margin-top: 10px;
        padding: 5px;
      }
      .invalid-form-error-message.filled {
        border-left: 2px solid red;
      }
      p.parsley-success {
        color: #468847;
        background-color: #DFF0D8;
        border: 1px solid #D6E9C6;
      }
      p.parsley-error {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
      }

/* sign up sheet on home page 
div#NVSignupForm69719 section,
legend.at-legend { background: #6C419A;  }
header.at-title,
div#NVSignupForm69719 section p,
legend.at-legend,
label.at-text.FirstName,
small,
label.at-text.EmailAddress,
span.text {color: #ffffff !important;}
header.at-title { padding: 0 !important; display: none; }
.at input[type="submit"], .at .btn-at-primary { background-color: #D14334; }
.at input[type="submit"]:hover { background-color: #33b452; }
div#home-form { max-width: 70%; margin: 0 auto; }
.at fieldset legend { padding-top: 0 !important; margin: 0; }
footer.at-markup { display: none; }
div.FirstName { width: 50%; float: left; }

*/
