//close the modal when clicking outside of it
//hide the webform initially
//show pop up webform after 8 seconds
//if user successfully completes the webform
// if (jQuery(".webform-confirmation-modal")[0]){
// // close the pop up webform if this class exists
// jQuery(".sk-capture-form").remove();
// localStorage.setItem('alreadySubmitted', 'true');
// }
//if user clicks "don't show this again"
//don't show the pop up webform during this session