body {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 2rem;
  color: #333333;
  padding-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  color: #378639; }

h1 {
  font-size: 28px; }

p {
  margin-bottom: 1.5em;
  line-height: 1.75em; }

span.required {
  color: red; }

label.error {
  color: red;
  margin-top: 3px; }

.btn {
  border-radius: 2px;
  font-size: .938rem;
  line-height: 2.75rem;
  padding: 2px 1em;
  font-weight: 600; }

.btn-primary {
  background-color: #378639;
  border-color: #378639; }
  .btn-primary:hover {
    background-color: #378639;
    border-color: #378639; }

.alert {
  border-radius: 2px; }

.form-check {
  padding-left: 55px;
  min-height: 40px;
  margin-bottom: 15px; }
  .form-check .form-check-input {
    margin-left: -55px;
    width: 40px;
    height: 40px;
    color: #378639; }
  .form-check .form-check-label {
    margin-top: 8px;
    margin-bottom: 8px; }

.form-text .form-text-label {
  width: 200px; }

form .btn {
  margin-top: 1.75em; }
form .answer-alert {
  margin-top: 1.75em; }

header {
  background: #fff;
  border-bottom: 4px solid #378639;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.16);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 80px; }
  header .inner {
    position: relative;
    width: 100%; }
  header .logo {
    margin-top: 12px;
    height: 56px; }

.main-container {
  padding-top: 105px; }

/*# sourceMappingURL=default.css.map */
