Help Us Celebrate, Dr. Bailey Pilson, MD

You are invited

Join us in celebration of Bailey's accomplishment 

of the graduation of medical school!

Sunday, April 22nd 2025 at 1pm

14 Terrace View Blvd, Oregon, Illinois 61061

We will have a grill out with food, drinks, and snacks.

Come and enjoy the day!

RSVP Form

Bailey
/* -- The root styles must go in the element of the structure with the name "Form". --*/ 

.hero-24__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
      display: flex;
      align-items: start;
      flex-wrap:nowrap;
    }

    /* Unique styles for privacy policy checkboxes */
    & label[for="form-field-vmwaoi-0"] {
      font-size: var(--text-s);
      line-height: 100%;

      /* Color link */
      & a{
        color: var(--primary)
      }
    }
  }
}