body{overflow-y:scroll}.modal{display:none;position:fixed;left:0;top:0;bottom:0;right:0;z-index:1050;height:100%;max-height:100vh}.modal.in{overflow-y:scroll}.modal-backdrop{background:#000;opacity:.5;transform:translate(0,0)}.modal-dialog{display:table;margin:auto;outline:0}.modal-close{position:absolute;top:6px;right:10px;background:0;border:0;-webkit-appearance:none;cursor:pointer;box-shadow:none;text-indent:2em;overflow:hidden;white-space:nowrap;font-size:32px;width:1em;height:1em}.modal-close:after{position:absolute;left:0;top:0;font-weight:300;text-indent:0;display:inline-block;font-size:inherit;content:"\00d7";width:100%;height:100%;color:#888}.modal-close:hover{opacity:.5}.modal-content{width:auto;position:relative;background-color:#fff;border-radius:8px;margin:1em;-webkit-overflow-scrolling:touch;box-shadow:0 5px 15px rgba(0,0,0,.5)}html.modal-open{overflow:hidden;position:relative;height:100%}@media(min-width:768px){.modal-dialog{width:100%;max-width:620px}.modal-content{margin:30px auto}}@media(max-width:767px){.modal-open #site_header{overflow-y:scroll}}