
.bccm-contact-form-wrap{width:100%;max-width:760px;margin:28px auto 0;font-family:"Poppins",Arial,Helvetica,sans-serif}
.bccm-contact-form{display:grid;gap:16px}
.bccm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.bccm-contact-form label{display:grid;gap:6px;color:#2e3e35;font-size:12px;font-weight:600}
.bccm-contact-form input,.bccm-contact-form textarea{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #d8dfda;border-radius:6px;background:#fff;color:#222;font:inherit;font-weight:400}
.bccm-contact-form textarea{resize:vertical}
.bccm-contact-form button{justify-self:start;padding:11px 20px;border:0;border-radius:6px;background:#015635;color:#fff;font:inherit;font-weight:600;cursor:pointer}
.bccm-contact-form button:hover{background:#81b441}
.bccm-form-notice{margin-bottom:14px;padding:11px 13px;border-radius:6px;font-size:12px}
.bccm-form-notice--success{background:#eef8f1;color:#135c31;border:1px solid #cce7d4}
.bccm-form-notice--error{background:#fff3f2;color:#9a2f27;border:1px solid #f0d2cf}
.bccm-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:650px){.bccm-form-grid{grid-template-columns:1fr}}

/* Applications hero crop — matches the approved responsive positioning. */
@media (min-width:768px) and (max-width:1024px){
  body.bccm-applications-page #bc-hero-image-exact img{object-position:40% center!important}
}
@media (max-width:767px){
  body.bccm-applications-page #bc-hero-image-exact img{object-position:15% center!important}
}
@media (max-width:390px){
  body.bccm-applications-page #bc-hero-image-exact img{object-position:12% center!important}
}
