p.expanding-form-button{text-align:center}p.expanding-form-button label{background:#dd681b;color:white;cursor:pointer;display:inline-block;font-family:wwf;font-size:1.5em;line-height:1em;margin:20px auto 0;padding:.5em;text-transform:uppercase}input#expand-form{display:none}.expanding-form{height:0px;margin:0 auto;overflow:hidden;transition:height 1s;width:100%;max-width:560px}input[type=checkbox]#expand-form:checked+.expanding-form{height:600px}@media only screen and (max-width:480px){input[type=checkbox]#expand-form:checked+.expanding-form{height:780px}}