@font-face {
  font-family: 'Hitachi Sans';
  src: url('/media/aj1bbldy/hitachisans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
}

#pardot-form {
  font-family: 'Hitachi Sans', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
}

form.form p {
  margin: 0;
  padding: 0;
}

#pardot-form .form-field {
  margin-top: 24px !important;
}

#pardot-form .first_name {
  margin-top: 10px !important;
}

#pardot-form .Confirmed_Opt_I label,
#pardot-form .When_do_you_plan_to_visit_us label {
  margin-bottom: 12px !important;
}

#pardot-form .email,
#pardot-form .last_name {
  margin-top: 32px !important;
}

#pardot-form .form-field.error input,
#pardot-form .form-field.error select {
  border-color: #D92D20;
}

#pardot-form .form-field.error.country::after {
  border-color: #D92D20;
}

.red-color,
form.form div.error,
form.form p.error,
form.form p.error label,
form.form span.error {
  color: #D92D20;
  margin-top: 6px !important;
}

/* The input fields */
#pardot-form input.text,
#pardot-form textarea.standard,
#pardot-form select,
#pardot-form input.date {
  background-color: white;
  border: solid 1px #d9d9d9;
  font-size: 16px;
  color: #4d4d4d;
  border-radius: 5px;
  padding: 11px 14px;
  width: 100%;
  font-family: 'Hitachi Sans', 'Arial', sans-serif;
  box-sizing: border-box;
}

#pardot-form select {
  appearance: none;
  position: relative;
}

#pardot-form .country {
  position: relative;
}

#pardot-form .country::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 35px;
  border-right: 2px solid #737373;
  border-bottom: 2px solid #737373;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}

/* the input fields on focus */
#pardot-form input.text:focus,
#pardot-form textarea.standard:focus,
#pardot-form select:focus,
#pardot-form input.date:focus {
  border-color: #5b5b5b;
  outline: none;
}

#pardot-form span.value {
  margin-left: 0;
}

/* the field labels */
#pardot-form label {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 0;
  text-align: left;
  width: auto;
  display: block;
}

/* the submit button */
#pardot-form .submit input {
  margin: 0;
  background-color: #D92D20;
  border: 0;
  font-size: 16px;
  color: white;
  font-weight: bold;
  border-radius: 1000px;
  height: 56px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding-top: 0;
  margin-top: 32px;
}

/* the submit button hover */
#pardot-form .submit input:hover {
  background-color: #000;
}

/* the spacing around the submit button */
#pardot-form .submit {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0px;
  text-align: center;
}

/* 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;
  cursor: pointer;
}

.pd-checkbox label {
  position: relative;
}

.pd-checkbox label.inline {
  position: relative;
  font-weight: 400 !important;
  font-size: 16px !important;
  margin: 0 !important;
  line-height: 140% !important;
}

/* style the unchecked checkbox */
.pd-checkbox input + label:before {
  content: '';
  background: white;
  border: 1px solid #c7c7c7;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  padding: 0px;
  margin: 0;
  margin-right: 12px;
  text-align: center;
  font-size: 13px;
  line-height: normal;
  border-radius: 6px !important;
}

/* style the checked checkbox */
.pd-checkbox input:checked + label:before {
  content: "\2713";
  background: #D92D20;
  color: #fff;
  border-color: #D92D20;
}

form.form p.no-label {
  margin: 0;
}

/* 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;
}

/* style the unchecked radio button */
.pd-radio input + label:before {
  content: '';
  background: #fff;
  border: 1px solid #B3B3B3;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 12px;
  text-align: center;
  font-size: 15px;
  line-height: normal;
  border-radius: 50%;
}

/* style the selected radio button */
.pd-radio input:checked + label:before {
  content: "\25CF";
  background: #5dbfd4;
  color: white;
  border-color: #5dbfd4;
}

form.form p.form-col-1 {
  float: left !important;
  clear: left !important;
  width: 49% !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 10px;
}

form.form p.form-col-2 {
  float: right !important;
  clear: right !important;
  width: 49% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 10px;
}

body form.form p.form-col-full {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-bottom: 10px;
  clear: both;
}

form.form input.text,
body form.form select {
  width: 100% !important;
}

/* Captcha fix */
form.form .pd-captcha {
  position: relative !important;
  width: 190px !important;
  left: 0 !important;
  display: block !important;
  height: 150px !important;
}

form.form .pd-checkbox input:checked + label::after {
  top: 12px !important;
}

.description {
  margin-left: 0 !important;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 120%;
  margin-top: 6px;
}

.red-background,
form.form p.errors {
  background-color: #D92D20;
  padding: 10px;
  margin-top: 10px;
}