.elementor-453 .elementor-element.elementor-element-ff0c619:not(.elementor-motion-effects-element-type-background), .elementor-453 .elementor-element.elementor-element-ff0c619 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-5be7269 );}.elementor-453 .elementor-element.elementor-element-ff0c619{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:50px 0px 50px 0px;}.elementor-453 .elementor-element.elementor-element-ff0c619 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-453 .elementor-element.elementor-element-befae51 .elementor-heading-title{color:var( --e-global-color-7337488 );}.elementor-453 .elementor-element.elementor-element-25368b8 > .elementor-widget-container{margin:-17px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-453 .elementor-element.elementor-element-25368b8 .elementor-heading-title{font-family:"Brandon Grotesque", Sans-serif;font-size:25px;font-weight:600;font-style:italic;letter-spacing:0px;color:var( --e-global-color-primary );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );font-style:var( --e-global-typography-secondary-font-style );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-453 .elementor-element.elementor-element-3fc7301{--divider-border-style:solid;--divider-color:var( --e-global-color-secondary );--divider-border-width:1px;}.elementor-453 .elementor-element.elementor-element-3fc7301 .elementor-divider-separator{width:100%;}.elementor-453 .elementor-element.elementor-element-3fc7301 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-divider .elementor-divider__text{font-size:var( --e-global-typography-secondary-font-size );letter-spacing:var( --e-global-typography-secondary-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-805dd6d */<style>
  /* Make the checkbox groups wide */
  #interaction-form .field .checkboxes {
    max-width: none !important;   /* stop capping at 275px */
    width: 100% !important;       /* fill the form width */
    display: block !important;
  }

  /* Let each option grow vertically and wrap text */
  #interaction-form .field .checkbox {
    height: auto !important;
    line-height: 1.4 !important;
    overflow: visible !important;
    padding: 8px 12px 8px 28px !important; /* keep comfortable spacing */
    white-space: normal !important;        /* allow wrapping */
  }

  /* Ensure the label text itself can wrap */
  #interaction-form .field .checkbox .text {
    display: inline !important;
    white-space: normal !important;
  }
</style>

/* Space below section headings like "Contact Information" or "Additional Information" */
#interaction-form h3 {
  margin-bottom: 12px; /* adjust as needed */
}

/* Space below individual field labels */
#interaction-form label {
  display: block;
  margin-bottom: 12px; /* adjust as needed */
}
/* Style the large section titles in the form */
#interaction-form h3 {
  font-family: 'Brandon Grotesque', sans-serif !important;
  font-weight: 700;      /* adjust weight if needed */
  text-transform: none;  /* remove all-caps if you want normal case */
  margin-bottom: 12px;   /* keep some space below title */
}
/* Apply Brandon Grotesque to all text in the form */
#interaction-form {
  font-family: 'Brandon Grotesque', sans-serif !important;
}

/* Make sure labels, inputs, headings, etc. all inherit it */
#interaction-form * {
  font-family: inherit !important;
}
/* Increase all non-heading text size inside the form */
#interaction-form {
  font-family: 'Brandon Grotesque', sans-serif !important;
  font-size: 1.1em; /* about 10% bigger — adjust to taste */
}

/* Put this AFTER the Bloomerang form loads, or in WP > Customizer > Additional CSS */
#interaction-form .field .checkbox.selected {
  background-color: #39969B !important; /* brand color */
  color: #ffffff !important;            /* keep text readable */
}

#interaction-form .field .checkbox.selected .text,
#interaction-form .field .checkbox.selected:before {
  color: #ffffff !important;            /* ensure any icons/text stay white */
}

/* Optional: brand-colored focus ring for accessibility when tabbing */
#interaction-form .field .checkbox:focus {
  outline: 2px solid #39969B;
  outline-offset: 2px;
}
/* Base submit button */
form#interaction-form .btn-group input.btn.btn-submit.btn-submit-interaction[type="submit"] {
  background-color: #39969B !important;
  color: #ffffff !important;
  border: 1px solid #39969B !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-family: 'Brandon Grotesque', sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1em !important;
  line-height: 1.2 !important;
  text-shadow: none !important;
  background-image: none !important;
  box-shadow: none !important;
  appearance: none !important;
}

/* Hover & focus */
form#interaction-form .btn-group input.btn-submit-interaction[type="submit"]:hover,
form#interaction-form .btn-group input.btn-submit-interaction[type="submit"]:focus {
  background-color: #2f7c80 !important; /* slightly darker */
  border-color: #2f7c80 !important;
  color: #ffffff !important;
  outline: 2px solid #2f7c80 !important; /* accessible focus ring */
  outline-offset: 2px !important;
}

/* Disabled state (Bloomerang adds .disabled while submitting) */
form#interaction-form .btn-group input.btn-submit-interaction[type="submit"].disabled,
form#interaction-form .btn-group input.btn-submit-interaction[type="submit"][disabled] {
  background-color: #80c7ca !important;
  border-color: #80c7ca !important;
  color: #ffffff !important;
  cursor: not-allowed !important;
  opacity: 0.9 !important;
}

<style>
  /* Make the checkbox groups wide */
  #interaction-form .field .checkboxes {
    max-width: none !important;   /* remove 275px limit */
    width: 100% !important;       /* fill the form width */
    display: block !important;
  }

  /* Let each option grow vertically and wrap text */
  #interaction-form .field .checkbox {
    height: auto !important;
    line-height: 1.4 !important;
    overflow: visible !important;
    padding: 8px 12px 8px 36px !important; /* extra left padding for bigger box */
    white-space: normal !important;        /* allow wrapping */
    position: relative;                    /* for larger box positioning */
  }

  /* Make the actual checkbox input bigger */
  #interaction-form .field .checkbox input[type="checkbox"] {
    width: 20px !important;      /* bigger box */
    height: 20px !important;     /* bigger box */
    transform: scale(1.3);       /* scale up slightly */
    margin-right: 8px !important;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) scale(1.3); /* keep vertically centered */
  }

  /* Ensure the label text itself can wrap */
  #interaction-form .field .checkbox .text {
    display: inline !important;
    white-space: normal !important;
  }
</style>
<style>
  /* Make the checkbox groups fixed wide (720px) */
  #interaction-form .field .checkboxes {
    width: 720px !important;
    max-width: 100% !important;  /* don’t overflow smaller screens */
    display: block !important;
  }

  /* Let each checkbox option wrap nicely */
  #interaction-form .field .checkbox {
    height: auto !important;
    line-height: 1.4 !important;
    overflow: visible !important;
    padding: 8px 12px 8px 36px !important; /* space for checkbox */
    white-space: normal !important;
    position: relative;
  }

  /* Bigger clickable checkbox */
  #interaction-form .field .checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    transform: scale(1.3);
    margin-right: 8px !important;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%) scale(1.3);
  }

  /* Make sure label text can wrap */
  #interaction-form .field .checkbox .text {
    display: inline !important;
    white-space: normal !important;
  }
</style>
/* Make "Contact Information", "Address", "Additional Information", etc. teal */
form#interaction-form h3,
#interaction-form .section > h3 {
  color: #39969B !important;
}
<style>
  /* Remove the gray box around checkbox groups */
  form#interaction-form .field .checkboxes {
    border: 0 !important;
    box-shadow: none !important;
  }

  /* Remove the divider lines under each checkbox row */
  form#interaction-form .field .checkbox {
    border: 0 !important;               /* kills the border-bottom */
  }

  /* (Optional) also remove borders on text inputs/selects/textarea, if any theme styles persist */
  form#interaction-form input[type="text"],
  form#interaction-form input[type="email"],
  form#interaction-form input[type="tel"],
  form#interaction-form input[type="number"],
  form#interaction-form textarea,
  form#interaction-form select {
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;           /* remove focus ring—consider replacing for accessibility */
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;       /* avoids faint inset borders on some browsers */
  }
</style>/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Brandon Grotesque';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.eot');
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.eot?#iefix') format('embedded-opentype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.woff2') format('woff2'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.woff') format('woff'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.ttf') format('truetype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_reg.svg#BrandonGrotesque') format('svg');
}
@font-face {
	font-family: 'Brandon Grotesque';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.eot');
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.eot?#iefix') format('embedded-opentype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.woff2') format('woff2'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.woff') format('woff'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.ttf') format('truetype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_bld.svg#BrandonGrotesque') format('svg');
}
@font-face {
	font-family: 'Brandon Grotesque';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.eot');
	src: url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.eot?#iefix') format('embedded-opentype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.woff2') format('woff2'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.woff') format('woff'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.ttf') format('truetype'),
		url('https://thefosteringcollective.org/wp-content/uploads/2025/03/Brandon_med.svg#BrandonGrotesque') format('svg');
}
/* End Custom Fonts CSS */