/* Volunteer form additions match the original purple and gold palette. */
#text_block-17-99 { width: 100%; }
.volunteer-form { width:100%; max-width:960px; color:#352939; font-family:'PT Serif',Georgia,serif; font-size:1rem; line-height:1.55; text-align:left; }
.volunteer-form fieldset { min-width:0; border:0; border-top:2px solid #d9c9db; margin:2rem 0 0; padding:1.5rem 0 0; }
.volunteer-form legend { font-family:'Playfair Display',Georgia,serif; color:#81408d; font-size:1.5rem; font-weight:700; padding:0 1rem 0 0; }
.volunteer-form label { display:block; font-weight:700; margin-bottom:1rem; }
.volunteer-form input:not([type=checkbox]):not([type=hidden]), .volunteer-form select, .volunteer-form textarea {
 display:block; width:100%; min-height:48px; margin-top:.4rem; padding:.75rem; border:1px solid #b8a9bb; border-radius:3px; background:#fff; color:#352939; font:inherit; box-sizing:border-box;
}
.volunteer-form textarea { resize:vertical; }
.volunteer-form .form-grid, .choices-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:0 1.5rem; }
.volunteer-form .day-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; margin:1.5rem 0; }
.volunteer-form .day { padding:1rem; background:#fff; border-top:4px solid #d1b333; }
.volunteer-form .day h3 { font-family:'Playfair Display',Georgia,serif; font-size:1.2rem; margin:0 0 1rem; color:#81408d; }
.volunteer-form .choice { display:flex; align-items:flex-start; gap:.65rem; min-height:32px; font-weight:400; }
.volunteer-form input[type=checkbox] { flex:none; width:20px; height:20px; margin:3px 0 0; accent-color:#81408d; }
.volunteer-form .required, .volunteer-form .optional, .volunteer-form .field-help { font-weight:400; font-size:.95rem; color:#645969; }
.volunteer-form .field-help { margin:.6rem 0 1.2rem; }
.form-intro { font-size:1.15rem; }
.volunteer-submit { padding:1rem 1.8rem; background:#81408d; color:white; border:0; border-radius:3px; font:700 1rem 'PT Serif',Georgia,serif; cursor:pointer; margin:1rem 0; }
.volunteer-submit:hover { background:#3a1e40; }
.volunteer-submit:disabled { opacity:.55; cursor:wait; }
.form-notice, #form-status:not(:empty) { padding:1rem; border-left:4px solid #c8a21e; background:#fff; margin:1rem 0; }
#form-status[data-kind=error] { border-color:#ad263c; color:#80202e; }
#form-status[data-kind=success] { border-color:#36733b; }
.form-honeypot { position:absolute; left:-10000px; width:1px; height:1px; overflow:hidden; }
.volunteer-form [hidden] { display:none!important; }
@media(max-width:767px) {
 .volunteer-form .form-grid, .volunteer-form .day-grid, .choices-grid { grid-template-columns:1fr; }
 #image-19-99 { width:100%; }
 #headline-3-99 { font-size:2rem; }
 #headline-13-99 { font-size:1.75rem; }
}
