if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/jquery/jquery.waypoints.min.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/lazysizes/lazysizes.min.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.pack.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/video-js/video7.min.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.pack.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/system/sectionsPageBuilderPage.js?v=202501161335');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/system/jquery/jquery.form.min.js');
}
if (!window.ism10sitepage) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/jquery/jquery-ui.min.js');
}
m10pro_presentStyle839('https://10xproupload.s3.amazonaws.com/en378/custom/favicon/ct_fav_img_file.jpg');
m10pro_presentStyle839('https://10xproupload.s3.amazonaws.com/en378/custom/favicon/ct_fav_img_file.jpg');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/css/fontawesome5/css/all.min.css');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/css/fontawesome5/css/v4-shims.min.css');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.css');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/js/video-js/video-js7.css');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.css');
m10pro_presentStyle839('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i%7CSource+Sans+Pro:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i%7COpen+Sans+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i,900,900i&display=swap');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/css/sectionsPageBuilderPage.css?v=202501171015');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/css/sectionsPageBuilderPageProduction.css?v=202309251246');
function m10pro_presentContent839() {
if (!window.jQuery) {
m10pro_presentScript839('https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js', m10pro_presentContent839);
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/lazysizes/lazysizes.min.js', false);
} else {
if (!jQuery.Amplitude) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/amplitude.5.0.3.min.js', m10pro_presentForm839);
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/js/amplitude/css/styles.css');
} else {
m10pro_presentForm839();
}
if (!jQuery.waypoint) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/jquery/jquery.waypoints.min.js');
}
}
}
function m10pro_presentScript839(src, onloadFunction) {
src = src.replace('http:', '');
var scriptElement = document.createElement('script');
scriptElement.setAttribute('src', src);
scriptElement.setAttribute('async', true);
scriptElement.onload = onloadFunction
document.head.appendChild(scriptElement);
}
function m10pro_presentStyle839(href) {
href = href.replace('http:', '');
var styleElement = document.createElement('link');
styleElement.setAttribute('href', href);
styleElement.setAttribute('rel', 'stylesheet');
styleElement.setAttribute('type', 'text/css');
document.head.appendChild(styleElement);
}
function m10pro_presentForm839() {
if (!jQuery.fancybox) {
m10pro_presentScript839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.pack.js');
m10pro_presentStyle839('https://d3lmvnstbwhr2n.cloudfront.net/js/fancybox-2.1.5/jquery.fancybox.css');
}
m10pro_presentPageStyles839();
var formHtml = '
';
var blocks = document.getElementsByClassName('m10-optinForm-839');
for (var blockIndex = 0; blockIndex < blocks.length; ++blockIndex) {
var block = blocks[blockIndex];
block.innerHTML = formHtml;
m10pro_cleanBlockClasses839(block);
}
var links = document.getElementsByClassName('m10-optinLink-839');
for (var linkIndex = 0; linkIndex < links.length; ++linkIndex) {
var link = links[linkIndex];
var hiddenDiv = document.createElement('div');
hiddenDiv.style.display = 'none';
hiddenDiv.innerHTML = formHtml;
m10pro_cleanBlockClasses839(hiddenDiv);
document.body.appendChild(hiddenDiv);
var button = document.getElementById('m10pro_openFormButton839');
link.onclick = function() {
button.click();
return false;
};
}
var scriptElement = document.createElement('script');
scriptElement.innerHTML = `
function closeFancyboxForm() {
jQuery.fancybox.close();
}
function formatAMPM(date) {
var hours = date.getHours();
var minutes = date.getMinutes();
var ampm = hours >= 12 ? \'pm\' : \'am\';
hours = hours % 12;
hours = hours ? hours : 12;
minutes = minutes < 10 ? \'0\'+minutes : minutes;
var strTime = hours + \':\' + minutes + \' \' + ampm;
return strTime;
}
jQuery(document).ready(function() {
jQuery(\'.m10pro_fancyboxContent\').each(function() {
var countId = 0;
var id = jQuery(this).attr(\'id\');
jQuery(\'.m10pro_fancyboxContent, .popupFormObject\').each(function() {
var anotherId = jQuery(this).attr(\'id\');
if (id == anotherId) {
++countId;
}
});
if (countId > 1) {
console.log(\'remove this\');
console.log(id);
jQuery(this).remove();
}
});
jQuery(function() {
jQuery(\'#m10pro_hiddenForm839 .audiencesButtonBlock\').unbind(\'click\').click(function(e) {
if (jQuery(this).parents(\'.pbBlocksContainer\').find(\'.presentAudiences input[type=\\\"radio\\\"]:checked\').length) {
/*open popup*/
jQuery(\'.fancybox-skin #audiencesBlocks839\').hide();
jQuery(\'.fancybox-skin #popupBlocks839\').show();
jQuery(\'.fancybox-skin\').css(\'border-width\', \'0px\');
jQuery(\'.fancybox-skin\').css(\'border-color\', \'#000000\');
jQuery(\'.fancybox-skin\').css(\'border-style\', \'none\');
jQuery(\'.fancybox-skin\').css(\'border-radius\', \'5px 5px 5px 5px\');
resetModalStyle();
} else {
alert(\'Please select one of the options to continue.\');
}
e.stopPropagation();
e.stopImmediatePropagation();
return false;
});
});
jQuery(\'#m10pro_openFormButton839, .m10-optinForm-839 #m10pro_openFormButton839\').unbind(\'click\').click( function() {
jQuery(\'#audiencesBlocks839\').hide();
jQuery(\'#popupBlocks839\').show();jQuery.fancybox(jQuery(\'#m10pro_hiddenForm839\'),
{
autoSize: false,
width: 755,
padding: 0,
height: \'auto\', afterLoad: function() {
jQuery(\"#m10pro_hiddenForm839 [data-animation-type=\'scroll\']\").waypoint(
function(){
animationCallForBlock(this.element.id);
}
);
unsetRequiredFieldBorder(\'#m10pro_hiddenForm839 .requiredFieldIsIncorrect\');
jQuery(\'#m10pro_hiddenForm839 .requiredFieldIsIncorrect\').removeClass(\'requiredFieldIsIncorrect\'); setFancyboxBordersStyle(\'0px\', \'#000000\', \'none\');
jQuery(\'.fancybox-skin\').css(\'border-radius\', \'5px 5px 5px 5px\');
resetModalStyle();}
}
);
return false;
}); });
function closeFancyboxForm() {
jQuery.fancybox.close();
}
function resetModalStyle() {
jQuery(\'.fancybox-overlay\').css(\'background-image\', \'\');
jQuery(\'.fancybox-overlay\').css(\'background-color\', \'\');
jQuery(\'.fancybox-skin\').css(\'box-shadow\', \'\');
}
function setModalStyle(modalType, backgroundColor) {
if (modalType == \'small\') {
resetModalStyle();
} else {
jQuery(\'.fancybox-overlay\').css(\'background-image\', \'none\');
jQuery(\'.fancybox-overlay\').css(\'background-color\', backgroundColor);
jQuery(\'.fancybox-skin\').css(\'box-shadow\', \'none\');
jQuery(\'.fancybox-skin\').css(\'border-width\', \'0px\');
}
}
function setFancyboxInheritBorderRadius() {
jQuery(\'.m10pro_fancyboxContent\').css(\'border-radius\', \'inherit\');
jQuery(\'.m10pro_fancyboxContent .pbBlocksContainer\').css(\'border-radius\', \'inherit\');
jQuery(\'.m10pro_fancyboxContent .pbEditableSection\').css(\'border-radius\', \'inherit\');
jQuery(\'.m10pro_fancyboxContent .pbSectionInner\').css(\'border-radius\', \'inherit\');
}
function setFancyboxBordersStyle(borderSize, borderColor, borderType) {
jQuery(\'.fancybox-skin\').css(\'border-width\', borderSize);
jQuery(\'.fancybox-skin\').css(\'border-color\', borderColor);
jQuery(\'.fancybox-skin\').css(\'border-style\', borderType);
}
function animationCallForBlock(blockId) {
var block = jQuery(\'#\' + blockId);
var animationDelay = block.data(\'animation-delay\');
var animationStyle = block.data(\'animation-style\');
block.parents(\'.fancybox-inner\').one(\'scroll\', function() {
animateBlock(block, animationDelay, animationStyle);
});
}
if (!youtubeVideosData) {
var pbAudiosList = [];
var pbProductsList = [];
var youtubePlayers = [];
var youtubeVideosData = {};
}
function muteVideo() {
return true;
}
function setPopupStylem10pro839() {
setFancyboxInheritBorderRadius();
setFancyboxBordersStyle(\'0px\', \'#000000\', \'none\');
jQuery(\'.fancybox-skin\').css(\'border-radius\', \'5px 5px 5px 5px\');
setModalStyle(\'small\', jQuery(\'#pbSectionPopup8391\').css(\'backgroundColor\'));
}
window.m10EditedPostId = 839;
window.m10Localization = {\"achievements\":\"Achievements\",\"assessments\":\"Assessments\",\"completed\":\"COMPLETED\",\"completedLowercaseUcfirst\":\"Completed\",\"congratulations\":\"CONGRATULATIONS!\",\"failed\":\"Failed\",\"markComplete\":\"MARK COMPLETE\",\"passed\":\"Passed\",\"pleaseAcceptTermsAndConditionsToContinue\":\"Please Accept the Terms And Conditions To Continue\",\"reset\":\"Reset\",\"viewAnswers\":\"View Answers\",\"youEarnedCertificateMessage\":\"You\'ve just earned a certificate for completing this course\",\"yourScore\":\"Your score\",\"errors\":{\"andYourName\":\"and your name\",\"andYourPhone\":\"and your phone\",\"insertCorrectEmail\":\"Please insert correct email\",\"insertCorrectName\":\"Please insert your name\",\"insertCorrectPhone\":\"Please insert your phone\"}};
window.m10UserId = 0;
var myPlayer = [];
function setNewVideo(videoId) {
myPlayer[videoId] = videojs(videoId);
}
jQuery(document).ready(function(){
jQuery(\"[data-animation-type=\'load\']\").each(function() {
if (jQuery(this).hasClass(\'animationPerformed\')) {
return;
}
jQuery(this).addClass(\'animationPerformed\');
var animationDelay = jQuery(this).data(\'animation-delay\');
var animationStyle = jQuery(this).data(\'animation-style\');
var block = jQuery(this);
if (jQuery(this).hasClass(\'pbEditableRow\')) {
block = jQuery(this).find(\'.pbRowContent\');
}
if (typeof animateBlock !== \"undefined\") {
animateBlock(block, animationDelay, animationStyle);
} else {
setTimeout(function() {
animateBlock(block, animationDelay, animationStyle);
}, 500);
}
});
});
var autoWebinar0Rule = 0;
var autoWebinar0jitTime = 0;
var webinar0Timezone = \'\';
var userName = \'Friend\';
var userEmail = \'\';
jQuery(function() {
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').keydown(function(e) {
if ((e.which < 48)
|| e.ctrlKey
|| e.metaKey
|| /[0-9]/.test(e.key)) {
return true;
}
if (e.which > 57) {
return false;
}
return true;
});
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').on(\'change keyup paste\', function() {
const input = jQuery(this);
setTimeout(function() {
let value = input.val();
value = value.replace(/[^0-9]/g, \'\');
input.val(value);
}, 10);
});
});
function checkFields839_Popup8396() {
unsetRequiredFieldBorder(jQuery(\'#m10pro_hiddenForm839\').find(\'.requiredFieldIsIncorrect\'));
jQuery(\'#m10pro_hiddenForm839\').find(\'.requiredFieldIsIncorrect\').removeClass(\'requiredFieldIsIncorrect\');
if (jQuery(\'#m10pro_hiddenForm839\').find(\'#audience\').is(\':visible\')) {
alert(\'Please select one of the options to continue.\');
return false;
}
var errorMessage = \'\';
var emailError = 0;
var firstNameError = 0;
var lastNameError = 0;
var phoneError = 0;
userEmail = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderEmail839_Popup8396\').val();
userEmail = userEmail.trim();
var email_pattern=/^(([^<>()[\\]\\.,;:\\s@\"]+(\\.[^<>()[\\]\\.,;:\\s@\"]+)*)|(\".+\"))@((\\[[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\.[0-9]{1,3}\\])|(([a-zA-Z\\-0-9]+\\.)+[a-zA-Z]{2,}))$/i;
if (!email_pattern.test(userEmail)) {
emailError = 1;
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderEmail839_Popup8396\').addClass(\'requiredFieldIsIncorrect\');
setRequiredFieldBorder(jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderEmail839_Popup8396\'));
}
if (jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').hasClass(\'m10pro_autoresponderFormNameInput\')) {
userName = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').val().trim();
if ((userName == \'Enter Your First Name Here...\') || (userName.length < 2)) {
firstNameError = 1;
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').addClass(\'requiredFieldIsIncorrect\');
setRequiredFieldBorder(jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\'));
}
}
if (jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').hasClass(\'autoresponderFormPhoneInput\')) {
userPhone = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').val();
var phone_pattern = /^[0-9/+/(/)]+$/;
if ((userPhone != \'Enter Your Phone Here...\') &&
(userPhone.length > 0) &&
(!phone_pattern.test(userPhone) || (userPhone.length < 7))) {
phoneError = 1;
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').addClass(\'requiredFieldIsIncorrect\');
setRequiredFieldBorder(jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\'));
}
}
jQuery(\'#m10pro_hiddenForm839\').find(\'input[name=\"audienceUserLabel\"]\').val(jQuery(\'#m10pro_hiddenForm839\').find(\'input[name=\"audienceUserLabelRadio\"]:checked\').val());
var errorsCount = emailError + firstNameError + lastNameError + phoneError;
if (errorsCount > 0) {
if (emailError == 1) {
errorMessage = \'Please insert correct email\';
}
if (firstNameError == 1) {
if (errorMessage == \'\') {
errorMessage = \'Please insert your name\';
} else {
if (errorsCount > 2) {
errorMessage = errorMessage + \', name\';
} else {
errorMessage = errorMessage + \' and your name\';
}
}
}
if (lastNameError == 1) {
if (errorMessage == \'\') {
errorMessage = \'Please insert your last name\';
} else {
if (errorsCount > 2) {
errorMessage = errorMessage + \', last name\';
} else {
errorMessage = errorMessage + \' and your last name\';
}
}
}
if (phoneError == 1) {
if (errorMessage == \'\') {
errorMessage = \'Please insert your phone\';
} else {
errorMessage = errorMessage + \' and phone\';
}
}
}
if (errorMessage != \'\') {
alert(errorMessage);
return false;
}
return true;
}
var jitAutoWebinarTime = 0;
var userTimezoneWebinarTime = 0;
var parentViralShareId = \'\';
var url = window.location.href;
var parentViralShareLabel = \'pid\';
var regex = new RegExp(\'[?&]\' + parentViralShareLabel + \'(=([^]*)|&|#|$)\');
var results = regex.exec(url);
if (!results) {
parentViralShareId = \'\';
} else if (!results[2]) {
parentViralShareId = \'\';
} else {
parentViralShareId = decodeURIComponent(results[2].replace(/\\+/g, \' \'));
}
function submitForm839_Popup8396(){
var buttonClickAction = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderButton839_Popup8396\').attr(\'onclick\');
if (buttonClickAction === undefined) {
jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderButton839_Popup8396\').attr(\'onclick\', \'return submitForm839_Popup8396();\');
}
if (checkFields839_Popup8396()) {
displayProgressButton(jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderButton839_Popup8396\'));
var audienceUserLabel= jQuery(\'#m10pro_hiddenForm839\').find(\'input[name=\"audienceUserLabel\"]\').val();
var redirectUrl = \'https://homebuyeracademy.com.au/broker-ty?contactEmail=\' + jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderEmail839_Popup8396\').val().trim();if (jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').length > 0) {
redirectUrl = redirectUrl + \'&contactFirstName=\' + jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').val().trim();
}
var acceptedTerms = 0;
if (jQuery(\'#m10pro_hiddenForm839\').find(\'#mustAcceptTerms8091022421OP839_Popup8396\').length
&& jQuery(\'#m10pro_hiddenForm839\').find(\'#mustAcceptTerms8091022421OP839_Popup8396\').prop(\'checked\')) {
acceptedTerms = 1;
}
var acceptedTermsList = {};
jQuery(\'#m10pro_hiddenForm839\').find(\'.mustAcceptTermsCheckbox\').each(function () {
if (jQuery(this).prop(\'checked\')) {
var number = jQuery(this).data(\'item-number\');
acceptedTermsList[number] = 1;
}
});
var audienceOptionId = jQuery(\'#m10pro_hiddenForm839\').find(\'#audience input[type=\"radio\"]:checked\').val();
/*get affiliate from cookies*/
var affiliateId = 0;
var nameEQ = \'affiliateId=\';
var ca = document.cookie.split(\';\');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==\' \') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) {
affiliateId = c.substring(nameEQ.length,c.length);
}
}
var contactLastName = \'\';
contactLastName = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderLastName839_Popup8396\').val();
if (contactLastName == \'Enter Your Last Name Here...\') {
contactLastName = \'\';
}
var contactPhone = jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderPhone839_Popup8396\').val();
if (contactPhone == \'Enter Your Phone Here...\') {
contactPhone = \'\';
}
var registrationData = {
audienceOptionId: audienceOptionId,
audienceUserLabel: audienceUserLabel,
contactEmail: jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderEmail839_Popup8396\').val().trim(),
contactName: jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderName839_Popup8396\').val(),
contactLastName: contactLastName,
contactPhone: contactPhone,
jitAutoWebinarTime: jitAutoWebinarTime,
userTimezoneWebinarTime: userTimezoneWebinarTime,
selectedByUserTimezone: webinar0Timezone,
pageId: 839, pageIdForOptin: 839,
autoWebinar0Rule: autoWebinar0Rule,
autoWebinar0jitTime: autoWebinar0jitTime,
acceptedTerms: acceptedTerms,
acceptedTermsList: acceptedTermsList,
getParametersKeys: [\"p\"],
getParametersValues: [\"839\"],
affiliateId: affiliateId,
ci_csrf_token: \'\'
};
jQuery(\'#m10pro_hiddenForm839\').find(\'.mustAcceptTerms839_Popup8396:checked\').each(function() {
registrationData[jQuery(this).attr(\'name\')] = \'1\';
});
var url = \'https://homebuyeracademy.com.au/userOptionalRegistration?pvs=\' + parentViralShareId;
url = url.replace(\'http:\', \'\');
setTimeout(function() {
jQuery.post(
url,
registrationData,
function(data) {
d = eval(\'(\' + data + \')\');
if (d.Status == \'success\') {
window.location = redirectUrl;
} else {
stopToShowProgressOnButton(jQuery(\'#m10pro_hiddenForm839\').find(\'#autoresponderButton839_Popup8396\'));
}
return false;
}
);
}, 1);
}
return false;
}
jQuery(function() {
tryToInitPageAudios();
});
function tryToInitPageAudios() {
if ( pbAudiosList.length &&
window.initPageAudios) {
initPageAudios();
} else {
setTimeout(tryToInitPageAudios, 500);
}
}
`;
document.head.appendChild(scriptElement);
m10pro_cleanExtraForms839();
}
function m10pro_presentPageStyles839() {
var styleElement = document.createElement('style');
styleElement.innerHTML = ' .hiddenFormContainer { display: none; line-height: 1.42857; text-rendering: optimizelegibility; font-size: 15px; } .fancybox-outer { border-radius: inherit; } .fancybox-inner { border-radius: inherit; } #embednote { color: #666677; font-weight:700; font-size: 35px; margin-bottom:30px; text-align:center; font-family: helvetica; line-height: 1.2; } #m10pro_wrapper { margin: 200px auto !important; max-width: 500px !important; } #m10pro_wrapper input[type=\"submit\"] { -webkit-appearance: none !important; } #m10pro_wrapper form { margin-bottom: 20px !important; text-align: center !important; } #m10pro_formSettings, #m10pro_pageSettings { display: none; } #m10pro_autoresponderButton { background-color: #2d91fb !important; border: 1px solid rgba(0, 0, 0, 0.1) !important; border-radius: 3px !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; color: #FFFFFF !important; display: block; font-family: \'Open Sans Condensed\',sans-serif !important; font-size: 26px !important; font-weight: 700 !important; margin: 5px auto !important; overflow: hidden !important; padding: 12px 8px !important; text-align: center !important; text-decoration: none !important; line-height: 1.1em !important; width: 100% !important; cursor: pointer !important; } #m10pro_safeoptinContainer { width: 300px !important; margin: 0px auto !important; } #m10pro_safeoptin { min-height: 27px !important; line-height:12px !important; font-size: 11px !important; background-repeat:no-repeat !important; } /*------ hidden form style ------*/ #m10pro_hiddenForm839 , #m10pro_hiddenForm839, #audiencesPBForm { display: none; font-family: \'Open Sans\', sans-serif !important; line-height: 1.42857 !important; font-size: 15px !important; background-color: #ffffff; } #m10pro_hiddenForm839 form { margin: 0 auto !important; } #m10pro_audience { text-align:left !important; margin: 30px 0px !important; } .m10pro_audienceOption { display: table-row; text-align: left; margin-bottom: 10px; cursor: pointer; } .m10pro_audienceOption label, .m10pro_audienceOption input { padding-bottom:10px; display: table-cell; cursor: pointer; } .m10pro_audienceOption input { margin-right: 8px; } #m10pro_popupTitle, #m10pro_audiencePopupTitle { margin: 0px auto 12px !important; font-size: 33px !important; color: #000 !important; } #m10pro_popupSubTitle, #m10pro_audiencePopupSubtitle { margin: 0px auto 8px !important; font-size: 20px !important; } .m10pro_popupFormParagraph { font-weight: bold !important; margin-bottom: 10px !important; text-align: center !important; font-size: 25px !important; line-height: 1.1 !important; } .m10pro_fancyboxContent form input[type=\"text\"], .m10pro_fancyboxContent form input[type=\"\"], .m10pro_fancyboxContent form input[type=\"email\"] { color: #666666 !important; font-size: 15px !important; box-sizing: border-box !important; line-height: 1.2 !important; margin-bottom: 10px !important; padding: 10px !important; width: 100% !important; /*316px; */ border: 2px solid #ccc !important; font-family: \'Open Sans\', sans-serif !important; background-color: #fff !important; } .m10pro_fancyboxContent form input.requiredFieldIsIncorrect[type=\"text\"], .m10pro_fancyboxContent form input.requiredFieldIsIncorrect[type=\"\"], .m10pro_fancyboxContent form input.requiredFieldIsIncorrect[type=\"email\"] { border-color: red !important; } .m10pro_fancyboxContent { text-align: center; margin: 0px auto; } #m10pro_audienceButtonSettings, #m10pro_autoresponderPopupButton, #m10pro_openFormButton839 { border: 1px solid rgba(0, 0, 0, 0.1) !important; border-radius: 3px !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; color: #FFFFFF !important; display: block; font-family: \'Open Sans Condensed\',sans-serif !important; font-size: 26px !important; font-weight: 700 !important; margin: 5px auto !important; overflow: hidden !important; padding: 12px 8px !important; text-align: center !important; text-decoration: none !important; line-height: 1.1em !important; width: 100% !important; cursor: pointer !important; height: auto !important; } #popupBlocks839 ul, #popupBlocks839 li, #popupBlocks839 ol, #audiencesBlocks839 ul, #audiencesBlocks839 li, #audiencesBlocks839 ol { margin: 0px; padding: 0px; } #m10pro_openFormButton839 { color: #ffffff !important; background-color: #00a599 !important; } #m10pro_audienceButtonSettings { width: 80% !important; } #m10pro_openPBFormButton, #audiencesPBForm { display: none; } .m10pro_safeoptinPopup { color: #787878 !important; padding-top: 3px !important; padding-left: 5px !important; min-height: 20px !important; text-align: left !important; font-size: 11px !important; font-family: helvetica,arial,sans-serif !important; } #m10pro_lockImage { background-image: url(https://d20wyzo75p8n74.cloudfront.net/defaultimages/lockend.png) !important; min-height: 20px !important; min-width: 20px !important; background-repeat: no-repeat !important; background-position: 0px 5px !important; } #m10pro_progressBlock, #m10pro_audienceProgressBlock { background-color: #ffffff !important; margin-bottom: 20px !important; width:100% !important; } #m10pro_progressBar, #m10pro_audienceProgressBar { background-color: #ffffff !important; width: 100% !important; height: 24px !important; position: relative !important; -moz-box-shadow: inset 0px 2px 3px #e0e0e0 !important; -webkit-box-shadow: inset 0px 2px 3px #e0e0e0 !important; box-shadow: inset 0px 2px 3px #e0e0e0 !important; border-radius: 4px !important; -moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; } #m10pro_progressBarReady, #m10pro_audienceProgressBarReady { width: 50% !important; height: 100% !important; border-radius: 4px 0px 0px 4px !important; -moz-border-radius: 4px 0px 0px 4px !important; -webkit-border-radius: 4px 0px 0px 4px !important; box-sizing:border-box !important; padding-right:10px !important; padding-top:2px !important; } .m10pro_step2progress #m10pro_progressBarReady { width: 75% !important; } #m10pro_progressStatus, #m10pro_audienceProgressStatus { text-align: right !important; width: 100% !important; font-size: 13px !important; } #m10pro_progressBarTitle, #m10pro_audienceProgressBarTitle { margin-top: 0.25em !important; font-size: 11px !important; } /*------ end hidden form style ------*/ .videoPlugin{ margin: 0 auto; } .vjs-fullscreen video { max-height: 100% !important; max-width: 100% !important; } .fancybox-close { top: -4px; right: -4px; } .dateTimezonePicker { margin: 0px auto; width: 300px; } .acceptedTermsCheckbox input[type=checkbox] { visibility: hidden; } .acceptedTermsCheckbox { position: relative; margin-right: 5px; } .acceptedTermsCheckbox label { cursor: pointer; position: absolute; width: 15px; height: 15px; top: 0px; left: 0px; background: #ffffff; border:2px solid #cccccc; box-sizing: content-box; } .acceptedTermsCheckbox label:after { opacity: 0; content: \'\'; position: absolute; width: 9px; height: 5px; background: transparent; top: 2px; left: 2px; border: 3px solid #333; border-top: none; border-right: none; transform: rotate(-45deg); } .acceptedTermsCheckbox input[type=checkbox]:checked + label:after { opacity: 1; } .popupFormObject .mustAcceptTermsBeforeSubmit { text-align: left; margin-bottom: 10px; } .mustAcceptTermsBeforeSubmit a { color: #428bca; } .mustAcceptTermsBeforeSubmit { position: relative; text-align: left; } .mustAcceptTermsBeforeSubmit .acceptedTermsCheckbox { position: absolute; } .mustAcceptTermsBeforeSubmit .acceptTermsLabel { display: block; margin-left: 25px; } .multiWebinarSelect { width: 100%; padding: 10px 25px 10px 10px; -webkit-appearance: none; -moz-appearance: none; background-image: url(\'https://d20wyzo75p8n74.cloudfront.net/defaultimages/select-arrow.png\'); background-repeat: no-repeat; background-position: 95% center; background-position: right 0.5em top 50%; background-size: 0.5em; border: 2px solid #ccc; font-size: 15px !important; } #m10pro_hiddenForm839 .invisibleElemens { display: none !important; } #m10pro_audienceButtonSettings, #m10pro_autoresponderPopupButton { background-color: #2d91fb !important; color: #ffffff !important; } .invisibleElemens { display: none !important; } ';
document.head.appendChild(styleElement);
}
function m10pro_cleanBlockClasses839(block) {
m10pro_cleanBlockClass839(block, 'editable');
m10pro_cleanBlockClass839(block, 'showPopupForm');
m10pro_cleanBlockClass839(block, 'popupFormObject');
m10pro_cleanBlockClass839(block, 'hiddenFormContainer');
m10pro_cleanBlockClass839(block, 'internalObjectsContainer');
m10pro_cleanBlockClass839(block, 'clickEvent');
//m10pro_cleanBlockClass839(block, 'progressBarReady');
m10pro_cleanBlockClass839(block, 'progressStatus');
m10pro_cleanBlockClass839(block, 'progressBarTitle');
m10pro_cleanBlockClass839(block, 'audienceProgressBarReady');
m10pro_cleanBlockClass839(block, 'audienceProgressStatus');
m10pro_cleanBlockClass839(block, 'audienceProgressBarTitle');
m10pro_cleanBlockClass839(block, 'autoresponderName');
m10pro_cleanBlockClass839(block, 'autoresponderEmail');
m10pro_cleanBlockClass839(block, 'autoresponderSubmit');
m10pro_cleanBlockClass839(block, 'parsePageBuilder');
}
function m10pro_cleanBlockClass839(block, blockClass) {
var elements = block.getElementsByClassName(blockClass);
for (var elementIndex = elements.length - 1; elementIndex >= 0; --elementIndex) {
var element = elements[elementIndex];
element.classList.remove(blockClass);
}
}
function m10pro_cleanExtraForms839() {
var hiddenForms = document.getElementsByClassName('m10pro_hiddenForm839');
var hiddenFormsCount = hiddenForms.length;
for (var formIndex = hiddenFormsCount - 1; formIndex > 0; --formIndex) {
if (!formIndex) {
continue;
}
var hiddenForm = hiddenForms[formIndex];
hiddenForm.remove();
}
}
function displayProgressButton(button) {
button.each(function(_, button) {
button = jQuery(button);
var height = parseInt(button.outerHeight());
var width = parseInt(button.outerWidth());
button.css('width', width + 'px');
button.css('height', height + 'px');
var html = button.html();
button.data('cachedhtml', html);
});
button.html('');
button.css('line-height', '0px');
button.prop('disabled', true);
}
function stopToShowProgressOnButton(button) {
button.each(function(_, button) {
button = jQuery(button);
button.css('width', '');
button.css('height', '');
var html = button.data('cachedhtml');
button.html(html);
});
button.css('width', '');
button.css('line-height', '');
button.removeProp('disabled');
}
m10pro_presentContent839();