/**handles:pw-styling**/
.password-protected-page #colophon,.password-protected-page #masthead,.password-protected-page .site-footer,.password-protected-page .site-header,.password-protected-page footer,.password-protected-page header{display:none!important}body.password-protected-page,html{height:100%!important;margin:0!important;padding:0!important}body.password-protected-page{display:flex!important;align-items:center;justify-content:center;text-align:center}.pw-custom-container{padding:20px;max-width:550px;width:100%;box-sizing:border-box}.pw-prompt{text-wrap:balance;margin:1.5rem 0;line-height:1.6}.pw-input-group{display:flex;flex-direction:column;gap:15px;align-items:center;margin:20px 0}.pw-input-group input[type=password]{padding:12px;width:100%;max-width:280px;text-align:center;border:1px solid #ccc;border-radius:4px}.pw-input-group input[type=submit]{cursor:pointer;width:100%;max-width:280px;padding:12px 24px;transition:opacity .2s}.pw-help{margin-top:25px;font-size:.95em}.pw-help a{color:inherit;text-decoration:underline}