.bab-logo {
  /* max-height: 80px; */
  width: auto;
}

.bab-logo-hero {
  max-width: 320px;
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  display: block;
}

.bab-heading {
  color: #8B2500;
}

.bab-lead {
  font-size: 15px;
  line-height: 1.6;
}

.bab-pledge-option {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  background: #fff;
}

.bab-section-title {
  color: #8B2500;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
}

.bab-subsection-title {
  color: #8B2500;
  font-size: 16px;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.bab-pledge-option .checkbox,
.bab-pledge-option .radio,
.bab-choice-list .checkbox,
.bab-choice-list .radio {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.bab-pledge-option .checkbox:last-child,
.bab-pledge-option .radio:last-child,
.bab-choice-list .checkbox:last-child,
.bab-choice-list .radio:last-child {
  margin-bottom: 0;
}

.bab-pledge-option .checkbox label,
.bab-pledge-option .radio label,
.bab-choice-list .checkbox label,
.bab-choice-list .radio label,
.bab-terms-check label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding-left: 0;
  font-weight: normal;
  line-height: 1.4;
}

.bab-pledge-option .checkbox input[type="radio"],
.bab-pledge-option .checkbox input[type="checkbox"],
.bab-pledge-option .radio input[type="radio"],
.bab-choice-list .checkbox input[type="radio"],
.bab-choice-list .checkbox input[type="checkbox"],
.bab-choice-list .radio input[type="radio"],
.bab-terms-check input[type="checkbox"] {
  position: static;
  margin: 0.15em 0 0;
  flex-shrink: 0;
}

.bab-inline-fields {
  margin-top: 0.75rem;
  margin-left: 0;
  margin-right: 0;
}

.bab-inline-fields label {
  font-weight: normal;
  font-size: 15px;
  color: #555;
}

.bab-compact-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-top: 0;
}

.bab-input-narrow {
  padding-left: 15px;
  padding-right: 15px;
}

.bab-pledge-option-inline .bab-compact-radio {
  margin: 0;
  white-space: nowrap;
}

.bab-pledge-option-inline .bab-compact-radio label {
  margin-bottom: 0;
}

.bab-compact-field {
  flex: 0 0 auto;
}

.bab-compact-field label {
  display: block;
  font-weight: normal;
  font-size: 15px;
  color: #555;
  margin-bottom: 4px;
}

.bab-compact-field-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bab-compact-field-inline label {
  display: inline;
  margin-bottom: 0;
  white-space: nowrap;
}

.bab-input-prefix {
  display: flex;
  align-items: stretch;
}

.bab-input-prefix .bab-prefix {
  display: flex;
  align-items: center;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #555;
  font-size: 14px;
}

.bab-input-prefix .form-control {
  border-radius: 0 4px 4px 0;
}

.bab-field-note {
  margin: 0.75rem 0 0;
  font-size: 15px;
  color: #666;
  line-height: 1.5;
}

.bab-footer-note {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 0.95rem;
}

.bab-cta {
  text-align: center;
  margin: 2.5rem 0;
}

.mt-5 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 4rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
} 

.mt-1 {
  margin-top: 1rem;
}

.mb-5 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 4rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 2rem;
} 

.mb-1 {
  margin-bottom: 1rem;
}

.fh5co-hero,
.fh5co-hero .fh5co-cover {
  height: 400px;
  max-height: 400px;
  overflow: hidden;
}

.fh5co-hero .fh5co-overlay {
  height: 100%;
}

.fh5co-hero .fh5co-cover .desc {
  display: none;
}

#fh5co-programs-section {
  clear: both;
  position: relative;
  z-index: 1;
}

.bab-subpoints {
  margin: 0.75rem 0 0;
  padding-left: 1.5rem;
}

.bab-subpoints li {
  margin-bottom: 0.5rem;
}

.sf-menu li:last-of-type a {
  margin-left: 0;
}

.bab-terms-check {
  margin-top: 0;
}

.bab-terms-check label {
  font-weight: normal;
}

.bab-terms-check a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .bab-field-stack {
    margin-bottom: 15px;
  }
}
