#modal-overlay{position:fixed;height:100%;width:100%;background:#000;background:rgba(0,0,0,0.45);z-index:998;display:none;top:0;left:0}.emodal{font-size:16px;display:none;visibility:hidden;top:100px;left:50%;margin-left:-40%;width:80%;height:auto;background-color:white;border:solid 1px #666;overflow:visible;position:absolute;z-index:999;padding:1.25em;-webkit-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);box-shadow:0 0 10px rgba(0,0,0,0.4);transform:scale(1,1);transform-origin:0 0}.emodal .close-modal{text-decoration:none;text-align:center;font-size:1.375em;line-height:1;position:absolute;top:.5em;right:.6875em;color:#aaa;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer}.emodal .etitle{display:block}.emodal-placeholder{z-index:100;left:50%;position:absolute}@media only screen and (min-width:768px){.emodal{padding:1.875em;top:6.25em}.emodal.nano{margin-left:-10%;width:20%}.emodal.tiny{margin-left:-13%;width:19%;}.emodal.small{margin-left:-20%;width:40%}.emodal.medium{margin-left:-30%;width:60%}.emodal.large{margin-left:-35%;width:70%}.emodal.xlarge{margin-left:-47.5%;width:95%}.emodal>:first-child{margin-top:0}.emodal>:last-child{margin-bottom:0}}@media print{.emodal{background:white !important}}