@charset "UTF-8";
/* https://easi.accuenergy.com/wp-content/themes/accuenergy-easi-theme/assets/css/overlay.css */
.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:none;z-index:10000;overflow-y:auto;display:none;justify-content:center;align-items:flex-start}.popup-overlay .popup-content{background:#fff;position:relative;width:100%;max-width:500px;height:auto;overflow:visible;margin-bottom:40px;margin-top:30px}.popup-overlay .popup-content .popup-body{padding:40px}.popup-overlay .popup-content .popup-header .popup-close{position:absolute;top:10px;right:5px;padding:5px;font-size:24px;background:none;border:none;cursor:pointer;color:#333;width:auto}.popup-overlay.is-active{display:flex;justify-content:center;align-items:flex-start}body.no-scroll{overflow:hidden}.popup-overlay .popup-content .popup-header{border-bottom:1px solid #e5e5e5;padding:15px}.popup-overlay .popup-content .popup-header h2{font-size:32px;font-weight:300;padding:0;margin:0}