* {
  font-family: myriad-pro,sans-serif; }

body {
  background-color: transparent; }

form.form {
  color: white; }
  form.form input.text, form.form textarea.standard, form.form select, form.form input.date {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  form.form input.text,
  form.form textarea.standard,
  form.form select {
    width: 100% !important; }
  form.form select {
    height: 40px; }
  form.form input.date {
    padding-left: 30px !important;
    background-position: -32px -112px;
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/smoothness/images/ui-icons_222222_256x240.png"); }
  form.form input.text,
  form.form input.date {
    min-height: 40px !important; }
  form.form textarea.standard {
    padding: .375rem .5rem !important; }
  form.form span.value {
    margin-left: 0 !important; }
  form.form .form-row {
    margin-left: 0;
    margin-right: 0; }
  form.form p.no-label {
    margin: 0 !important; }
  form.form div.error {
    padding: 0 5px !important; }
  form.form input.text,
  form.form select,
  form.form button,
  form.form textarea.standard,
  form.form input.date {
    border-radius: 0 !important; }
  form.form .textarea-small textarea {
    height: 40px !important; }
  form.form .textarea-medium textarea, form.form textarea {
    height: 80px !important; }
  form.form .textarea-large textarea {
    height: 120px !important; }
  form.form .textarea-xl textarea {
    height: 240px !important; }
  form.form button {
    background: #9f070c !important;
    display: inline-block !important;
    text-transform: uppercase; }
  form.form p.errors {
    background: #9f070c !important;
    color: #ffffff !important; }
  form.form p.error {
    color: #9f070c !important; }
  form.form .description {
    padding: 10px 0;
    display: block; }
  form.form .form-field label.field-label {
    font-weight: normal;
    padding-left: 0;
    background-image: none;
    margin-bottom: 5px; }
  form.form .pd-checkbox input,
  form.form .pd-radio input {
    margin-right: 5px; }
  form.form .checkboxes-inline .value span,
  form.form .radiobuttons-inline .value span {
    display: inline-block;
    margin-right: 10px; }
  form.form .form-section-title .description,
  form.form .form-section-subtitle .description {
    padding-top: 0; }
  form.form .form-section-title h4,
  form.form .form-section-title label {
    margin-top: 10px;
    font-size: 1.5rem; }
  form.form .form-section-subtitle h5,
  form.form .form-section-subtitle label {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 600 !important; }
  form.form .form-field {
    flex: 0 0 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      form.form .form-field {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 5px;
        padding-left: 5px; } }
  form.form button {
    display: block !important;
    width: auto;
    margin: 0 auto;
    padding: 10px 30px;
    font-size: .9em;
    font-weight: 400; }
  form.form button:focus,
  form.form button:hover {
    box-shadow: none; }
  form.form .required label.field-label:after {
    content: " *";
    color: #9f070c;
    font-weight: normal; }
  form.form .ui-datepicker .ui-datepicker-header .ui-icon {
    opacity: 0.5;
    background-position: -32px -112px;
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/smoothness/images/ui-icons_222222_256x240.png"); }
  @media (min-width: 768px) {
    form.form .col-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
  form.form button {
    border-radius: 30px !important;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 19px;
    width: 100%;
    max-width: 200px;
    font-family: 'myriad-pro-condensed';
    height: 42px;
    line-height: inherit; }

body.inline-form-labels form.form .form-section-title,
body.inline-form-labels form.form .form-section-subtitle {
  display: flex;
  flex-direction: column-reverse; }

body.inline-form-labels .field-label {
  display: none !important; }
