.overlay-bg{display:none;position:fixed;top:0;left:0;height:100%;width:100%;cursor:pointer;z-index:1000;background:#000;background:rgba(0,0,0,0.75)}.overlay-content{display:none;padding:4rem;background:-moz-linear-gradient(45deg,rgba(5,33,47,1) 0%,rgba(35,157,153,1) 100%);background:-webkit-linear-gradient(45deg,rgba(5,33,47,1) 0%,rgba(35,157,153,1) 100%);background:linear-gradient(45deg,rgba(5,33,47,1) 0%,rgba(35,157,153,1) 100%);width:70%;position:fixed;top:.5%;left:50%;margin:0 0 0 -35%;cursor:default;z-index:10001;border-radius:0px;border:10px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.9);max-height:calc(100vh - 20px);overflow-y:auto}.overlay-content h1{color:white}.modal-form-div{text-align:left;color:white}.close-btn{cursor:pointer;font-size:1.3em;position:relative;float:right;margin-top:0;height:90%;margin-bottom:5%;background:#d22704}@media only screen and (min-width:0px) and (max-width:480px){.overlay-content{width:96%;margin:0 2%;left:0}}