@import url("https://use.typekit.net/num1hlq.css");

html, body {
  padding: 0;
  margin: 0;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  color: #083b54 !important;
}

body form.form p.required label, body form.form span.required label {
  background: none;
}

body form.form p.required label:after, body form.form span.required label:after {
  content: '*';
}

#pardot-form-header::before {
  content: ' ';
  background: url('https://edreports.org/img/edreports-logo.svg') no-repeat left 2em center #083b54;
  background-size: auto 58px;
  display: block;
  width: 100%;
  height: 74px;
  padding: 2em;
}

#pardot-form-header h2, #pardot-form {
  max-width: 780px;
  margin: 0 auto;
  padding: 24px 5px;
}

@media (min-width: 768px) {
  #pardot-form-header h2, #pardot-form {
    padding: 15px;
  }
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  color: inherit;
}
::-moz-placeholder {
  color: inherit;
}
:-ms-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
}

body h2 {
  font-size: 3em;
  margin-top: 1em;
}

body form.form label, body form.form input, body form.form select {
  max-width: 100% !important;
}

body form.form p {
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  color: #083b54 !important;
  font-size: 23px !important;
  line-height: 28px !important;
  padding: 0 !important;
  margin: 0 auto 34px !important;
}

body form.form span.value {
  margin-left: 10px !important;
}

body form.form p label {
  display: block !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 18px !important;
  color: #083b54 !important;
  text-align: left !important;
  font-weight: bold !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  text-align: left !important;
  float: none !important;
  height: auto !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 auto 4px !important;
}

body form.form p label.inline {
  display: inline !important;
  line-height: 35px !important;
  vertical-align: middle !important;
  padding-left: 10px !important;
  font-weight: normal !important;
  text-transform: none !important;
}

body form.form [type="checkbox"], body form.form [type="radio"] {
  vertical-align: middle !important;
}

body form.form p.submit {
  margin: 0 !important;
}

body form.form p.submit input[type="submit"] {
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 0 !important;
  border: 3px solid #e2a900 !important;
  background-color: #e2a900 !important;
  color: #fff !important;
  line-height: 23px !important;
  font-weight: bold !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  width: 260px !important;
  padding: 4px 24px;
  font-size: 20px !important;
  -webkit-transition: color 150ms, background-color 150ms, border 150ms !important;
  -moz-transition: color 150ms, background-color 150ms, border 150ms !important;
  -ms-transition: color 150ms, background-color 150ms, border 150ms !important;
  -o-transition: color 150ms, background-color 150ms, border 150ms !important;
  transition: color 150ms, background-color 150ms, border 150ms !important;
}

body form.form p.submit input[type="submit"]:hover {
  border: 3px solid #083b54 !important;
  color: #083b54 !important;
  background-color: transparent !important;
}

body form.form .form-field {
  padding: 0 !important;
  margin: 0 0 20px !important;
}

body form.form input.text, body form.form textarea, body form.form select {
  border: 3px solid #083b54 !important;
  color: #083b54 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  font-weight: bold !important;
  text-transform: none !important;
  padding: 0 14px !important;
  width: auto !important;
  font-size: 20px !important;
  line-height: 18px !important;
  text-align: left !important;
  float: none !important;
  height: auto !important;
}

body form.form input.text {
  width: calc(100% - 46px) !important;
  display: block !important;
  padding: 0 20px !important;
  vertical-align: top !important;
  height: 42px !important;
}

body form.form select {
  display: block !important;
  padding: 0 20px !important;
  vertical-align: top !important;
  height: 42px !important;
}

body form.form select[multiple="multiple"] {
  height: 101px !important;
}

body form.form textarea {
  width: 100% !important;
  padding: 20px !important;
  min-height: 280px !important;
}

body form textarea::-webkit-input-placeholder, body form textarea:-moz-placeholder,
body form textarea::-moz-placeholder, body form textarea:-ms-input-placeholder {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 20px !important;
}
