CINXE.COM
Talking Bibles International | Free Online Audio Bible
<!doctype html > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" class=""> <head> <meta charset="utf-8"> <script type="text/javascript"> window._currentDevice = 'desktop'; window.Parameters = window.Parameters || { HomeUrl: 'https://www.talkingbibles.org/', AccountUUID: '77a18899b7024e0a9ca90f7282c9adba', SystemID: 'US_DIRECT_PRODUCTION', SiteAlias: 'abaff5f7', SiteType: atob('RFVEQU9ORQ=='), PublicationDate: 'Mon Nov 18 20:26:01 UTC 2024', ExternalUid: 'mjw9gEj7R0TMQqAjZiSCVCyAIod2', IsSiteMultilingual: true, InitialPostAlias: '', InitialDynamicItem: '', DynamicPageInfo: { isDynamicPage: false, base64JsonRowData: 'null', }, InitialPageAlias: 'home', InitialPageUuid: '3e297b0ff1d14cb382eb447db7d43440', InitialPageId: '1164581713', InitialEncodedPageAlias: 'aG9tZQ==', CurrentPageUrl: '', IsCurrentHomePage: true, AllowAjax: false, AfterAjaxCommand: null, HomeLinkText: 'Back To Home', UseGalleryModule: false, CurrentThemeName: 'Layout Theme', ThemeVersion: '49370', DefaultPageAlias: '', RemoveDID: true, WidgetStyleID: null, IsHeaderFixed: false, IsHeaderSkinny: false, IsBfs: true, StorePageAlias: 'null', StorePagesUrls: 'e30=', IsNewStore: 'false', StorePath: '', StoreId: 'null', StoreVersion: 0, StoreBaseUrl: '', StoreCleanUrl: true, StoreDisableScrolling: true, IsStoreSuspended: false, NotificationSubDomain: 'talkingbibles', HasCustomDomain: true, SimpleSite: false, showCookieNotification: true, cookiesNotificationMarkup: ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. To learn more, go to the <a value=\"privacy\" label=\"\" type=\"page\" href=\"\/privacy\" data-runtime-url=\"\/privacy\">Privacy Page<\/a>.<\/p> \n<\/div> \n', translatedPageUrl: '', isFastMigrationSite: false, sidebarPosition: 'NA', currentLanguage: 'en', currentLocale: 'en', NavItems: '{}', errors: { general: 'There was an error connecting to the page.<br/> Make sure you are not offline.', password: 'Incorrect name/password combination', tryAgain: 'Try again' }, NavigationAreaParams: { ShowBackToHomeOnInnerPages: true, NavbarSize: 4, NavbarLiveHomePage: 'https://www.talkingbibles.org/', BlockContainerSelector: '.dmBody', NavbarSelector: '#dmNav:has(a)', SubNavbarSelector: '#subnav_main' }, hasCustomCode: true, planID: '1802', customTemplateId: 'null', siteTemplateId: 'null', productId: 'DM_DIRECT', disableTracking: false, pageType: 'FROM_SCRATCH', isRuntimeServer: true, isInEditor: false, hasNativeStore: false, defaultLang: 'en', hamburgerMigration: null }; window.Parameters.LayoutID = {}; window.Parameters.LayoutID[window._currentDevice] = 6; window.Parameters.LayoutVariationID = {}; window.Parameters.LayoutVariationID[window._currentDevice] = 5; </script> <!-- Injecting site-wide to the head --> <!-- End Injecting site-wide to the head --> <!-- Inject secured cdn script --> <!-- ========= Meta Tags ========= --> <!-- PWA settings --> <script> function toHash(str) { var hash = 5381, i = str.length; while (i) { hash = hash * 33 ^ str.charCodeAt(--i) } return hash >>> 0 } </script> <script> (function (global) { //const cacheKey = global.cacheKey; const isOffline = 'onLine' in navigator && navigator.onLine === false; const hasServiceWorkerSupport = 'serviceWorker' in navigator; if (isOffline) { console.log('offline mode'); } if (!hasServiceWorkerSupport) { console.log('service worker is not supported'); } if (hasServiceWorkerSupport && !isOffline) { window.addEventListener('load', function () { const serviceWorkerPath = '/runtime-service-worker.js?v=3'; navigator.serviceWorker .register(serviceWorkerPath, { scope: './' }) .then( function (registration) { // Registration was successful console.log( 'ServiceWorker registration successful with scope: ', registration.scope ); }, function (err) { // registration failed :( console.log('ServiceWorker registration failed: ', err); } ) .catch(function (err) { console.log(err); }); }); // helper function to refresh the page var refreshPage = (function () { var refreshing; return function () { if (refreshing) return; // prevent multiple refreshes var refreshkey = 'refreshed' + location.href; var prevRefresh = localStorage.getItem(refreshkey); if (prevRefresh) { localStorage.removeItem(refreshkey); if (Date.now() - prevRefresh < 30000) { return; // dont go into a refresh loop } } refreshing = true; localStorage.setItem(refreshkey, Date.now()); console.log('refereshing page'); window.location.reload(); }; })(); function messageServiceWorker(data) { return new Promise(function (resolve, reject) { if (navigator.serviceWorker.controller) { var worker = navigator.serviceWorker.controller; var messageChannel = new MessageChannel(); messageChannel.port1.onmessage = replyHandler; worker.postMessage(data, [messageChannel.port2]); function replyHandler(event) { resolve(event.data); } } else { resolve(); } }); } } })(window); </script> <!-- Add manifest --> <!-- End PWA settings --> <link rel="canonical" href="https://www.talkingbibles.org/"> <meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover"> <meta name="apple-mobile-web-app-capable" content="yes"> <!--Add favorites icons--> <link rel="apple-touch-icon" href="https://irp.cdn-website.com/2a653264/dms3rep/multi/Logotype-%28Vertical%29.png"/> <link rel="icon" type="image/x-icon" href="https://irp.cdn-website.com/2a653264/site_favicon_16_1681413639125.ico"/> <!-- End favorite icons --> <link rel="preconnect" href="https://lirp.cdn-website.com/"/> <!-- render the required CSS and JS in the head section --> <script id='d-js-dmapi'> window.SystemID = 'US_DIRECT_PRODUCTION'; if (!window.dmAPI) { window.dmAPI = { registerExternalRuntimeComponent: function () { }, getCurrentDeviceType: function () { return window._currentDevice; }, runOnReady: (ns, fn) => { const safeFn = dmAPI.toSafeFn(fn); ns = ns || 'global_' + Math.random().toString(36).slice(2, 11); const eventName = 'afterAjax.' + ns; if (document.readyState === 'complete') { $.DM.events.off(eventName).on(eventName, safeFn); setTimeout(function () { safeFn({ isAjax: false, }); }, 0); } else { window?.waitForDeferred?.('dmAjax', () => { $.DM.events.off(eventName).on(eventName, safeFn); safeFn({ isAjax: false, }); }); } }, toSafeFn: (fn) => { if (fn?.safe) { return fn; } const safeFn = function (...args) { try { return fn?.apply(null, args); } catch (e) { console.log('function failed ' + e.message); } }; safeFn.safe = true; return safeFn; } }; } if (!window.requestIdleCallback) { window.requestIdleCallback = function (fn) { setTimeout(fn, 0); } } </script> <!-- loadCSS function header.jsp--> <script id="d-js-load-css"> /** * There are a few <link> tags with CSS resource in them that are preloaded in the page * in each of those there is a "onload" handler which invokes the loadCSS callback * defined here. * We are monitoring 3 main CSS files - the runtime, the global and the page. * When each load we check to see if we can append them all in a batch. If threre * is no page css (which may happen on inner pages) then we do not wait for it */ (function () { let cssLinks = {}; function loadCssLink(link) { link.onload = null; link.rel = "stylesheet"; link.type = "text/css"; } function checkCss() { const pageCssLink = document.querySelector("[id*='CssLink']"); const widgetCssLink = document.querySelector("[id*='widgetCSS']"); if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) { const storedRuntimeCssLink = cssLinks.runtime; const storedPageCssLink = cssLinks.page; const storedGlobalCssLink = cssLinks.global; const storedWidgetCssLink = cssLinks.widget; storedGlobalCssLink.disabled = true; loadCssLink(storedGlobalCssLink); if (storedPageCssLink) { storedPageCssLink.disabled = true; loadCssLink(storedPageCssLink); } if(storedWidgetCssLink) { storedWidgetCssLink.disabled = true; loadCssLink(storedWidgetCssLink); } storedRuntimeCssLink.disabled = true; loadCssLink(storedRuntimeCssLink); requestAnimationFrame(() => { setTimeout(() => { storedRuntimeCssLink.disabled = false; storedGlobalCssLink.disabled = false; if (storedPageCssLink) { storedPageCssLink.disabled = false; } if (storedWidgetCssLink) { storedWidgetCssLink.disabled = false; } // (SUP-4179) Clear the accumulated cssLinks only when we're // sure that the document has finished loading and the document // has been parsed. if(document.readyState === 'interactive') { cssLinks = null; } }, 0); }); } } function loadCSS(link) { try { var urlParams = new URLSearchParams(window.location.search); var noCSS = !!urlParams.get("nocss"); var cssTimeout = urlParams.get("cssTimeout") || 0; if (noCSS) { return; } if (link.href && link.href.includes("d-css-runtime")) { cssLinks.runtime = link; checkCss(); } else if (link.id === "siteGlobalCss") { cssLinks.global = link; checkCss(); } else if (link.id && link.id.includes("CssLink")) { cssLinks.page = link; checkCss(); } else if (link.id && link.id.includes("widgetCSS")) { cssLinks.widget = link; checkCss(); } else { requestIdleCallback(function () { window.setTimeout(function () { loadCssLink(link); }, parseInt(cssTimeout, 10)); }); } } catch (e) { throw e } } window.loadCSS = window.loadCSS || loadCSS; })(); </script> <script data-role="deferred-init" type="text/javascript"> /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/ function Def() { this.promise = new Promise((function (a, b) { this.resolve = a, this.reject = b }).bind(this)) } const defs = {}; window.getDeferred = function (a) { return null == defs[a] && (defs[a] = new Def), defs[a] } window.waitForDeferred = function (b, a, c) { let d = window?.getDeferred?.(b); d ? d.promise.then(a) : c && ["complete", "interactive"].includes(document.readyState) ? setTimeout(a, 1) : c ? document.addEventListener("DOMContentLoaded", a) : console.error(`Deferred does not exist`); }; </script> <style id="forceCssIncludes"> /* This file is auto-generated from a `scss` file with the same name */ .videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative} </style> <style id="cssVariables" type="text/css"> </style> <style id="hideAnimFix"> .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] { visibility: hidden; } .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] { visibility: hidden !important; } </style> <style id="criticalCss"> @charset "UTF-8";.clearfix:after,.dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop=none]),.dmDesktopBody:not(.editGrid) [data-anim-extended],:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/sourcesanspro/v22/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-display:swap;src:url(https://fonts.gstatic.com/s/roboto/v32/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dmInner{min-height:100vh!important;position:relative}.dmRespRow .dmRespColsWrapper .dmRespCol[data-gallery-bg],.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column{min-height:100px}.dmPopup,.dmPopupMask{position:fixed;left:0}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}.clearfix:after{clear:both;line-height:0;height:0}.clearfix:after,.clearfix:before{content:' ';display:table}.clearfix{display:inline-block}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon,a span.socialHubIcon{background-image:none!important}#dm .dmn .dmHideFromNav{display:none!important}.dmPopupMask{margin:0;display:none;width:10px;z-index:1000000999;top:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;top:10px;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dm .dmInner .dmWidget,.dmHeader,.imageWidget a,.text-align-center{text-align:center}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}#dm .dmBody .dmRespRowsWrapper,#dm .main-navigation.unifiednav .unifiednav__container[data-depth],.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.youtubeExt{width:640px;height:360px}.innerYoutubeExt{width:100%;height:100%;position:relative;padding-top:30px;padding-bottom:56.25%;overflow:hidden}.youtube-padding-fix .innerYoutubeExt{padding-bottom:0}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .hasBackgroundOverlay:not(.dmPopupPage):not(.layout-drawer){position:relative!important}#dm .hasBackgroundOverlay:not(.hasExtraLayerOverlay):before{display:block!important;position:absolute!important;top:0!important;left:0!important;width:100%!important;height:100%!important;content:' '!important;border-radius:inherit}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium,#dmRoot.responsiveTablet #dm .dmInner .hide-for-large{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:24px}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-medium{display:none!important}:root{--btn-text-font-size:24px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,#dmRoot.responsiveTablet #dm .dmInner .hide-for-small{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer[data-origin=side]{width:75vw}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}.runtime-module-container.layout-drawer_push-content .layout-drawer{transform:translate(-100%,0)}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}img,video{display:inline-block}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}hr{box-sizing:content-box;height:0}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-5{position:relative;width:41.66667%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-7{position:relative;width:58.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}.socialHubIcon,[class*=' dm-common-icons-'],[class*=' dm-social-icons-']{font-family:dm-social-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dm-social-icons-whatsapp:before{content:'\e904'}.dm-social-icons-email:before{content:'\eace'}.dm-social-icons-facebook:before{content:'\ea90'}.dm-social-icons-instagram:before{content:'\ea92'}.dm-social-icons-youtube:before{content:'\ea9d'}[class*=' dm-common-icons-']{font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-right:before{content:'\f105'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}#dm .dmRespRow .dmRespCol.large-3>.dmWidget{width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget:not(.flexButton):not(.displayNone)[data-display-type=block]{display:block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}.imageWidget img[width][height],img[width][height]{height:auto}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}.dmInner{min-width:768px!important;font-size:16px;background:#fff;color:#666}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}[data-hover-effect][data-hover-effect=opacity]{opacity:1}.imageWidget{position:relative}.imageWidget a{font-style:italic}.imageWidget img.hover-image{display:none}.socialHubIcon{display:flex!important;align-items:center;justify-content:center}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] .text-align-left{text-align:left!important}.dmNewParagraph[data-version] .text-align-center{text-align:center!important}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] h2,.dmNewParagraph[data-version] h3,.dmNewParagraph[data-version] h4,.dmNewParagraph[data-version] h5,.dmNewParagraph[data-version] h6,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.clearfix,.desktopTopNav,a,iframe,img,li,ul{vertical-align:top}@media (max-width:767px){#dm .dmInner .small-6 .dmWidget .iconBg{left:10px}.dmRoot .dmNewParagraph[data-version] .m-text-align-left{text-align:left!important}.dmRoot .dmNewParagraph[data-version] .m-text-align-center{text-align:center!important}}#dm [data-element-type=dYouTubeId] video{margin:0;width:100%;height:100%}[data-video-uploaded=true] .innerYoutubeExt{padding-top:0}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important}A IMG{border:none}h1,h2,h3,h4,h5,h6,ul{margin-left:0;margin-right:0}#dm video{max-width:100%!important;display:block;margin:10px auto}.dmInner *{-webkit-font-smoothing:antialiased}span.oneIcon:before{display:inline-block}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#333}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:#fff}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmNavigation{margin:0;font-family:inherit;background:#666}.dmNavigation li{position:relative;overflow:hidden;transform:translate3d(0,0,0)}.dmNavigation li a{text-decoration:none;display:block;color:#f7f7f7;text-align:left;white-space:normal;margin-top:0\9}.dmNavigation li.dmSub{z-index:0}.dmNavigation .navItemText{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;height:21px\9}.desktopTopNav .dmNavigation a{border-top:1px solid rgba(255,255,255,.15)}.desktopTopNav>.dmNavigation>li:first-child>a{border-top:0}.dmNavigation .navButtonLi a span.navItemText{color:#f7f7f7}.desktopTopNav.hasdmSub .dmNavigation .navItemText{font-size:15px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}.imageWidget:not(.displayNone) img{width:100%}h3{font-weight:400;font-size:23px}#dm .dmRespColsWrapper{display:block}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}.dmRespRow.dmFooterContent{padding-top:0}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmFooterResp>.dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLinksMenu.desktopNavWrapper{text-align:center}.dmLinksMenu:not([navigation-id]){float:none!important;display:block}.dmStandardDesktop{display:block}.desktopTopNav{display:inline-block;margin-left:20px;margin-right:20px}.desktopTopNav:last-child{margin-right:0}.desktopTopNav>a{font-weight:700;text-decoration:none;font-size:18px;color:#666;display:inline-block;text-align:left}.desktopNavWrapper ul li{position:relative;list-style:none;vertical-align:middle}.desktopNavWrapper ul li ul li{height:auto;overflow:visible}.desktopNavWrapper>ul>li>ul{display:none;-webkit-backface-visibility:hidden;position:absolute;top:170%;z-index:9999;min-width:100%;margin:0}#dm .dmLinksMenu.desktopNavWrapper>ul>li>ul{top:auto}.desktopNavWrapper>ul>li>ul:before{content:'';width:100%;height:20px;position:absolute;top:-20px;left:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmInner a{outline:0;vertical-align:inherit}.dmInner .desktopNavWrapper>ul>li>ul{position:absolute}#dm .dmLinksMenu.desktopNavWrapper>ul>li>ul:before{display:none}.desktopTopNav:first-child,.desktopTopNavBtnHidden+.desktopTopNav{margin-left:0}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmNavigation .navItemText{padding-right:0}.dmNavigation li a{padding:15px 60px 15px 30px}.dmStandardDesktop{margin:0 auto}.dmCustomHtml{margin:10px 0}#dm .dmDivider{display:block;margin:10px 0}.youtubeExt{margin-top:10px;margin-bottom:10px;max-width:100%}.dmSocialHub{clear:both}#dm .dmSocialHub a{display:inline-block;text-decoration:none;margin:0;vertical-align:bottom}.dmSocialHub>div{text-align:inherit}a span.socialHubIcon{width:36px;height:36px;font-size:31px;display:inline-block;text-align:center;margin-right:0;margin-bottom:5px;line-height:36px;box-sizing:content-box}.socialHubIcon.style3{font-size:24px;padding:1px;border-radius:50%;border:3px solid #fff;color:#fff}.socialHubIcon.style9{color:#333}#dm .dmSocialHub .socialHubWrapper{display:inline-block;max-width:100%}body{background-color:#eee}.dmDivider{min-height:2px;border:currentColor;color:grey;background:0 0}#dm .dmDividerWrapper{display:block}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container[data-depth]{position:absolute;top:0;left:0;flex-direction:column;opacity:0;z-index:100;background-color:#faf9f9}.main-navigation.unifiednav .unifiednav__container[data-depth='0']{top:100%;transform:translateY(-10px)}.main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container[data-depth='0']{left:15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap .unifiednav__container>.unifiednav__item-wrap{flex-direction:column}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:15px 30px 15px 15px;margin:0}.main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{content:''!important;width:100%;height:0;color:#ececec;align-self:center;border:0 solid currentColor}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:initial;padding-left:10px;margin-left:0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav .unifiednav__container[data-depth]>.unifiednav__item-wrap:not(:last-child)::after{color:#d1d1d1}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{padding-left:15px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:1;position:static;transform:translate(0)}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{justify-content:inherit;padding:8px 1em;margin:0;font-size:.8em}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:15px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__container[data-depth]>.unifiednav__item-wrap .unifiednav__item{padding:8px 12px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-width:1px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE] .unifiednav__container[data-depth]{transform-origin:top;height:auto;overflow:hidden}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__container[data-depth]{opacity:0;max-height:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item.unifiednav__item_has-sub-nav .icon{display:inline-block;padding-right:0}#dm .dmBody .dmRespRowsWrapper{max-width:none}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}#dm .fHeader .dmHeaderContent.freeHeaderRow1{padding:30px 0}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}#dm div.dmRespCol>*{line-height:1.5}#dm div.dmContent h1,#dm div.dmContent h2,#dm div.dmContent h3,#dm div.dmContent h4,#dm div.dmContent h5,#dm div.dmContent h6,#dm div.dmInner{line-height:initial}.dmDesktopBody #dm ul.dmNavWrapper>li>.dmNavigation,.dmDesktopBody #dm ul.dmNavWrapper>li>a .navItemText{color:#111;font-weight:400}#dm div.dmContent h3{color:#4c48cf}#dm DIV.dmInner{background-repeat:no-repeat;background-image:none;background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-repeat:no-repeat;background-size:100%;background-position:top center}#dm div.dmInner h1,#dm div.dmInner h2,#dm div.dmInner h3{font-family:Oswald,"Oswald Fallback"}#dm div.dmInner h4,#dm div.dmInner h5,#dm div.dmInner h6{font-family:'Source Sans Pro'}.dmRoot.dmDesktopBody #dm ul.dmNavWrapper>li>.dmNavigation,.dmRoot.dmDesktopBody #dm ul.dmNavWrapper>li>a .navItemText{color:#fff;font-family:Oswald,"Oswald Fallback"}#dm div.dmInner,#dm div.dmInner .dmRespCol{font-weight:400;font-style:normal}#dm div.dmContent h1,#dm div.dmContent h2{direction:ltr;font-family:Roboto,"Roboto Fallback";font-weight:700;font-style:normal}#dm .dmNewParagraph,#dm h1,#dm h2,#dm h3,#dm h4,#dm h5,#dm h6{direction:ltr;text-align:left}#dm div.dmContent h2{color:#000}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{text-decoration:none;color:rgba(14,136,173,1)}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-family:Roboto,"Roboto Fallback";color:rgba(0,0,0,1)}#dm div.dmContent h1{text-shadow:rgba(0,0,0,.25) 3px 3px 5px;color:#1288ad;text-decoration:none}#dm div.dmContent h2,#dm div.dmContent h3{color:rgba(14,136,173,1);text-shadow:rgba(0,0,0,.25) 3px 3px 5px}#dm #dm-outer-wrapper .imageWidget img{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#dm div.dmNewParagraph p{line-height:normal;letter-spacing:initial}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *,#dm div.dmContent h2{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h2{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h2 *,#dm div.dmContent h3{text-decoration:none}#dm div.dmContent h3{direction:ltr;font-family:Roboto,"Roboto Fallback";font-weight:700;font-style:normal;font-size:24px}#dm div.dmContent h4,#dm div.dmContent h5,#dm div.dmContent h6{color:#000;direction:ltr;font-family:Roboto,"Roboto Fallback";font-weight:700;font-style:normal}#dm div.dmContent .dmNewParagraph[data-version] h3{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h3 *,#dm div.dmContent h4{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h4{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h4 *,#dm div.dmContent h5{text-decoration:none}#dm div.dmContent .dmNewParagraph[data-version] h5{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h5 *,#dm div.dmContent h6{text-decoration:none}#dm div.dmContent h6{text-shadow:none}#dm div.dmContent .dmNewParagraph[data-version] h6{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h6 *{text-decoration:none}#dm div.dmContent h6,#dm div.dmInner,#dm div.dmInner .dmRespCol{font-size:16px}#dm div.dmContent h1{font-size:60px}#dm div.dmContent h5,#dm div.dmNewParagraph p{font-size:18px}#dm .dmContent .dmRespRow,#dm .dmFooter .dmRespRow{margin:0;padding:15px 40px}#dm div.dmContent h2{font-size:36px}#dm .dmContent .dmRespRow .dmRespCol,#dm .dmFooter .dmRespRow .dmRespCol{margin:0;padding:0 26px}#dm div.dmContent h4,#dm div.dmContent h5,#dm div.dmNewParagraph p{font-size:18px}@media all{:root{--btn-text-direction:ltr;--btn-border-r-color:var(--btn-border-color);--btn-border-l-color:var(--btn-border-color);--btn-border-b-width:var(--btn-border-width);--btn-border-width:2px;--btn-border-radius:50px;--btn-border-t-width:var(--btn-border-width);--btn-border-tl-radius:var(--btn-border-radius);--btn-border-br-radius:var(--btn-border-radius);--btn-border-bl-radius:var(--btn-border-radius);--btn-bg-color:rgb(14, 136, 173);--btn-box-shadow:rgba(0, 0, 0, 0.25) 3px 3px 11px 0px;--btn-border-color:rgba(0, 0, 0, 0);--btn-border-tr-radius:var(--btn-border-radius);--btn-border-r-width:var(--btn-border-width);--btn-border-b-color:var(--btn-border-color);--btn-border-l-width:var(--btn-border-width);--btn-border-t-color:var(--btn-border-color);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:bold;--btn-text-font-family:Roboto,"Roboto Fallback";--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(85,85,85,1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:var(--btn-border-color);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:24px}}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=ROUND_SIDES],#dm .dmWidget:not([data-buttonstyle]){border-radius:50px}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=ROUND_SIDES] .text,#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:10px 0}#dm .dmOuter .dmInner .dmWidget[data-buttonstyle=ROUND_SIDES] .iconBg,#dm .dmWidget:not([data-buttonstyle]) .iconBg{display:none}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);box-shadow:var(--btn-box-shadow);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper>li>a{border-color:#fff!important}#dm .p_hfcontainer div.u_1571063569{background-color:rgba(0,0,0,0)!important}#dm .p_hfcontainer div.u_1404506610 li>ul.dmn{background-color:rgba(246,246,246,1)!important}#dm .p_hfcontainer div.u_1291400218,#dm .p_hfcontainer div.u_1794663154,#dm .p_hfcontainer div.u_1822744420{background-image:url(https://lirp.cdn-website.com/md/dmtmpl/7bd7353f-80df-4cd3-ae09-b4581ef9011b/dms3rep/multi/opt/arrow_white_small-30x31-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .p_hfcontainer div.u_1466812848 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1879983289{width:100%!important}#dm .p_hfcontainer .u_1404506610 ul.dmNavWrapper>li{padding:0 5px!important;margin:0 40px 0 0!important}#dm .p_hfcontainer div.u_1404506610 li>ul.dmNavigation.dmn li>a .navItemText{color:rgba(0,0,0,1)!important;font-weight:700!important}#dm .p_hfcontainer .u_1404506610 li>ul.dmNavigation.dmn li>a{margin:0!important;padding:15px 30px!important}#dm .p_hfcontainer .u_1946499724{width:100%!important}div.u_1338678567,div.u_1355361771,div.u_1451908821,div.u_1782139529,div.u_1829520393,div.u_1848401392{background-image:url(https://lirp.cdn-website.com/md/dmtmpl/7bd7353f-80df-4cd3-ae09-b4581ef9011b/dms3rep/multi/opt/arrow_white_small-30x31-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .p_hfcontainer .u_1466812848{width:100%!important}#dm .p_hfcontainer .u_1462462994.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:flex-start!important}#dm .p_hfcontainer div.u_1725526649{border-right-style:solid!important;border-right-color:rgba(212,212,212,1)!important;border-right-width:0!important}#dm .p_hfcontainer .u_1462462994.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:left!important}#dm .p_hfcontainer a.u_1319732724 span.text{font-weight:700!important}#dm .p_hfcontainer nav.u_1462462994{color:#000!important}#dm .p_hfcontainer nav.u_1462462994.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-color:rgba(239,239,239,1)!important}#dm .p_hfcontainer div.u_1029788526 .socialHubIcon{color:rgba(49,49,49,1)!important;border-color:rgba(49,49,49,1)!important}#dm .p_hfcontainer nav.u_1462462994.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(49,49,49,1)!important;font-weight:700!important;font-size:18px!important}#dm .p_hfcontainer .u_1662885908{width:100%!important}#dm .p_hfcontainer .u_1462462994.main-navigation.unifiednav:not([image]) .unifiednav__container[data-depth="0"]{top:calc(100% - 15px - 0px)!important}#dm .p_hfcontainer nav.u_1462462994.main-navigation.unifiednav .unifiednav__container[data-depth] .unifiednav__item{font-weight:400!important;color:rgba(0,0,0,1)!important;font-size:16px!important}#dm .p_hfcontainer .u_1183161179{width:100%!important}#dm .p_hfcontainer div.u_1348440237 .socialHubIcon{color:rgba(0,0,0,1)!important;border-color:rgba(0,0,0,1)!important}div.u_1237145258,div.u_1299368315,div.u_1742580214{background-image:url(https://lirp.cdn-website.com/md/dmtmpl/7bd7353f-80df-4cd3-ae09-b4581ef9011b/dms3rep/multi/opt/arrow_white_small-30x31-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .p_hfcontainer .u_1664461983{width:100%!important}div.u_1013798452,div.u_1067586926,div.u_1093068443,div.u_1136050161,div.u_1257795676,div.u_1915109633{background-image:url(https://lirp.cdn-website.com/md/dmtmpl/7bd7353f-80df-4cd3-ae09-b4581ef9011b/dms3rep/multi/opt/arrow_white_small-30x31-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}div.u_1495181431{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Teal+background+with+torn+paper+1920+x+700-7e921738-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-origin:border-box!important}#dm .p_hfcontainer .u_1660460770,#dm .p_hfcontainer .u_1854314347{width:100%!important}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper{background-color:rgba(0,0,0,0)!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-image:initial!important;background-color:rgba(255,255,255,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-style:solid!important;border-width:0!important}#dm .p_hfcontainer a.u_1184321926,#dm .p_hfcontainer a.u_1753977243,a.u_1811337676{background-color:rgba(209,96,61,1)!important;border-width:0!important;border-style:solid!important}#dm .p_hfcontainer a.u_1753977243{border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}a.u_1811337676 span.text{font-weight:400!important}a.u_1811337676{border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .p_hfcontainer .u_1753977243{text-align:CENTER!important}#dm .p_hfcontainer .u_1285569924,#dm .p_hfcontainer .u_1390175245,#dm .p_hfcontainer .u_1590975237,#dm .p_hfcontainer .u_1867908060,#dm .p_hfcontainer .u_1999205477{width:100%!important}#dm .p_hfcontainer div.u_1495181431,#dm .p_hfcontainer div.u_1957236352{background-color:rgba(14,136,173,1)!important;background-image:none!important}#dm .p_hfcontainer a.u_1184321926 span.text{font-weight:700!important}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper>li>a .navItemText{color:rgba(85,85,85,1)!important;font-weight:700!important;font-family:Roboto!important}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper>li>.dmNavigation{font-weight:700!important;font-family:Roboto!important;color:rgba(85,85,85,1)!important}#dm .p_hfcontainer div.u_1495181431{border-style:solid!important;border-color:rgba(14,136,173,1)!important;border-width:0!important}#dm .p_hfcontainer div.u_1794663154{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:calc(100% - 0px)!important;min-width:25px!important;display:block!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 50%!important;padding:0 0 0 35px!important;margin:0 0 8px!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-top:15px!important;padding-bottom:15px!important}#dm .p_hfcontainer div.u_1291400218,#dm .p_hfcontainer div.u_1822744420{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:calc(100% - 0px)!important;min-width:25px!important;display:block!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 50%!important;padding:0 0 0 35px!important;margin:10px 0 8px!important}.layout-drawer-hamburger.hamburger-on-header{color:rgba(40,180,103,1)!important;background-color:rgba(0,0,0,0)!important}.runtime-module-container .layout-drawer-hamburger{top:23.5px!important}[dmtemplateid*=amburger] .site_content{margin-top:99px!important}#dm .p_hfcontainer div#hamburger-header{background-color:#fff!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}.stickyHeaderSpacer{height:117.07px!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:20.5px!important}[dmtemplateid=Hamburger] .site_content{margin-top:93px!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:18.5px!important}.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:89px!important}}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:94.8px!important}}#dm .p_hfcontainer div.u_1050205784{margin:0 0 8px!important;padding:0 0 2px!important}div.u_1338678567,div.u_1355361771,div.u_1451908821,div.u_1782139529,div.u_1829520393,div.u_1848401392{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:calc(100% - 0px)!important;min-width:25px!important;display:block!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 50%!important;padding:0 0 0 35px!important}#dm .d-page-1716942098 DIV.dmInner,#dm .dmBody div.u_1088766667,#dm .dmBody div.u_1188097135,#dm .dmBody div.u_1248432293,#dm .dmBody div.u_1661488038,#dm .dmBody div.u_1840577359,#dm .dmBody div.u_1864713584,#dm .dmBody div.u_1893040335{background-position:50% 50%!important}#dm .p_hfcontainer div.u_1132064813{padding:0 20px!important;margin:90px 0 0!important}#dm .p_hfcontainer div.u_1285437624{margin:90px 0 0!important;padding:0 0 0 20px!important}#dm .dmInner div.u_hcontainer{padding:0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(14,136,173,1)!important}#dm .p_hfcontainer div.u_1512615291{padding:0 20px!important;margin:0!important}#dm .p_hfcontainer div.u_1494216692{margin:90px 0 0!important;padding:0 20px!important}#dm .p_hfcontainer div.u_1802520869{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1725526649{padding-right:15px!important}#dm .p_hfcontainer div.u_1185676331{margin-top:0!important;padding:0!important}#dm .p_hfcontainer div.u_1359225465{padding-bottom:0!important}#dm .p_hfcontainer div.u_1153167367{margin-top:0!important;padding:200px 50px 0!important}#dm .p_hfcontainer div.u_1763190017{margin-top:0!important;padding:30px 50px 100px!important}#dm .p_hfcontainer .u_1029788526 .socialHubIcon{width:30px!important;height:30px!important;font-size:20px!important;line-height:30px!important}#dm .p_hfcontainer .u_1029788526 .socialHubIcon:after{width:38px!important;height:30px!important}#dm .p_hfcontainer .u_1029788526 .socialHubInnerDiv a{margin-right:26px!important}#dm .p_hfcontainer div.u_1029788526{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;padding:0!important;margin:30px auto 0!important}#dm .p_hfcontainer a.u_1319732724,#dm .p_hfcontainer div.u_1662885908,div.u_1348440237{float:none!important;top:0!important;left:0!important;position:relative!important;min-width:25px!important;text-align:center!important}#dm .p_hfcontainer a.u_1319732724{width:100%!important;height:57px!important;max-width:calc(100% - 0px)!important;display:block!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1662885908{width:calc(100% - 0px)!important;height:auto!important;max-width:256px!important;padding:0!important;margin:52px auto 0!important}div.u_1348440237{display:block!important;width:calc(100% - 23px)!important;height:auto!important;max-width:341px!important;padding:5px 0 2px!important}#dm .p_hfcontainer div.u_1348440237,#dm .p_hfcontainer div.u_1716308530,#dm .p_hfcontainer div.u_1946499724,#dm .p_hfcontainer div.u_1957236352{float:none!important;top:0!important;left:0!important;position:relative!important;min-width:0!important}#dm .p_hfcontainer div.u_1348440237{display:block!important;width:217.2px!important;height:auto!important;max-width:100%!important;text-align:left!important;padding:5px 0 2px!important;margin:10px auto 0 0!important}#dm .p_hfcontainer .u_1348440237 .socialHubIcon{width:25px!important;height:25px!important;font-size:16.67px!important;line-height:25px!important}#dm .p_hfcontainer .u_1348440237 .socialHubIcon:after{width:33px!important;height:25px!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important}#dm .p_hfcontainer div.u_1311667407{padding:0!important}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper>li>.dmNavigation,#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper>li>a .navItemText{font-size:16px!important}#dm .p_hfcontainer div.u_1716308530{display:block!important;width:276px!important;height:auto!important;max-width:100%!important;text-align:center!important;margin:10px auto 0!important;padding:5px 0 2px!important}#dm .p_hfcontainer div.u_1957236352{width:auto!important;height:auto!important;max-width:100%!important;text-align:left!important;background-position:50% 0!important;background-repeat:no-repeat!important;background-size:cover!important;padding:25px 60px 0!important;margin:0!important}#dm .p_hfcontainer div.u_1946499724{max-width:100%!important;width:125px!important;text-align:center!important;display:block!important;height:132px!important;padding:0!important;margin:40px auto 0!important}#dm .p_hfcontainer div.u_1867908060{width:50px!important;height:47px!important}#dm .p_hfcontainer div.u_1854314347{width:50px!important;height:46px!important;margin:20px 0 0 5px!important;padding:0!important}div.u_1237145258,div.u_1299368315,div.u_1742580214{padding:0 0 0 35px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:calc(100% - 0px)!important;background-repeat:no-repeat!important;background-position:0 50%!important;display:block!important;min-width:25px!important;background-size:auto!important}#dm .p_hfcontainer div.u_1183161179{width:75px!important;height:57px!important}#dm .p_hfcontainer .u_1716308530 .socialHubIcon{width:25px!important;height:25px!important;font-size:16.67px!important;line-height:25px!important}#dm .p_hfcontainer .u_1716308530 .socialHubIcon:after{width:33px!important;height:25px!important}div.u_1299368315{width:100%!important;height:auto!important;margin:0 0 8px!important}div.u_1237145258,div.u_1742580214{width:100%!important;height:auto!important;margin:10px 0 8px!important}div.u_1035176836{margin:0 0 8px!important;padding:0 0 2px!important}div.u_1013798452,div.u_1067586926,div.u_1093068443,div.u_1136050161,div.u_1257795676,div.u_1915109633{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:calc(100% - 0px)!important;min-width:25px!important;display:block!important;background-repeat:no-repeat!important;background-size:auto!important;background-position:0 50%!important;padding:0 0 0 35px!important}div.u_1495181431,div.u_1664461983,div.u_1801504350{min-width:0!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;float:none!important}#dm .dmBody div.u_1037682080,#dm .dmBody div.u_1267831047,#dm .dmBody div.u_1716376484,div.u_1495181431{background-repeat:no-repeat!important;background-size:cover!important}#dm .dmBody div.u_1037682080,#dm .dmBody div.u_1267831047,#dm .dmBody div.u_1373254836,#dm .dmBody div.u_1382866348,#dm .dmBody div.u_1804920362,#dm .dmBody div.u_1977431150,#dm .dmBody div.u_1990787702,div.u_1495181431{background-position:50% 0!important}div.u_1405624077{padding:0 20px!important;margin:90px 0 0!important}div.u_1810488074{margin:90px 0 0!important;padding:0 0 0 20px!important}div.u_1508495353{padding:0 20px!important;margin:0!important}div.u_1637229373{margin:90px 0 0!important;padding:0 20px!important}div.u_1801504350{display:block!important;width:276px!important;height:auto!important;text-align:center!important;margin:10px auto 0!important;padding:5px 0 2px!important}div.u_1495181431{width:auto!important;height:auto!important;text-align:left!important;padding:25px 60px 0!important}div.u_1664461983{width:125px!important;text-align:center!important;display:block!important;height:132px!important;padding:0!important;margin:40px auto 0!important}div.u_1999205477{width:50px!important;height:47px!important}div.u_1660460770{width:50px!important;height:46px!important;margin:20px 0 0 5px!important;padding:0!important}#dm .p_hfcontainer .u_1801504350 .socialHubIcon{width:25px!important;height:25px!important;font-size:16.67px!important;line-height:25px!important}#dm .p_hfcontainer .u_1801504350 .socialHubIcon:after{width:33px!important;height:25px!important}#dm .p_hfcontainer div.u_1664461983{width:125px!important;height:81px!important}#dm .p_hfcontainer div.u_1035176836{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:0 0 2px!important;margin:53px auto 8px!important}#dm .p_hfcontainer div.u_1404506610 ul.dmNavWrapper,#dm .p_hfcontainer div.u_1495181431{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1495181431{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:left!important}#dm .p_hfcontainer div.u_1571063569,a.u_1811337676{text-align:center!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important}#dm .p_hfcontainer div.u_1571063569{float:none!important;width:auto!important;min-width:0!important;height:auto!important;margin:0!important;padding:11px 0!important}#dm .p_hfcontainer a.u_1753977243,#dm .p_hfcontainer a.u_1811337676,a.u_1811337676{height:40px!important;float:none!important}a.u_1811337676 span.text{font-size:20px!important}a.u_1811337676{width:175px!important;min-width:0!important;display:block!important;padding:0!important}#dm .p_hfcontainer nav.u_1462462994{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:42px 0 0!important}#dm .p_hfcontainer a.u_1811337676,#dm .p_hfcontainer div.u_1404506610{left:0!important;position:relative!important;text-align:center!important;top:0!important}#dm .p_hfcontainer a.u_1811337676{width:calc(100% - 32px)!important;max-width:175px!important;min-width:25px!important;padding:0!important;margin:-162px auto 10px!important}#dm .p_hfcontainer a.u_1753977243 span.text{font-weight:700!important;font-size:16px!important}#dm .p_hfcontainer div.u_1757088979{padding:0!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:34vw!important}#dm .p_hfcontainer a.u_1753977243{top:0!important;left:0!important;width:130px!important;position:relative!important;max-width:100%!important;min-width:0!important;display:block!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1404506610,#dm .p_hfcontainer div.u_1466812848,#dm .p_hfcontainer div.u_1879983289{min-width:25px!important;padding:0!important;display:block!important}#dm .p_hfcontainer div.u_1404506610{float:none!important;max-width:720px!important;width:calc(100% - 0px)!important;height:auto!important;margin:19px 0 0 .25px!important}#dm .p_hfcontainer div.u_1879983289{float:none!important;top:0!important;max-width:214px!important;left:0!important;width:calc(100% - 113px)!important;position:relative!important;text-align:center!important;height:auto!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1251834914,#dm .p_hfcontainer div.u_1466812848{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;text-align:center!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1466812848{width:152px!important;margin:0 auto!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer{background-color:rgba(255,255,255,1)!important;margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1251834914{width:auto!important;min-width:0!important;margin:0!important;padding:17px 0!important}#dm .p_hfcontainer div.u_1660460770{width:calc(100% - 5px)!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:50px!important;min-width:25px!important;text-align:left!important;padding:0!important;margin:12px 0 0 5px!important}#dm .p_hfcontainer div.u_1390175245,#dm .p_hfcontainer div.u_1590975237{width:calc(100% - 0px)!important;min-width:25px!important;text-align:left!important;height:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .p_hfcontainer div.u_1390175245{max-width:50.75px!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1810488074{margin:90px 0 0!important;padding:0 0 0 20px!important}#dm .p_hfcontainer div.u_1590975237{max-width:66.19px!important;padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1999205477{width:50px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:left!important;display:block!important;padding:0!important;margin:20px 0 0 148.75px!important}#dm .dmBody a.u_1058776663 .iconBg,#dm .dmBody a.u_1158755281 .iconBg,#dm .dmBody a.u_1488988437 .iconBg,#dm .dmBody a.u_1539814295 .iconBg,#dm .dmBody a.u_1593460053 .iconBg,#dm .dmBody a.u_1602125148 .iconBg,#dm .dmBody a.u_1813993235 .iconBg,#dm .dmBody a.u_1888508698 .iconBg{display:none!important}#dm .p_hfcontainer div.u_1188728890,#dm .p_hfcontainer div.u_1507161366,#dm .p_hfcontainer div.u_1780181932{padding:0!important}#dm .p_hfcontainer a.u_1184321926{float:none!important;top:0!important;left:0!important;width:calc(100% - 76px)!important;position:relative!important;height:auto!important;min-height:52.8px!important;max-width:193.4px!important;min-width:25px!important;text-align:center!important;padding:10px 0!important;margin:10px auto!important}#dm .dmBody .u_1077793529,#dm .dmBody .u_1107756126,#dm .dmBody .u_1158530041,#dm .dmBody .u_1365039344,#dm .dmBody .u_1369800519,#dm .dmBody .u_1373641459,#dm .dmBody .u_1405016269,#dm .dmBody .u_1419314962,#dm .dmBody .u_1475782564,#dm .dmBody .u_1481571201,#dm .dmBody .u_1491394097,#dm .dmBody .u_1558626426,#dm .dmBody .u_1575235259,#dm .dmBody .u_1578461493,#dm .dmBody .u_1592964853,#dm .dmBody .u_1697825109,#dm .dmBody .u_1699628695,#dm .dmBody .u_1722661201,#dm .dmBody .u_1778861512,#dm .dmBody .u_1807763504,#dm .dmBody .u_1878856003,#dm .dmBody .u_1962895561,#dm .dmBody .u_1976901093{width:100%!important}#dm .dmBody div.u_1121459210,a.u_1983561179{min-width:0!important;text-align:center!important}.responsiveTablet .stickyHeaderSpacer{height:95px!important}a.u_1983561179 span.text{font-family:MyriadPro-Bold!important;color:rgba(255,255,255,1)!important;font-size:30px!important}a.u_1983561179{background-color:rgba(85,85,85,1)!important;border-radius:30px!important;-moz-border-radius:30px!important;-webkit-border-radius:30px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody .u_1716376484:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1575235259 img{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1116038895,#dm .dmBody div.u_1784083541,#dm .dmBody div.u_1890337333{background-color:rgba(14,136,173,1)!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody .u_1802165113:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1469632437,#dm .dmBody div.u_1689498639,#dm .dmBody div.u_1782305106{background-color:rgba(14,136,173,1)!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1716376484{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/book-image-background-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1121459210{background-color:rgba(191,190,190,1)!important}a.u_1660692856 span.text{font-family:MyriadPro-Bold!important;color:rgba(255,255,255,1)!important;font-size:30px!important}a.u_1660692856{background-color:rgba(85,85,85,1)!important;border-radius:30px!important;-moz-border-radius:30px!important;-webkit-border-radius:30px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1406559968{background-color:rgba(255,255,255,0)!important}a.u_1045378810,a.u_1689802296{background-color:rgba(85,85,85,1)!important;border-radius:30px!important}a.u_1045378810 span.text{font-family:MyriadPro-Bold!important;color:rgba(255,255,255,1)!important}a.u_1045378810{-moz-border-radius:30px!important;-webkit-border-radius:30px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}a.u_1689802296 span.text{font-family:MyriadPro-Bold!important;color:rgba(255,255,255,1)!important}a.u_1689802296{-moz-border-radius:30px!important;-webkit-border-radius:30px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody .u_1977431150:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1096836969,#dm .dmBody div.u_1989421727{background-image:none!important;background-color:rgba(14,136,173,1)!important}#dm .dmBody a.u_1158755281{border-style:solid!important;border-width:0!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1491394097 img,#dm .dmBody div.u_1592964853 img,#dm .dmBody div.u_1722661201 img,#dm .dmBody div.u_1976901093 img{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1864713584{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/India+Banner+Home+Page_1-46281008-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody a.u_1983561179{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;background-color:rgba(14,136,173,1)!important}#dm .dmBody a.u_1888508698{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1369800519 img,#dm .dmBody div.u_1419314962 img,#dm .dmBody div.u_1475782564 img,#dm .dmBody div.u_1558626426 img,#dm .dmBody div.u_1697825109 img,#dm .dmBody div.u_1778861512 img{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody a.u_1660692856,#dm .dmBody a.u_1689802296{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;background-color:rgba(14,136,173,1)!important}#dm .dmBody .u_1990787702:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1990787702:before{opacity:.5!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1267831047{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/top+carousel-787b59fb-640w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody a.u_1058776663{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody .u_1382866348:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1382866348:before{opacity:.5!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1037682080{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/top+carousel-787b59fb-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1657818815{background-color:rgba(255,255,255,0)!important}a.u_1431361952 span.text{font-family:MyriadPro-Bold!important;color:rgba(255,255,255,1)!important}a.u_1431361952{background-color:rgba(85,85,85,1)!important;border-radius:30px!important;-moz-border-radius:30px!important;-webkit-border-radius:30px!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody a.u_1488988437,#dm .dmBody a.u_1539814295{border-radius:50px!important;max-width:200px!important}#dm .dmBody div.u_1964660619{background-color:rgba(0,0,0,0)!important;background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/tan+background+with+torn+paper+16+x+9-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody a.u_1045378810,#dm .dmBody a.u_1431361952{box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;background-color:rgba(209,96,61,1)!important}#dm .dmBody div.u_1405016269 img{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody .u_1373254836:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1373254836:before{opacity:.5!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1804920362{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/top-carousel-787b59fb-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important}#dm .dmBody div.u_1373254836,#dm .dmBody div.u_1486207934{background-image:none!important}#dm .dmBody div.u_1373254836{background-color:rgba(255,255,255,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1486207934,#dm .dmBody div.u_1802165113{background-repeat:no-repeat!important;background-size:cover!important;background-color:rgba(191,190,190,1)!important}#dm .dmBody div.u_1790397137{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/blue+paper+wht+top+gray+btm-01-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-size:cover!important}#dm .dmBody div.u_1802165113{background-image:none!important}#dm .dmBody .u_1188097135:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1844286899{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmBody div.u_1089492168 hr{background:url(https://dd-cdn.multiscreensite.com/divider-images/Divider-Decorative_01.png) center no-repeat!important;height:10px!important;background-size:initial!important;min-height:initial!important;border-color:currentColor!important;border-width:0!important;color:rgba(255,136,22,1)!important}#dm .dmBody a.u_1539814295{background-color:rgba(209,96,61,1)!important;border-style:solid!important;border-width:0!important;border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important}#dm .dmBody div.u_1188097135{background-color:rgba(0,0,0,.25)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody .u_1088766667:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1415379432{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmBody div.u_1099980776 hr,#dm .dmBody div.u_1641969887 hr{background:url(https://dd-cdn.multiscreensite.com/divider-images/Divider-Decorative_01.png) center no-repeat!important;height:10px!important;min-height:initial!important;border-color:currentColor!important;color:rgba(255,136,22,1)!important;border-width:0!important}#dm .dmBody div.u_1099980776 hr{background-size:initial!important}#dm .dmBody a.u_1488988437{background-color:rgba(209,96,61,1)!important;border-style:solid!important;border-width:0!important;border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important}#dm .dmBody div.u_1088766667{background-color:rgba(0,0,0,.25)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody .u_1840577359:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1827983621{background-color:rgba(255,255,255,1)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important}#dm .dmBody div.u_1641969887 hr{background-size:initial!important}#dm .dmBody div.u_1267843238,#dm .dmBody div.u_1508963611,#dm .dmBody div.u_1525547747,#dm .dmBody div.u_1864826720{background-size:cover!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody a.u_1593460053 span.text,#dm .dmBody div.u_1049268109 hr,#dm .dmBody div.u_1362323495 hr,#dm .dmBody div.u_1873083218 hr{color:rgba(14,136,173,1)!important}#dm .dmBody a.u_1813993235{background-color:rgba(209,96,61,1)!important;border-style:solid!important;border-width:0!important;border-radius:50px!important;-moz-border-radius:50px!important;-webkit-border-radius:50px!important}#dm .dmBody div.u_1840577359{background-color:rgba(0,0,0,.25)!important;box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 0 3px 11px 0!important;background-repeat:no-repeat!important;background-image:none!important;background-size:cover!important}#dm .dmBody div.u_1248432293,#dm .dmBody div.u_1661488038,#dm .dmBody div.u_1893040335{background-color:rgba(0,0,0,0)!important;background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Blue+paper+Grey+btm+Pink+Top+1-01-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1280561835,#dm .dmBody div.u_1641198473{background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1049268109 hr,#dm .dmBody div.u_1362323495 hr{border-width:4px!important}#dm .dmBody div.u_1641198473{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Grey+background+with+torn+paper+top+only+16+x+9-ae5a9527-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1364799341{background-color:rgba(0,0,0,0)!important;background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Backgroud-1bac7c4b-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody .u_1267843238:before,#dm .dmBody .u_1525547747:before,#dm .dmBody .u_1864826720:before{opacity:.5!important;background-color:#fff!important}#dm .dmBody div.u_1689661519,#dm .dmBody div.u_1881582927{background-image:none!important}#dm .dmBody a.u_1045378810 span.text,#dm .dmBody a.u_1660692856 span.text,#dm .dmBody a.u_1689802296 span.text,#dm .dmBody a.u_1983561179 span.text{font-family:Roboto!important}#dm .dmBody div.u_1267843238{background-repeat:no-repeat!important;background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Grey+background+with+torn+paper+1920+x+700-e7982e9a-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .dmBody div.u_1450449631{background-image:none!important}#dm .dmBody div.u_1508963611,#dm .dmBody div.u_1525547747{background-repeat:no-repeat!important;background-image:none!important}#dm .dmBody div.u_1382866348{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Grey+background+with+torn+paper+1920+x+700-e7982e9a-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-color:rgba(255,255,255,1)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody div.u_1864826720{background-repeat:no-repeat!important;background-image:none!important}#dm .dmBody div.u_1990787702{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Grey+background+with+torn+paper+16+x+9-b063be8f-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;background-color:rgba(0,0,0,.25)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .dmBody a.u_1593460053{border-style:solid!important;border-width:0!important;box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-moz-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;-webkit-box-shadow:rgba(0,0,0,.25) 3px 3px 11px 0!important;background-color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1134609365 hr,#dm .dmBody div.u_1410689207 hr{color:rgba(255,255,255,1)!important}#dm .dmBody div.u_1977431150:before{opacity:.69!important}a.u_1983561179{width:285px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:65px!important;max-width:100%!important;padding:0!important}#dm .dmBody div.u_1121459210,#dm .dmBody div.u_1575235259{left:0!important;position:relative!important;height:auto!important;max-width:100%!important;float:none!important;top:0!important}#dm .dmBody div.u_1256661519,#dm .dmBody div.u_1508210928,#dm .dmBody div.u_1539906790{padding:2px 0!important;margin:30px 20px!important}#dm .dmBody div.u_1054575808{margin:0!important;padding:0!important}#dm .dmBody div.u_1793636508{padding:0 0 0 30px!important;margin:0!important}#dm .dmBody div.u_1121459210{width:auto!important;padding:50px 30px!important;margin:0!important}#dm .dmBody div.u_1575235259{width:calc(100% - 0px)!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:23px auto 0!important}#dm .dmBody a.u_1660692856,a.u_1660692856{left:0!important;position:relative!important;height:65px!important;text-align:center!important;display:block!important}#dm .dmBody div.u_1802165113{width:auto!important;padding:100px 60px 66px!important}#dm .dmBody div.u_1469632437,#dm .dmBody div.u_1782305106{margin:0 50px!important;padding:0!important}#dm .dmBody div.u_1425231113,#dm .dmBody div.u_1440744445,#dm .dmBody div.u_1476954526{padding:2px 0!important;margin:30px 20px!important}#dm .dmBody div.u_1689498639{margin:0 50px!important;padding:0!important}#dm .dmBody div.u_1716376484{width:auto!important;margin:0!important;padding:100px 15px 66px!important}#dm .dmBody div.u_1232025435{width:auto!important;margin:0!important;padding:15px 0!important}#dm .dmBody div.u_1784083541{margin:0 10px 0 0!important;padding:0!important}#dm .dmBody div.u_1116038895{margin:0 10px!important;padding:0!important}#dm .dmBody div.u_1890337333{margin:0 0 0 10px!important;padding:0!important}#dm .dmBody div.u_1189716852{margin:8px 0!important;padding:2px 0!important}a.u_1660692856{width:285px!important;float:none!important;top:0!important;max-width:100%!important;min-width:0!important;padding:0!important}#dm .dmBody a.u_1660692856 span.text{font-size:24px!important}#dm .dmBody a.u_1660692856{float:none!important;top:0!important;width:332px!important;max-width:100%!important;min-width:0!important;padding:3px 0 0!important;margin:40px 382.47px 30px 0!important}#dm .dmBody div.u_1977431150,#dm .dmBody div.u_1989421727{width:auto!important;height:auto!important;min-width:0!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;background-repeat:no-repeat!important;background-size:cover!important}#dm .dmBody div.u_1977431150{background-image:url(https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Man-cow-torn-top-sml-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;-webkit-box-shadow:none!important;box-shadow:none!important;-moz-box-shadow:none!important;text-align:start!important;padding:98.5px 0 98.5px 80px!important}#dm .dmBody div.u_1566569713{margin:0!important;padding:100px 27.9px 0 0!important}#dm .dmBody div.u_1989421727{text-align:start!important;margin:0!important;padding:60px 20px 30px!important}#dm .dmBody div.u_1361604035,#dm .dmBody div.u_1512078593,#dm .dmBody div.u_1614505438{margin:0!important;padding:0 20px!important}#dm .dmBody div.u_1373641459,#dm .dmBody div.u_1491394097,#dm .dmBody div.u_1592964853{width:100%!important;important:true!important;padding:0!important;height:auto!important}#dm .dmBody div.u_1592964853{margin-top:0!important;margin-bottom:20px!important;margin-right:0!important}#dm .dmBody div.u_1373641459{display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;margin-right:10.5px!important;max-width:100%!important;margin-top:0!important;margin-bottom:20px!important;min-width:25px!important;text-align:start!important}#dm .dmBody div.u_1491394097{float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:25px!important;text-align:start!important;margin:0 0 20px!important}#dm .dmBody div.u_1420275744{margin:8px 0!important;padding:2px 0!important}#dm .dmBody div.u_1628257161{margin:8px 800px 8px 0!important;padding:2px 0!important}#dm .dmBody div.u_1808347913{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;margin:90px 0 8px!important;padding:70px 0 0!important}a.u_1045378810,a.u_1689802296{width:285px!important;height:65px!important;min-width:0!important;float:none!important;top:0!important;left:0!important;display:block!important;text-align:center!important}#dm .dmBody div.u_1054767805{margin:10px 0!important;padding:0!important}a.u_1045378810 span.text{font-size:30px!important}a.u_1045378810{position:relative!important;max-width:100%!important;padding:0!important}#dm .dmBody div.u_1724185613{padding:0!important;margin:30px 20px 0 0!important}#dm .dmBody div.u_1142501189{margin:30px 0 0!important;padding:0 0 0 15px!important}a.u_1689802296 span.text{font-size:30px!important}a.u_1689802296{position:relative!important;max-width:100%!important;padding:0!important}#dm .dmBody div.u_1122611345,#dm .dmBody div.u_1190668983,#dm .dmBody div.u_1691819128,#dm .dmBody div.u_1831465388{width:calc(100% - 0px)!important;position:relative!important;min-width:25px!important;padding:2px 0!important}#dm .dmBody div.u_1122611345{float:none!important;top:0!important;left:0!important;height:auto!important;max-width:440px!important;margin:0 0 8px!important}#dm .dmBody div.u_1077793529,#dm .dmBody div.u_1096836969,#dm .dmBody div.u_1190668983,#dm .dmBody div.u_1691819128,#dm .dmBody div.u_1831465388{float:none!important;top:0!important;left:0!important;max-width:100%!important}#dm .dmBody div.u_1831465388{height:auto!important;margin:29px auto 8px!important}#dm .dmBody div.u_1691819128{height:auto!important;margin:50.95px auto 8px!important}#dm .dmBody div.u_1190668983{height:auto!important;margin:43.8px auto 8px!important}#dm .dmBody div.u_1307354854{margin:8px 0!important;padding:2px 0!important}#dm .dmBody div.u_1096836969{width:auto!important;background-repeat:no-repeat!important;background-size:cover!important;position:relative!important;height:auto!important;min-width:0!important;text-align:start!important;padding:60px 20px 30px!important}#dm .dmBody div.u_1388870440,#dm .dmBody div.u_1824838193,#dm .dmBody div.u_1898630369{margin:0!important;padding:0 20px!important}#dm .dmBody div.u_1077793529,#dm .dmBody div.u_1976901093{margin-top:0!important;margin-bottom:20px!important;height:auto!important}#dm .dmBody div.u_1077793529,#dm .dmBody div.u_1722661201,#dm .dmBody div.u_1976901093{width:100%!important;important:true!important;padding:0!important}#dm .dmBody div.u_1976901093{margin-right:0!important}#dm .dmBody div.u_1077793529{display:block!important;position:relative!important;margin-right:10.5px!important;min-width:25px!important;text-align:start!important}#dm .dmBody div.u_1722661201{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;text-align:start!important;margin:0 0 20px!important}#dm .dmBody div.u_1214849260,#dm .dmBody div.u_1494847261,#dm .dmBody div.u_1772670120{width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-width:25px!important;max-width:100%!important;float:none!important;top:0!important;left:0!important}#dm .dmBody div.u_1089366347{margin:8px 0!important;padding:2px 0!important}#dm .dmBody div.u_1494847261{margin:29px auto 8px!important;padding:2px 0!important}#dm .dmBody div.u_1214849260{padding:2px 0!important;margin:50.95px auto 8px!important}#dm .dmBody div.u_1772670120{padding:2px 0!important;margin:43.8px auto 8px!important}#dm .dmBody a.u_1158755281,#dm .dmBody a.u_1593460053{margin:30px 494.37px 10px 0!important;position:relative!important;display:block!important}#dm .dmBody a.u_1158755281{width:200px!important;float:none!important;top:0!important;left:0!important;height:50px!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important}#dm .dmBody div.u_1790397137{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;padding:125px 30px!important}#dm .dmBody a.u_1593460053,#dm .dmBody a.u_1689802296{height:50px!important;float:none!important;top:0!important;left:0!important;max-width:100%!important;min-width:0!important}#dm .dmBody a.u_1593460053{width:200px!important;text-align:center!important;padding:0!important}#dm .dmBody a.u_1983561179 span.text{font-size:24px!important}#dm .dmBody a.u_1689802296{display:block!important;width:335px!important;position:relative!important;text-align:center!important;padding:3px 0 0!important;margin:40px 382.47px 30px 0!important}#dm .dmBody a.u_1689802296 span.text{font-size:24px!important}#dm .dmBody div.u_1990787702{background-attachment:initial!important;background-size:cover!important;float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;background-repeat:no-repeat!important;padding:125.5px 0!important}#dm .dmBody div.u_1457140043,#dm .dmBody div.u_1912737160{height:auto!important;padding:2px 0!important;margin:0!important;float:none!important;top:0!important;left:0!important;max-width:100%!important;min-width:0!important;position:relative!important}#dm .dmBody div.u_1457140043{display:block!important;width:496px!important}#dm .dmBody div.u_1912737160{width:315px!important}#dm .dmBody a.u_1888508698{width:calc(100% - 0px)!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:50px!important;max-width:196.8px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:20px 0 0!important}#dm .dmBody div.u_1267831047{margin:0!important;padding:250px 0 200px 25.61px!important}#dm .dmBody div.u_1756942541{margin:0!important;padding:0!important}#dm .dmBody div.u_1864713584{width:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:start!important;background-repeat:no-repeat!important;background-size:cover!important;padding:50px 25px!important;margin:0!important}#dm .dmBody div.u_1286259152,#dm .dmBody div.u_1500250998{top:0!important;left:0!important;max-width:100%!important;min-width:0!important;padding:2px 0!important;height:auto!important;float:none!important;margin:0!important}#dm .dmBody div.u_1500250998{display:block!important;width:496px!important;position:relative!important}#dm .dmBody div.u_1286259152{width:315px!important;position:relative!important}#dm .dmBody a.u_1058776663,#dm .dmBody div.u_1807763504{width:calc(100% - 0px)!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody a.u_1058776663{display:block!important;float:none!important;height:50px!important;max-width:196.8px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:20px 0 0!important}#dm .dmBody div.u_1959648786{margin:10px 0!important;padding:0!important}#dm .dmBody div.u_1481571201{width:260px!important;height:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;padding:0!important;margin:0 auto -50px!important}#dm .dmBody div.u_1731389940{margin:30px 0 0!important;padding:0 0 0 27.08px!important}#dm .dmBody div.u_1807763504{height:auto!important;float:none!important;max-width:286px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:20px auto 0!important}#dm .dmBody a.u_1431361952,a.u_1431361952{float:none!important;top:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:0!important;left:0!important;display:block!important}a.u_1431361952 span.text{font-size:30px!important}a.u_1431361952{width:285px!important;height:65px!important}#dm .dmBody a.u_1431361952 span.text{font-weight:700!important;font-family:Roboto!important;font-size:24px!important}#dm .dmBody a.u_1431361952{width:250px!important;height:50px!important;margin:10px 79.1px!important}#dm .dmBody div.u_1073905289,#dm .dmBody div.u_1657818815{float:none!important;top:0!important;position:relative!important;min-width:25px!important;width:calc(100% - 0px)!important;max-width:100%!important}#dm .dmBody div.u_1073905289{left:0!important;height:auto!important;margin:25px 0 8px!important;padding:2px 0!important}#dm .dmBody div.u_1657818815{left:0!important;height:110px!important;text-align:center!important;margin:0!important;padding:50px 0 0!important}#dm .dmBody div.u_1406559968,#dm .dmBody div.u_1964660619{float:none!important;top:0!important;left:0!important;position:relative!important;min-width:0!important;text-align:center!important}#dm .dmBody div.u_1964660619{background-repeat:repeat!important;background-size:auto!important;background-position:top center!important;width:auto!important;height:auto!important;max-width:100%!important;padding:0 100px 50px!important;margin:0!important}#dm .dmBody div.u_1406559968{width:331px!important;height:72px!important;max-width:100%!important;display:block!important;margin:13px auto 0!important;padding:0!important}#dm .dmBody div.u_1568768401,#dm .dmBody div.u_1911521995{height:auto!important;min-width:25px!important;padding:2px 0!important;float:none!important;left:0!important;top:0!important;position:relative!important}#dm .dmBody div.u_1911521995{width:calc(100% - 0px)!important;max-width:100%!important;margin:8px auto!important}#dm .dmBody div.u_1568768401{width:calc(100% - 17px)!important;max-width:472px!important;margin:9px 0 8px 17px!important}#dm .dmBody div.u_1405016269{width:260px!important;float:none!important;top:0!important;left:0!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;display:block!important;padding:0 0 10px!important}#dm .dmBody a.u_1223501842{width:calc(100% - 0px)!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:50px!important;max-width:196.8px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:20px 0 0!important}#dm .dmBody div.u_1064450955,#dm .dmBody div.u_1288981192{padding:2px 0!important;float:none!important;left:0!important;height:auto!important}#dm .dmBody div.u_1288981192{display:block!important;top:0!important;width:496px!important;position:relative!important;max-width:100%!important;min-width:0!important;margin:0!important}#dm .dmBody div.u_1064450955{top:0!important;width:calc(100% - 0px)!important;position:relative!important;max-width:496px!important;min-width:25px!important;margin:0!important}#dm .dmBody div.u_1373254836{background-attachment:initial!important;background-size:cover!important;float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;background-repeat:no-repeat!important;padding:61px 40px 60.5px!important}#dm .dmBody div.u_1260651377,#dm .dmBody div.u_1589114105{width:100%!important;max-width:calc(100% - 0px)!important;padding:2px 0!important;height:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;display:block!important;min-width:25px!important}#dm .dmBody div.u_1260651377{margin:-8px 0 8px!important}#dm .dmBody div.u_1589114105{margin:7px auto 8px!important}#dm .dmBody div.u_1089492168{width:97px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:calc(100% - 91px)!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1559849317{display:block!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody a.u_1539814295{float:none!important;top:0!important;left:0!important;width:calc(100% - 78px)!important;position:relative!important;height:49px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:12px auto 10px!important}#dm .dmBody div.u_1671196081,#dm .dmBody div.u_1893040335,#dm .dmBody div.u_1962895561{float:none!important;left:0!important;height:auto!important;position:relative!important;top:0!important}#dm .dmBody div.u_1188097135{padding:0!important;margin:30px 0!important}#dm .dmBody div.u_1844286899{padding:20px!important;margin:30px 0!important}#dm .dmBody div.u_1962895561{width:calc(100% - 0px)!important;max-width:100%!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1671196081{display:block!important;width:calc(100% - 20px)!important;max-width:440px!important;min-width:25px!important;padding:2px 0!important;margin:9px auto 0!important}#dm .dmBody div.u_1893040335{width:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:initial!important;padding:132px 0 128px!important}#dm .dmBody div.u_1217478239,#dm .dmBody div.u_1230700516{width:100%!important;max-width:calc(100% - 0px)!important;min-width:25px!important;padding:2px 0!important;height:auto!important;left:0!important;float:none!important;display:block!important}#dm .dmBody div.u_1230700516{top:0!important;position:relative!important;margin:-8px 0 8px!important}#dm .dmBody div.u_1217478239{top:0!important;position:relative!important;margin:7px auto 8px!important}#dm .dmBody div.u_1099980776{width:97px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:calc(100% - 91px)!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1158530041,#dm .dmBody div.u_1682684024{max-width:100%!important;position:relative!important;min-width:25px!important}#dm .dmBody div.u_1682684024{display:block!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;height:auto!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody a.u_1488988437{float:none!important;top:0!important;left:0!important;width:calc(100% - 78px)!important;position:relative!important;height:49px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:12px auto 10px!important}#dm .dmBody div.u_1158530041,#dm .dmBody div.u_1248432293,#dm .dmBody div.u_1671305528{top:0!important;left:0!important;height:auto!important}#dm .dmBody div.u_1088766667{padding:0!important;margin:30px 0!important}#dm .dmBody div.u_1415379432{padding:20px!important;margin:30px 0!important}#dm .dmBody div.u_1158530041{float:none!important;width:calc(100% - 0px)!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1671305528{display:block!important;float:none!important;width:calc(100% - 20px)!important;position:relative!important;max-width:440px!important;min-width:25px!important;padding:2px 0!important;margin:9px auto 0!important}#dm .dmBody div.u_1248432293{float:none!important;width:auto!important;position:relative!important;max-width:100%!important;min-width:0!important;text-align:center!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:initial!important;padding:132px 0 128px!important}#dm .dmBody div.u_1169579918,#dm .dmBody div.u_1555805841{width:100%!important;max-width:calc(100% - 0px)!important;padding:2px 0!important;height:auto!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody div.u_1555805841{display:block!important;float:none!important;min-width:25px!important;margin:-8px 0 8px!important}#dm .dmBody div.u_1169579918{display:block!important;float:none!important;min-width:25px!important;margin:7px auto 8px!important}#dm .dmBody div.u_1641969887{width:97px!important;display:block!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:calc(100% - 91px)!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1910159664{display:block!important;float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody a.u_1813993235{float:none!important;top:0!important;left:0!important;width:calc(100% - 78px)!important;position:relative!important;height:49px!important;max-width:200px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:12px auto 10px!important}#dm .dmBody div.u_1365039344,#dm .dmBody div.u_1483658862{float:none!important;top:0!important;left:0!important;height:auto!important;min-width:25px!important;position:relative!important}#dm .dmBody div.u_1840577359{padding:0!important;margin:30px 0!important}#dm .dmBody div.u_1827983621{padding:20px!important;margin:30px 0!important}#dm .dmBody div.u_1365039344{width:calc(100% - 0px)!important;max-width:100%!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1483658862{display:block!important;width:calc(100% - 20px)!important;max-width:440px!important;padding:2px 0!important;margin:9px auto 0!important}#dm .dmBody div.u_1486207934,#dm .dmBody div.u_1508963611,#dm .dmBody div.u_1661488038{width:auto!important;max-width:100%!important;min-width:0!important;float:none!important;top:0!important;left:0!important;height:auto!important}#dm .dmBody div.u_1661488038{position:relative!important;text-align:center!important;background-repeat:no-repeat!important;background-size:cover!important;background-attachment:initial!important;padding:132px 0 128px!important}#dm .dmBody div.u_1486207934{position:relative!important;text-align:start!important;padding:52px 25px!important;margin:0!important}#dm .dmBody div.u_1804920362{background-repeat:no-repeat!important;background-size:cover!important;margin:0 60px 0 0!important;padding:0!important}#dm .dmBody div.u_1919937789{margin:0!important;padding:0 10px 0 81px!important}#dm .dmBody div.u_1401034210{margin:0!important;padding:0 0 0 72px!important}#dm .dmBody div.u_1508963611{position:relative!important;min-height:auto!important;text-align:start!important;padding:27.5px 40px!important}#dm .dmBody div.u_1188770955,#dm .dmBody div.u_1932566141{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:378.4px!important;min-width:25px!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1661090854{margin:0 0 0 40px!important;padding:0!important}#dm .dmBody div.u_1280561835,#dm .dmBody div.u_1641198473{width:auto!important;max-width:100%!important;padding:27.5px 40px!important}#dm .dmBody div.u_1280561835{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;min-width:0!important;text-align:start!important}#dm .dmBody div.u_1083747815,#dm .dmBody div.u_1362323495,#dm .dmBody div.u_1947271744{width:calc(100% - 0px)!important;max-width:378.4px!important;min-width:25px!important;float:none!important;left:0!important;height:auto!important;min-height:auto!important;top:0!important}#dm .dmBody div.u_1947271744{position:relative!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1362323495{position:relative!important;text-align:start!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1083747815{position:relative!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1550384992{margin:0 0 0 40px!important;padding:0!important}#dm .dmBody div.u_1641198473{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;min-width:0!important;text-align:start!important}#dm .dmBody div.u_1049268109,#dm .dmBody div.u_1307829559,#dm .dmBody div.u_1745172006{min-height:auto!important;max-width:378.4px!important;height:auto!important}#dm .dmBody a.u_1983561179,#dm .dmBody div.u_1049268109,#dm .dmBody div.u_1307829559,#dm .dmBody div.u_1745172006{float:none!important;width:calc(100% - 0px)!important;position:relative!important;min-width:25px!important;left:0!important}#dm .dmBody div.u_1307829559{top:0!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1049268109{top:0!important;text-align:start!important;padding:0!important;margin:0!important}#dm .dmBody div.u_1745172006{top:0!important;padding:2px 0!important;margin:8px 0!important}#dm .dmBody div.u_1622473622{margin:0 0 0 40px!important;padding:0!important}#dm .dmBody div.u_1364799341{background-repeat:no-repeat!important;background-size:cover!important;background-position:top center!important;width:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:39px 25px!important;margin:0!important}#dm .dmBody div.u_1961900918{margin:0!important;padding:36px 0 0 26px!important}#dm .dmBody a.u_1983561179{display:block!important;top:0!important;height:50px!important;max-width:402px!important;text-align:center!important;min-height:auto!important;padding:3px 0 0!important;margin:20px 323.5px 10px 0!important}#dm .dmBody div.u_1628020733,#dm .dmBody div.u_1864826720{float:none!important;position:relative!important;height:auto!important;max-width:100%!important;top:0!important;min-height:auto!important}#dm .dmBody div.u_1689661519,#dm .dmBody div.u_1881582927{margin:0!important;background-size:contain!important;background-repeat:no-repeat!important}#dm .dmBody div.u_1689661519{padding:20px 0 0 26px!important}#dm .dmBody div.u_1864826720{left:0!important;width:auto!important;min-width:0!important;text-align:start!important;padding:78px 40px!important}#dm .dmBody div.u_1107756126,#dm .dmBody div.u_1628020733{width:calc(100% - 0px)!important;min-width:25px!important}#dm .dmBody div.u_1881582927{padding:20px 0 0 26px!important}#dm .dmBody div.u_1628020733{left:0!important;padding:2px 0!important;margin:65px auto 8px!important}#dm .dmBody div.u_1382866348,#dm .dmBody div.u_1525547747{float:none!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important}#dm .dmBody div.u_1450449631{background-repeat:no-repeat!important;background-size:contain!important;margin:0!important;padding:20px 0 0 26px!important}#dm .dmBody div.u_1037682080{margin:0!important;padding:200px 26px 200px 25.61px!important}#dm .dmBody div.u_1382866348{background-attachment:initial!important;background-size:cover!important;top:0!important;text-align:center!important;background-repeat:no-repeat!important;padding:80px 0!important;margin:0!important}#dm .dmBody div.u_1525547747{top:0!important;min-height:auto!important;text-align:start!important;padding:30px 40px 40px!important;margin:0!important}#dm .dmBody a.u_1045378810,#dm .dmBody div.u_1107756126{text-align:center!important;min-height:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important}#dm .dmBody a.u_1045378810 span.text{font-size:24px!important}#dm .dmBody a.u_1045378810{display:block!important;width:calc(100% - 144px)!important;height:81px!important;max-width:212.84px!important;min-width:25px!important;padding:0!important;margin:10px auto!important}#dm .dmBody div.u_1107756126{height:auto!important;max-width:324px!important;justify-content:normal!important;align-items:normal!important;padding:0!important;margin:44px auto 0!important}#dm .dmBody div.u_1217294474{float:none!important;top:0!important;left:0!important;width:calc(100% - 16px)!important;position:relative!important;height:316px!important;min-height:auto!important;max-width:420.6px!important;min-width:25px!important;text-align:start!important;padding:0!important;margin:10px auto!important}#dm .dmBody div.u_1096688156,#dm .dmBody div.u_1364419762,#dm .dmBody div.u_1442824917,#dm .dmBody div.u_1673453900{width:calc(100% - 0px)!important;min-width:25px!important}#dm .dmBody div.u_1945346127{margin:0!important;padding:0!important}#dm .dmBody div.u_1769667276{margin:0!important;padding:0 20px!important}#dm .dmBody div.u_1442824917{float:none!important;top:0!important;left:0!important;position:relative!important;height:312px!important;min-height:auto!important;max-width:451px!important;text-align:start!important;padding:0!important;margin:0 0 10px!important}#dm .dmBody div.u_1673453900{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;padding:2px 0!important;margin:35px auto 8px!important}#dm .dmBody div.u_1096688156{float:none!important;top:0!important;left:0!important;position:relative!important;height:289px!important;min-height:auto!important;max-width:100%!important;text-align:start!important;padding:0!important;margin:0 0 10px!important}#dm .dmBody div.u_1267843238,#dm .dmBody div.u_1364419762{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important}#dm .dmBody div.u_1364419762{padding:2px 0!important;margin:20px auto 8px!important}#dm .dmBody div.u_1267843238{width:auto!important;min-width:0!important;text-align:start!important;padding:109.5px 40px!important;margin:0!important}.font-size-32,.size-32{font-size:32px!important}.font-size-36,.size-36{font-size:36px!important}.font-size-18,.size-18{font-size:18px!important}.font-size-48,.size-48{font-size:48px!important}.font-size-24,.size-24{font-size:24px!important}.font-size-50{font-size:50px!important}.font-size-30,.size-30{font-size:30px!important}.font-size-72,.size-72{font-size:72px!important}.font-size-60,.size-60{font-size:60px!important}.font-size-20,.size-20{font-size:20px!important}.font-size-85{font-size:85px!important}.font-size-16,.size-16{font-size:16px!important}#\31 291985355,#\31 311667407,#\31 618005341,#\31 757088979,#\31 912567747,#hamburger-drawer{order:0}#\31 291985355,#\31 618005341{flex-direction:row}#\31 014717640,#\31 069632480,#\31 184321926,#\31 193436079,#\31 239332072,#\31 245412048,#\31 246614007,#\31 257352652,#\31 266312004,#\31 328701995,#\31 365589948,#\31 390824689,#\31 456176246,#\31 462462994,#\31 465583958,#\31 481241400,#\31 489538463,#\31 542443358,#\31 572235222,#\31 575580251,#\31 577002345,#\31 581112845,#\31 606150564,#\31 610103019,#\31 628943589,#\31 658308779,#\31 662564034,#\31 689596419,#\31 709448627,#\31 747580138,#\31 782856750,#\31 811729621,#\31 830398908,#\31 847500052,#\31 859745916,#\31 881589366,#\31 916411797,#\31 921473012,#\31 932841651,#\31 938462375,#\31 939385817,#\31 949363437,#\31 950844791,#\31 985528169{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}} .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) { visibility: hidden; } </style> <style id="fontFallbacks"> @font-face { font-family: "Raleway Fallback"; src: local('Arial'); ascent-override: 89.616%; descent-override: 22.3087%; size-adjust: 104.892%; line-gap-override: 0%; }@font-face { font-family: "Fraunces Fallback"; src: local('Arial'); ascent-override: 93.0378%; descent-override: 24.2583%; size-adjust: 105.1186%; line-gap-override: 0%; }@font-face { font-family: "Inter Fallback"; src: local('Arial'); ascent-override: 90.199%; descent-override: 22.4836%; size-adjust: 107.4014%; line-gap-override: 0%; }@font-face { font-family: "Yeseva One Fallback"; src: local('Arial'); ascent-override: 79.0385%; descent-override: 20.7314%; size-adjust: 115.7664%; line-gap-override: 0%; }@font-face { font-family: "Shadows Into Light Fallback"; src: local('Arial'); ascent-override: 135.8086%; descent-override: 49.8981%; size-adjust: 86.5044%; line-gap-override: 0%; }@font-face { font-family: "Heebo Fallback"; src: local('Arial'); ascent-override: 104.5538%; descent-override: 41.9969%; size-adjust: 100.2212%; line-gap-override: 0%; }@font-face { font-family: "Montserrat Fallback"; src: local('Arial'); ascent-override: 84.9466%; descent-override: 22.0264%; size-adjust: 113.954%; line-gap-override: 0%; }@font-face { font-family: "Noto Sans Fallback"; src: local('Arial'); ascent-override: 100.1833%; descent-override: 27.459%; size-adjust: 106.7044%; line-gap-override: 0%; }@font-face { font-family: "Poppins Fallback"; src: local('Arial'); ascent-override: 92.326%; descent-override: 30.7753%; line-gap-override: 8.793%; size-adjust: 113.7274%; }@font-face { font-family: "Bebas Neue Fallback"; src: local('Arial'); ascent-override: 116.5002%; descent-override: 38.8334%; size-adjust: 77.2531%; line-gap-override: 0%; }@font-face { font-family: "Oswald Fallback"; src: local('Arial'); ascent-override: 145.0682%; descent-override: 35.1423%; size-adjust: 82.2372%; line-gap-override: 0%; }@font-face { font-family: "DM Sans Fallback"; src: local('Arial'); ascent-override: 94.3696%; descent-override: 29.4905%; size-adjust: 105.1186%; line-gap-override: 0%; }@font-face { font-family: "Noto Serif Fallback"; src: local('Arial'); ascent-override: 98.7162%; descent-override: 27.0569%; size-adjust: 108.2903%; line-gap-override: 0%; }@font-face { font-family: "Slabo 27px Fallback"; src: local('Arial'); ascent-override: 104.4337%; descent-override: 33.4188%; size-adjust: 88.6616%; line-gap-override: 0%; }@font-face { font-family: "Roboto Slab Fallback"; src: local('Arial'); ascent-override: 97.7562%; descent-override: 25.2818%; size-adjust: 107.1903%; line-gap-override: 0%; }@font-face { font-family: "Ubuntu Fallback"; src: local('Arial'); ascent-override: 90.8147%; descent-override: 18.4163%; line-gap-override: 2.7283%; size-adjust: 102.6265%; }@font-face { font-family: "Abril Fatface Fallback"; src: local('Arial'); ascent-override: 102.6391%; descent-override: 28.2306%; size-adjust: 103.0796%; line-gap-override: 0%; }@font-face { font-family: "Jost Fallback"; src: local('Arial'); ascent-override: 111.656%; descent-override: 39.1318%; size-adjust: 95.8301%; line-gap-override: 0%; }@font-face { font-family: "Rock Salt Fallback"; src: local('Arial'); ascent-override: 112.6419%; descent-override: 54.69%; line-gap-override: 2.2209%; size-adjust: 140.708%; }@font-face { font-family: "Work Sans Fallback"; src: local('Arial'); ascent-override: 82.1016%; descent-override: 21.4523%; size-adjust: 113.2743%; line-gap-override: 0%; }@font-face { font-family: "Epilogue Fallback"; src: local('Arial'); ascent-override: 70.2338%; descent-override: 20.8923%; size-adjust: 112.4814%; line-gap-override: 0%; }@font-face { font-family: "Barlow Fallback"; src: local('Arial'); ascent-override: 103.1323%; descent-override: 20.6265%; size-adjust: 96.9628%; line-gap-override: 0%; }@font-face { font-family: "Alegreya Fallback"; src: local('Arial'); ascent-override: 111.0071%; descent-override: 37.6943%; size-adjust: 91.5257%; line-gap-override: 0%; }@font-face { font-family: "Prata Fallback"; src: local('Arial'); ascent-override: 92.0833%; descent-override: 33.5691%; size-adjust: 107.8372%; line-gap-override: 0%; }@font-face { font-family: "Lora Fallback"; src: local('Arial'); ascent-override: 95.2907%; descent-override: 25.9539%; size-adjust: 105.5717%; line-gap-override: 0%; }@font-face { font-family: "Old Standard TT Fallback"; src: local('Arial'); ascent-override: 78.2213%; descent-override: 24.4313%; line-gap-override: 24.226%; size-adjust: 97.4159%; }@font-face { font-family: "Red Rose Fallback"; src: local('Arial'); ascent-override: 85.631%; descent-override: 28.5132%; size-adjust: 109.423%; line-gap-override: 0%; }@font-face { font-family: "Comfortaa Fallback"; src: local('Arial'); ascent-override: 74.2135%; descent-override: 19.7117%; size-adjust: 118.7115%; line-gap-override: 0%; }@font-face { font-family: "Open Sans Fallback"; src: local('Arial'); ascent-override: 101.1768%; descent-override: 27.7323%; size-adjust: 105.6416%; line-gap-override: 0%; }@font-face { font-family: "Roboto Mono Fallback"; src: local('Arial'); ascent-override: 77.0755%; descent-override: 19.9333%; size-adjust: 135.9513%; line-gap-override: 0%; }@font-face { font-family: "DM Serif Display Fallback"; src: local('Arial'); ascent-override: 103.2273%; descent-override: 33.3795%; size-adjust: 100.3611%; line-gap-override: 0%; }@font-face { font-family: "Roboto Fallback"; src: local('Arial'); ascent-override: 92.6709%; descent-override: 24.3871%; size-adjust: 100.1106%; line-gap-override: 0%; }@font-face { font-family: "Mulish Fallback"; src: local('Arial'); ascent-override: 96.0202%; descent-override: 23.8856%; size-adjust: 104.6655%; line-gap-override: 0%; }@font-face { font-family: "Amiri Fallback"; src: local('Arial'); ascent-override: 123.7258%; descent-override: 69.7884%; size-adjust: 90.846%; line-gap-override: 0%; }@font-face { font-family: "Playfair Display Fallback"; src: local('Arial'); ascent-override: 106.3701%; descent-override: 24.6755%; size-adjust: 101.7204%; line-gap-override: 0%; }@font-face { font-family: "Petit Formal Script Fallback"; src: local('Arial'); ascent-override: 81.9524%; descent-override: 21.2439%; size-adjust: 121.1283%; line-gap-override: 0%; }@font-face { font-family: "Quicksand Fallback"; src: local('Arial'); ascent-override: 94.9261%; descent-override: 23.7315%; size-adjust: 105.3451%; line-gap-override: 0%; }@font-face { font-family: "Fjalla One Fallback"; src: local('Arial'); ascent-override: 114.9994%; descent-override: 28.2767%; size-adjust: 87.7212%; line-gap-override: 0%; }@font-face { font-family: "Sulphur Point Fallback"; src: local('Arial'); ascent-override: 73.4128%; descent-override: 19.5148%; size-adjust: 107.6106%; line-gap-override: 0%; }@font-face { font-family: "Lato Fallback"; src: local('Arial'); ascent-override: 101.3181%; descent-override: 21.865%; size-adjust: 97.4159%; line-gap-override: 0%; }@font-face { font-family: "Prompt Fallback"; src: local('Arial'); ascent-override: 95.8432%; descent-override: 37.1063%; size-adjust: 113.7274%; line-gap-override: 0%; }@font-face { font-family: "Rubik Fallback"; src: local('Arial'); ascent-override: 88.5654%; descent-override: 23.6806%; size-adjust: 105.5717%; line-gap-override: 0%; }@font-face { font-family: "Dancing Script Fallback"; src: local('Arial'); ascent-override: 114.0713%; descent-override: 34.7173%; size-adjust: 80.6513%; line-gap-override: 0%; }@font-face { font-family: "PT Sans Fallback"; src: local('Arial'); ascent-override: 104.2579%; descent-override: 28.2664%; size-adjust: 97.6425%; line-gap-override: 0%; }@font-face { font-family: "Merriweather Fallback"; src: local('Arial'); ascent-override: 88.6416%; descent-override: 24.5926%; size-adjust: 111.0088%; line-gap-override: 0%; } </style> <!-- End render the required css and JS in the head section --> <link rel="alternate" hreflang="es" href="https://www.talkingbibles.org/es" /> <link rel="alternate" hreflang="en" href="https://www.talkingbibles.org/" /> <link rel="alternate" hreflang="x-default" href="https://www.talkingbibles.org/" /> <link rel="alternate" hreflang="fr" href="https://www.talkingbibles.org/fr" /> <link type="application/rss+xml" rel="alternate" href="https://www.talkingbibles.org//feed/rss2"/> <link type="application/atom+xml" rel="alternate" href="https://www.talkingbibles.org//feed/atom"/> <meta property="og:type" content="website"/> <script type="application/ld+json"> { "@context" : "https://schema.org", "@type" : "WebSite", "name" : "Talking Bibles International", "url" : "https://www.talkingbibles.org/" } </script> <meta property="og:image" content="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Logotype+1200x630h-1920w.png"/> <title> Talking Bibles International | Free Online Audio Bible </title> <meta name="keywords" content="Audio Bible, Audio Bibles, Bible, Talking Bibles, Talking Bible, Talking Bibles International, Listen online, Free audio bible, Listen, Word of God, non-reader, nonreader, illiterate, East Africa, India,"/> <meta name="description" content="Listen to the Bible in over 50 languages for free. Help us bring audio 'Talking' Bibles to non-readers worldwide. Donate and learn more today!"/> <script type="text/javascript"> function popup(mylink, bible) { if (! window.focus)return true; var href; if (typeof(mylink) == 'string') href=mylink; else href=mylink.href; window.open(href, concerts, 'width=500,height=550,scrollbars=no'); return false; } </script> <meta name="twitter:card" content="summary"/> <meta name="twitter:title" content="Talking Bibles International | Free Online Audio Bible"/> <meta name="twitter:description" content="Listen to the Bible in over 50 languages for free. Help us bring audio 'Talking' Bibles to non-readers worldwide. Donate and learn more today!"/> <meta property="og:description" content="Listen to the Bible in over 50 languages for free. Help us bring audio 'Talking' Bibles to non-readers worldwide. Donate and learn more today!"/> <meta property="og:title" content="Talking Bibles International | Free Online Audio Bible"/> <script type="application/ld+json"> { "@context" : { "@vocab" : "http://schema.org/" }, "@type" : "LocalBusiness", "name" : "Talking Bibles International", "address" : { "@type" : "PostalAddress", "streetAddress" : "419 E Grand Ave", "addressLocality" : "Escondido", "addressRegion" : "CA", "postalCode" : "92025", "addressCountry" : "US" }, "geo" : { "@type" : "GeoCoordinates", "latitude" : "33.1237643", "longitude" : "-117.0769103" }, "url" : "https://www.talkingbibles.org", "description" : "Audio Bibles for those who cannot read. Our mission stems from a strong conviction that everyone needs access to the Bible. Talking Bibles aims to give non-readers and the blind access to audio Bibles in their native language.", "telephone" : "(760)745-8105", "email" : "info@talkingbibles.org", "logo" : "https://irp.cdn-website.com/2a653264/dms3rep/multi/Logotype+%28Vertical%29.png", "sameAs" : [ "https://youtube.com/TalkingBiblesOrg", "https://facebook.com/talkingbibles", "https://instagram.com/talking_bibles/" ], "image" : [ "https://irp.cdn-website.com/2a653264/dms3rep/multi/African-man-bd391186.jpg", "https://irp.cdn-website.com/2a653264/dms3rep/multi/Why+TB.jpg", "https://irp.cdn-website.com/2a653264/dms3rep/multi/Isak-Home-Page-570-x690-f815ae37.jpg", "https://irp.cdn-website.com/2a653264/dms3rep/multi/_DSC0071+copy+2-ac516bb5.jpg" ], "openingHoursSpecification" : [ { "@type" : "OpeningHoursSpecification", "dayOfWeek" : [ "Monday", "Tuesday", "Wednesday", "Thursday", "Friday" ], "opens" : "09:00", "closes" : "15:00" } ], "@id" : "https://www.talkingbibles.org" } </script> <!-- SYS- VVNfRElSRUNUX1BST0RVQ1RJT04= --> </head> <body id="dmRoot" data-page-alias="home" class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet " style="padding:0;margin:0;" > <!-- ========= Site Content ========= --> <div id="dm" class='dmwr'> <div class="dm_wrapper standard-var5 widgetStyle-3 standard"> <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true" mobile-global-classes="" desktop-global-classes="" tablet-global-classes=""> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode layout-drawer_push-content dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true" data-background-parallax-selector=".dmHomeSection1, .dmSectionParallex"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="2fef9973807a46bbbdad5938e9d68e93===header" data-origin="side" data-auto-height="true" data-push-content="true"> <div class="u_1185676331 dmRespRow middleDrawerRow" style="text-align: center;" id="1185676331"> <div class="dmRespColsWrapper" id="1291985355"> <div class="u_1725526649 dmRespCol small-12 medium-12 large-12" id="1725526649"> <div class="u_1662885908 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1662885908"> <a href="/" id="1348308946"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bibles-logo-white-horiz-1920w.png" alt="" id="1198401899" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bibles-logo-white-horiz.png" width="500" height="145" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1153167367 dmRespRow" style="text-align: center;" id="1153167367"> <div class="dmRespColsWrapper" id="1881589366"> <div class="u_1802520869 dmRespCol small-12 medium-12 large-12" id="1802520869"> <a data-display-type="block" class="u_1811337676 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/donate" data-element-type="dButtonLinkId" id="1811337676"> <span class="iconBg" aria-hidden="true" id="1265606758"> <span class="icon hasFontIcon icon-star" id="1925049753"></span> </span> <span class="text" id="1738251159">DONATE NOW</span> </a> <nav class="u_1462462994 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_1" layout-sub="" data-show-vertical-sub-items="HIDE" id="1462462994" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container " data-auto="navigation-pages"> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-us" class="unifiednav__item dmUDNavigationItem_010101223995 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" ABOUT US " data-auto="page-text-style">ABOUT US<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/mission" class="unifiednav__item dmUDNavigationItem_01010190916 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MISSION " data-auto="page-text-style">MISSION<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/why-a-talking-bible" class="unifiednav__item dmUDNavigationItem_0101017736 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" WHY A TALKING BIBLE " data-auto="page-text-style">WHY A TALKING BIBLE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/meet-the-talking-bible" class="unifiednav__item dmUDNavigationItem_010101568988 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" MEET THE TALKING BIBLE " data-auto="page-text-style">MEET THE TALKING BIBLE<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/partners" class="unifiednav__item dmUDNavigationItem_010101143474 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" PARTNERS " data-auto="page-text-style">PARTNERS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/history" class="unifiednav__item dmUDNavigationItem_010101708525 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" HISTORY " data-auto="page-text-style">HISTORY<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/barnabas" class="unifiednav__item dmUDNavigationItem_01010188402 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" SPONSORSHIP " data-auto="page-text-style">SPONSORSHIP<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/our-impact" class="unifiednav__item dmUDNavigationItem_010101798667 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" IMPACT " data-auto="page-text-style">IMPACT<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/changed-life-stories" class="unifiednav__item dmUDNavigationItem_010101184880 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" CHANGED LIFE STORIES " data-auto="page-text-style">CHANGED LIFE STORIES<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/videos" class="unifiednav__item dmUDNavigationItem_010101822616 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" VIDEOS " data-auto="page-text-style">VIDEOS<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/newsletter" class="unifiednav__item dmUDNavigationItem_010101622534 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" NEWSLETTER " data-auto="page-text-style">NEWSLETTER<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/get-involved" class="unifiednav__item dmUDNavigationItem_010101353610 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" GET INVOLVED " data-auto="page-text-style">GET INVOLVED<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" aria-haspopup="true" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="#" class="unifiednav__item dmUDNavigationItem_01010189999 unifiednav__item_has-sub-nav" target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" TARGET AREAS " data-auto="page-text-style">TARGET AREAS<span class="icon icon-angle-down"></span> </span> </a> <ul role="menu" aria-expanded="false" class="unifiednav__container unifiednav__container_sub-nav" data-depth="0" data-auto="sub-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/india" class="unifiednav__item dmUDNavigationItem_010101424243 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" INDIA " data-auto="page-text-style">INDIA<span class="icon icon-angle-right"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="1"> <a href="/africa" class="unifiednav__item dmUDNavigationItem_010101937088 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" AFRICA " data-auto="page-text-style">AFRICA<span class="icon icon-angle-right"></span> </span> </a> </li> </ul> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item dmUDNavigationItem_010101221024 " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" CONTACT US " data-auto="page-text-style">CONTACT US<span class="icon icon-angle-down"></span> </span> </a> </li> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="https://talkingbibles.blackbaudportal.com" class="unifiednav__item dmUDNavigationItem_010101148657 " target="_blank" data-target-page-alias=""> <span class="nav-item-text " data-link-text=" LOGIN " data-auto="page-text-style">LOGIN<span class="icon icon-angle-down"></span> </span> </a> </li> </ul> </nav> <div class="u_1348440237 align-center text-align-center dmSocialHub gapSpacing" id="1348440237" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/talkingbibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/talking_bibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@TalkingBiblesOrg/" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> <div class="u_1763190017 dmRespRow" style="text-align: center;" id="1763190017"> <div class="dmRespColsWrapper" id="1709448627"> <div class="u_1359225465 dmRespCol small-12 medium-12 large-12" id="1359225465"> <a data-display-type="block" class="u_1319732724 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1319732724"> <span class="iconBg" id="1338712328"> <span class="icon hasFontIcon icon-star" id="1516617821"></span> </span> <span class="text" id="1903920274">Contact</span> </a> <div class="u_1029788526 align-center text-align-center dmSocialHub gapSpacing" id="1029788526" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="mailto:stephanie@talkingbibles.org" dm_dont_rewrite_url="true" aria-label="email" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Email')"> <span class="dmSocialEmail dm-social-icons-email oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://web.whatsapp.com/send?phone=7607458105" target="_blank" dm_dont_rewrite_url="true" aria-label="whatsapp" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Whatsapp')"> <span class="dmSocialWhatsapp dm-social-icons-whatsapp oneIcon socialHubIcon style9" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> </div> </div> </div> <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> </div> <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1251834914 dmRespRow" style="text-align: center;" id="1251834914"> <div class="dmRespColsWrapper" id="1328701995"> <div class="u_1912567747 dmRespCol small-12 large-3 medium-3 empty-column" id="1912567747"></div> <div class="u_1757088979 dmRespCol small-12 large-5 medium-5" id="1757088979"> <div class="u_1466812848 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1466812848"> <a href="/" id="1648993120" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bibles-logo-white-horiz-1920w.png" id="1347593922" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bibles-logo-white-horiz.png" width="500" height="145" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 medium-4 large-4 u_1311667407" id="1311667407"> <a data-display-type="block" class="u_1753977243 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/donate" data-element-type="dButtonLinkId" id="1753977243" target="_blank"> <span class="iconBg" aria-hidden="true" id="1340482944"> <span class="icon hasFontIcon icon-star" id="1142864762"></span> </span> <span class="text" id="1332674276">DONATE NOW</span> </a> </div> </div> </div> </div> </div> <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> <span class="hamburger__slice"></span> </button> <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" preserve-sticky-header="true" logo-size-target="66%"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1571063569 dmRespRow dmHeaderContent freeHeaderRow1 fullBleedChanged fullBleedMode" id="1571063569"> <div class="dmRespColsWrapper clearfix" id="1618005341"> <div class="u_1188728890 dmRespCol small-12 large-3 medium-3" id="1188728890"> <div class="u_1879983289 imageWidget" data-widget-type="image" id="1879983289" data-element-type="image"> <a href="/" id="1931801495" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bibles-logo-white-horiz-256w.png" id="1236884459" class="u_1236884459" dm_changed="true" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bibles-logo-white-horiz.png" width="500" height="145" alt="Talking Bibles logo" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1780181932 dmRespCol small-12 large-6 medium-6" id="1780181932"> <div class="u_1404506610 default dmLinksMenu desktopNavWrapper" id="1404506610" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" navigation_id="" data-nav-structure="HORIZONTAL" wr="true" data-show-vertical-sub-items="HOVER" icon="true" surround="true" adwords=""> <ul class="dmNavWrapper dmn menuContainer "> <li class=" desktopTopNav navListLi navButtonLi hasdmSub "> <a href="/about-us" class="dmUDNavigationItem_010101223995 " target="" data-target-page-alias=""> <span class="navItemText ">ABOUT US</span> </a> <ul class="dmNavigationStyle_1 dmNavigation dmn innerUl "> <li class=" dmSub navListLi navButtonLi "> <a href="/mission" class="dmUDNavigationItem_01010190916 " target="" data-target-page-alias=""> <span class="navItemText ">MISSION</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/why-a-talking-bible" class="dmUDNavigationItem_0101017736 " target="" data-target-page-alias=""> <span class="navItemText ">WHY A TALKING BIBLE</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/meet-the-talking-bible" class="dmUDNavigationItem_010101568988 " target="" data-target-page-alias=""> <span class="navItemText ">MEET THE TALKING BIBLE</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/partners" class="dmUDNavigationItem_010101143474 " target="" data-target-page-alias=""> <span class="navItemText ">PARTNERS</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/history" class="dmUDNavigationItem_010101708525 " target="" data-target-page-alias=""> <span class="navItemText ">HISTORY</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/barnabas" class="dmUDNavigationItem_01010188402 " target="" data-target-page-alias=""> <span class="navItemText ">SPONSORSHIP</span> </a> </li> </ul> </li> <li class=" desktopTopNav navListLi navButtonLi hasdmSub "> <a href="/our-impact" class="dmUDNavigationItem_010101798667 " target="" data-target-page-alias=""> <span class="navItemText ">IMPACT</span> </a> <ul class="dmNavigationStyle_1 dmNavigation dmn innerUl "> <li class=" dmSub navListLi navButtonLi "> <a href="/changed-life-stories" class="dmUDNavigationItem_010101184880 " target="" data-target-page-alias=""> <span class="navItemText ">CHANGED LIFE STORIES</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/videos" class="dmUDNavigationItem_010101822616 " target="" data-target-page-alias=""> <span class="navItemText ">VIDEOS</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/newsletter" class="dmUDNavigationItem_010101622534 " target="" data-target-page-alias=""> <span class="navItemText ">NEWSLETTER</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/get-involved" class="dmUDNavigationItem_010101353610 " target="" data-target-page-alias=""> <span class="navItemText ">GET INVOLVED</span> </a> </li> </ul> </li> <li class=" desktopTopNav navListLi navButtonLi hasdmSub "> <a href="#" class="dmUDNavigationItem_01010189999 " target="" data-target-page-alias=""> <span class="navItemText ">TARGET AREAS</span> </a> <ul class="dmNavigationStyle_1 dmNavigation dmn innerUl "> <li class=" dmSub navListLi navButtonLi "> <a href="/india" class="dmUDNavigationItem_010101424243 " target="" data-target-page-alias=""> <span class="navItemText ">INDIA</span> </a> </li> <li class=" dmSub navListLi navButtonLi "> <a href="/africa" class="dmUDNavigationItem_010101937088 " target="" data-target-page-alias=""> <span class="navItemText ">AFRICA</span> </a> </li> </ul> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="/contact-us" class="dmUDNavigationItem_010101221024 " target="" data-target-page-alias=""> <span class="navItemText ">CONTACT US</span> </a> </li> <li class=" desktopTopNav navListLi navButtonLi "> <a href="https://talkingbibles.blackbaudportal.com" class="dmUDNavigationItem_010101148657 " target="_blank" data-target-page-alias=""> <span class="navItemText ">LOGIN</span> </a> </li> </ul> </div> </div> <div class="u_1507161366 dmRespCol small-12 large-3 medium-3" id="1507161366"> <a data-display-type="block" class="u_1184321926 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/donate" data-element-type="dButtonLinkId" id="1184321926"> <span class="iconBg" aria-hidden="true" id="1587708936"> <span class="icon hasFontIcon icon-star" id="1921477107"></span> </span> <span class="text" id="1437141778">Donate Now!</span> </a> </div> </div> </div> </div> </div> </div> <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" mobile-global-classes="" desktop-global-classes="" tablet-global-classes=""> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class=" dmContent"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1373254836 dmRespRow fullHeightRowmobile hide-for-small hide-for-medium fullBleedChanged fullBleedMode dmSectionNoParallax" style="text-align: center;" id="1373254836" mode="1" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3JuLXJlY3RhbmdsZS04NjVweC0xOTIwdy5qcGciXX0="> <div class="dmRespColsWrapper" id="1985528169"> <div class="u_1919937789 dmRespCol small-12 large-6 medium-6" id="1919937789"> <div class="u_1288981192 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1288981192" data-styletopreserve="{" background-image":""}"=""> <h1><a href="/newpage" runtime_url="/newpage" popup_target="newpage" type="popup" link_type="popup" style="display: unset;">Audio Bibles</a><span class="" style="display: unset;"> <span style="display: unset;">for Those Who Cannot Read</span></span></h1> </div> <div class="u_1064450955 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1064450955" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16" style="line-height: 1.5;"><span class="m-font-size-16" style="font-style: normal; display: unset;"><span class="m-font-size-16" style="font-style: normal; display: unset;">We believe everyone should have access to the Bible. You'd be surprised to know that around 1 BILLION people worldwide cannot read or are a part of oral cultures. This presents a unique challenge where they will need more than printed Bibles.</span> </span><span class="m-font-size-16" style="font-style: normal; display: unset; font-weight: bold;"><span class="m-font-size-16" style="font-style: normal; display: unset; font-weight: bold;">They need to HEAR God's Word.</span> </span><span class="m-font-size-16" style="font-style: normal; display: unset;">Join us in bringing audio "Talking" Bibles to non-readers worldwide.</span></p></div> <a data-display-type="block" class="u_1223501842 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/mission" data-element-type="dButtonLinkId" id="1223501842"> <span class="iconBg" aria-hidden="true" id="1455345044"> <span class="icon hasFontIcon icon-star" id="1938174811"></span> </span> <span class="text" id="1014865866">LEARN MORE</span> </a> </div> <div class="u_1804920362 dmRespCol empty-column small-12 dmSectionNoParallax large-6 medium-6" id="1804920362" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3AtY2Fyb3VzZWwtNzg3YjU5ZmItMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIyLTA3LUNoZXRhbi1vcC0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0L3BpcnlhLWU3ZWFjNDM3LTIzNGI2YzgwLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vYWJhZmY1ZjcvZG1zM3JlcC9tdWx0aS9vcHQvMTEtMjAyMC1Nb2d1c3Utb3AtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC9UaGUtc29sdXRpb24tMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIyLTEwLUpvaG4tMWEzN2Q5MjUtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIyLTExLUtydXBhLTE5MjB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vYWJhZmY1ZjcvZG1zM3JlcC9tdWx0aS9vcHQvMjAyMC0wOS1SZWJlY2NhLUFrdW9sLW9wLTE5MjB3LmpwZyJdfQ=="></div> </div> </div> <div class="u_1267843238 dmRespRow hide-for-medium hide-for-small" id="1267843238"> <div class="dmRespColsWrapper" id="1572235222"> <div class="u_1450449631 dmRespCol small-12 medium-6 large-6" id="1450449631"> <div data-element-type="dYouTubeId" class="u_1442824917 youtubeExt dmNoMark youtube-padding-fix" id="1442824917" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1942960927"> <video src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" data-src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" poster="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website.v2.0000000.jpg" controls="" id="1115069165" data-upload-date="1731518654491"></video> </div> </div> </div> <div class="dmRespCol small-12 medium-6 large-6" id="1966423726"> <div class="u_1673453900 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1673453900" style="transition: none; text-align: left; display: block;"><p class="m-size-32 size-32" style="letter-spacing: normal;"><a href="/school" runtime_url="/school" type="page" style="font-weight: bold; display: initial; color: rgb(173, 48, 14); text-decoration: none;" class="m-font-size-32 font-size-32" m-font-size-set="true"><strong>Urgent Opportunity:</strong></a></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><strong style="font-weight: bold; display: initial;" class="m-font-size-20" m-font-size-set="true">The Tanzanian government is allowing Religious Education in all 23,000 public schools</strong><span m-font-size-set="true" class="m-font-size-20" style="display: initial;">, creating a rare chance to bring the Gospel directly to Tanzania's 3 million students!</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><strong class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">You can share the Gospel with an entire school!</strong></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><span class="m-font-size-20" m-font-size-set="true" style="display: initial;">Will you sponsor a public school in Tanzania and</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><strong class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">provide precious Talking Bibles</strong><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><span class="m-font-size-20" style="display: initial;" m-font-size-set="true">to teachers, empowering them to share the life-changing message of Jesus with their students?</span></p><p style="letter-spacing: normal;"><a href="/school" runtime_url="/school" type="page" style="text-decoration: underline; font-style: italic; font-weight: bold; display: initial;"><strong>Learn More...</strong></a></p></div> </div> </div> </div> <div class="u_1990787702 dmRespRow fullHeightRowmobile hide-for-medium fullBleedChanged fullBleedMode dmSectionNoParallax hide-for-large" style="text-align: center;" id="1990787702" mode="1" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3JuLXJlY3RhbmdsZS04NjVweC0xOTIwdy5qcGciXX0="> <div class="dmRespColsWrapper" id="1193436079"> <div class="u_1280851520 dmRespCol small-12 medium-6 large-6" id="1280851520"> <div class="u_1457140043 dmNewParagraph ql-disabled" data-element-type="paragraph" data-version="5" id="1457140043" data-styletopreserve="{" background-image":""}"=""> <h2 class="m-size-36"><a href="/newpage" runtime_url="/newpage" popup_target="newpage" type="popup" link_type="popup" style="display: unset; color: rgb(14, 136, 173); text-shadow: none;" class="m-font-size-36" m-font-size-set="true">Audio Bibles</a><span single-space="true" class="m-font-size-36" style="display: unset; color: rgb(14, 136, 173); text-shadow: none;"> <span class="m-font-size-36" style="display: unset; color: rgb(14, 136, 173); text-shadow: none;"></span> </span><span class="m-font-size-36" style="display: unset; color: rgb(14, 136, 173); text-shadow: none;" m-font-size-set="true">for Those Who Cannot Read</span></h2> </div> <div class="u_1912737160 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1912737160" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16" style="line-height: 1.5;"><span class="m-font-size-16" style="display: unset; font-style: normal;"><span class="m-font-size-16" style="display: unset; font-style: normal;">We believe everyone should have access to the Bible. You'd be surprised to know that around 1 BILLION people worldwide cannot read or are a part of oral cultures. This presents a unique challenge where they will need more than printed Bibles.</span> </span><span class="m-font-size-16" style="display: unset; font-style: normal; font-weight: bold;"><span class="m-font-size-16" style="display: unset; font-style: normal; font-weight: bold;">They need to HEAR God's Word.</span> </span><span class="m-font-size-16" style="display: unset; font-style: normal;">Join us in bringing audio "Talking" Bibles to non-readers worldwide.</span></p></div> <a data-display-type="block" class="u_1888508698 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/mission" data-element-type="dButtonLinkId" id="1888508698"> <span class="iconBg" aria-hidden="true" id="1221686362"> <span class="icon hasFontIcon icon-star" id="1926719698"></span> </span> <span class="text" id="1397471570">LEARN MORE</span> </a> </div> <div class="dmRespCol empty-column small-12 u_1267831047 medium-6 large-6 dmSectionNoParallax" id="1267831047" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3ArY2Fyb3VzZWwtNzg3YjU5ZmItNjQwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjItMTAtSm9obi0xYTM3ZDkyNS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0L1RoZStzb2x1dGlvbi02NDB3LmpwZyIsImh0dHBzOi8vbGlycC5jZG4td2Vic2l0ZS5jb20vYWJhZmY1ZjcvZG1zM3JlcC9tdWx0aS9vcHQvMjAyMi0xMS1LcnVwYS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjAtMTItQWJpZ2FpbC1vcC0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjAtMDktUmViZWNjYS1Ba3VvbC1vcC0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjItMTAtSm9obi0xYTM3ZDkyNS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0L3BpcnlhLWU3ZWFjNDM3LTY0MHcuanBnIl19"></div> </div> </div> <div class="u_1864826720 dmRespRow hide-for-medium hide-for-large" id="1864826720"> <div class="dmRespColsWrapper" id="1257352652"> <div class="u_1881582927 dmRespCol small-12 medium-6 large-6" id="1881582927"> <div data-element-type="dYouTubeId" class="u_1014456967 youtubeExt dmNoMark youtube-padding-fix" id="1014456967" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1223822817"> <video src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" data-src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" poster="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website.v2.0000000.jpg" controls="" id="1856237836" data-upload-date="1731518654491"></video> </div> </div> </div> <div class="dmRespCol small-12 medium-6 large-6" id="1505328645"> <div class="dmNewParagraph u_1628020733" data-element-type="paragraph" data-version="5" id="1628020733" style="transition: none; text-align: left; display: block;"><p class="m-size-32 size-32" style="letter-spacing: normal;"><span class="font-size-32 m-font-size-32" m-font-size-set="true" style="color: rgb(173, 48, 14); display: initial; font-weight: bold;">Urgent Opportunity:</span></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><span class="m-font-size-20" m-font-size-set="true" style="display: initial; font-weight: bold;">The Tanzanian government is allowing Religious Education in all 23,000 public schools</span><span class="m-font-size-20" m-font-size-set="true" style="display: initial;">, creating a rare chance to bring the Gospel directly to Tanzania's 3 million students!</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><span class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">You can share the Gospel with an entire school!</span></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p style="letter-spacing: normal;" class="m-size-20"><span class="m-font-size-20" m-font-size-set="true" style="display: initial;">Will you sponsor a public school in Tanzania and</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><span class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">provide precious Talking Bibles</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><span class="m-font-size-20" style="display: initial;"><span class="m-font-size-20" style="display: initial;" m-font-size-set="true">to teachers, empowering them to share the life-changing message of Jesus with their students?</span> </span></p><p style="letter-spacing: normal;"><span style="display: initial;"><span class="ql-cursor"></span></span></p><p class="m-size-20" style="letter-spacing: normal;"><a href="/school" runtime_url="/school" type="page" m-font-size-set="true" class="m-font-size-20" style="display: initial; font-weight: bold; font-style: italic;">Learn more...</a></p></div> </div> </div> </div> <div class="u_1886372439 dmRespRow hide-for-medium hide-for-small" id="1886372439"> <div class="dmRespColsWrapper" id="1610103019"> <div class="dmRespCol large-6 medium-6 small-12 u_1518273984" id="1518273984"> <div class="u_1363543197 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1363543197"> <a href="/bihar" id="1466572692" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Blue-Modern-Did-You-Know-Instagram-Post--282-29-1b91c5a7-551w.png" alt="" id="1949444287" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Blue-Modern-Did-You-Know-Instagram-Post--282-29-1b91c5a7.png" width="1136" height="1022" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1801035640" id="1801035640"> <div class="dmNewParagraph u_1046005643" data-element-type="paragraph" data-version="5" id="1046005643" style="transition: none; text-align: left; display: block;"><p><span style="display: initial;"><br/></span></p><p class="m-size-29 size-36"><span class="font-size-36 m-font-size-29" style="display: initial; font-weight: bold; color: rgb(14, 136, 173);"><span class="font-size-36 m-font-size-29" style="display: initial; font-weight: bold; color: rgb(14, 136, 173);">Exciting news:</span> </span></p><p><span class="" style="display: initial; font-weight: 700;"><span style="display: initial; font-weight: 700;">The complete audio Bible is now available in the Bhojpuri Language!</span> </span></p></div> <div class="u_1996049591 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1996049591"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1818356796"/></div> <div class="dmNewParagraph u_1673852565" data-element-type="paragraph" data-version="5" id="1673852565" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-18 m-size-14"><span class="font-size-18 m-font-size-14" style="display: unset;"><span class="font-size-18 m-font-size-14" style="display: unset;">Help us provide Bhojpuri Talking Bibles to the people of Bihar and transform lives with the power of God's Word.</span> </span><a href="/bihar" runtime_url="/bihar" type="page" class="font-size-18 m-font-size-14" style="display: unset; text-decoration: underline;">Donate Now!</a></p></div> </div> </div> </div> <div class="u_ListenOnline dmRespRow hide-for-small hide-for-medium" style="text-align: center;" id="ListenOnline" mode="2" data-anchor="Listen Online"> <div class="dmRespColsWrapper u_1489538463" id="1489538463"> <div class="u_1070928494 dmRespCol small-12 large-7 medium-7" id="1070928494"> <div class="u_1621937037 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1621937037" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJ2aWV3cG9ydCIsImFuaW1hdGlvbiI6ImJvdW5jZUluQ29tYm8iLCJkaXIiOiJpbi1wbGFjZSJ9fQ=="> <a href="/#ListenOnline" id="1292914651" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/sound-wave-logo-02-01-93b41168-312w.png" alt="" id="1288294967" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/sound-wave-logo-02-01-93b41168.png" width="730" height="334" data-hover-effect="zoomout" onerror="handleImageLoadError(this)"/></a> </div> <div data-element-type="html" class="u_1546064768 dmCustomHtml" id="1546064768" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJ2aWV3cG9ydCIsImFuaW1hdGlvbiI6Inpvb21JbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0="> <button style="font: MyriadPro-Bold; font-size: 50px; text-align: center; height: 60px; width: 325px; border-radius: 35px; border-style: none; color: #ffffff;background-color: #1288ad;" padding:="" 25px;="" width:="" 200px;="" height:="" 150px;="" onclick="window.open('http://audio.talkingbibles.org', 'Talking Bibles Audio Player', 'width=620px,height=550px,scrollbars=no');"> <strong>Listen Now!</strong> </button> </div> <div class="u_1705833471 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1705833471" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h2 class="m-size-38 size-48"><span class="m-font-size-38 font-size-48" style="display: initial; color: rgb(14, 136, 173);">Free Online Audio Bible</span></h2> <p style="line-height: 1.5;"><span class="" style="display: initial;"><span style="display: initial;">Welcome to Talking Bibles' free audio Bible listening section.</span> </span></p><p style="line-height: 1.5;"><span style="display: initial;">Click above to listen to the Bible in over 50 different languages. People around the globe can listen to the Bible in their language for free! Including you! Hear God's Word in Hebrew, Mien, Anuak, Greek, and many more!</span></p></div> <div data-element-type="html" class="dmCustomHtml" id="1651435922"> <p align="center"></p> </div> <div data-element-type="html" class="dmCustomHtml u_1760076340" id="1760076340"> <h3 align="center"></h3> </div> <div data-element-type="html" class="dmCustomHtml u_1928232263" id="1928232263"> <h3 align="center"></h3> </div> <a data-display-type="block" class="u_1760083180 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/donate-listen" data-element-type="dButtonLinkId" id="1760083180" target="_blank"> <span class="iconBg" aria-hidden="true" id="1070969421"> <span class="icon hasFontIcon icon-star" id="1316337228"></span> </span> <span class="text" id="1740506886">Support Free Online Listening!</span> </a> </div> <div class="u_1372091709 dmRespCol small-12 large-5 medium-5" id="1372091709"> <div class="u_1439616284 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1439616284" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJ2aWV3cG9ydCIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImludGVuc2l0eSI6MSwiZGlyIjoidXAifX0="> <a href="https://audio.talkingbibles.org/" id="1983404207" file="false" class="" target="_blank"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking+Bible+1-579h.png" alt="Talking Bible" id="1740392686" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking+Bible+1.png" width="900" height="1166" onerror="handleImageLoadError(this)"/></a> </div> <div data-element-type="html" class="dmCustomHtml" id="1844543773"> <p align="center"></p> </div> <div data-element-type="html" class="dmCustomHtml u_1776212048" id="1776212048"> <h3 align="center"></h3> </div> <div data-element-type="html" class="dmCustomHtml u_1228445388" id="1228445388"> <h3 align="center"></h3> </div> </div> </div> </div> <div class="u_1964660619 dmRespRow hide-for-medium hide-for-large" style="text-align: center;" id="1964660619" mode="2"> <div class="dmRespColsWrapper u_1246614007" id="1246614007"> <div class="u_1731389940 dmRespCol small-12 medium-12 large-12" id="1731389940"> <div class="u_1481571201 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1481571201"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/sound-wave-logo-02-01-c92d5539-1920w.png" alt="" id="1211572827" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/sound-wave-logo-02-01-c92d5539.png" width="730" height="334" onerror="handleImageLoadError(this)"/></div> <div class="u_1807763504 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1807763504"> <a href="https://audio.talkingbibles.org/" id="1747847218" file="false" class="" target="_blank"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/talking-bible-1920w.png" alt="Talking Bible" id="1847859133" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/talking-bible.png" width="351" height="597" onerror="handleImageLoadError(this)"/></a> </div> <div data-element-type="html" class="u_1657818815 dmCustomHtml" id="1657818815" data-anim-extended="eyJtb2JpbGUiOnsidHJpZ2dlciI6InZpZXdwb3J0IiwiYW5pbWF0aW9uIjoiem9vbUluQ29tYm8iLCJkaXIiOiJpbi1wbGFjZSJ9fQ=="> <button style="font: MyriadPro-Bold; font-size: 36px; text-align: center; height: 50px; width: 275px; border-radius: 35px; border-style: none; color: #ffffff;background-color: #1288ad;" padding:="" 25px;="" width:="" 200px;="" height:="" 150px;="" onclick="window.open('http://audio.talkingbibles.org', 'Talking Bibles Audio Player', 'width=620px,height=550px,scrollbars=no');"> <strong>Listen Now!</strong> </button> </div> <div class="u_1073905289 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1073905289" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h1 class="m-size-48 m-text-align-center"><span class="m-font-size-48" m-font-size-set="true" style="display: unset; color: rgb(85, 85, 85);">Free Online Audio Bible</span></h1> <p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1746118248" style="transition: opacity 1s ease-in-out;"><p><span style="display: unset;">Welcome to Talking Bibles' free audio Bible listening section. Click above to listen to the Bible in over 50 different languages. People around the globe can listen to the Bible in their language for free! Including you! Hear God's Word in Hebrew, Mien, Anuak, Greek, and many more!</span></p></div> <div data-element-type="html" class="dmCustomHtml" id="1992196686"> <p align="center"></p> </div> <div data-element-type="html" class="dmCustomHtml u_1959648786" id="1959648786"> <h3 align="center"></h3> </div> <div data-element-type="html" class="dmCustomHtml u_1062777505" id="1062777505"> <h3 align="center"></h3> </div> <a data-display-type="block" class="u_1431361952 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/donate-listen" data-element-type="dButtonLinkId" id="1431361952"> <span class="iconBg" aria-hidden="true" id="1716638649"> <span class="icon hasFontIcon icon-star" id="1927792197"></span> </span> <span class="text" id="1292866867">Support Free Online Listening!</span> </a> </div> </div> </div> <div class="u_1508963611 dmRespRow hide-for-large hide-for-medium" id="1508963611"> <div class="dmRespColsWrapper" id="1859745916"> <div class="dmRespCol large-6 medium-6 small-12 u_1661090854" id="1661090854"> <div class="u_1699628695 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1699628695"> <a href="/bihar" id="1012051289" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/BFB+email-1920w.jpg" alt="" id="1700359245" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/BFB+email.jpg" width="580" height="512" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol large-6 medium-6 small-12" id="1729831815"> <div class="dmNewParagraph u_1932566141" data-element-type="paragraph" data-version="5" id="1932566141" data-styletopreserve="{" background-image":""}"=""><p><span style="display: initial;"><span class="ql-cursor"></span></span></p><p class="size-36 m-size-30"><span class="font-size-36 m-font-size-30" style="text-transform:uppercase;color:rgb(14, 136, 173);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';"><span class="font-size-36 m-font-size-30" style="text-transform:uppercase;color:rgb(14, 136, 173);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';" m-font-size-set="true">Exciting news:</span> </span></p><p class="m-size-18 size-24"><span class="m-font-size-18 font-size-24" style="display:initial;font-family:Roboto, 'Roboto Fallback';"><span class="m-font-size-18 font-size-24" m-font-size-set="true" style="display:initial;font-family:Roboto, 'Roboto Fallback';">The complete audio Bible is now available in the Bhojpuri Language!</span> </span></p></div> <div class="dmDividerWrapper clearfix u_1873083218" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1873083218"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1170695952"/></div> <div class="dmNewParagraph u_1188770955" data-element-type="paragraph" data-version="5" id="1188770955" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-18"><span class="m-font-size-18" style="display: unset;"><span style="display: unset;" class="m-font-size-18" m-font-size-set="true">Help us provide Bhojpuri Talking Bibles to the people of Bihar and transform lives with the power of God's Word.</span> </span><a href="/bihar" runtime_url="/bihar" type="page" style="display: unset; font-weight: bold;" class="m-font-size-18" m-font-size-set="true">Donate Now!</a></p></div> </div> </div> </div> <div class="u_1382866348 dmRespRow fullHeightRowmobile hide-for-small fullBleedChanged fullBleedMode dmSectionNoParallax hide-for-large" style="text-align: center;" id="1382866348" mode="1" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3JuLXJlY3RhbmdsZS04NjVweC0xOTIwdy5qcGciXX0="> <div class="dmRespColsWrapper" id="1577002345"> <div class="u_1401034210 dmRespCol small-12 large-6 medium-6" id="1401034210"> <div class="u_1500250998 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1500250998" data-styletopreserve="{" background-image":""}"=""> <h1 class="m-size-29 size-36"><a href="/newpage" runtime_url="/newpage" popup_target="newpage" type="popup" link_type="popup" class="m-font-size-29 font-size-36" style="display: unset;">Audio Bibles</a><span class="m-font-size-29 font-size-36" style="display: unset;"> <span class="m-font-size-29 font-size-36" style="display: unset;">for Those</span> </span></h1> <h1 class="m-size-29 size-36"><span class="m-font-size-29 font-size-36" style="display: unset;">Who Cannot Read</span></h1> <p style="line-height: 1;"><span style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px; display: initial; text-transform: none;"><br/></span></p></div> <div class="u_1286259152 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1286259152" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16" style="line-height: 1.5;"><span class="m-font-size-16" style="font-style: normal; display: unset;"><span class="m-font-size-16" style="font-style: normal; display: unset;">We believe everyone should have access to the Bible. You'd be surprised to know that around 1 BILLION people worldwide cannot read or are a part of oral cultures. This presents a unique challenge where they will need more than printed Bibles.</span> </span><span class="m-font-size-16" style="font-style: normal; display: unset; font-weight: bold;"><span class="m-font-size-16" style="font-style: normal; display: unset; font-weight: bold;">They need to HEAR God's Word.</span> </span><span class="m-font-size-16" style="font-style: normal; display: unset;">Join us in bringing audio "Talking" Bibles to non-readers worldwide.</span></p></div> <a data-display-type="block" class="u_1058776663 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/mission" data-element-type="dButtonLinkId" id="1058776663"> <span class="iconBg" aria-hidden="true" id="1550989780"> <span class="icon hasFontIcon icon-star" id="1900733932"></span> </span> <span class="text" id="1190697101">LEARN MORE</span> </a> </div> <div class="u_1037682080 dmRespCol empty-column small-12 dmSectionNoParallax large-6 medium-6" id="1037682080" data-gallery-bg="eyJzbGlkZXMiOlsiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC90b3ArY2Fyb3VzZWwtNzg3YjU5ZmItMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC9waXJ5YS1lN2VhYzQzNy0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjItMDQtUGFzdG9yLVJhanVfb3AtYmEwYjE1YTEtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIwLTA5LVJlYmVjY2EtQWt1b2wtb3AtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIyLTEwLUpvaG4tYjYzMzgzNGQtMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC9UaGUrc29sdXRpb24tMTkyMHcuanBnIiwiaHR0cHM6Ly9saXJwLmNkbi13ZWJzaXRlLmNvbS9hYmFmZjVmNy9kbXMzcmVwL211bHRpL29wdC8yMDIyLTA3LUNoZXRhbi1vcC00NGJmYTdlMS0xOTIwdy5qcGciLCJodHRwczovL2xpcnAuY2RuLXdlYnNpdGUuY29tL2FiYWZmNWY3L2RtczNyZXAvbXVsdGkvb3B0LzIwMjAtMTItQWJpZ2FpbC1vcC0xOTIwdy5qcGciXX0="></div> </div> </div> <div class="u_1525547747 dmRespRow hide-for-small hide-for-large" id="1525547747"> <div class="dmRespColsWrapper" id="1950844791"> <div class="u_1689661519 dmRespCol small-12 medium-6 large-6" id="1689661519"> <div data-element-type="dYouTubeId" class="u_1096688156 youtubeExt dmNoMark youtube-padding-fix" id="1096688156" data-video-uploaded="true"> <div class="innerYoutubeExt" id="1549840190"> <video src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" data-src="https://vid.cdn-website.com/abaff5f7/videos/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website-v.mp4" poster="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ycaWD5zQLaNJOUQ6yxAI__Tanzania+Children+Video+-+Website.v2.0000000.jpg" controls="" id="1481025301" data-upload-date="1731518654491"></video> </div> </div> </div> <div class="dmRespCol small-12 medium-6 large-6" id="1895516380"> <div class="dmNewParagraph u_1364419762" data-element-type="paragraph" data-version="5" id="1364419762" style="transition: none; text-align: left; display: block;"><p class="m-size-32 size-32" style="letter-spacing: normal;"><strong style="font-weight: bold; display: initial; color: rgb(173, 48, 14);" class="m-font-size-32 font-size-32" m-font-size-set="true">Urgent Opportunity:</strong></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><strong style="font-weight: bold; display: initial;" class="m-font-size-20" m-font-size-set="true">The Tanzanian government is allowing Religious Education in all 23,000 public schools</strong><span m-font-size-set="true" class="m-font-size-20" style="display: initial;">, creating a rare chance to bring the Gospel directly to Tanzania's 3 million students!</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><strong class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">You can share the Gospel with an entire school!</strong></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><span class="m-font-size-20" m-font-size-set="true" style="display: initial;">Will you sponsor a public school in Tanzania and</span><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><strong class="m-font-size-20" style="display: initial; font-weight: bold;" m-font-size-set="true">provide precious Talking Bibles</strong><span single-space="true" class="m-font-size-20" style="display: initial;"> <span class="m-font-size-20" style="display: initial;"></span> </span><span class="m-font-size-20" style="display: initial;" m-font-size-set="true">to teachers, empowering them to share the life-changing message of Jesus with their students?</span></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p class="m-size-20" style="letter-spacing: normal;"><a href="/school" runtime_url="/school" type="page" style="text-decoration: underline; color: rgb(209, 96, 61); font-style: normal; font-weight: bold; display: initial;" class="m-font-size-20" m-font-size-set="true"><strong>Lean More...</strong></a></p><p><span style="display: initial;"><br/></span></p></div> </div> </div> </div> <div class="u_1641198473 dmRespRow hide-for-small hide-for-large" id="1641198473"> <div class="dmRespColsWrapper" id="1481241400"> <div class="dmRespCol large-6 medium-6 small-12 u_1622473622" id="1622473622"> <div class="imageWidget align-center u_1878856003" data-element-type="image" data-widget-type="image" id="1878856003"> <a href="/bihar" id="1598518701" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Blue-Modern-Did-You-Know-Instagram-Post--282-29-1b91c5a7-a3ccd017-1920w.png" alt="" id="1997767586" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Blue-Modern-Did-You-Know-Instagram-Post--282-29-1b91c5a7-a3ccd017.png" width="1146" height="1007" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1961900918" id="1961900918"> <div class="dmNewParagraph u_1307829559" data-element-type="paragraph" data-version="5" id="1307829559" data-styletopreserve="{" background-image":""}"=""><p><span style="display:initial;font-family:Roboto, 'Roboto Fallback';"><br/></span></p><p class="m-size-29 size-36"><span class="m-font-size-29 font-size-36" style="text-transform:uppercase;color:rgb(14, 136, 173);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';"><span class="m-font-size-29 font-size-36" style="text-transform:uppercase;color:rgb(14, 136, 173);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">Exciting news:</span> </span></p><p class="m-size-19 size-24"><span class="m-font-size-19 font-size-24" style="font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';"><span class="m-font-size-19 font-size-24" style="font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">The complete audio Bible is now available in the Bhojpuri Language!</span> </span></p></div> <div class="u_1049268109 dmDividerWrapper clearfix" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1049268109"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1602449951"/></div> <div class="dmNewParagraph u_1745172006" data-element-type="paragraph" data-version="5" id="1745172006" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-19 size-24"><span class="font-size-24 m-font-size-19" style="font-weight:normal;display:unset;font-family:Roboto, 'Roboto Fallback';"><span class="font-size-24 m-font-size-19" style="font-weight:normal;display:unset;font-family:Roboto, 'Roboto Fallback';">Help us provide Bhojpuri Talking Bibles to the people of Bihar and transform lives with the power of God's Word.</span> </span><a href="/bihar" runtime_url="/bihar" type="page" class="font-size-24 m-font-size-19" style="color:rgb(173, 48, 14);font-weight:bold;display:unset;text-decoration:underline;font-family:Roboto, 'Roboto Fallback';">Donate Now!</a></p></div> </div> </div> </div> <div class="u_1364799341 dmRespRow hide-for-small hide-for-large" style="text-align: center;" id="1364799341" mode="2"> <div class="dmRespColsWrapper u_1245412048" id="1245412048"> <div class="u_1724185613 dmRespCol small-6 large-5 medium-5" id="1724185613" data-anim-desktop="fadeInUp"> <div class="u_1107756126 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1107756126" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjoxLCJkZWxheSI6MCwiaW50ZW5zaXR5IjoxLCJkaXIiOiJ1cCJ9fQ==" data-anim-desktop="slideInCombo"> <a href="https://audio.talkingbibles.org/" id="1781824308" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking+Bible+1-1920w.png" alt="" id="1637629042" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking+Bible+1.png" width="900" height="1166" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="u_1142501189 dmRespCol small-6 large-7 medium-7" id="1142501189"> <div class="u_1405016269 imageWidget align-center hasHover" data-element-type="image" data-widget-type="image" id="1405016269" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InB1bHNlIiwiZHVyYXRpb24iOjEuMSwiZGVsYXkiOjAuMSwiaW50ZW5zaXR5IjoyLCJkaXIiOiJpbi1wbGFjZSJ9fQ==" data-anim-desktop="pulse"> <a href="/#ListenOnline" id="1991863388" file="false" class=""><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/sound-wave-logo-02-01-93b41168-1920w.png" alt="" id="1024724208" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/sound-wave-logo-02-01-93b41168.png" width="730" height="334" data-hover-effect="none" onerror="handleImageLoadError(this)"/></a> <a href="/#ListenOnline" file="false" class=""><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/sound-wave-logo-02-01-cf1dd46e-1920w.png" class="hover-image" fetchpriority="low" aria-hidden="true" id="1504013563" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/></a> </div> <div data-element-type="html" class="u_1406559968 dmCustomHtml" id="1406559968" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJ2aWV3cG9ydCIsImFuaW1hdGlvbiI6Inpvb21JbkNvbWJvIiwiZGlyIjoiaW4tcGxhY2UifX0="> <button style="font: MyriadPro-Bold; font-size: 45px; text-align: center; height: 55px; width: 300px; border-radius: 35px; border-style: none; color: #ffffff;background-color: #1288ad;" padding:="" 25px;="" width:="" 200px;="" height:="" 150px;="" onclick="window.open('http://audio.talkingbibles.org', 'Talking Bibles Audio Player', 'width=620px,height=550px,scrollbars=no');"> <strong>Listen Now!</strong> </button> </div> <div class="u_1568768401 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1568768401" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h1 class="m-size-29 size-36"><span class="m-font-size-29 font-size-36" m-font-size-set="true" style="display: initial;">Free Online Audio Bible</span></h1> <p class="m-size-22" style="letter-spacing: normal;"><span class="m-font-size-22" m-font-size-set="true" style="display: initial;">Welcome to Talking Bibles' free audio Bible listening section. Click above to listen to the Bible in over 50 different languages. People around the globe can listen to the Bible in their language for free! Including you! Hear God's Word in Hebrew, Mien, Anuak, Greek, and many more!</span></p></div> <div data-element-type="html" class="dmCustomHtml" id="1211168637"> <div id="1747121403"></div> <script type="text/javascript"> var bboxInit2 = bboxInit2 || []; bboxInit2.push(function () { bboxApi.showForm('86574912-9b19-42eb-9449-7d7c9e5a9043'); }); (function () { var e = document.createElement('script'); e.async = true; e.src = 'https://bbox.blackbaudhosting.com/webforms/bbox-2.0-min.js'; document.getElementsByTagName('head')[0].appendChild(e); } ()); </script> </div> <div data-element-type="html" class="dmCustomHtml" id="1793331589"> <p align="center"></p> </div> <div data-element-type="html" class="dmCustomHtml u_1054767805" id="1054767805"> <h3 align="center"></h3> </div> <div data-element-type="html" class="dmCustomHtml u_1685718652" id="1685718652"> <h3 align="center"></h3> </div> <a data-display-type="block" class="u_1045378810 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/donate-listen" data-element-type="dButtonLinkId" id="1045378810"> <span class="iconBg" aria-hidden="true" id="1579536671"> <span class="icon hasFontIcon icon-star" id="1061129289"></span> </span> <span class="text" id="1620421154">Support Free Online Listening!</span> </a> </div> </div> </div> <div class="u_1987362443 dmRespRow hide-for-small hide-for-medium fullBleedChanged fullBleedMode" id="1987362443"> <div class="dmRespColsWrapper" id="1747580138"> <div class="u_1163778527 dmRespCol small-12 large-6 medium-6" id="1163778527"> <div data-element-type="html" class="u_1188567766 dmCustomHtml" id="1188567766"> <iframe width="580" height="315" src="https://www.youtube.com/embed/vGRnWCaSktg?si=vBgXt8Q7VzTu3fTa&rel=0" title="&rel=0" youtube"="" video="" player"="" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe> </div> </div> <div class="u_1739293107 dmRespCol small-12 large-6 medium-6" id="1739293107"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1269423115" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="m-size-38 size-48" style="line-height: 1;"><span class="m-font-size-38 font-size-48" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial; font-weight: bold;"><span class="m-font-size-38 font-size-48" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial; font-weight: bold;">Why Do We Need</span> </span><span class="m-font-size-38 font-size-48" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 5px;color:rgb(14, 136, 173);font-weight:bold;display:initial;font-family:MyriadPro-Bold;"><br/></span><span class="m-font-size-38 font-size-48" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial; font-weight: bold;"><span class="m-font-size-38 font-size-48" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial; font-weight: bold;">Talking Bibles?</span> </span></h3> </div> <div class="u_1790103664 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1790103664" style="transition: none 0s ease 0s; text-align: left; display: block;"><p><span style="font-weight: bold; font-style: normal; display: initial;">Because over a billion people cannot read; this presents a unique challenge where printed Bibles will not help them.</span></p><p><br/></p><p><span class="" style="font-style: normal; display: initial;"><span style="font-style: normal; display: initial;">By supporting Talking Bibles, you provide the Bible in a format non-readers can use: audio. With access to over 2,000 languages, you give the Bible in the language they best understand.</span> </span></p><p><span style="font-style: normal; display: initial;"><span class="ql-cursor"></span></span></p><p><span class="" style="font-style: normal; display: initial;"><span style="font-style: normal; display: initial;">Join us in giving the Word of God to non-readers, worldwide.</span> </span></p></div> <a data-display-type="block" class="u_1602125148 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/why-a-talking-bible" data-element-type="dButtonLinkId" id="1602125148"> <span class="iconBg" aria-hidden="true" id="1731096090"> <span class="icon hasFontIcon icon-star" id="1352511601"></span> </span> <span class="text" id="1720758124">LEARN MORE</span> </a> </div> </div> </div> <div class="u_1790397137 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-large" id="1790397137"> <div class="dmRespColsWrapper" id="1939385817"> <div class="u_1457690348 dmRespCol small-12 medium-12 large-12" id="1457690348"> <div data-element-type="html" class="u_1349627669 dmCustomHtml" id="1349627669"> <iframe width="326" height="200" src="https://www.youtube.com/embed/vGRnWCaSktg?si=vBgXt8Q7VzTu3fTa&rel=0&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe> </div> <div class="u_1724027983 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1724027983" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="m-size-36" style="line-height: 1;"><span class="m-font-size-36" m-font-size-set="true" style="display: initial; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px;">Why Do We Need</span><span single-space="true" class="m-font-size-36" style="display: initial; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px;"> <span class="m-font-size-36" style="display: initial; color: rgb(255, 255, 255); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px;"></span> </span><span class="font-size-50 m-font-size-36" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);display:initial;font-family:MyriadPro-Bold;"><br/></span><span class="m-font-size-36" m-font-size-set="true" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 10px; color: rgb(255, 255, 255); display: initial;">Talking Bibles?</span></h3> </div> <div class="dmNewParagraph u_1604376959" data-element-type="paragraph" data-version="5" id="1604376959" style="transition: opacity 1s ease-in-out 0s;"><p style="letter-spacing: normal;" class="m-size-18"><span style="font-weight: bold; font-style: normal; display: initial;" class="m-font-size-18" m-font-size-set="true">Because over a billion people cannot read; this presents a unique challenge where printed Bibles will not help them.</span></p><p style="letter-spacing: normal;"><span style="display: initial;" class="m-font-size-18" m-font-size-set="true"><br/></span></p><p style="letter-spacing: normal;" class="m-size-18"><span class="m-font-size-18" style="display: initial;"><span style="display: initial;" class="m-font-size-18" m-font-size-set="true">By supporting Talking Bibles, you provide the Bible in a format non-readers can use: audio. With access to over 2,000 languages, you give the Bible in the language they best understand.</span> </span></p><p style="letter-spacing: normal;" class="m-size-18"><span class="m-font-size-18" style="display: initial;"><span style="display: initial;" class="m-font-size-18" m-font-size-set="true"><br/>Join us in giving the Word of God to non-readers, worldwide.</span> </span></p></div> <a data-display-type="block" class="u_1593460053 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/why-a-talking-bible" data-element-type="dButtonLinkId" id="1593460053"> <span class="iconBg" aria-hidden="true" id="1831145222"> <span class="icon hasFontIcon icon-star" id="1432004894"></span> </span> <span class="text" id="1047633446">LEARN MORE</span> </a> </div> </div> </div> <div class="u_1486207934 dmRespRow fullBleedChanged fullBleedMode hide-for-small hide-for-large" id="1486207934"> <div class="dmRespColsWrapper" id="1938462375"> <div class="u_1945346127 dmRespCol small-12 large-6 medium-6" id="1945346127"> <div data-element-type="html" class="u_1217294474 dmCustomHtml" id="1217294474"> <iframe width="417" height="315" src="https://www.youtube.com/embed/vGRnWCaSktg?si=vBgXt8Q7VzTu3fTa&rel=0&rel=0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen=""></iframe> </div> </div> <div class="u_1769667276 dmRespCol small-12 large-6 medium-6" id="1769667276"> <div class="dmNewParagraph ql-disabled" data-element-type="paragraph" data-version="5" id="1991363882" style="transition: opacity 1s ease-in-out 0s;"> <h3 class="m-size-24 size-30"><a href="/newpage" runtime_url="/newpage" popup_target="newpage" type="popup" link_type="popup" class="font-size-30 m-font-size-24" style="display: initial; color: rgb(14, 136, 173); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px;">Audio Bibles</a><span class="font-size-30 m-font-size-24" style="display: initial; color: rgb(14, 136, 173); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px;"> <span class="font-size-30 m-font-size-24" style="display: initial; color: rgb(14, 136, 173); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px;">for Those Who Cannot Read</span></span></h3> </div> <div class="u_1911521995 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1911521995" style="transition: opacity 1s ease-in-out 0s;"><p style="letter-spacing: normal;"><span style="font-weight: bold; font-style: normal; display: initial;">Because over a billion people cannot read; this presents a unique challenge where printed Bibles will not help them.</span></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/></span></p><p style="letter-spacing: normal;"><span class="" style="display: initial;"><span style="display: initial;">By supporting Talking Bibles, you provide the Bible in a format non-readers can use: audio. With access to over 2,000 languages, you give the Bible in the language they best understand.</span> </span></p><p style="letter-spacing: normal;"><span style="display: initial;"><br/>Join us in giving the Word of God to non-readers, worldwide. <span class="ql-cursor"></span></span></p></div> <a data-display-type="block" class="u_1158755281 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient" file="false" href="/why-a-talking-bible" data-element-type="dButtonLinkId" id="1158755281"> <span class="iconBg" aria-hidden="true" id="1681903377"> <span class="icon hasFontIcon icon-star" id="1239917867"></span> </span> <span class="text" id="1119175638">LEARN MORE</span> </a> </div> </div> </div> <div class="u_WorldwideImpact dmRespRow fullBleedChanged fullBleedMode hasBackgroundOverlay hide-for-small hide-for-medium" id="WorldwideImpact" data-anchor="Worldwide Impact"> <div class="dmRespColsWrapper" id="1916411797"> <div class="dmRespCol large-12 medium-12 small-12" id="1418138326"> <div class="dmNewParagraph u_1329813655" data-element-type="paragraph" data-version="5" id="1329813655" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h4 class="m-size-58 text-align-center size-72"><a href="/our-impact" runtime_url="/our-impact" type="page" class="m-font-size-58 font-size-72" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial;">WORLDWIDE</a><span class="m-font-size-58 font-size-72" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial;"><span class="m-font-size-58 font-size-72" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial;"> </span> </span><a href="/our-impact" runtime_url="/our-impact" type="page" class="m-font-size-58 font-size-72" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: initial;">IMPACT</a></h4> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1172834542" style="transition: opacity 1s ease-in-out 0s;"><p class="text-align-center m-size-18 size-30"><span class="font-size-30 m-font-size-18" m-font-size-set="true" style="display: unset; font-weight: bold;">See the global impact of Talking Bibles.</span></p></div> <div class="dmRespRow fullBleedChanged fullBleedMode" id="1209397381"> <div class="dmRespColsWrapper" id="1847500052"> <div class="dmRespCol small-12 large-4 medium-4 u_1715031885" id="1715031885"> <div class="imageWidget align-center u_1368781187" data-element-type="image" data-widget-type="image" id="1368781187"> <a id="1872531095" file="false" class="" href="/changed-life-stories"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Small+Website+670x590-bf1153f5-579w.jpg" alt="Nirmula and her son." id="1727780069" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Small+Website+670x590-bf1153f5.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1174112156" data-element-type="paragraph" data-version="5" id="1174112156" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 size-24"><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" class="font-size-24 m-font-size-19" style="display: unset; color: rgb(255, 255, 255); font-weight: bold;">Life Changing Stories</a></p><p><br/></p><p><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" style="display: unset; color: rgb(255, 255, 255);">What happens when you give a Talking Bible?</a></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1622816130" id="1622816130"> <div class="imageWidget align-center u_1114353208" data-element-type="image" data-widget-type="image" id="1114353208"> <a href="/videos" id="1573674024" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/video-teaser-579w.jpg" alt="" id="1408276918" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/video-teaser.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1382122748" data-element-type="paragraph" data-version="5" id="1382122748" style="transition: opacity 1s ease-in-out 0s;"><p class="size-24 m-size-19"><a href="/videos" runtime_url="/videos" type="page" style="display: unset; color: rgb(255, 255, 255); font-weight: bold;" class="font-size-24 m-font-size-19">Videos</a></p><p><br/></p><p><a href="/videos" runtime_url="/videos" type="page" style="display: unset; color: rgb(255, 255, 255);">See the impact Talking Bibles are making worldwide!</a></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1253646783" id="1253646783"> <div class="u_1525228219 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1525228219"> <a href="/newsletter" id="1522324804" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Cover+small+website-579w.jpg" alt="" id="1612521845" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Cover+small+website.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1684012111" data-element-type="paragraph" data-version="5" id="1684012111" background-image":""}"="" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-24 m-size-19"><a href="/newsletter" runtime_url="/newsletter" type="page" style="display: unset; color: rgb(255, 255, 255); font-weight: bold;" class="font-size-24 m-font-size-19">Newsletters</a></p><p><br/></p><p><a href="/newsletter" runtime_url="/newsletter" type="page" style="display: unset; color: rgb(255, 255, 255);">View our latest and past newsletters</a></p><p><span style="display: initial;"><br/></span></p></div> </div> </div> </div> </div> </div> </div> <div class="u_1802165113 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-large" id="1802165113"> <div class="dmRespColsWrapper" id="1949363437"> <div class="dmRespCol large-12 medium-12 small-12 u_1975056402" id="1975056402"> <div class="u_1541955666 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1541955666" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h4 class="m-size-48 m-text-align-center"><a href="/our-impact" runtime_url="/our-impact" type="page" style="text-shadow: none; display: unset;" class="m-font-size-48" m-font-size-set="true">WORLDWIDE IMPACT</a></h4> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1483371467" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-18 text-align-center size-30"><span class="m-font-size-18 font-size-30" m-font-size-set="true" style="font-weight: bold; display: unset;">See the global impact of Talking Bibles.</span></p></div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1469562849" id="1469562849"> <div class="dmRespColsWrapper" id="1782856750"> <div class="dmRespCol small-12 large-4 medium-4 u_1689498639" id="1689498639"> <div class="imageWidget align-center u_1475782564" data-element-type="image" data-widget-type="image" id="1475782564"> <a href="/changed-life-stories" id="1728144483" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Small+Website+670x590-bf1153f5-1920w.jpg" alt="Nirmula and her son." id="1425567399" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Small+Website+670x590-bf1153f5.jpg" width="670" height="590" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1476954526 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1476954526" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-24"><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" class="m-font-size-24" m-font-size-set="true" style="display: unset; color: rgb(255, 255, 255); font-weight: bold;">Life Changing Stories</a></p><p><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" style="display: unset; color: rgb(255, 255, 255);">What happens when you give a Talking Bible?</a></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1469632437" id="1469632437"> <div class="imageWidget align-center u_1697825109" data-element-type="image" data-widget-type="image" id="1697825109"> <a href="/videos" id="1096271009" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/video-teaser-1920w.jpg" alt="" id="1282122341" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/video-teaser.jpg" width="670" height="590" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1425231113 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1425231113" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-24"><a href="/videos" runtime_url="/videos" type="page" class="m-font-size-24" m-font-size-set="true" style="font-weight: bold; display: unset; color: rgb(255, 255, 255);">Videos</a></p><p><a href="/videos" runtime_url="/videos" type="page" style="display: unset; color: rgb(255, 255, 255);">See the impact Talking Bibles are making worldwide!</a></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1782305106" id="1782305106"> <div class="u_1778861512 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1778861512"> <a href="/newsletter" id="1928887796" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Cover+small+website-1920w.jpg" alt="" id="1782296534" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Cover+small+website.jpg" width="670" height="590" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1440744445" data-element-type="paragraph" data-version="5" id="1440744445" background-image":""}"="" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-24"><a href="/newsletter" runtime_url="/newsletter" type="page" class="m-font-size-24" m-font-size-set="true" style="display: unset; color: rgb(255, 255, 255); font-weight: bold;">Newsletters</a></p><p><a href="/newsletter" runtime_url="/newsletter" type="page" style="display: unset; color: rgb(255, 255, 255);">View our latest and past</a> <a href="/newsletter" runtime_url="/newsletter" type="page" style="display: unset; color: rgb(255, 255, 255);">newsletters</a></p><p><span style="display: initial;"><br/></span></p></div> </div> </div> </div> </div> </div> </div> <div class="u_1716376484 dmRespRow fullBleedChanged fullBleedMode hasBackgroundOverlay hide-for-small hide-for-large" id="1716376484"> <div class="dmRespColsWrapper" id="1581112845"> <div class="dmRespCol large-12 medium-12 small-12" id="1369875009"> <div class="dmNewParagraph u_1059246641" data-element-type="paragraph" data-version="5" id="1059246641" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h4 class="text-align-center m-size-48 size-60"><a href="/our-impact" runtime_url="/our-impact" type="page" class="font-size-60 m-font-size-48" style="text-shadow: rgba(255, 255, 255, 0.05) 3px 3px 5px; color: rgb(14, 136, 173); display: unset;">WORLDWIDE IMPACT</a></h4> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1912236218" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-18 text-align-center size-30"><span class="m-font-size-18 font-size-30" m-font-size-set="true" style="font-weight: bold; display: unset;">See the Global Impact of Talking Bibles</span></p></div> <div class="dmRespRow fullBleedChanged fullBleedMode u_1232025435" id="1232025435"> <div class="dmRespColsWrapper" id="1689596419"> <div class="dmRespCol small-12 large-4 medium-4 u_1784083541" id="1784083541"> <div class="imageWidget align-center u_1558626426" data-element-type="image" data-widget-type="image" id="1558626426"> <a href="/changed-life-stories" id="1806250418" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Small+Website+670x590-bf1153f5-1920w.jpg" alt="Nirmula and her son." id="1776855543" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Small+Website+670x590-bf1153f5.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1539906790" data-element-type="paragraph" data-version="5" id="1539906790" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-24 size-30" style="line-height: 1;"><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" class="m-font-size-24 font-size-30" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Life Changing Stories</a></p><p class="m-size-14 size-18"><a href="/changed-life-stories" runtime_url="/changed-life-stories" type="page" class="m-font-size-14 font-size-18" style="color:rgb(255, 255, 255);display:unset;font-family:Roboto, 'Roboto Fallback';">What happens when you give a Talking Bible?</a></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1116038895" id="1116038895"> <div class="imageWidget align-center u_1369800519" data-element-type="image" data-widget-type="image" id="1369800519"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/video-teaser-1920w.jpg" alt="" id="1571110417" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/video-teaser.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></div> <div class="dmNewParagraph u_1508210928" data-element-type="paragraph" data-version="5" id="1508210928" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-24 size-30" style="line-height: 1;"><a href="/videos" runtime_url="/videos" type="page" class="font-size-30 m-font-size-24" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Videos</a></p><p class="m-size-14 size-18"><a href="/videos" runtime_url="/videos" type="page" class="m-font-size-14 font-size-18" style="color:rgb(255, 255, 255);display:unset;font-family:Roboto, 'Roboto Fallback';">See the impact Talking Bibles are making worldwide!</a></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1890337333" id="1890337333"> <div class="imageWidget align-center u_1419314962" data-element-type="image" data-widget-type="image" id="1419314962"> <a href="/newsletter" id="1535081261" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Cover+small+website-1920w.jpg" alt="" id="1863929696" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Cover+small+website.jpg" width="670" height="590" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1256661519" data-element-type="paragraph" data-version="5" id="1256661519" data-styletopreserve="{" background-image":""}"=""><p class="m-size-24 size-30" style="line-height: 1;"><a href="/newsletter" runtime_url="/newsletter" type="page" class="font-size-30 m-font-size-24" style="color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Newsletters</a></p><p class="size-18 m-size-14"><a href="/newsletter" runtime_url="/newsletter" type="page" class="font-size-18 m-font-size-14" style="color:rgb(255, 255, 255);display:unset;font-family:Roboto, 'Roboto Fallback';">View our latest and past newsletters!</a></p></div> </div> </div> </div> </div> </div> </div> <div class="u_1893203187 dmRespRow fullBleedChanged fullBleedMode" style="text-align: center;" id="1893203187"> <div class="dmRespColsWrapper" id="1658308779"> <div class="u_1695537841 dmRespCol small-12 medium-12 large-12" id="1695537841" data-anim-desktop="fadeInUp"> <div class="u_1805663955 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1805663955" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 text-align-center size-24"><span class="m-font-size-19 font-size-24" style="font-weight: bold; display: unset;">Join us in providing Talking Bibles to nonreaders worldwide!</span></p></div> <a data-display-type="block" class="u_1997533938 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/donate" data-element-type="dButtonLinkId" id="1997533938" target="_blank"> <span class="iconBg" aria-hidden="true" id="1081792465"> <span class="icon hasFontIcon icon-star" id="1726102423"></span> </span> <span class="text" id="1066770602">D O N A T E</span> </a> </div> </div> </div> <div class="u_1425236907 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-small" style="text-align: center;" id="1425236907"> <div class="dmRespColsWrapper" id="1465583958"> <div class="dmRespCol small-12 large-6 medium-6 u_1925322849" id="1925322849"> <div class="u_1527403460 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1527403460"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/listening-icon-gray-bkgrd-435w.png" alt="" id="1462258516" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/listening-icon-gray-bkgrd.png" width="1394" height="710" onerror="handleImageLoadError(this)"/></div> <div class="dmNewParagraph u_1952904349" data-element-type="paragraph" data-version="5" id="1952904349" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h5 class="size-96 m-size-77"><span class="font-size-96 m-font-size-77" style="display: unset; color: rgb(14, 136, 173); text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px;">AFRICA</span></h5> </div> <div class="dmNewParagraph u_1013510235" data-element-type="paragraph" data-version="5" id="1013510235" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-16 size-20" style="letter-spacing: 0.2em;"><span class="m-font-size-16 font-size-20" m-font-size-set="true" style="text-transform:uppercase;font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';font-style:normal;">Talking Bibles for Refugees</span></p></div> <div class="u_1910306377 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1910306377" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-18 m-size-14"><span class="font-size-18 m-font-size-14" style="display: unset;"><span class="font-size-18 m-font-size-14" style="display: unset;">Placing Talking Bibles into the refugee camps is vital for the survival of so many. Refugees are fleeing because of violence, discrimination, or persecution.</span> </span></p><p class="size-18 m-size-14"><span class="font-size-18 m-font-size-14" style="display: unset;">They NEED God's Word.</span></p></div> <a data-display-type="block" class="u_1725209211 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/africa" data-element-type="dButtonLinkId" id="1725209211"> <span class="iconBg" aria-hidden="true" id="1853251342"> <span class="icon hasFontIcon icon-star" id="1317346838"></span> </span> <span class="text" id="1526620594">B I B L E S F O R R E F U G E E S</span> </a> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1811419053" id="1811419053"> <div class="u_1366882843 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1366882843"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/African-man-bd391186-1193h.jpg" alt="" id="1290772351" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/African-man-bd391186.jpg" width="1409" height="1557" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1121459210 dmRespRow fullBleedChanged fullBleedMode hide-for-large" style="text-align: center;" id="1121459210"> <div class="dmRespColsWrapper" id="1014717640"> <div class="dmRespCol small-12 large-6 medium-6 u_1054575808" id="1054575808"> <div class="u_1275287015 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1275287015" style="transition: opacity 1s ease-in-out 0s; text-align: left;"> <h5 class="m-size-58 size-72"><span class="m-font-size-58 font-size-72" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; color: rgb(14, 136, 173); display: unset;">AFRICA</span></h5> </div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1751836475" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-16 size-20" style="letter-spacing: 0.2em;"><span class="m-font-size-16 font-size-20" m-font-size-set="true" style="text-transform:uppercase;font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';font-style:normal;">Talking Bibles for Refugees</span></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1126193935" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-16 size-20"><span class="font-size-20 m-font-size-16" style="display: unset; font-style: normal;">Placing Talking Bibles into the refugee camps is vital for the survival of so many. Refugees are fleeing because of violence, discrimination, or persecution. They NEED God's Word.</span></p></div> <a data-display-type="block" class="u_1983561179 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/africa" data-element-type="dButtonLinkId" id="1983561179"> <span class="iconBg" aria-hidden="true" id="1158106431"> <span class="icon hasFontIcon icon-star" id="1391027804"></span> </span> <span class="text" id="1689770674">B I B L E S F O R R E F U G E E S</span> </a> </div> <div class="dmRespCol large-6 medium-6 small-12 u_1793636508" id="1793636508"> <div class="u_1575235259 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1575235259"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/African-man-1920w.jpg" alt="" id="1763805896" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/African-man.jpg" width="1416" height="1557" onerror="handleImageLoadError(this)"/></div> </div> </div> </div> <div class="u_1996842852 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-small" id="1996842852"> <div class="dmRespColsWrapper" id="1266312004"> <div class="dmRespCol small-12 u_1436686937 medium-12 large-12" id="1436686937"> <div class="u_1438697087 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1438697087" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="m-size-58 size-72"><span class="font-size-72 m-font-size-58" style="text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px; display: initial; color: rgb(0, 0, 0);">INDIA HAS OVER</span></h6> <h6 class="m-size-58 size-72"><span class="font-size-72 m-font-size-58" style="text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px; display: initial; color: rgb(14, 136, 173);">280 MILLION</span></h6> <h6 class="m-size-58 size-72" style="letter-spacing: 0.05em; line-height: 1;"><span class="font-size-72 m-font-size-58" style="text-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px; display: initial; color: rgb(0, 0, 0);">NON-READERS</span></h6> </div> <a data-display-type="block" class="u_1263026818 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/india" data-element-type="dButtonLinkId" id="1263026818"> <span class="iconBg" aria-hidden="true" id="1454008695"> <span class="icon hasFontIcon icon-star" id="1767200708"></span> </span> <span class="text" id="1376324196">B I B L E S F O R I N D I A</span> </a> <div class="u_1591300755 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1591300755" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="size-32 m-size-26"><span style="display: unset; font-weight: bold;" class="font-size-32 m-font-size-26">A Talking Bible in EVERY VILLAGE by 2033.</span></p><p class="size-32 m-size-26"><span style="display: unset; font-weight: bold;" class="font-size-32 m-font-size-26">Join us in Reaching a Nation!</span></p></div> </div> </div> </div> <div class="u_1864713584 dmRespRow fullBleedChanged fullBleedMode hide-for-small hide-for-large" id="1864713584"> <div class="dmRespColsWrapper" id="1390824689"> <div class="dmRespCol small-12 u_1756942541 medium-12 large-12" id="1756942541"> <div class="u_1122611345 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1122611345" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="m-size-38 size-48"><span class="m-font-size-38 font-size-48" style="display: unset;">INDIA HAS OVER</span></h6> <h6 class="m-size-38 size-48"><span class="m-font-size-38 font-size-48" style="color: rgb(14, 136, 173); display: unset;">280 MILLION</span></h6> <h6 class="m-size-38 size-48" style="line-height: 1; letter-spacing: 0.05em;"><span class="m-font-size-38 font-size-48" style="display: unset;">NON-READERS</span></h6> <h5><span style="display: initial;"><br/></span></h5> </div> <a data-display-type="block" class="u_1689802296 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/india" data-element-type="dButtonLinkId" id="1689802296"> <span class="iconBg" aria-hidden="true" id="1663638854"> <span class="icon hasFontIcon icon-star" id="1925779573"></span> </span> <span class="text" id="1729559685">B I B L E S F O R I N D I A</span> </a> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1274870374" style="transition: opacity 1s ease-in-out 0s;"><p class="size-24 m-size-19"><span class="font-size-24 m-font-size-19" style="display: unset; font-weight: bold;"><span style="display: unset; font-weight: bold;" class="font-size-24 m-font-size-19">A Talking Bible in EVERY VILLAGE</span> </span></p><p class="size-24 m-size-19"><span style="display: unset; font-weight: bold;" class="font-size-24 m-font-size-19">by 2033. Join us in Reaching a Nation!</span></p></div> </div> </div> </div> <div class="u_1977431150 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-large hasBackgroundOverlay" id="1977431150"> <div class="dmRespColsWrapper" id="1811729621"> <div class="dmRespCol small-12 u_1566569713 medium-12 large-12" id="1566569713"> <div class="dmNewParagraph u_1628257161" data-element-type="paragraph" data-version="5" id="1628257161" style="transition: opacity 1s ease-in-out 0s;"> <h6><br/></h6> <h6 class="m-size-36"><span m-font-size-set="true" style="text-shadow: none; display: initial;" class="m-font-size-36"><span class="ql-cursor"></span>INDIA HAS OVER</span></h6> <h6 class="m-size-40"><span class="m-font-size-40" m-font-size-set="true" style="text-shadow: none; display: initial; color: rgb(14, 136, 173);">280 MILLION</span></h6> <h6 class="m-size-36" style="letter-spacing: 0.05em; line-height: 1;"><span class="m-font-size-36" m-font-size-set="true" style="text-shadow: none; display: initial;">NON-READERS</span></h6> <h6 style="letter-spacing: 0.05em; line-height: 1;"><span class="font-size-85 m-font-size-30" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(0, 0, 0);display:initial;font-family:MyriadPro-Bold;"><br/></span></h6> </div> <a data-display-type="block" class="u_1660692856 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient sticky-desktop-position-bottom-right sticky-mobile-position-bottom-right" file="false" href="/india" data-element-type="dButtonLinkId" id="1660692856"> <span class="iconBg" aria-hidden="true" id="1023901669"> <span class="icon hasFontIcon icon-star" id="1347984272"></span> </span> <span class="text" id="1500939374">B I B L E S F O R I N D I A</span> </a> <div class="u_1808347913 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1808347913" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.3;"><span style="display: initial;"><br/></span></p><p class="m-size-18 size-36" style="line-height: 1.3;"><span class="m-font-size-18 font-size-36" m-font-size-set="true" style="color: rgb(0, 0, 0); font-weight: normal; display: initial;">A Talking Bible in</span><span class="m-font-size-18 font-size-36" style="color: rgb(0, 0, 0); font-weight: bold; display: initial;"> <span class="m-font-size-18 font-size-36" m-font-size-set="true" style="color: rgb(0, 0, 0); font-weight: bold; display: initial;">EVERY VILLAGE</span> </span></p><p class="m-size-18 size-36" style="line-height: 1.3;"><span class="m-font-size-18 font-size-36" style="color: rgb(0, 0, 0); font-weight: bold; display: initial;"><span class="m-font-size-18 font-size-36" m-font-size-set="true" style="color: rgb(0, 0, 0); font-weight: bold; display: initial;">by 2033.</span> </span><span class="m-font-size-18 font-size-36" m-font-size-set="true" style="color: rgb(0, 0, 0); font-weight: normal; display: initial;">Join us in Reaching a Nation!</span></p></div> </div> </div> </div> <div class="u_1083335482 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-small" id="1083335482"> <div class="dmRespColsWrapper" id="1628943589"> <div class="dmRespCol small-12 large-4 medium-4 u_1173473134" id="1173473134"> <div class="u_1450035395 imageWidget align-center hasFullWidth hasFullWidthMobile" data-element-type="image" data-widget-type="image" id="1450035395"> <a href="/meet-the-talking-bible" id="1216842065" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bible-725x647-703w.jpg" alt="" id="1801780252" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bible-725x647.jpg" width="725" height="647" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1021695384 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1021695384" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-29 size-36"><a href="/meet-the-talking-bible" runtime_url="/meet-the-talking-bible" type="page" class="m-font-size-29 font-size-36" style="text-shadow:rgba(0, 0, 0, 0.4) 0px 0px 15px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Meet the Talking Bible</a></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1146671263" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.3;" class="m-size-19 size-24"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-24 m-font-size-19">Talking Bibles has developed sturdy, versatile audio Scripture players that meet the requirements of the mission field.</span></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1066197537" id="1066197537"> <div class="u_1560802743 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1560802743"> <a href="/partners" id="1577211242" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/_JC01553-28-be4e7aea-9a2c6312-703w.jpg" alt="Talking Bibles partnerships" id="1941757711" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/_JC01553-28-be4e7aea-9a2c6312.jpg" width="1428" height="1281" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1138426549 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1138426549" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-29 size-36"><a href="/partners" runtime_url="/partners" type="page" class="font-size-36 m-font-size-29" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Partners</a></p></div> <div class="u_1180637514 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1180637514" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 size-24" style="line-height: 1.3;"><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset; font-weight: bold;"><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset; font-weight: bold;">It's a joint effort!</span> </span><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset;">Through partnerships with 100s of organizations, Talking Bibles has a global reach.</span></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1452454150" id="1452454150"> <div class="u_1032049136 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1032049136"> <a href="/history" id="1509896591" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/history+home-703w.jpg" alt="Talking Bibles partnerships" id="1455390792" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/history+home.jpg" width="1421" height="1281" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1259654529 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1259654529" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-29 size-36"><a href="/history" runtime_url="/history" type="page" class="font-size-36 m-font-size-29" style="text-shadow:rgba(0, 0, 0, 0.4) 0px 0px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">History</a></p></div> <div class="u_1221427200 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1221427200" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 size-24" style="line-height: 1.3;"><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset; font-weight: bold; font-style: italic;"><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset; font-weight: bold; font-style: italic;">"Honey, they are going to kill us all!"</span> </span><span class="m-font-size-19 font-size-24" style="color: rgb(0, 0, 0); display: unset;">See the history of Talking Bibles starting with the life and legacy of Dr. Harvey Hoekstra and his wife, Lavina.</span></p></div> </div> </div> </div> <div class="u_1096836969 dmRespRow fullBleedChanged fullBleedMode hide-for-medium hide-for-large" id="1096836969"> <div class="dmRespColsWrapper" id="1542443358"> <div class="dmRespCol small-12 large-4 medium-4 u_1824838193" id="1824838193"> <div class="u_1077793529 imageWidget align-center hasFullWidth hasFullWidthMobile" data-element-type="image" data-widget-type="image" id="1077793529"> <a href="/meet-the-talking-bible" id="1740940922" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bible-725x647-1920w.jpg" alt="" id="1024258615" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bible-725x647.jpg" width="725" height="647" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1494847261 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1494847261" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-30"><a href="/meet-the-talking-bible" runtime_url="/meet-the-talking-bible" type="page" class="m-font-size-30" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Meet the Talking Bible</a></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1359081701" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-19 size-24" style="line-height: 1.3;"><span class="font-size-24 m-font-size-19" style="display: unset; color: rgb(0, 0, 0);">Talking Bibles has developed sturdy, versatile audio Scripture players that meet the requirements of the mission field.</span></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1898630369" id="1898630369"> <div class="dmDividerWrapper clearfix u_1134609365" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1134609365"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1539385215"/></div> <div class="u_1722661201 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1722661201"> <a href="/partners" id="1193651813" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/_JC01553-28-be4e7aea-9a2c6312-1920w.jpg" alt="Talking Bibles partnerships" id="1564219096" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/_JC01553-28-be4e7aea-9a2c6312.jpg" width="1428" height="1281" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1089366347" data-element-type="paragraph" data-version="5" id="1089366347" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-30"><a href="/partners" runtime_url="/partners" type="page" class="m-font-size-30" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Partners</a></p></div> <div class="u_1214849260 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1214849260" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.3;" class="m-size-19 size-24"><span style="display: unset; color: rgb(0, 0, 0);" class="font-size-24 m-font-size-19">It's a joint effort! Through partnerships with 100s of organizations, Talking Bibles has a global reach.</span></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1388870440" id="1388870440"> <div class="dmDividerWrapper clearfix u_1410689207" data-element-type="dDividerId" data-layout="divider-style-1" data-widget-version="2" id="1410689207"><hr class="dmDivider" style="border-width:2px; border-top-style:solid; color:grey;" id="1170561574"/></div> <div class="u_1976901093 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1976901093"> <a href="/history" id="1800431813" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/yom-0000000002-81042f6a-ae4f4614-1920w.jpg" alt="Talking Bibles history" id="1184137659" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/yom-0000000002-81042f6a-ae4f4614.jpg" width="725" height="647" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1307354854" data-element-type="paragraph" data-version="5" id="1307354854" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-30"><a href="/history" runtime_url="/history" type="page" class="m-font-size-30" m-font-size-set="true" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">History</a></p></div> <div class="u_1772670120 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1772670120" style="transition: opacity 1s ease-in-out 0s;"><p style="line-height: 1.3;" class="m-size-18"><span class="m-font-size-19" style="display: unset; font-style: italic; font-weight: bold;"><span class="m-font-size-19" style="display: unset; font-style: italic; font-weight: bold;">"Honey, they are going to kill us all!"</span> </span><span style="display: unset;" class="m-font-size-18" m-font-size-set="true">See the history of Talking Bibles starting with the life and legacy of Dr. Harvey Hoekstra and his wife, Lavina.</span></p></div> </div> </div> </div> <div class="u_1989421727 dmRespRow fullBleedChanged fullBleedMode hide-for-small hide-for-large" id="1989421727"> <div class="dmRespColsWrapper" id="1365589948"> <div class="dmRespCol small-12 large-4 medium-4 u_1361604035" id="1361604035"> <div class="u_1373641459 imageWidget align-center hasFullWidth hasFullWidthMobile" data-element-type="image" data-widget-type="image" id="1373641459"> <a href="/meet-the-talking-bible" id="1118036295" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/Talking-Bible-725x647-1920w.jpg" alt="" id="1989024502" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/Talking-Bible-725x647.jpg" width="725" height="647" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1831465388 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1831465388" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-29 size-36"><a href="/meet-the-talking-bible" runtime_url="/meet-the-talking-bible" type="page" class="m-font-size-29 font-size-36" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Meet the Talking Bible</a></p></div> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1083875520" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14 size-18" style="line-height: 1.3;"><span class="m-font-size-14 font-size-18" style="color: rgb(0, 0, 0); display: unset;">Talking Bibles has developed sturdy, versatile audio Scripture players that meet the requirements of the mission field.</span></p></div> </div> <div class="dmRespCol small-12 large-4 medium-4 u_1512078593" id="1512078593"> <div class="u_1491394097 imageWidget align-center hasFullWidth" data-element-type="image" data-widget-type="image" id="1491394097"> <a href="/partners" id="1085825284" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/_JC01553-28-be4e7aea-9a2c6312-1920w.jpg" alt="Talking Bibles partnerships" id="1606176584" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/_JC01553-28-be4e7aea-9a2c6312.jpg" width="1428" height="1281" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1420275744" data-element-type="paragraph" data-version="5" id="1420275744" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-29 size-36"><span class="font-size-36 m-font-size-29" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 10px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">Partners</span></p></div> <div class="u_1691819128 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1691819128" style="transition: opacity 1s ease-in-out 0s;"><p class="size-18 m-size-14" style="line-height: 1.3;"><span class="font-size-18 m-font-size-14" style="display: unset; color: rgb(0, 0, 0);">It's a joint effort! Through partnerships with 100s of organizations, Talking Bibles has a global reach.</span></p></div> </div> <div class="dmRespCol large-4 medium-4 small-12 u_1614505438" id="1614505438"> <div class="imageWidget align-center u_1592964853 hasFullWidth" data-element-type="image" data-widget-type="image" id="1592964853"> <a href="/history" id="1078644575" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/yom-0000000002-81042f6a-ae4f4614-1920w.jpg" alt="Talking Bibles history" id="1270809883" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/yom-0000000002-81042f6a-ae4f4614.jpg" width="725" height="647" data-hover-effect="opacity" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1189716852" data-element-type="paragraph" data-version="5" id="1189716852" style="transition: opacity 1s ease-in-out 0s; text-align: left;"><p class="m-size-29 size-36"><span class="m-font-size-29 font-size-36" style="text-shadow:rgba(0, 0, 0, 0.25) 3px 3px 1px;color:rgb(255, 255, 255);font-weight:bold;display:unset;font-family:Roboto, 'Roboto Fallback';">History</span></p></div> <div class="u_1190668983 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1190668983" style="transition: opacity 1s ease-in-out 0s;"><p class="m-size-14" style="line-height: 1.3;"><span class="m-font-size-14" style="display: unset; font-weight: bold;"><span class="m-font-size-14" style="display: unset; font-weight: bold;">"Honey, they are going to kill us all!"</span> </span><span class="m-font-size-14" style="display: unset;">See the history of Talking Bibles starting with the life and legacy of Dr. Harvey Hoekstra and his wife, Lavina.</span></p></div> </div> </div> </div> <div class="u_1878536396 dmRespRow" id="1878536396"> <div class="dmRespColsWrapper" id="1830398908"> <div class="dmRespCol large-12 medium-12 small-12 u_1527768538" id="1527768538"> <div class="u_1474443819 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1474443819" style="transition: none 0s ease 0s; text-align: left; display: block;"> <h6 class="m-size-48 text-align-center size-60"><span class="font-size-60 m-font-size-48" style="text-shadow: rgba(0, 0, 0, 0.25) 3px 3px 5px; display: unset; color: rgb(14, 136, 173);">Don't miss out!</span></h6> </div> <div data-element-type="html" class="u_1650550211 dmCustomHtml" id="1650550211"> <div id="bbox-root-86574912-9b19-42eb-9449-7d7c9e5a9043"></div> <script type="text/javascript"> var bboxInit2 = bboxInit2 || []; bboxInit2.push(function () { bboxApi.showForm('86574912-9b19-42eb-9449-7d7c9e5a9043'); }); (function () { var e = document.createElement('script'); e.async = true; e.src = 'https://bbox.blackbaudhosting.com/webforms/bbox-2.0-min.js'; document.getElementsByTagName('head')[0].appendChild(e); } ()); </script> </div> </div> </div> </div> </div> </div> </div> </div> <div class="sticky-widgets-container-global" id="1267202200"></div> <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="u_1766484092 dmRespRow dmFooterContent fullBleedChanged fullBleedMode hide-for-small hide-for-medium" id="1766484092"> <div class="dmRespColsWrapper" id="1575580251"> <div class="u_1200456732 dmRespCol dmFooterCol small-12 large-3 medium-3" id="1200456732"> <div class="u_1973182287 imageWidget" data-widget-type="image" id="1973182287" data-element-type="image"> <a href="/" id="1242416305"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/talking-bibles-logo-footer-158h.jpg" id="1633302645" class="u_1633302645" dm_changed="true" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/talking-bibles-logo-footer.jpg" width="215" height="227" alt="Talking Bibles International logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1242439741 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1242439741" style="" data-styletopreserve="{"background-image":""}"><p style="letter-spacing: initial;" class="m-text-align-center m-size-13 text-align-center size-16"><span style="color:rgb(255, 255, 255);display:initial;font-family:'MyriadPro-Regular';" class="m-font-size-13 font-size-16">Talking Bibles International</span></p><p style="letter-spacing: initial;" class="m-text-align-center m-size-13 text-align-center size-16"><span style="color:rgb(255, 255, 255);display:initial;font-family:'MyriadPro-Regular';" class="m-font-size-13 font-size-16">419 East Grand Avenue</span></p><p style="letter-spacing: initial;" class="m-text-align-center m-size-13 text-align-center size-16"><span style="color:rgb(255, 255, 255);display:initial;font-family:'MyriadPro-Regular';" class="m-font-size-13 font-size-16">Escondido, CA 92025 USA</span></p></div> <div class="u_1251306611 align-center text-align-center dmSocialHub gapSpacing" id="1251306611" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/talkingbibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/talking_bibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@TalkingBiblesOrg?sub_confirmation=1" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1403424278 dmRespCol small-12 large-3 medium-3" id="1403424278"> <div class="u_1372846049 dmNewParagraph" id="1372846049" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/" runtime_url="/" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Home</a></p></div> <div class="u_1016477521 dmNewParagraph" id="1016477521" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/get-involved" runtime_url="/get-involved" type="page" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">Get Involved</a></p></div> <div class="u_1642671899 dmNewParagraph" id="1642671899" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/careers" runtime_url="/careers" type="page" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">Employment</a></p></div></div> <div class="u_1259571948 dmRespCol small-12 medium-3 large-3" id="1259571948"> <div class="u_1311660286 dmNewParagraph" id="1311660286" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/#ListenOnline" runtime_url="/#ListenOnline" type="anchor" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Listen Online</a></p></div> <div class="u_1985444767 dmNewParagraph" id="1985444767" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="https://tb2u.com/" target="_blank" runtime_url="https://tb2u.com/" type="url" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Purchase</a></p></div> <div class="u_1529377087 dmNewParagraph" id="1529377087" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/newsletter" runtime_url="/newsletter" type="page" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Subscribe</a></p></div></div> <div class="dmRespCol small-12 medium-3 large-3 u_1251522873" id="1251522873"> <div class="u_1534923919 dmNewParagraph" id="1534923919" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/contact" runtime_url="/contact" type="page" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Donate</a></p></div> <div class="u_1290476570 dmNewParagraph" id="1290476570" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/contact-us" runtime_url="/contact-us" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Contact Us</a></p></div> <div class="u_1584333777 dmNewParagraph" id="1584333777" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/privacy" runtime_url="/privacy" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Privacy Policy</a></p></div> <div class="imageWidget align-center u_1519087290" data-element-type="image" data-widget-type="image" id="1519087290"> <a id="1919850544" class="" file="false" target="_blank" href="http://www.guidestar.org/profile/33-0361583"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/candid-seal-platinum-2024-60w.png" alt="GuideStar Platinum Star" id="1041166509" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/candid-seal-platinum-2024.png" width="522" height="522" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1323659881 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1323659881"> <a id="1534797182" class="" target="_blank" file="false" href="https://www.ecfa.org/MemberProfile.aspx?ID=33550#ScrollTo33550"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/ECFA_Accredited_2color_ET2_Med-60w.png" alt="ECFA Member Logo" id="1951009956" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ECFA_Accredited_2color_ET2_Med.png" width="611" height="611" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1823885963 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1823885963"> <a href="https://www.charitynavigator.org/ein/330361583" id="1169712550" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/02_CN_IG_Rated_Badge_97-58w.png" alt="" id="1984283718" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/02_CN_IG_Rated_Badge_97.png" width="1920" height="1920" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1728132973 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1728132973"> <a href="/barnabas" id="1757009532" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/barnabas-logo-90w.jpg" alt="Barnabas Logo" id="1976369384" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/barnabas-logo.jpg" width="109" height="84" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1495181431 dmRespRow dmFooterContent fullBleedChanged fullBleedMode hide-for-small hide-for-large" id="1495181431"> <div class="dmRespColsWrapper" id="1239332072"> <div class="u_1508495353 dmRespCol dmFooterCol small-12 large-3 medium-3" id="1508495353"> <div class="u_1664461983 imageWidget" data-widget-type="image" id="1664461983" data-element-type="image"> <a href="/" id="1582151983"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/talking-bibles-logo-footer-1920w.jpg" id="1207780756" class="u_1207780756" dm_changed="true" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/talking-bibles-logo-footer.jpg" width="215" height="227" alt="Talking Bibles International logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1035176836 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1035176836" data-styletopreserve="{" background-image":""}"=""><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);display:initial;font-family:Roboto, 'Roboto Fallback';">Talking Bibles International</span></p><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);display:initial;font-family:Roboto, 'Roboto Fallback';">419 East Grand Avenue</span></p><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);display:initial;font-family:Roboto, 'Roboto Fallback';">Escondido, CA 92025 USA</span></p></div> <div class="u_1801504350 align-center text-align-center dmSocialHub gapSpacing" id="1801504350" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/talkingbibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/talking_bibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@TalkingBiblesOrg/" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1637229373 dmRespCol small-12 large-3 medium-3" id="1637229373"> <div class="u_1299368315 dmNewParagraph" id="1299368315" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/" runtime_url="/" type="page" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Home</a></p></div> <div class="u_1742580214 dmNewParagraph" id="1742580214" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/get-involved" runtime_url="/get-involved" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Get Involved</a></p></div> <div class="u_1237145258 dmNewParagraph" id="1237145258" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/careers" runtime_url="/careers" type="page" style="font-weight: bold; color: rgb(255, 255, 255); display: initial;">Employment</a></p></div></div> <div class="u_1405624077 dmRespCol small-12 medium-3 large-3" id="1405624077"> <div class="u_1067586926 dmNewParagraph" id="1067586926" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/#ListenOnline" runtime_url="/#ListenOnline" type="anchor" style="color: rgb(255, 255, 255); display: initial; font-weight: bold;">Listen Online</a></p></div> <div class="u_1013798452 dmNewParagraph" id="1013798452" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="https://tb2u.com/" target="_blank" runtime_url="https://tb2u.com/" type="url" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Purchase</a></p></div> <div class="u_1257795676 dmNewParagraph" id="1257795676" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/newsletter" runtime_url="/newsletter" type="page" style="color: rgb(255, 255, 255); font-weight: bold; display: initial;">Subscribe</a></p></div> <div class="u_1999205477 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1999205477"> <a href="https://www.guidestar.org/profile/33-0361583" id="1103056276" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/candid-seal-platinum-2024-1920w.png" alt="" id="1294272977" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/candid-seal-platinum-2024.png" width="522" height="522" onerror="handleImageLoadError(this)"/></a> </div> </div> <div class="dmRespCol small-12 medium-3 large-3 u_1810488074" id="1810488074"> <div class="u_1915109633 dmNewParagraph" id="1915109633" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/contact" runtime_url="/contact" type="page" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Donate</a></p></div> <div class="u_1136050161 dmNewParagraph" id="1136050161" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/contact-us" runtime_url="/contact-us" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Contact Us</a></p></div> <div class="u_1093068443 dmNewParagraph" id="1093068443" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/privacy" runtime_url="/privacy" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Privacy Policy</a></p></div> <div class="u_1660460770 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1660460770"> <a id="1611736925" class="" file="false" href="https://www.ecfa.org/MemberProfile.aspx?ID=33550#ScrollTo"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/ECFA_Accredited_2color_ET2_Med-1920w.png" alt="" id="1445563227" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ECFA_Accredited_2color_ET2_Med.png" width="611" height="611" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1390175245 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1390175245"> <a href="https://www.charitynavigator.org/ein/330361583" id="1852288938" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/02_CN_IG_Rated_Badge_97-1920w.png" alt="" id="1259564239" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/02_CN_IG_Rated_Badge_97.png" width="1920" height="1920" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1590975237 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1590975237"> <a href="/barnabas" id="1776356333" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/barnabas-logo-1920w.jpg" alt="" id="1532565204" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/barnabas-logo.jpg" width="109" height="84" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="u_1957236352 dmRespRow dmFooterContent fullBleedChanged fullBleedMode hide-for-medium hide-for-large" id="1957236352"> <div class="dmRespColsWrapper" id="1921473012"> <div class="u_1512615291 dmRespCol dmFooterCol small-12 large-3 medium-3" id="1512615291"> <div class="u_1946499724 imageWidget" data-widget-type="image" id="1946499724" data-element-type="image"> <a href="/" id="1161175610"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/talking-bibles-logo-footer-1920w.jpg" id="1727872569" class="u_1727872569" dm_changed="true" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/talking-bibles-logo-footer.jpg" width="215" height="227" alt="Talking Bibles International logo" onerror="handleImageLoadError(this)"/></a> </div> <div class="dmNewParagraph u_1050205784" data-element-type="paragraph" data-version="5" id="1050205784" data-styletopreserve="{" background-image":""}"=""><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);font-weight:300;display:initial;font-family:Roboto, 'Roboto Fallback';">Talking Bibles International</span></p><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);font-weight:300;display:initial;font-family:Roboto, 'Roboto Fallback';">419 East Grand Avenue</span></p><p class="text-align-center m-size-13 m-text-align-center size-16" style="letter-spacing: initial;"><span class="font-size-16 m-font-size-13" style="color:rgb(255, 255, 255);font-weight:300;display:initial;font-family:Roboto, 'Roboto Fallback';">Escondido, CA 92025 USA</span></p></div> <div class="u_1716308530 align-center text-align-center dmSocialHub gapSpacing" id="1716308530" dmle_extension="social_hub" data-element-type="social_hub" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://www.facebook.com/talkingbibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Facebook')"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.instagram.com/talking_bibles/" target="_blank" dm_dont_rewrite_url="true" aria-label="instagram" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Instagram')"> <span class="dmSocialInstagram dm-social-icons-instagram oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> <a href="https://www.youtube.com/@TalkingBiblesOrg/" target="_blank" dm_dont_rewrite_url="true" aria-label="youtube" onclick="dm_gaq_push_event && dm_gaq_push_event('socialLink', 'click', 'Youtube')"> <span class="dmSocialYoutube dm-social-icons-youtube oneIcon socialHubIcon style3" aria-hidden="true" data-hover-effect=""></span> </a> </div> </div> </div> </div> <div class="u_1494216692 dmRespCol small-12 large-3 medium-3" id="1494216692"> <div class="u_1794663154 dmNewParagraph" id="1794663154" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/" runtime_url="/" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Home</a></p></div> <div class="u_1822744420 dmNewParagraph" id="1822744420" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/get-involved" runtime_url="/get-involved" type="page" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">Get Involved</a></p></div> <div class="u_1291400218 dmNewParagraph" id="1291400218" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="text-align-left"><a href="/careers" runtime_url="/careers" type="page" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">E</a><a href="/careers" runtime_url="/careers" type="page" style="color:rgb(255, 255, 255);font-weight:bold;display:initial;font-family:Roboto, 'Roboto Fallback';">mployment</a></p></div></div> <div class="u_1132064813 dmRespCol small-12 medium-3 large-3" id="1132064813"> <div class="u_1848401392 dmNewParagraph" id="1848401392" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/#ListenOnline" runtime_url="/#ListenOnline" type="anchor" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Listen Online</a></p></div> <div class="u_1355361771 dmNewParagraph" id="1355361771" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="https://tb2u.com/" target="_blank" runtime_url="https://tb2u.com/" type="url" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Purchase</a></p></div> <div class="u_1782139529 dmNewParagraph" id="1782139529" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/newsletter" runtime_url="/newsletter" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Subscribe</a></p></div></div> <div class="dmRespCol small-12 medium-3 large-3 u_1285437624" id="1285437624"> <div class="u_1829520393 dmNewParagraph" id="1829520393" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/contact" runtime_url="/contact" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Donate</a></p></div> <div class="u_1338678567 dmNewParagraph" id="1338678567" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/contact-us" runtime_url="/contact-us" type="page" style="display: initial; color: rgb(255, 255, 255); font-weight: bold;">Contact Us</a></p></div> <div class="u_1451908821 dmNewParagraph" id="1451908821" style="display: block; text-align: center;" data-element-type="paragraph" data-version="5"><p class="m-text-align-left"><a href="/privacy" runtime_url="/privacy" type="page" style="display: initial; font-weight: bold; color: rgb(255, 255, 255);">Privacy Policy</a></p></div> <div class="imageWidget align-center u_1867908060" data-element-type="image" data-widget-type="image" id="1867908060"> <a href="https://www.guidestar.org/profile/33-0361583" id="1688554217" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/candid-seal-platinum-2024-1920w.png" alt="" id="1685870910" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/candid-seal-platinum-2024.png" width="522" height="522" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1854314347 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1854314347"> <a id="1254960408" class="" target="_blank" file="false" href="https://www.ecfa.org/MemberProfile.aspx?ID=33550"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/ECFA_Accredited_2color_ET2_Med-1920w.png" alt="" id="1272514406" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/ECFA_Accredited_2color_ET2_Med.png" width="611" height="611" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1285569924 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1285569924"> <a href="https://www.charitynavigator.org/ein/330361583" id="1632033622" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/02_CN_IG_Rated_Badge_97-1920w.png" alt="" id="1069354703" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/02_CN_IG_Rated_Badge_97.png" width="1920" height="1920" onerror="handleImageLoadError(this)"/></a> </div> <div class="u_1183161179 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1183161179"> <a href="/barnabas" id="1239411501" class="" target="_blank" file="false"><img src="https://lirp.cdn-website.com/abaff5f7/dms3rep/multi/opt/barnabas-logo-1920w.jpg" alt="" id="1891357794" class="" data-dm-image-path="https://irp.cdn-website.com/abaff5f7/dms3rep/multi/barnabas-logo.jpg" width="109" height="84" onerror="handleImageLoadError(this)"/></a> </div> </div> </div> </div> <div class="dmRespRow u_1237949670" id="1237949670"> <div class="dmRespColsWrapper" id="1456176246"> <div class="dmRespCol large-12 medium-12 small-12" id="1659116594"> <div class="dmNewParagraph u_1515426898" data-element-type="paragraph" data-version="5" id="1515426898" style="transition: opacity 1s ease-in-out 0s; text-align: left; display: block;"><p class="m-size-10 text-align-center size-12"><span class="font-size-12 m-font-size-10" style="display: initial; color: rgb(255, 255, 255);"><span class="font-size-12 m-font-size-10" style="display: initial; color: rgb(255, 255, 255);">Copyright © 2024. Talking Bibles International. All Rights Reserved.</span> </span></p></div> </div> </div> </div> </div> <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <!-- Add full CSS and Javascript before the close tag of the body if needed --> <!-- Google Fonts Include --> <!-- loadCSS function fonts.jsp--> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Raleway:wght@100..900&family=Fraunces:wght@100..900&family=Inter:wght@100..900&family=Be+Vietnam:wght@100;200;300;400;600;700;800;900&family=Yeseva+One:wght@400&family=Shadows+Into+Light:wght@400&family=Heebo:wght@100..900&family=Montserrat:wght@100..900&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Bebas+Neue:wght@400&family=Oswald:wght@200..700&family=DM+Sans:wght@100..1000&family=Noto+Serif:wght@100..900&family=Slabo+27px:wght@400&family=Roboto+Slab:wght@100..900&family=Ubuntu:wght@300;400;500;700&family=Spartan:wght@100;200;300;400;600;700;800;900&family=Abril+Fatface:wght@400&family=Jost:wght@100..900&family=Rock+Salt:wght@400&family=Work+Sans:wght@100..900&family=Epilogue:wght@100..900&family=Barlow:wght@100;200;300;400;500;600;700;800;900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Alegreya:wght@400..900&family=Prata:wght@400&family=Lora:wght@400..700&family=Old+Standard+TT:wght@400;700&family=Red+Rose:wght@300..700&family=Comfortaa:wght@300..700&family=Nunito+Sans:wght@200..1000&family=Open+Sans:wght@300..800&family=Roboto+Mono:wght@100..700&family=DM+Serif+Display:wght@400&family=Roboto:wght@100;300;400;500;700;900&family=Mulish:wght@200..1000&family=Amiri:wght@400;700&family=Playfair+Display:wght@400..900&family=Petit+Formal+Script:wght@400&family=Quicksand:wght@300..700&family=Droid+Sans+Mono:wght@400&family=Droid+Serif:wght@400;700&family=Muli:wght@200;300;400;600;700;800;900&family=Fjalla+One:wght@400&family=Vidaloka:wght@400&family=Droid+Sans:wght@400;700&family=Sulphur+Point:wght@300;400;700&family=Lato:wght@100;300;400;700;900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <link rel="preload" href="https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;300;400;500;600;700;800;900&family=Rubik:wght@300..900&family=Dancing+Script:wght@400..700&family=PT+Sans:wght@400;700&family=Merriweather:wght@300;400;700;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&subset=latin-ext&display=swap" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global--> <link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" /> <!-- End of RT CSS Include --> <link rel="preload" href="https://irp.cdn-website.com/WIDGET_CSS/60b4dc6ab039b69dd0d03903da05f578.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" /> <!-- Support `img` size attributes --> <style>img[width][height] { height: auto; }</style> <!-- Support showing sticky element on page only --> <style> body[data-page-alias="home"] #dm [data-show-on-page-only="home"] { display: block !important; } </style> <!-- This is populated in Ajax navigation --> <style id="pageAdditionalWidgetsCss" type="text/css"> </style> <!-- Site CSS --> <link rel="preload" href="https://irp.cdn-website.com/abaff5f7/files/abaff5f7_header_withFlex_1.min.css?v=5177" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="customWidgetStyle" type="text/css"> </style> <style id="innerPagesStyle" type="text/css"> </style> <style id="additionalGlobalCss" type="text/css" > </style> <!-- Page CSS --> <link rel="preload" href="https://irp.cdn-website.com/abaff5f7/files/abaff5f7_home_withFlex_1.min.css?v=5177" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" /> <style id="pagestyle" type="text/css"> </style> <style id="pagestyleDevice" type="text/css"> </style> <!-- Flex Sections CSS --> <style id="globalFontSizeStyle" type="text/css"> .font-size-32, .size-32, .size-32 > font { font-size: 32px !important; }.font-size-36, .size-36, .size-36 > font { font-size: 36px !important; }.font-size-18, .size-18, .size-18 > font { font-size: 18px !important; }.font-size-48, .size-48, .size-48 > font { font-size: 48px !important; }.font-size-24, .size-24, .size-24 > font { font-size: 24px !important; }.font-size-50, .size-50, .size-50 > font { font-size: 50px !important; }.font-size-30, .size-30, .size-30 > font { font-size: 30px !important; }.font-size-72, .size-72, .size-72 > font { font-size: 72px !important; }.font-size-60, .size-60, .size-60 > font { font-size: 60px !important; }.font-size-96, .size-96, .size-96 > font { font-size: 96px !important; }.font-size-20, .size-20, .size-20 > font { font-size: 20px !important; }.font-size-85, .size-85, .size-85 > font { font-size: 85px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-12, .size-12, .size-12 > font { font-size: 12px !important; } </style> <style id="pageFontSizeStyle" type="text/css"> </style> <!-- ========= JS Section ========= --> <script> var isWLR = true; window.customWidgetsFunctions = {}; window.customWidgetsStrings = {}; window.collections = {}; window.currentLanguage = "ENGLISH" window.isSitePreview = false; </script> <script type="text/javascript"> var d_version = "production_4953"; var build = "2024-11-21T13_48_18"; window['v' + 'ersion'] = d_version; function buildEditorParent() { window.isMultiScreen = true; window.editorParent = {}; window.previewParent = {}; window.assetsCacheQueryParam = "?version=2024-11-21T13_48_18"; try { var _p = window.parent; if (_p && _p.document && _p.$ && _p.$.dmfw) { window.editorParent = _p; } else if (_p.isSitePreview) { window.previewParent = _p; } } catch (e) { } } buildEditorParent(); </script> <!-- Load jQuery --> <script type="text/javascript" id='d-js-jquery' src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script> <!-- End Load jQuery --> <!-- Injecting site-wide before scripts --> <!-- End Injecting site-wide to the head --> <script> var _jquery = window.$; var jqueryAliases = ['$', 'jquery', 'jQuery']; jqueryAliases.forEach((alias) => { Object.defineProperty(window, alias, { get() { return _jquery; }, set() { console.warn("Trying to over-write the global jquery object!"); } }); }); window.jQuery.migrateMute = true; </script> <script type="text/javascript"> window.popups = [{"title":"Donate Now! General","url":"/newpage","options":{"backgroundColor":"#FFFFFF","borderRadius":"5","width":"624.0999755859375","overlayColor":"rgba(0, 0, 0, 0.5)","height":"646.7999877929688","animation":"fadeIn"},"name":"newpage"}]</script> <script> window.cookiesNotificationMarkupPreview = ' <div> <p class=\"rteBlock\">We use cookies to ensure that we give you the best experience on our website. To learn more, go to the <a value=\"privacy\" label=\"\" type=\"page\" href=\"\/privacy\" data-runtime-url=\"\/privacy\">Privacy Page<\/a>.<\/p> \n<\/div> \n'; </script> <!-- HEAD RT JS Include --> <script id='d-js-params'> window.INSITE = window.INSITE || {}; window.INSITE.device = "desktop"; window.rtCommonProps = {}; rtCommonProps["rt.ajax.ajaxScriptsFix"] =true; rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20='; rtCommonProps["runtimecollector.url"] = 'https://rtc.multiscreensite.com'; rtCommonProps["performance.tabletPreview.removeScroll"] = 'false'; rtCommonProps["inlineEditGrid.snap"] =true; rtCommonProps["popup.insite.cookie.ttl"] = '0.5'; rtCommonProps["rt.pushnotifs.force.button"] =true; rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw'; rtCommonProps["common.mapbox.js.override"] =false; rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo'; rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA'; rtCommonProps["isCoverage.test"] =false; rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js'; rtCommonProps["feature.flag.mappy.kml"] =false; rtCommonProps["common.resources.dist.cdn"] =true; rtCommonProps["common.build.dist.folder"] = 'production/4953'; rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com'; rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/4953'; rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true; rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.respectCssAnimationProps.enabled"] =true; rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true; rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true; rtCommonProps["feature.flag.runOnReadyNewTask"] =true; rtCommonProps["isAutomation.test"] =false; rtCommonProps['common.mapsProvider'] = 'mapbox'; rtCommonProps['common.mapsProvider.version'] = '0.52.0'; rtCommonProps['common.geocodeProvider'] = 'mapbox'; rtCommonProps['common.map.defaults.radiusSize'] = '1500'; rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)'; rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)'; rtCommonProps['common.map.defaults.strokeSize'] = '2'; rtCommonProps['server.for.resources'] = ''; rtCommonProps['feature.flag.lazy.widgets'] = true; rtCommonProps['feature.flag.single.wow'] = false; rtCommonProps['feature.flag.disallowPopupsInEditor'] = true; rtCommonProps['feature.flag.mark.anchors'] = true; rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz'; rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME'; rtCommonProps["images.sizes.small"] =160; rtCommonProps["images.sizes.mobile"] =640; rtCommonProps["images.sizes.tablet"] =1280; rtCommonProps["images.sizes.desktop"] =1920; rtCommonProps["modules.resources.cdn"] =true; rtCommonProps["import.images.storage.imageCDN"] = 'https://lirp.cdn-website.com/'; rtCommonProps["facebook.api.version"] = '7.0'; rtCommonProps["feature.flag.runtime.inp.threshold"] =150; rtCommonProps["feature.flag.performance.logs"] =true; rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha'; rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K'; rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing'; rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =false; // feature flags that's used out of runtime module (in legacy files) rtCommonProps["site.runtime.video.background.ssr"] =true; window.rtFlags = {}; rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =true; rtFlags["scripts.widgetCount.enabled"] =true; rtFlags["ecom.ecwid.categoryPage.modifyLinks"] = true; rtFlags["ecom.ecwid.delegateNavigationToEcwid.enabled"] = false; rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false; rtFlags["ecom.ecwid.old.store.fix.scrolling.enabled"] = true; rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true; rtFlags["ecom.ecwid.fallBackInCaseLinksNotFound.enabled"] = true; rtFlags["feature.flag.photo.gallery.exact.size"] =true; rtFlags["new.store.fix.ecwid.back.bug"] =true; rtFlags["facebook.runtime.widgets.upgrade"] =true; rtFlags["ecom.ecwid.solve.url.modifications"] = true; rtFlags["ecom.ecwid.configOptions"] = true; rtFlags["geocode.search.localize"] =false; rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false; rtFlags["site.contact.form.fix.for.attribute"] =true; rtFlags["contact.form.date.format.enabled"] = true; rtFlags["twitter.heightLimit.enabled"] = true; rtFlags["ecom.ecwid.fixTranslations.enabled"] = true; rtFlags["runtime.load.script.native"] =true; rtFlags["editor.classicHybrid.photogallery.fix"] =true; rtFlags["runtime.lottieOverflow"] =false; rtFlags["runtime.monitoring.sentry.ignoreErrors"] = ""; rtFlags["ecom.ecwid.old.store.fix.scrolling.detect.enable"] =true; rtFlags["contact.form.browserValidation.enabled"] =true; </script> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js" id="d-js-core"></script> <!-- End of HEAD RT JS Include --> <script src="https://static.cdn-website.com/mnlt/production/4953/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script> <script> $(window).bind("orientationchange", function (e) { $.layoutManager.initLayout(); }); $(document).resize(function () { }); </script> <script type="text/javascript" id="d_track_campaign"> (function() { const queryParams = new URLSearchParams(window.location.search); const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000; const domain = 'domain=' + window.location.hostname; const path = "path=/"; queryParams.forEach((value, key) => { if (key.startsWith('utm_')) { const cookieName = "_dm_rt_" + key.substring(4); const cookie = cookieName + "=" + value; const joined = [cookie, expires, domain, path].join(";"); document.cookie = joined; } }); }()); </script> <script type="text/javascript" > var _dm_gaq = {}; var _gaq = _gaq || []; var _dm_insite = []; </script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-PGGCZ4XHSC"></script> <script type="text/javascript" id="d_track_ga"> _dm_gaq.siteAlias = 'abaff5f7'; _dm_gaq.systemAggregatedGaqID = ''; _dm_gaq.externalGaqID = 'G-PGGCZ4XHSC'; _dm_gaq.gaAggregatedEventAttributes = { 'site_alias': _dm_gaq.siteAlias, 'product': 'DM_DIRECT', 'plan': 'MAWEB_GOLD', 'dfooter': 'false', 'sitetype': '1', 'pwaEnabled': 'true' } _dm_gaq.pushEvent = function(trackingId, event, category, label, value, additionalParams = {}) { const eventProps = { send_to: trackingId, event_category: category, event_label: label, value, ...additionalParams, ...(trackingId === _dm_gaq.systemAggregatedGaqID ? _dm_gaq.gaAggregatedEventAttributes : {}) }; gtag('event', event, eventProps); } window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); function pushInsiteImpressions(id) { _dm_insite.forEach((rule) => { _dm_gaq.pushEvent(id, 'insite_impression', 'insite', rule.ruleType + '__' + rule.ruleId); }); } if(_dm_gaq.systemAggregatedGaqID){ // track aggregated account gtag('config', '', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'custom_map': {'dimension1': 'site_alias', 'dimension2': 'product', 'dimension3': 'dFooter', 'dimension4': 'sitetype'} }); gtag('set', 'developer_id.dMDU5Nj', true); _dm_gaq.pushEvent('', 'page_view'); pushInsiteImpressions(_dm_gaq.systemAggregatedGaqID); } if(_dm_gaq.externalGaqID && _dm_gaq.externalGaqID!= '') { gtag('config', 'G-PGGCZ4XHSC', { 'send_page_view': false, 'anonymize_ip': true, 'transport_type': 'beacon', 'linker': { 'domains': ['talkingbibles.org'] } }); _dm_gaq.pushEvent('G-PGGCZ4XHSC', 'page_view'); pushInsiteImpressions(_dm_gaq.externalGaqID); } </script> <script type="text/javascript" id="d_track_sp"> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d32hwlnfiv2gyn.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow")); window.dmsnowplow = window.snowplow; dmsnowplow('newTracker', 'cf', 'd32hwlnfiv2gyn.cloudfront.net', { // Initialise a tracker appId: 'abaff5f7' }); // snowplow queries element styles so we wait until CSS calculations are done. requestAnimationFrame(() => { dmsnowplow('trackPageView'); _dm_insite.forEach((rule) => { // Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here // the tracking is in popup.js if (rule.actionName !== "popup") { dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId); } window?.waitForDeferred?.('dmAjax', () => { $.DM.events.trigger('event-ruleTriggered', {value: rule}); }); }); }); </script> <div style="display:none;" id="P6iryBW0Wu"></div> <!-- photoswipe markup --> <!-- Root element of PhotoSwipe. Must have class pswp. --> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true"> <!-- Background of PhotoSwipe. It's a separate element as animating opacity is faster than rgba(). --> <div class="pswp__bg"></div> <!-- Slides wrapper with overflow:hidden. --> <div class="pswp__scroll-wrap"> <!-- Container that holds slides. PhotoSwipe keeps only 3 of them in the DOM to save memory. Don't modify these 3 pswp__item elements, data is added later on. --> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. --> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <!-- Controls are self-explanatory. Order can be changed. --> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title="Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button> <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader"> <div class="pswp__preloader__icn"> <div class="pswp__preloader__cut"> <div class="pswp__preloader__donut"></div> </div> </div> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"> </button> <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)"> </button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> <div id="fb-root" data-locale="en"></div> <!-- Alias: abaff5f7 --> <div class="dmPopupMask" id="dmPopupMask"></div> <div id="dmPopup" class="dmPopup"> <div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div> <div class="dmPopupTitle"> <span></span> Share by:</div> <div class="data"></div> </div><script id="d_track_personalization"> window?.waitForDeferred?.('dmAjax', () => { // Collects client data and updates cookies used by smart sites window.expireDays = 365; window.visitLength = 30 * 60000; $.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays); setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit"); }); </script> <script type="text/javascript"> Parameters.NavigationAreaParams.MoreButtonText = 'MORE'; Parameters.NavigationAreaParams.LessButtonText = 'LESS'; Parameters.HomeLinkText = 'Home'; </script> <!-- End Script tags --> <!-- Begin Body End Markup --> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=AW-352622058"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'AW-352622058'); </script> <script> (function(){ var s = document.createElement('script'); var h = document.querySelector('head') || document.body; s.src = 'https://acsbapp.com/apps/app/dist/js/app.js'; s.async = true; s.onload = function(){ acsbJS.init({ statementLink : '', footerHtml : '', hideMobile : false, hideTrigger : false, disableBgProcess : false, language : 'en', position : 'right', leadColor : '#146FF8', triggerColor : '#146FF8', triggerRadius : '50%', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerIcon : 'people', triggerSize : 'bottom', triggerOffsetX : 20, triggerOffsetY : 20, mobile : { triggerSize : 'small', triggerPositionX : 'right', triggerPositionY : 'bottom', triggerOffsetX : 10, triggerOffsetY : 10, triggerRadius : '20' } }); }; h.appendChild(s); })();</script> <script src="https://sky.blackbaudcdn.net/static/og-web-loader/1/main.js" data-envid="p-PskC7oG920ue1coTfOFp3A"></script><!-- End Body End Markup --> <!-- Site Wide Html Markup --> <!-- Site Wide Html Markup --> </body> </html>