input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], select.form-select, textarea.form-control {
  height: 4.5rem;
  border-radius: 0.6rem;
  border: 1px solid #E3E3E3;
  background-color: #FFF;
}

input[type=submit].form-submit {
  width: auto;
  font-weight: 800;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  padding: 0.5em 1.5em;
}
input[type=submit].form-submit.btn-primary {
  background: #A2AD00;
  color: #FFF;
  border: 1px solid #A2AD00;
}

textarea.form-control {
  height: auto;
}

form a.btn-link {
  background: #A2AD00;
  color: #FFF;
  border: 1px solid #A2AD00;
  border-radius: 0.6rem;
  /*font-size: var.$normal-font-size;*/
  box-shadow: 0px 0.4rem 0.6rem rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 0.5em 1.5em;
  font-weight: 800;
}
form a.btn-link:hover {
  text-decoration: none;
  color: #FFF;
}

.form-check-input:checked {
  background-color: #A2AD00;
  border-color: #A2AD00;
}

form label.error, .form-item--error-message {
  color: #ff0033;
  font-size: 0.8em !important;
  font-weight: normal;
}

.form-control::placeholder {
  color: #666;
  opacity: 0.7;
}

.select2 .select2-selection {
  height: 4.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 1.9rem;
  color: #FFF;
  line-height: calc(4.5rem - 0.5rem);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 0;
  top: 2.25rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #A2AD00;
  background: #A2AD00;
  color: #FFF;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #A2AD00;
  color: #FFF;
}

.form-select.chosen-container {
  padding: 0;
  width: 100% !important;
}
.form-select.chosen-container .chosen-single {
  height: 4.5rem;
}
.form-select.chosen-container .chosen-single span {
  line-height: calc(4.5rem - 0.5rem);
}
.form-select.chosen-container .chosen-single div {
  top: 1rem;
}
.form-select.chosen-container .chosen-results li.highlighted {
  background-color: #A2AD00;
  background-image: none;
  color: #fff;
}

#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #FFF;
}

.webform-confirmation .webform-confirmation__message {
  text-align: center;
}

.webform-confirmation .webform-confirmation__back {
  text-align: center;
}

@media (max-width: 768px) {
  input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], select, select.form-select {
    height: 4.8rem;
  }

  .select2 .select2-selection {
    height: 4.8rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.8rem;
    line-height: calc( 4.8rem - 0.48rem);
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(4.8rem/2);
  }
}
@media (max-width: 576px) {
  input[type=text], input[type=password], input[type=number], input[type=tel], input[type=email], select, select.form-select {
    height: 4rem;
  }

  .select2 .select2-selection {
    height: 4rem;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1.4rem;
    line-height: calc( 4rem - 0.4rem);
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: calc(4rem/2);
  }
}
/*#block-lnh-content form h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
#block-lnh-content form h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}
#webform-submission-application-for-non-clinical-pri-add-form {
    margin-left: 215px;
}
#webform-submission-application-for-non-clinical-pri-add-form input[type="text"],
.webform-submission-application-for-non-clinical-org-form input[type="text"]
{
    width: 318px;
}

#webform-submission-application-for-non-clinical-pri-add-form .address--wrapper {
    margin-left: 218px;

}
form label:not(.form-check-label) {
    width: 200px;
    min-width: 200px;
    font-size: 14px;
    text-align: right;
    margin-right: 15px;
    font-weight:bold;
    float:left;
}

.webform-address--wrapper fieldset{
    display: flex;
}
.js-form-type-select .form-select {
    padding: 0px !important;
}
#webform-submission-application-for-non-clinical-pri-add-form .js-form-type-select .form-select,
.webform-submission-application-for-non-clinical-org-form .js-form-type-select .form-select,
.webform-submission-application-for-non-clinical-org-form textarea,
.js-form-type-select .form-select,
input[type="text"],
input[type="email"],
input[type="tel"]
{
    width: 318px;
    float:left;
}
.field-border > legend{
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    top: -22px;
    background: #f7f6f4;

}
form label.error {
    width: 100%;
    text-align: left;
    margin-left: 218px;

}
.radios--wrapper legend,.webform-radios-other--wrapper legend {
    margin-right: 15px;
    min-width:200px;
    width: 200px;
}
.webform-submission-write-a-thanks2you-letter-form .radios--wrapper legend{
    width: auto !important;
}
.radios--wrapper legend span,.webform-radios-other--wrapper legend span {
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}
.custom-cb {
    display: inline-block;
}
.custom-cb label {
    float: left;
    width: 189px;
    margin-right: 25px;
    text-align: right;
    min-width: 189px;
    padding-right: 14px;
}
.marginLeft-218 p{
    margin-left: 215px;
    font-size: 10px;
}
.js-form-type-webform-image-file{
    display: inline-block;
}
.js-form-type-webform-image-file .js-webform-image-file,.js-form-type-managed-file {
    float: left;

}
.js-form-type-webform-image-file small,.js-form-type-managed-file small {
    width: 100%;
    margin-left: 213px;
    display: inline-block;
}
.js-form-type-managed-file .button:not(.js-hide) {
    background: linear-gradient(to bottom,#cadb56 0%,#abbd30 100%);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #dadada;
    border-radius: 0;
    text-shadow: none;
    padding: 0 10px;
    width: auto;
    color: #1c1a1a;
    min-height: 28px;
}
input[type="file"] {
    min-height: auto !important;
}
.custom-file-wrap {
    display: inline-block;
    float: none;
}

.custom-label-cb ul li::marker {
    color: #adbe32;
}
.custom-label-cb label {
    font-weight: normal !important;
}
.custom-label-cb ul li{
    font-size: 14px;
}
.custom-file-wrap div {
    float: left;
}

.js-form-type-radio label {
    font-weight: normal !important;
}
.js-webform-radios.webform-options-display-two-columns{
    max-width: none;
}
.custom-thanks-radio-wrap .fieldset-wrapper {
    clear: left !important;
}
.custom-thanks-radio-wrap legend span {
    font-size: 25px;
    font-weight: normal;
}
.custom2-thanks-radio label {
    border: 2px solid #000;
    padding: 8px;
    width: calc(100% - 50px);
    margin: 0;
}
.custom2-thanks-radio .js-form-item {
    margin-bottom: 13px;
} 
.custom2-thanks-radio {
    border-top: 2px solid #003768;
    margin-top: 30px;
    padding-top: 15px;
}
.custom2-thanks-radio legend span {
    font-size: 25px;
    font-weight: normal;
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-letter-body {
    padding-left: 25px;
    padding-right: 47px; 
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-letter-body textarea {
    border: 2px solid #000 !important;
    width: 100% !important;
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-letter-body small ul li::marker {
    color: #b5c73c;
}
.letter-body-wrapper small ul li::marker {
    color: #b5c73c;

}
.letter-body-wrapper small ul{
    padding-left: 13px;
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-letter-body small ul{
    padding-left: 13px;
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-signature label{
    float: unset !important;
    text-align: left !important;
    font-size: 25px !important;
    font-weight: normal !important;
    line-height: 1.2;
    margin-bottom: 15px; 
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item-signature input{
    float: unset !important;
}
.webform-submission-write-a-thanks2you-letter-form .js-form-item input.form-control
{
    border: 2px solid #000 !important;
}
.webform-submission-application-for-non-clinical-org-add-form #ajax-wrapper,
.webform-submission-application-for-non-clinical-org-add-form #ajax-wrapper--2{
    display: flex;
}
.webform-submission-application-for-non-clinical-org-add-form #ajax-wrapper--2 small {
    margin-left: 0px;
}
.custom-address-label legend {
    width: 200px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.webform-has-field-prefix .fieldset-wrapper {
    padding-top: 0px !important;
}
.webform-has-field-prefix .fieldset-wrapper .description {
    font-size: 12px;
}
.head-wrapper h2 {
    font-size: 25px !important;
    font-weight: normal !important;
    padding-top: 15px;
}
.head-wrapper {
    border-top: 2px solid #003768;
    margin-top: 35px;
}
.marginLeft{
    margin-left: 215px;
}
.custom-steps .form-step p{ 
    font-size: 24px;
    color: #FFF;
    line-height: 53px;
    padding: 0 15px;
    font-weight: bold;
}
.select-date-list > div,.select-date-list > div > fieldset {
    display: inline-block;
}
.select-date-list .chosen-container {
    width: 104px !important;
}
.custom-steps .form-step{
    background-color: #adbe2e;
}
form legend{
    width:auto; 
}
form .form-textarea{
    width: 318px;
    border: 1px solid #a1a1a1;
    border-radius: 0;
}
.field-border{
    border:1px solid #dadada;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 30px !important;
}
.field-border > summary {
    position: relative;
    top: -22px;
    background: #f7f6f4;
    width: 138px;
    color: #003768;
    font-weight: bold;
    font-size: 15px;
}
.field-border > summary:hover{
    text-decoration: underline; 
}
.custom-chb label {
    float: left;
    min-width: 195px;
    width:195px;
}
.custom-chb .form-checkbox{
    float: left;
    margin-left: 10px;
    color: #666;
    border: 2px solid;
}
.custom-chb small{
    padding-left: 1px;
}
.custom-chb small div {
    margin-left: 202px;
}
.custom-chb .form-check{
    display: block;
    margin-bottom: 12px;
    clear: both;
}
.js-webform-radios-other legend,
.webform-type-radios legend{
    clear: unset;
    float: left;
    text-align: right;
}
.js-webform-radios-other .fieldset-wrapper,
.webform-type-radios .fieldset-wrapper{
    float: left;
    clear: unset;
    padding-top: 10px;
}

.form-item input.form-control,.form-item .custom-select,.js-form-item input.form-control {
    border-radius: 0 !important;
    border: 1px solid #a1a1a1 !important;
    min-height: 45px;
}
.form-item label,.js-form-item label {
    color: #666;
    font-weight: bold;
    font-size: 14PX;
}
.bdt-button-container .bdt-button-outer-wraper {
    text-align: left;
    justify-content: left !important;
}

.form-required::after {
    content: '*' !important;
    color: #d0db79;
    background: none !important;
    vertical-align: unset !important;
}
.custom-margin-bottom {
    margin-bottom: 0px !important;
}*/

/*# sourceMappingURL=form.css.map */
#edit-date-of-donation-error {
    display: block !important;
}