@import url("https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* -------------------------------------------------------------------------- */
/*                               Color Variables                              */
/* -------------------------------------------------------------------------- */
.muli {
  font-family: "Muli", Arial, Helvetica, sans-serif;
}

.font-extra-light {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semi-bold {
  font-weight: 500;
}

.font-bold {
  font-weight: 600;
}

.font-extra-bold {
  font-weight: 700;
}

.font-heavy {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

html {
  font-size: 16px;
  /* Required for Function + Mixin */
}

.text-transparent {
  color: transparent;
}

.bg-transparent {
  background-color: transparent;
}

.border-transparent {
  border-color: transparent !important;
}

.text-body {
  color: #333;
}

.bg-body {
  background-color: #333;
}

.border-body {
  border-color: #333 !important;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.border-white {
  border-color: #ffffff !important;
}

.text-grey {
  color: rgba(75, 79, 84, 0.1);
}

.bg-grey {
  background-color: rgba(75, 79, 84, 0.1);
}

.border-grey {
  border-color: rgba(75, 79, 84, 0.1) !important;
}

.text-yellow {
  color: #ffb700;
}

.bg-yellow {
  background-color: #ffb700;
}

.border-yellow {
  border-color: #ffb700 !important;
}

.text-blue {
  color: #00587c;
}

.bg-blue {
  background-color: #00587c;
}

.border-blue {
  border-color: #00587c !important;
}

.text-dark-blue {
  color: #193358;
}

.bg-dark-blue {
  background-color: #193358;
}

.border-dark-blue {
  border-color: #193358 !important;
}

/* -------------------------------------------------------------------------- */
/*    Convert Fonts to REM with IE Fallback - Ex: @include font-size(14px);   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Input Placeholders                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*           Transitions - Ex: @include transition(color .3s ease);           */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Base HTML Elements                          */
/* -------------------------------------------------------------------------- */
body {
  font-size: 16px;
  font-family: "Muli", Arial, Helvetica, sans-serif;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

p {
  font-size: inherit;
}

a {
  color: #00587c;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover {
  color: #ffb700;
}

ul {
  font-size: inherit;
}

ol {
  font-size: inherit;
}

li {
  font-size: inherit;
}

hr {
  display: inherit;
}

.btn-primary, .btn-secondary, .btn-light {
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #ffb700;
  border-color: #ffb700;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* Small devices (landscape phones, 576px and up) */
}

.btn-primary:hover, .btn-secondary:hover, .btn-light:hover {
  background-color: #00587c;
  border-color: #00587c;
}

@media (min-width: 576px) {
  .btn-primary, .btn-secondary, .btn-light {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1rem 2rem;
  }
}

.btn-secondary {
  background-color: #00587c;
}

.btn-secondary:hover {
  background-color: #ffb700;
  border-color: #ffb700;
}

.btn-light {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-light:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

#pardot-form {
  padding: 1em;
  background-color: transparent;
  font-family: "Muli", Arial, Helvetica, sans-serif;
}

#pardot-form input.text,
#pardot-form textarea,
#pardot-form select,
#pardot-form input.date {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 12px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #a9a9a9;
  width: 100%;
  line-height: 140%;
  outline: none;
  margin-bottom: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#pardot-form input.text:hover,
#pardot-form textarea:hover,
#pardot-form select:hover,
#pardot-form input.date:hover {
  border-color: #a6abb3;
}

#pardot-form input.text:focus,
#pardot-form textarea:focus,
#pardot-form select:focus,
#pardot-form input.date:focus {
  outline: none;
  border-color: #00587c;
  -webkit-box-shadow: 0 0 5px 2px #00587c;
          box-shadow: 0 0 5px 2px #00587c;
}

#pardot-form select {
  background-image: url(https://go.pardot.com/l/839113/2020-01-28/2272i/839113/4555/Down_Arrow.svg);
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-user-select: none;
  background-position: calc(100% - 12px);
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 0px;
  width: 100%;
}

#pardot-form p:not([class]) {
  font-weight: 400;
  width: 100%;
  float: left;
  padding: 0;
  font-size: 14px;
  margin: 1em 0;
}

#pardot-form p.form-field {
  position: relative;
  float: left;
  padding: 10px;
  width: 100%;
  margin: 0;
  clear: none;
}

#pardot-form p.form-field label {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  width: auto;
  font-size: 14px;
  font-weight: 600 !important;
  text-align: left;
  color: #333;
  display: inline-block;
  margin-bottom: 4px;
}

#pardot-form p.form-field label.inline {
  margin: 5px 0;
  padding: 0;
  width: 100%;
  float: left;
  font-weight: 600;
  color: #00587c;
}

#pardot-form p.form-field textarea {
  height: 120px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 1em;
}

#pardot-form p.form-field span > span input[type="radio"] {
  float: left;
  margin-right: 10px;
}

#pardot-form p.pd-radio {
  margin-bottom: 1em;
  margin-left: 10px;
}

#pardot-form p.pd-radio label:first-of-type {
  width: 100%;
}

#pardot-form p.pd-radio label {
  font-size: 16px;
}

#pardot-form p.pd-radio span > span > label,
#pardot-form p.pd-radio span > span > input {
  float: left;
}

#pardot-form p.pd-radio span > span > input {
  width: 20px !important;
  border: 1px solid red;
}

#pardot-form p.pd-radio span > span > label {
  margin: -3px 0 0 0 !important;
  padding: 0;
  width: 100% !important;
  vertical-align: text-top;
  color: #00587c;
}

#pardot-form p.pd-radio span.value {
  margin-left: 20px;
  display: block;
}

#pardot-form p.pd-checkbox {
  margin-left: 10px;
}

#pardot-form p.pd-checkbox input[type="checkbox"] {
  border: 1px solid red;
  margin: 10px 0;
  float: left;
}

#pardot-form p.pd-checkbox label {
  margin: -2px 6px 0;
  font-weight: 300;
  margin-bottom: 1em;
  color: #333;
  font-size: 16px;
}

#pardot-form p.pd-checkbox span.value {
  margin-left: 20px;
  display: block;
}

#pardot-form p.submit {
  width: 100%;
  text-align: left;
  margin: 1em auto;
  margin-top: 3em;
  clear: both !important;
  float: left;
  padding-left: 8px;
}

#pardot-form p.submit:hover input:hover {
  background-color: #00587c !important;
  cursor: pointer;
}

#pardot-form p.submit input {
  font-family: "Muli", Arial, Helvetica, sans-serif;
  background: #00587c !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 17px 30px;
  font-size: 21px;
  border: none;
  border-radius: 0;
  color: #ffffff;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p.errors,
p.error {
  color: #dc070b;
}

p.errors {
  margin-bottom: 1em;
  color: #dc070b !important;
  background-color: transparent !important;
  background-color: transparent;
}

p.errors.no-label {
  display: none;
}

p.form-field.required label,
span.required label {
  background: none !important;
}

p.form-field.required label.field-label:after {
  content: " *";
  color: #dc070b;
}

p.error input,
p.error select,
p.error textarea {
  border: 1px solid #dc070b !important;
}

.require label:after {
  content: " *";
  color: #dc070b !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
}

::-moz-placeholder {
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  /* IE 10+ */
}

:-moz-placeholder {
  /* Firefox 18- */
}

.form-field .description {
  font-weight: 300;
  left: 16px;
  top: 12px;
  position: relative;
  margin-left: 0px !important;
  color: #333;
}

/* hide the regular radio button */
.pd-radio input {
  opacity: 0;
  position: absolute;
}

/* position the label */
.pd-radio input,
.pd-radio label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.pd-radio label {
  position: relative;
}

.pd-radio label.inline {
  position: relative;
  left: 25px !important;
  margin: 0px !important;
}

/* style the unchecked radio button */
.pd-radio input + label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #a9a9a9;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  line-height: 15px;
  margin-right: 10px;
  text-align: center;
  position: absolute;
  margin-left: -24px;
  margin-top: 10px;
}

.pd-radio input + label:before {
  border-radius: 50%;
}

/* style the selected radio button */
/* updated by Steve 3.24.20 */
.pd-radio input:checked + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 16px;
  color: #00587c;
}

.pd-radio input:focus + label {
  outline: 1px solid #ddd;
  /* focus style */
}

/* hide the regular checkbox */
.pd-checkbox input {
  opacity: 0;
  position: absolute;
}

/* position the label */
.pd-checkbox input,
.pd-checkbox label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}

.pd-checkbox label {
  position: relative;
}

.pd-checkbox label.inline {
  position: relative;
  left: 25px !important;
  margin: 0px !important;
}

/* style the unchecked checkbox */
.pd-checkbox input + label:before {
  content: "";
  background: #ffffff;
  border: 1px solid #a9a9a9;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  position: absolute;
  margin-left: -24px;
  margin-top: 8px;
}

/* style the checked checkbox */
.pd-checkbox input:checked + label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  font-size: 14px;
  background: #00587c;
  color: #fff;
  border-color: #00587c;
}

.pd-checkbox input {
  position: absolute;
}

.pd-checkbox .description {
  top: 10px;
}

.pd-radio .description {
  top: 10px;
}

#pardot-form .pd-checkbox label.field-label {
  margin-bottom: 4px;
}

#pardot-form .pd-radio label.field-label {
  margin-bottom: 4px;
}
/*# sourceMappingURL=alt_2_form_styles_ci.css.map */