@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
body {
  font-family: "Source Sans 3", "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: 32px;
  font-weight: 600;
  margin-bottom: 0.8em;
  line-height: 1.5em;
  color: #333333;
}

h1 {
  font-size: 40px;
}

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: 0.938rem;
  line-height: 2.75rem;
  padding: 2px 1em;
  font-weight: 600;
}

.btn-primary {
  background-color: #78B762;
  border-color: #78B762;
}
.btn-primary:hover {
  background-color: #78B762;
  border-color: #78B762;
}

.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: #78B762;
}
.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 {
  border-bottom: solid 3px #78B762;
  -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: 100px;
}
header .inner {
  position: relative;
  width: 100%;
}
header .logo {
  margin-top: 12px;
  height: 75px;
}
header .logo img {
  height: 75px;
}

.main-container {
  padding-top: 125px;
}

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