.blog-post-popup{align-items:center;background:rgba(0,0,0,.75);display:flex;flex-wrap:wrap;height:100%;justify-content:center;left:0;opacity:0;overflow:auto;padding:50px;position:fixed;top:0;transition:all .5s ease;visibility:hidden;width:100%}.blog-post-popup.active{opacity:1;visibility:visible;z-index:999999}a.primary-cta.open-popup{border:0;height:auto;min-width:241px;padding:15px 10px;width:auto}a.blog-post-popup-close{background:#fff;border-radius:100%!important;padding:10px;position:absolute;right:40px;top:40px;z-index:9}a.blog-post-popup-close img{width:100%}.blog-post-form{background:#fff;padding:30px}.blog-post-form .form-title{display:none}.blog-post-popup-wrapper{display:flex;height:100%;width:100%}.blog-post-popup-wrapper.blog-post-popup-form-wrapper{display:inline-block;height:auto;width:auto}.blog-post-video{display:flex;max-width:100%;width:100%}@media (max-width:767px){a.primary-cta.open-popup{min-width:190px;padding:11px 10px}}