/* Styles for Event Registration Forms */
/* The purpose is to style Events forms to more closely resemble other Neon forms */

h1.neoncrm-page-title {
font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #3C4144;
}

div.neoncrm-event-name {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .909091px;
  margin-bottom: 6px;
}

div.neoncrm-event-date {
    font-size: 16px;
}

input.neon2Field, select.neoncrm-select  {
  height: 44px;
  font-family: Lato;
  color: #002D41;
}

label.neoncrm-radio-label, .neoncrm-checkbox-group label {
    font-weight: normal;
}

label.neoncrm-field-label {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 5px;
  word-break: break-word;
}

/* Hide shopping cart and arrow on payment page */
div.neoncrm-org-toggle a, .sfp-payment-arrow {
    display: none;
}

/* Change background color to white on payment page */
div.paymentFieldset, fieldset.paymentFieldset {
    background-color: white;
}

/* Change input field appearance on payment page */
input.neoncrm-text-field {
  height: 44px;
  font-family: Lato;
  color: #002D41;
}