window.flatStyles = window.flatStyles || ''
window.lightspeedOptimizeStylesheet = function () {
const currentStylesheet = document.querySelector( '.tcb-lightspeed-style:not([data-ls-optimized])' )
if ( currentStylesheet ) {
try {
if ( currentStylesheet.sheet && currentStylesheet.sheet.cssRules ) {
if ( window.flatStyles ) {
if ( this.optimizing ) {
setTimeout( window.lightspeedOptimizeStylesheet.bind( this ), 24 )
} else {
this.optimizing = true;
let rulesIndex = 0;
while ( rulesIndex < currentStylesheet.sheet.cssRules.length ) {
const rule = currentStylesheet.sheet.cssRules[ rulesIndex ]
/* remove rules that already exist in the page */
if ( rule.type === CSSRule.STYLE_RULE && window.flatStyles.includes( `${rule.selectorText}{` ) ) {
currentStylesheet.sheet.deleteRule( rulesIndex )
} else {
rulesIndex ++
}
}
/* optimize, mark it such, move to the next file, append the styles we have until now */
currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
window.flatStyles += currentStylesheet.innerHTML
this.optimizing = false
}
} else {
window.flatStyles = currentStylesheet.innerHTML
currentStylesheet.setAttribute( 'data-ls-optimized', '1' )
}
}
} catch ( error ) {
console.warn( error )
}
if ( currentStylesheet.parentElement.tagName !== 'HEAD' ) {
/* always make sure that those styles end up in the head */
const stylesheetID = currentStylesheet.id;
/**
* make sure that there is only one copy of the css
* e.g display CSS
*/
if ( ( ! stylesheetID || ( stylesheetID && ! document.querySelector( `head #${stylesheetID}` ) ) ) ) {
document.head.prepend( currentStylesheet )
} else {
currentStylesheet.remove();
}
}
}
}
window.lightspeedOptimizeFlat = function ( styleSheetElement ) {
if ( document.querySelectorAll( 'link[href*="thrive_flat.css"]' ).length > 1 ) {
/* disable this flat if we already have one */
styleSheetElement.setAttribute( 'disabled', true )
} else {
/* if this is the first one, make sure he's in head */
if ( styleSheetElement.parentElement.tagName !== 'HEAD' ) {
document.head.append( styleSheetElement )
}
}
}
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/refreshingcleanwater.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.5.5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery.min.js
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery-migrate.min.js
https://refreshingcleanwater.com/wp-includes/js/imagesloaded.min.js
https://refreshingcleanwater.com/wp-includes/js/masonry.min.js
https://refreshingcleanwater.com/wp-includes/js/jquery/jquery.masonry.min.js
var tve_frontend_options = {"ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","is_editor_page":"","page_events":[],"is_single":"1","social_fb_app_id":"","dash_url":"https:\/\/refreshingcleanwater.com\/wp-content\/themes\/thrive-theme\/thrive-dashboard","queried_object":{"ID":753,"post_author":"1"},"query_vars":{"page":"","pagename":"terms-and-conditions"},"$_POST":[],"translations":{"Copy":"Copy","empty_username":"ERROR: The username field is empty.","empty_password":"ERROR: The password field is empty.","empty_login":"ERROR: Enter a username or email address.","min_chars":"At least %s characters are needed","no_headings":"No headings found","registration_err":{"required_field":"<strong>Error<\/strong>: This field is required","required_email":"<strong>Error<\/strong>: Please type your email address.","invalid_email":"<strong>Error<\/strong>: The email address isn’t correct.","passwordmismatch":"<strong>Error<\/strong>: Password mismatch"}},"routes":{"posts":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/posts","video_reporting":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/video-reporting"},"nonce":"f37606e53d","allow_video_src":"","google_client_id":null,"google_api_key":null,"facebook_app_id":null,"lead_generation_custom_tag_apis":["activecampaign","aweber","convertkit","drip","klicktipp","mailchimp","sendlane","zapier"],"post_request_data":[],"user_profile_nonce":"1fac9a2545","ip":"104.131.58.197","current_user":[],"post_id":"753","post_title":"Terms and Conditions","post_type":"page","post_url":"https:\/\/refreshingcleanwater.com\/terms-and-conditions\/","is_lp":"","conditional_display":{"is_tooltip_dismissed":false}};
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/general.min.js
var thrive_front_localize = {"comments_form":{"error_defaults":{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}},"routes":{"posts":"https:\/\/refreshingcleanwater.com\/wp-json\/tcb\/v1\/posts","frontend":"https:\/\/refreshingcleanwater.com\/wp-json\/ttb\/v1\/frontend"},"tar_post_url":"?tve=true&action=architect&from_theme=1","is_editor":"","ID":"1074","template_url":"?tve=true&action=architect&from_tar=753","pagination_url":{"template":"https:\/\/refreshingcleanwater.com\/terms-and-conditions\/page\/[thrive_page_number]\/","base":"https:\/\/refreshingcleanwater.com\/terms-and-conditions\/"},"sidebar_visibility":[],"is_singular":"1","is_user_logged_in":""};
https://refreshingcleanwater.com/wp-content/themes/thrive-theme/inc/assets/dist/frontend.min.js
TERMS & CONDITIONSPLEASE READ THE FOLLOWING TERMS AND CONDITIONS CAREFULLY. THEY CONTAIN IMPORTANT INFORMATION ABOUT YOUR RIGHTS AND OBLIGATIONS, AS WELL AS LIMITATIONS AND EXCLUSIONS THAT APPLY TO THE USE OF THIS SITE.
This web site located at URL https://refreshingcleanwater.com (“this Site”) is managed by a third party service provider of Natural Plus Plus, LLC (the “Natural Plus Plus, LLC” and, collectively with RefreshingCleanWater, “we” or “us”). The following terms and conditions govern your use of this Site. By using this Site, you are indicating your acceptance of the following terms and conditions (the “Terms and Conditions”).
DISCLAIMER AND LIMITATION OF LIABILITY AS TO THIS SITE
While we endeavor to provide the most accurate, up-to-date information available, the directories and information on this Site may be out of date or include omissions, inaccuracies or other errors. This Site and the materials therein are provided “AS IS.” We make no representations or warranties, either express or implied, of any kind with respect to this Site, its operations, contents, information or materials.
WE EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, OF ANY KIND WITH RESPECT TO THIS SITE OR ITS USE, INCLUDING BUT NOT LIMITED TO MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
You agree that we, our directors, officers, employees or other representatives shall not be liable for damages arising from the operation, content, or use of this Site. You agree that this limitation of liability is comprehensive and applies to all damages of any kind, including without limitation direct, indirect, compensatory, special, incidental, punitive and consequential damages, damages for loss of profits, revenue, data and use, incurred by you or any third party, whether in an action in contract or tort, arising from your access to, and use of, this Site or any other hyper-linked Web site.
CAPACITY TO CONTRACT
You represent to us that you are of the legal age of majority in your state of residence and/or that you are duly authorized by your employer to use this site.
TYPOGRAPHICAL ERRORS
In the event a product is listed with incorrect information due to typographical error or error in product information, we shall have the right to refuse or cancel any orders placed for products listed with the incorrect information. We shall have the right to refuse or cancel any such orders whether or not the order has been confirmed. If you have paid already for the purchase and your order is canceled, we shall immediately issue a credit to your account in the amount of the charge.
PRIVACY POLICY
We consider the privacy of our users to be paramount, and we have developed a privacy policy to protect and inform our users (“Privacy Policy”). Our current Privacy Policy is incorporated herein by reference and made part of these Terms and Conditions.
FEEDBACK
We welcome all comments, feedback, information, or materials, which you submit to us through or in conjunction with this Site (“Feedback”). Please note that your Feedback shall be considered non-confidential and become our property. By submitting your Feedback to us, you agree to a no charge assignment to us of all right, title and interest in copyrights and other intellectual property rights on a worldwide basis to your Feedback. We shall be free to use your Feedback on an unrestricted basis.
LINKS
This Site may contain links to other Web sites on the Internet that are owned and operated by third parties. You acknowledge that we do not endorse and are not responsible for the operation of or content located on or through any such Web site.
THIRD PARTY CONTENT
Certain content from third party vendors may be made available as part of this Site. This content is believed to be reliable, but we do not endorse or guarantee the accuracy or completeness of this content.
COMPLIANCE WITH LAWS
You agree to comply with all applicable laws, statutes, ordinances and regulations regarding your use of this Site and your purchase of products or services through this Site. We may, in our sole discretion, report actual or perceived violations to law enforcement or appropriate authorities. If we become aware, through a complaint or otherwise, of any potential or suspected violation of these Terms and Conditions, we may (but are not obligated to) conduct an investigation to determine the nature and extent of the suspected violation and the appropriate enforcement action, during which investigation we may suspend services to any customer being investigated. You agree to cooperate fully with any such investigation. You acknowledge that violations of the Terms and Conditions or the Privacy Policy could be subject to criminal or civil penalties.
TERMINATION OF USAGE
We may terminate or suspend your access to or use of all or part of this Site, without notice, for any conduct that we believe is disruptive to this Site or is in violation of any applicable law or these Terms and Conditions.
DISCLAIMER AND LIMITATION OF LIABILITY AS TO PRODUCTS SOLD
Any product offered by us is warranted only to the extent of the applicable warranty contained with the product documentation. EXCEPT AS EXPRESSLY STATED HEREIN, WE DO NOT MAKE ANY REPRESENTATIONS OR WARRANTIES, EITHER EXPRESS OR IMPLIED, OF ANY KIND WITH RESPECT TO PRODUCTS SOLD. EXCEPT AS EXPRESSLY STATED HEREIN, WE EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, OF ANY KIND WITH RESPECT TO PRODUCTS SOLD, INCLUDING BUT NOT LIMITED TO, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. FOR ANY BREACH OF THESE TERMS AND CONDITIONS, OUR SOLE AND EXCLUSIVE MAXIMUM LIABILITY SHALL NOT IN ANY EVENT EXCEED THE TOTAL PRICE OF THE PRODUCTS ORDERED BY CUSTOMER. IN NO EVENT SHALL WE BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY SPECIAL, INDIRECT, CONSEQUENTIAL OR PUNITIVE LOSS OR DAMAGE FOR ANY BREACH OF THESE TERMS AND CONDITIONS, INCLUDING BUT NOT LIMITED TO LOSS OF PROFITS, LOSS OF BUSINESS OR GOODWILL, LOSS OF USE EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGE OR ANY CLAIM BY ANY THIRD PARTY.WE SHALL NOT BE LIABLE IF WE ARE UNABLE TO PERFORM ANY OF OUR OBLIGATIONS CONTAINED IN THESE TERMS AND CONDITIONS DUE TO, DIRECTLY OR INDIRECTLY, THE FAILURE OF ANY MACHINE, SYSTEM OF AUTHORIZATION, DATA PROCESSING OR COMMUNICATION SYSTEM OR TRANSMISSION LINK OR ANY INDUSTRIAL DISPUTE, WAR, FLOOD, EXPLOSION, ACT OF GOD OR ANY OTHER EVENT BEYOND OUR CONTROL.
COPYRIGHT AND TRADEMARK NOTICE
All content included on this Site, such as text, graphics, logos, button icons, images, audio clips, digital downloads, data compilations, and software (and the compilation of such content), is the property of Natural Plus Plus, LLC, or their content suppliers and is protected by United States of America and international copyright laws. All software used on this Site is the property of the Natural Plus Plus, LLC USA or its software suppliers and protected by United States of America and international copyright laws. All marks indicated as registered on this Site are registered trademarks of Natural Plus Plus, LLC, in the United States of America. Other graphics, logos, page headers, button icons, scripts, and service names are trademarks or trade dress of Natural Plus Plus, LLC RefreshingCleanWater or their content suppliers. The trademarks and trade dress on this Site may not be used in connection with any product or service that is not ours, in any manner that is likely to cause confusion among customers, or in any manner that disparages or discredits us. All other trademarks not owned by us or our subsidiaries that appear on this Site are the property of their respective owners, who may or may not be affiliated with, connected to, or sponsored by us.
APPLICABLE LAW
You agree that any legal action brought against Natural Plus Plus, LLC shall be governed by the laws of the United States of America, without regard to conflict of law principles. You agree that the sole jurisdiction and venue for any litigation arising from your use of or orders made on this site shall be an appropriate federal or state court located in State of Florida, USA. We make no representations that the content in this Site is appropriate for access outside the USA. Those who choose to access this site from outside the USA do so on their own initiative and are responsible for compliance with local laws.
GENERAL
If any provision or provisions of these Terms and Conditions shall be held to be invalid, illegal, or unenforceable, such provision shall be enforced to the fullest extent permitted by applicable law and the validity, legality, and enforceability of the remaining provisions shall not be affected thereby. The products offered here are solely for the use of our customers. You may not assign your rights or obligations under these terms and conditions without our express written consent.
CONTACTING US
Natural Plus Plus, LLC RefreshingCleanWater welcomes your comments regarding these Terms and Conditions. If you have any questions about these Terms and Conditions and would like further information, please contact us by any of the following means during business hours Monday to Friday.
Natural Plus Plus, LLC
Ideal Earth Water
Refreshing Clean Water
Mailing Address:
2803 Gulf to Bay Blvd #244
Clearwater FL 33759
(727) 447-2344
Last updated: June 8, 2020
Enjoy mountain-spring
quality water in your home.
( $ => {
/**
* Displays toast message from storage, it is used when the user is redirected after login
*/
if ( window.sessionStorage ) {
$( window ).on( 'tcb_after_dom_ready', () => {
const message = sessionStorage.getItem( 'tcb_toast_message' );
if ( message ) {
tcbToast( sessionStorage.getItem( 'tcb_toast_message' ), false );
sessionStorage.removeItem( 'tcb_toast_message' );
}
} );
}
/**
* Displays toast message
*
* @param {string} message - message to display
* @param {Boolean} error - whether the message is an error or not
* @param {Function} callback - callback function to be called after the message is closed
*/
function tcbToast( message, error, callback ) {
/* Also allow "message" objects */
if ( typeof message !== 'string' ) {
message = message.message || message.error || message.success;
}
if ( ! error ) {
error = false;
}
TCB_Front.notificationElement.toggle( message, error ? 'error' : 'success', callback );
}
} )( typeof ThriveGlobal === 'undefined' ? jQuery : ThriveGlobal.$j );
window.TVE_Event_Manager_Registered_Callbacks = window.TVE_Event_Manager_Registered_Callbacks || {};window.TVE_Event_Manager_Registered_Callbacks.thrive_animation = function(trigger, action, config) {var $element = jQuery( this ),
$at = $element.closest( '.tcb-col, .thrv_wrapper' );
if ( $at.length === 0 ) {
$at = $element;
}
if ( ! config.loop && $at.data( 'a-done' ) ) {
return;
}
$at.data( 'a-done', 1 );
const hadAnimStart = $at.hasClass( 'tve_anim_start' );
$at.removeClass( function ( i, cls ) {
return cls.split( ' ' ).filter( function ( item ) {
return item.indexOf( 'tve_anim_' ) === 0;
} ).join( ' ' );
} ).addClass( 'tve_anim_' + config.anim ).removeClass( 'tve_anim_start' );
if ( config.loop ) {
setTimeout( function () {
$at.addClass( 'tve_anim_start' );
}, hadAnimStart ? 50 : 0 );
if ( trigger === 'mouseover' ) {
$element.one( 'mouseleave', function () {
$at.removeClass( 'tve_anim_start' );
} );
}
if ( trigger === 'tve-viewport' ) {
$element.one( 'tve-viewport-leave', function () {
/**
* double check for viewport
* animation in animation triggers weird behaviors
*/
if ( ! TCB_Front.isInViewport( $element ) ) {
$at.removeClass( 'tve_anim_start' );
}
} );
}
} else {
setTimeout( function () {
$at.addClass( 'tve_anim_start' );
}, 50 );
}
return false;
};
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/wp-polyfill-inert.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/regenerator-runtime.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/vendor/wp-polyfill.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/hooks.min.js
https://refreshingcleanwater.com/wp-includes/js/dist/i18n.min.js
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
var prestoComponents = {"url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1720628613"};
var prestoPlayer = {"plugin_url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/refreshingcleanwater.com\/wp-json\/","nonce":"f37606e53d","ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":{"storage":false,"stream":true}},"proVersion":"1.2.1","isPremium":"1","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"},"hls_start_level":"480"};
var prestoComponents = {"url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/dist\/components\/web-components\/web-components.esm.js?ver=1720628613"};
var prestoPlayer = {"plugin_url":"https:\/\/refreshingcleanwater.com\/wp-content\/plugins\/presto-player\/","logged_in":"","root":"https:\/\/refreshingcleanwater.com\/wp-json\/","nonce":"f37606e53d","ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","isAdmin":"","isSetup":{"bunny":{"storage":false,"stream":true}},"proVersion":"1.2.1","isPremium":"1","wpVersionString":"wp\/v2\/","prestoVersionString":"presto-player\/v1\/","debug":"","debug_navigator":"","i18n":{"skip":"Skip","rewatch":"Rewatch","emailPlaceholder":"Email address","emailDefaultHeadline":"Enter your email to play this episode.","chapters":"Chapters","show_chapters":"Show Chapters","hide_chapters":"Hide Chapters","restart":"Restart","rewind":"Rewind {seektime}s","play":"Play","pause":"Pause","fastForward":"Forward {seektime}s","seek":"Seek","seekLabel":"{currentTime} of {duration}","played":"Played","buffered":"Buffered","currentTime":"Current time","duration":"Duration","volume":"Volume","mute":"Mute","unmute":"Unmute","enableCaptions":"Enable captions","disableCaptions":"Disable captions","download":"Download","enterFullscreen":"Enter fullscreen","exitFullscreen":"Exit fullscreen","frameTitle":"Player for {title}","captions":"Captions","settings":"Settings","pip":"PIP","menuBack":"Go back to previous menu","speed":"Speed","normal":"Normal","quality":"Quality","loop":"Loop","start":"Start","end":"End","all":"All","reset":"Reset","disabled":"Disabled","enabled":"Enabled","advertisement":"Ad","qualityBadge":{"2160":"4K","1440":"HD","1080":"HD","720":"HD","576":"SD","480":"SD"},"auto":"AUTO","upNext":"Up Next","startOver":"Start Over"},"hls_start_level":"480"};
var dlmXHRtranslations = {"error":"An error occurred while trying to download the file. Please try again.","not_found":"Download does not exist.","no_file_path":"No file path defined.","no_file_paths":"No file paths defined.","filetype":"Download is not allowed for this file type.","file_access_denied":"Access denied to this file.","access_denied":"Access denied. You do not have permission to download this file.","security_error":"Something is wrong with the file path.","file_not_found":"File not found."};
const dlmXHR = {"xhr_links":{"class":["download-link","download-button"]},"prevent_duplicates":true,"ajaxUrl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php"}; dlmXHRinstance = {}; const dlmXHRGlobalLinks = "https://refreshingcleanwater.com/download/"; const dlmNonXHRGlobalLinks = []; dlmXHRgif = "https://refreshingcleanwater.com/wp-includes/images/spinner.gif"; const dlmXHRProgress = "1"
https://refreshingcleanwater.com/wp-content/plugins/download-monitor/assets/js/dlm-xhr.min.js
var tve_dash_front = {"ajaxurl":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","force_ajax_send":"1","is_crawler":"","recaptcha":[],"post_id":"753"};
https://refreshingcleanwater.com/wp-content/themes/thrive-theme/thrive-dashboard/js/dist/frontend.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/search-form.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/divider.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/menu.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/post-grid-compat.min.js
https://refreshingcleanwater.com/wp-content/plugins/thrive-visual-editor/editor/js/dist/modules/social-share.min.js
var tcb_current_post_lists=JSON.parse('[]'); var tcb_post_lists=tcb_post_lists?[...tcb_post_lists,...tcb_current_post_lists]:tcb_current_post_lists;
if ( !window.TL_Const ) {var TL_Const={"security":"36961ab288","ajax_url":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":0,"custom_post_data":[],"current_screen":{"screen_type":3,"screen_id":753},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"]};} else { window.TL_Front && TL_Front.extendConst && TL_Front.extendConst({"security":"36961ab288","ajax_url":"https:\/\/refreshingcleanwater.com\/wp-admin\/admin-ajax.php","forms":[],"action_conversion":"tve_leads_ajax_conversion","action_impression":"tve_leads_ajax_impression","ajax_load":0,"custom_post_data":[],"current_screen":{"screen_type":3,"screen_id":753},"ignored_fields":["email","_captcha_size","_captcha_theme","_captcha_type","_submit_option","_use_captcha","g-recaptcha-response","__tcb_lg_fc","__tcb_lg_msg","_state","_form_type","_error_message_option","_back_url","_submit_option","url","_asset_group","_asset_option","mailchimp_optin","tcb_token","tve_labels","tve_mapping","_api_custom_fields","_sendParams","_autofill"]})}