table.contact-form-table {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
.contact-form-table td {
  width: 100% !important;
  margin: 0;
  padding: 2px 0;
}
.contact-form-table td.required::before {
  content: "*";
  font-weight: 400;
  font-size: 18px;
  color: #cd1041;
  padding: 3px 0 0 0;
}
.contact-form-table .contact-form-td .date-time-picker {
  max-width: 320px;
}
.contact-form-table .contact-form-td div.control-group-inline {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.contact-form-table .contact-form-td div.control-group-inline .form-control {
  max-width: 200px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
.contact-form-table .contact-form-td div.control-group-inline .btn {
  vertical-align: top;
  height: 44px !important;
}
.contact-form-table
  .contact-form-td
  div.control-group-inline
  .btn
  span.sr-only {
  display: none;
}
.contact-form-table
  .contact-form-td
  div.control-group-inline
  .cms-bootstrap
  .btn
  i {
  padding-right: 8px;
  font-size: 16px;
  position: relative;
}
.contact-form-table
  .contact-form-td
  div.control-group-inline
  .btn
  i.icon-calendar {
  margin: 0;
}
.contact-form-table
  .contact-form-td
  div.control-group-inline
  .btn
  i.icon-calendar::before {
  content: "...";
}
.contact-form-table .contact-form-td label,
.contact-form-table .contact-form-td span,
.contact-form-table .contact-form-td .EditingFormLabel {
  font-weight: 800;
  font-size: 14px;
  width: 100%;
}
.contact-form-table .contact-form-td label span {
  font-weight: 400;
  font-size: 12px;
}
.contact-form-table .contact-form-td span label {
  font-weight: 400;
  font-size: 14px;
  padding-left: 3px;
}
.contact-form-table .contact-form-td span.radio-list-vertical label {
  margin-left: 7px;
}
.contact-form-table .contact-form-td label.requiredField::before,
.contact-form-table .contact-form-td span.requiredField::before {
  content: "*";
  font-weight: 400;
  font-size: 18px;
  color: #cd1041;
  padding: 3px 3px 0 0;
}
.contact-form-table td.contact-form-td .ExplanationText {
  margin-top: 8px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
}
.contact-form-table td.contact-form-td input[type="text"],
.contact-form-table td.contact-form-td input[type="date"],
.contact-form-table td.contact-form-td input[type="datetime"],
.contact-form-table td.contact-form-td input[type="email"],
.contact-form-table td.contact-form-td input[type="tel"],
.contact-form-table td.contact-form-td textarea {
  background-color: white;
  font-family: inherit;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #666;
  display: block;
  margin: 0;
  padding: 6px;
  width: 100%;
  border-radius: 4px;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.contact-form-table td.contact-form-td input[type="text"].oversize,
.contact-form-table td.contact-form-td input[type="date"].oversize,
.contact-form-table td.contact-form-td input[type="datetime"].oversize,
.contact-form-table td.contact-form-td input[type="email"].oversize,
.contact-form-table td.contact-form-td input[type="tel"].oversize,
.contact-form-table td.contact-form-td textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}
.contact-form-table td.contact-form-td input[type="text"]:focus,
.contact-form-table td.contact-form-td input[type="date"]:focus,
.contact-form-table td.contact-form-td input[type="datetime"]:focus,
.contact-form-table td.contact-form-td input[type="email"]:focus,
.contact-form-table td.contact-form-td input[type="tel"]:focus,
.contact-form-table td.contact-form-td textarea:focus {
  background: #f6f6f6;
}
.contact-form-table td.contact-form-td input[type="text"][disabled],
.contact-form-table td.contact-form-td input[type="date"][disabled],
.contact-form-table td.contact-form-td input[type="datetime"][disabled],
.contact-form-table td.contact-form-td input[type="email"][disabled],
.contact-form-table td.contact-form-td input[type="tel"][disabled],
.contact-form-table td.contact-form-td textarea[disabled] {
  background-color: #ddd;
}
.contact-form-table td.contact-form-td textarea {
  height: auto;
}
.contact-form-table td.contact-form-td select {
  background-color: white;
  font-family: inherit;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #666;
  display: block;
  margin: 0;
  padding: 6px;
  width: 100%;
  border-radius: 4px;
  height: 44px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.contact-form-table td.contact-form-td input[type="radio"] {
  margin: 5px 0 0 0;
}
.contact-form-table td.form-button {
  width: 100% !important;
  text-align: center;
}
.contact-form-table td.form-button input[type="submit"] {
  height: 38px;
  margin: 0 25%;
  padding: 0 25px;
  font-size: 14px;
  float: none !important;
  border-radius: 0;
}
.contact-form-table td.form-button-left input[type="submit"] {
  height: 38px;
  margin: 0;
  padding: 0 25px;
  font-size: 14px;
  float: left !important;
  border-radius: 0;
}
.EditingFormErrorLabel {
  font-weight: 500 !important;
  font-size: 14px;
  width: 100%;
  color: #cd1041;
}
table.radio {
  max-width: 100% !important;
}
table.radio label {
  margin-left: 7px;
  width: 100%;
}
.radio-list-horizontal {
  margin-left: 24px !important;
  line-height: 40px !important;
}
span.ErrorLabel {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  color: #cd1041;
}
span.InfoLabel {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
span.required::after {
  content: "*";
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #cd1041 !important;
  padding: 3px 3px 0 0 !important;
}
table.CaptchaTable {
  border: 0;
  margin: 0;
  padding: 0;
  max-width: 100% !important;
}
.CaptchaTable td {
  width: 50% !important;
}
.CaptchaTable td img {
  width: 80px !important;
  height: 20px !important;
}
.contact-us-form {
  margin: 20px 0 !important;
}
.contact-form-table.contact-us-form td {
  width: 100% !important;
  margin: 0;
  padding: 6px 0;
}
.contact-form-table.contact-us-form
  td.contact-form-td
  span.radio-list-vertical {
  padding: 15px 0 !important;
  margin-top: 15px !important;
}
.contact-form-table.contact-us-form td.contact-form-td input[type="radio"] {
  margin-left: 24px !important;
}
.captcha-center div {
  text-align: center !important;
  margin: 0 auto !important;
}
.captcha-left div {
  text-align: left !important;
  margin: 0 0 !important;
}
table.contact-form-table.right-nav {
  border: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 98% !important;
}
.contact-form-table.right-nav .contact-form-td h2.title {
  text-transform: uppercase;
  font-size: 12px;
  color: #004987;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
.contact-form-table.right-nav .contact-form-td label,
.contact-form-table.right-nav .contact-form-td span,
.contact-form-table.right-nav .contact-form-td .EditingFormLabel {
  font-weight: 800;
  font-size: 12px;
  width: 100%;
}
.contact-form-table.right-nav .contact-form-td span.sub-title {
  color: #df1930;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
}
.contact-form-table.right-nav .contact-form-td label.requiredField::before,
.contact-form-table.right-nav .contact-form-td span.requiredField::before {
  content: "*";
  font-weight: 400;
  font-size: 14px;
  color: #cd1041;
  padding: 1px 3px 0 0;
}
.contact-form-table.right-nav td.contact-form-td input[type="text"],
.contact-form-table.right-nav td.contact-form-td input[type="date"],
.contact-form-table.right-nav td.contact-form-td input[type="datetime"],
.contact-form-table.right-nav td.contact-form-td input[type="email"],
.contact-form-table.right-nav td.contact-form-td input[type="tel"],
.contact-form-table.right-nav td.contact-form-td textarea {
  background-color: white;
  font-family: inherit;
  border: solid 1px #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #666;
  display: block;
  margin: 0;
  padding: 6px;
  width: 100%;
  border-radius: 4px;
  height: 34px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 18px;
}
.a2c-custom {
  background-color: #004987 !important;
  margin-top: -26px !important;
}
.a2c-custom h2.title,
.a2c-custom span.sub-title,
.a2c-custom .EditingFormLabel {
  color: #fff !important;
  font-weight: normal !important;
}
.a2c-custom .EditingFormLabel {
  font-size: 14px !important;
}
.a2c-custom span.sub-title {
  line-height: 16px !important;
}
.a2c-custom hr.head-line {
  border-top: 1px solid #004987;
  border-left: 1px solid #004987;
  border-right: 1px solid #004987;
  width: 96%;
  float: left;
}
.a2c-custom input[type="submit"] {
  height: 38px;
  margin: 0;
  padding: 0 25px;
  font-size: 14px;
  float: left !important;
  border-radius: 0;
  background: #df1930;
  color: #fff;
  border: 1px solid #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
