.find-your-lawyer{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--color-brand-navy-rgb),0.64);z-index:9999;display:flex;justify-content:center;align-items:flex-start;display:none;animation:fadeIn var(--animation-duration--fancy)}.find-your-lawyer.visible{display:flex}.find-your-lawyer__box{position:relative;margin-top:10rem;margin-left:var(--site-padding);margin-right:var(--site-padding);max-width:43rem;width:100%;background-color:var(--color-brand-white);border-top:.8rem solid var(--color-brand-green);padding:3.2rem 4rem 4rem;border-radius:calc(var(--border-radius)/2)}.find-your-lawyer__box__heading{display:flex;align-items:center;margin-bottom:2.4rem}.find-your-lawyer__box__icon{margin-right:1.6rem;height:3.2rem;width:3.2rem}.find-your-lawyer__box__close{position:absolute;top:1.6rem;right:1.6rem}.find-your-lawyer__box__close img{height:1.6rem;width:1.6rem}.find-your-lawyer__box__form{width:100%}.find-your-lawyer__box__form .form-element{width:100%}.find-your-lawyer__box__form select{width:100%}.find-your-lawyer__box__form select+select{margin-top:1.2rem}.find-your-lawyer__box__reasons{display:none}.find-your-lawyer__box__reasons.visible{animation:fadeIn var(--animation-duration--default);display:block}.find-your-lawyer #general-reason{}.find-your-lawyer #specific-reason{display:none}.find-your-lawyer #specific-reason.visible{animation:fadeIn var(--animation-duration--default);display:block}