*{box-sizing:border-box}body,html{height:100%;margin:0}body{font-family:Open Sans;font-size:1.2rem}p.one-sentence-page{text-align:center}.form-error-message{color:#ff5454}.form-error-message,.form-success-message{font-weight:700;margin-top:2rem;text-align:center}.form-success-message{color:#0e4f1f}.form-section{align-items:center;display:flex;flex-direction:column}.form-section form{align-items:center;display:grid;grid-auto-rows:3rem;padding:1rem;row-gap:.5rem;width:90%}.form-section form.with-textarea{grid-auto-rows:auto}.form-section form label{font-weight:700}.form-section form label.required:after{content:"*"}.form-section form select{background-color:#fff;border:1px solid #e9e9e9;font:inherit;max-width:20rem}.form-section form input:not([type=checkbox]):not([type=radio]){border:1px solid #e9e9e9;display:block;font:inherit;padding:.2rem .5rem}.form-section form input:not([type=checkbox]):not([type=radio]):focus{background-color:#fffcd5;outline:none}.form-section form .admin-formatted-text{height:45rem}.form-section form .action-button{background-color:#e9e9e9;border-color:#e9e9e9;border-radius:8px;display:block;font:inherit;justify-self:center;padding:.2rem 1rem}.form-section form .action-button:hover{background-color:#d0d0d0;cursor:pointer}.email-container,.form-section .form-hint{padding:1rem;width:90%}.email-container{margin:2rem auto 0}@media (min-width:900px){.form-section .form-hint{max-width:45rem}.form-section form{grid-template-columns:15rem auto;max-width:45rem}.form-section form .input-info{grid-column:2/3}.form-section form .admin-formatted-text{height:30rem}.form-section form .action-button{grid-column:span 2}.email-container{max-width:45rem;width:auto}.form-section form{grid-template-columns:10rem auto;max-width:40rem}.form-section form .action-button{grid-column:span 2}}