.page-contact .hidden { display: none; }

/* Contact form */
#contact-form .contact-form-aside { min-height: 200px; background-repeat: no-repeat; background-size: cover; background-image: url("/Style%20Library/Acceleron/2018/img/bg-contact-form-aside.jpg"); }

#contact-form .contact-form { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 800px; background-repeat: no-repeat; background-size: cover; background-image: url("/Style%20Library/Acceleron/2018/img/bg-contact-form.jpg"); }

#contact-form .contact-form-formstack { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; max-width: 90%; width: 100%; height: 100%; }
