CINXE.COM

World

<!DOCTYPE html> <html lang="en-US"> <head > <meta charset="UTF-8" /> <meta name="robots" content="noindex" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>World</title> <meta name='robots' content='max-image-preview:large' /> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel='dns-prefetch' href='//js.stripe.com' /> <link rel="alternate" type="application/rss+xml" title="The Aquila Report &raquo; Feed" href="https://theaquilareport.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Aquila Report &raquo; Comments Feed" href="https://theaquilareport.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="The Aquila Report &raquo; World Category Feed" href="https://theaquilareport.com/category/world-and-life/feed/" /> <link rel="canonical" href="https://theaquilareport.com/category/world-and-life/" /> <!-- Genesis Open Graph --> <meta property="og:title" content="World" /> <meta property="og:type" content="website" /> <meta property="og:url" content="https://theaquilareport.com/category/world-and-life/" /> <meta property="og:image" content="https://1ar.s3.amazonaws.com/2022/07/mountains_landscape_nature_mountain_lake_forest_1200.jpg" /> <meta property="og:image:width" content="1200" /> <meta property="og:image:height" content="675" /> <meta property="og:image:alt" content="mountain landscape" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v9.2.4 - Using Analytics tracking - https://www.monsterinsights.com/ --> <script src="//www.googletagmanager.com/gtag/js?id=G-DXLVZ8VX95" data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript"> var mi_version = '9.2.4'; var mi_track_user = true; var mi_no_track_reason = ''; var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/theaquilareport.com\/category\/world-and-life\/"}; if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations ); } else { var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations; } var disableStrs = [ 'ga-disable-G-DXLVZ8VX95', ]; /* Function to detect opted out users */ function __gtagTrackerIsOptedOut() { for (var index = 0; index < disableStrs.length; index++) { if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) { return true; } } return false; } /* Disable tracking if the opt-out cookie exists. */ if (__gtagTrackerIsOptedOut()) { for (var index = 0; index < disableStrs.length; index++) { window[disableStrs[index]] = true; } } /* Opt-out function */ function __gtagTrackerOptout() { for (var index = 0; index < disableStrs.length; index++) { document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/'; window[disableStrs[index]] = true; } } if ('undefined' === typeof gaOptout) { function gaOptout() { __gtagTrackerOptout(); } } window.dataLayer = window.dataLayer || []; window.MonsterInsightsDualTracker = { helpers: {}, trackers: {}, }; if (mi_track_user) { function __gtagDataLayer() { dataLayer.push(arguments); } function __gtagTracker(type, name, parameters) { if (!parameters) { parameters = {}; } if (parameters.send_to) { __gtagDataLayer.apply(null, arguments); return; } if (type === 'event') { parameters.send_to = monsterinsights_frontend.v4_id; var hookName = name; if (typeof parameters['event_category'] !== 'undefined') { hookName = parameters['event_category'] + ':' + name; } if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') { MonsterInsightsDualTracker.trackers[hookName](parameters); } else { __gtagDataLayer('event', name, parameters); } } else { __gtagDataLayer.apply(null, arguments); } } __gtagTracker('js', new Date()); __gtagTracker('set', { 'developer_id.dZGIzZG': true, }); if ( MonsterInsightsLocations.page_location ) { __gtagTracker('set', MonsterInsightsLocations); } __gtagTracker('config', 'G-DXLVZ8VX95', {"forceSSL":"true"} ); window.gtag = __gtagTracker; (function () { /* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */ /* ga and __gaTracker compatibility shim. */ var noopfn = function () { return null; }; var newtracker = function () { return new Tracker(); }; var Tracker = function () { return null; }; var p = Tracker.prototype; p.get = noopfn; p.set = noopfn; p.send = function () { var args = Array.prototype.slice.call(arguments); args.unshift('send'); __gaTracker.apply(null, args); }; var __gaTracker = function () { var len = arguments.length; if (len === 0) { return; } var f = arguments[len - 1]; if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') { if ('send' === arguments[0]) { var hitConverted, hitObject = false, action; if ('event' === arguments[1]) { if ('undefined' !== typeof arguments[3]) { hitObject = { 'eventAction': arguments[3], 'eventCategory': arguments[2], 'eventLabel': arguments[4], 'value': arguments[5] ? arguments[5] : 1, } } } if ('pageview' === arguments[1]) { if ('undefined' !== typeof arguments[2]) { hitObject = { 'eventAction': 'page_view', 'page_path': arguments[2], } } } if (typeof arguments[2] === 'object') { hitObject = arguments[2]; } if (typeof arguments[5] === 'object') { Object.assign(hitObject, arguments[5]); } if ('undefined' !== typeof arguments[1].hitType) { hitObject = arguments[1]; if ('pageview' === hitObject.hitType) { hitObject.eventAction = 'page_view'; } } if (hitObject) { action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction; hitConverted = mapArgs(hitObject); __gtagTracker('event', action, hitConverted); } } return; } function mapArgs(args) { var arg, hit = {}; var gaMap = { 'eventCategory': 'event_category', 'eventAction': 'event_action', 'eventLabel': 'event_label', 'eventValue': 'event_value', 'nonInteraction': 'non_interaction', 'timingCategory': 'event_category', 'timingVar': 'name', 'timingValue': 'value', 'timingLabel': 'event_label', 'page': 'page_path', 'location': 'page_location', 'title': 'page_title', 'referrer' : 'page_referrer', }; for (arg in args) { if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) { hit[gaMap[arg]] = args[arg]; } else { hit[arg] = args[arg]; } } return hit; } try { f.hitCallback(); } catch (ex) { } }; __gaTracker.create = newtracker; __gaTracker.getByName = newtracker; __gaTracker.getAll = function () { return []; }; __gaTracker.remove = noopfn; __gaTracker.loaded = true; window['__gaTracker'] = __gaTracker; })(); } else { console.log(""); (function () { function __gtagTracker() { return null; } window['__gtagTracker'] = __gtagTracker; window['gtag'] = __gtagTracker; })(); } </script> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/theaquilareport.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=6.7.1"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link rel='stylesheet' id='aquila-child-theme-v3-css' href='https://theaquilareport.com/wp-content/themes/aquila_3/style.css?ver=3.0' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css' type='text/css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wp-block-library-css' href='https://theaquilareport.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.1' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css' type='text/css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <style id='global-styles-inline-css' type='text/css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link rel='stylesheet' id='give-styles-css' href='https://theaquilareport.com/wp-content/plugins/give/assets/dist/css/give.css?ver=3.19.4' type='text/css' media='all' /> <link rel='stylesheet' id='give-donation-summary-style-frontend-css' href='https://theaquilareport.com/wp-content/plugins/give/assets/dist/css/give-donation-summary.css?ver=3.19.4' type='text/css' media='all' /> <link rel='stylesheet' id='crp-style-text-only-css' href='https://theaquilareport.com/wp-content/plugins/contextual-related-posts/css/text-only.min.css?ver=3.6.2' type='text/css' media='all' /> <link rel='stylesheet' id='give_recurring_css-css' href='https://theaquilareport.com/wp-content/plugins/give-recurring/assets/css/give-recurring.min.css?ver=2.11.1' type='text/css' media='all' /> <link rel='stylesheet' id='aq_print_style-css' href='https://theaquilareport.com/wp-content/themes/aquila_3/print.css?ver=6.7.1' type='text/css' media='print' /> <link rel='stylesheet' id='dashicons-css' href='https://theaquilareport.com/wp-includes/css/dashicons.min.css?ver=6.7.1' type='text/css' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-socicon-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-socicon.css?ver=1732748229' type='text/css' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-genericons-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/genericons.css?ver=1732748229' type='text/css' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-academicons-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/academicons.min.css?ver=1732748229' type='text/css' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-font-awesome-3-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/font-awesome-3.min.css?ver=1732748229' type='text/css' media='all' /> <link rel='stylesheet' id='wpzoom-social-icons-styles-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/css/wpzoom-social-icons-styles.css?ver=1732748229' type='text/css' media='all' /> <link rel='stylesheet' id='heateor_sss_frontend_css-css' href='https://theaquilareport.com/wp-content/plugins/sassy-social-share/public/css/sassy-social-share-public.css?ver=3.3.70' type='text/css' media='all' /> <style id='heateor_sss_frontend_css-inline-css' type='text/css'> .heateor_sss_button_instagram span.heateor_sss_svg,a.heateor_sss_instagram span.heateor_sss_svg{background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%)}.heateor_sss_horizontal_sharing .heateor_sss_svg,.heateor_sss_standard_follow_icons_container .heateor_sss_svg{color:#fff;border-width:0px;border-style:solid;border-color:transparent}.heateor_sss_horizontal_sharing .heateorSssTCBackground{color:#666}.heateor_sss_horizontal_sharing span.heateor_sss_svg:hover,.heateor_sss_standard_follow_icons_container span.heateor_sss_svg:hover{border-color:transparent;}.heateor_sss_vertical_sharing span.heateor_sss_svg,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg{color:#fff;border-width:0px;border-style:solid;border-color:transparent;}.heateor_sss_vertical_sharing .heateorSssTCBackground{color:#666;}.heateor_sss_vertical_sharing span.heateor_sss_svg:hover,.heateor_sss_floating_follow_icons_container span.heateor_sss_svg:hover{border-color:transparent;}@media screen and (max-width:783px) {.heateor_sss_vertical_sharing{display:none!important}}div.heateor_sss_mobile_footer{display:none;}@media screen and (max-width:783px){div.heateor_sss_bottom_sharing .heateorSssTCBackground{background-color:white}div.heateor_sss_bottom_sharing{width:100%!important;left:0!important;}div.heateor_sss_bottom_sharing a{width:14.285714285714% !important;}div.heateor_sss_bottom_sharing .heateor_sss_svg{width: 100% !important;}div.heateor_sss_bottom_sharing div.heateorSssTotalShareCount{font-size:1em!important;line-height:28px!important}div.heateor_sss_bottom_sharing div.heateorSssTotalShareText{font-size:.7em!important;line-height:0px!important}div.heateor_sss_mobile_footer{display:block;height:40px;}.heateor_sss_bottom_sharing{padding:0!important;display:block!important;width:auto!important;bottom:-2px!important;top: auto!important;}.heateor_sss_bottom_sharing .heateor_sss_square_count{line-height:inherit;}.heateor_sss_bottom_sharing .heateorSssSharingArrow{display:none;}.heateor_sss_bottom_sharing .heateorSssTCBackground{margin-right:1.1em!important}} </style> <style id='kadence-blocks-global-variables-inline-css' type='text/css'> :root {--global-kb-font-size-sm:clamp(0.8rem, 0.73rem + 0.217vw, 0.9rem);--global-kb-font-size-md:clamp(1.1rem, 0.995rem + 0.326vw, 1.25rem);--global-kb-font-size-lg:clamp(1.75rem, 1.576rem + 0.543vw, 2rem);--global-kb-font-size-xl:clamp(2.25rem, 1.728rem + 1.63vw, 3rem);--global-kb-font-size-xxl:clamp(2.5rem, 1.456rem + 3.26vw, 4rem);--global-kb-font-size-xxxl:clamp(2.75rem, 0.489rem + 7.065vw, 6rem);}:root {--global-palette1: #3182CE;--global-palette2: #2B6CB0;--global-palette3: #1A202C;--global-palette4: #2D3748;--global-palette5: #4A5568;--global-palette6: #718096;--global-palette7: #EDF2F7;--global-palette8: #F7FAFC;--global-palette9: #ffffff;} </style> <link rel='preload' as='font' id='wpzoom-social-icons-font-academicons-woff2-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/academicons.woff2?v=1.9.2' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-fontawesome-3-woff2-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/fontawesome-webfont.woff2?v=4.7.0' type='font/woff2' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-genericons-woff-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/Genericons.woff' type='font/woff' crossorigin /> <link rel='preload' as='font' id='wpzoom-social-icons-font-socicon-woff2-css' href='https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/font/socicon.woff2?v=4.3.4' type='font/woff2' crossorigin /> <script type="text/javascript" id="jquery-core-js-extra"> /* <![CDATA[ */ var appp_ajax_login = {"processing":"Logging in....","required":"Fields are required","error":"Error Logging in"}; /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/google-analytics-premium/assets/js/frontend-gtag.min.js?ver=9.2.4" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script> <script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */ var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/theaquilareport.com","hash_tracking":"false","v4_id":"G-DXLVZ8VX95"};/* ]]> */ </script> <script type="text/javascript" id="give-stripe-js-js-extra"> /* <![CDATA[ */ var give_stripe_vars = {"zero_based_currency":"","zero_based_currencies_list":["JPY","KRW","CLP","ISK","BIF","DJF","GNF","KHR","KPW","LAK","LKR","MGA","MZN","VUV"],"sitename":"","checkoutBtnTitle":"Donate","publishable_key":"pk_live_51Cq3VpDEy3PgF0nUUAIkCTJSSz3Y0bZKAvQI76j7FJC8acnf9r92Ax3BhVHXRezulJOtFjlHtoIb7M04UNjHUVGY00lTBwVvLm","checkout_image":"","checkout_address":"","checkout_processing_text":"Donation Processing...","give_version":"3.19.4","cc_fields_format":"multi","card_number_placeholder_text":"Card Number","card_cvc_placeholder_text":"CVC","donate_button_text":"Donate Now","element_font_styles":{"cssSrc":false},"element_base_styles":{"color":"#32325D","fontWeight":500,"fontSize":"16px","fontSmoothing":"antialiased","::placeholder":{"color":"#222222"},":-webkit-autofill":{"color":"#e39f48"}},"element_complete_styles":{},"element_empty_styles":{},"element_invalid_styles":{},"float_labels":"","base_country":"US","preferred_locale":"en","stripe_card_update":"","stripe_becs_update":""}; /* ]]> */ </script> <script type="text/javascript" src="https://js.stripe.com/v3/?ver=3.19.4" id="give-stripe-js-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/give/assets/dist/js/give-stripe.js?ver=3.19.4" id="give-stripe-onpage-js-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="text/javascript" id="wp-i18n-js-after"> /* <![CDATA[ */ wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); /* ]]> */ </script> <script type="text/javascript" id="give-js-extra"> /* <![CDATA[ */ var give_global_vars = {"ajaxurl":"https:\/\/theaquilareport.com\/wp-admin\/admin-ajax.php","checkout_nonce":"569dc66601","currency":"USD","currency_sign":"$","currency_pos":"before","thousands_separator":",","decimal_separator":".","no_gateway":"Please select a payment method.","bad_minimum":"The minimum custom donation amount for this form is","bad_maximum":"The maximum custom donation amount for this form is","general_loading":"Loading...","purchase_loading":"Please Wait...","textForOverlayScreen":"<h3>Processing...<\/h3><p>This will only take a second!<\/p>","number_decimals":"2","is_test_mode":"","give_version":"3.19.4","magnific_options":{"main_class":"give-modal","close_on_bg_click":false},"form_translation":{"payment-mode":"Please select payment mode.","give_first":"Please enter your first name.","give_last":"Please enter your last name.","give_email":"Please enter a valid email address.","give_user_login":"Invalid email address or username.","give_user_pass":"Enter a password.","give_user_pass_confirm":"Enter the password confirmation.","give_agree_to_terms":"You must agree to the terms and conditions."},"confirm_email_sent_message":"Please check your email and click on the link to access your complete donation history.","ajax_vars":{"ajaxurl":"https:\/\/theaquilareport.com\/wp-admin\/admin-ajax.php","ajaxNonce":"fd518d102f","loading":"Loading","select_option":"Please select an option","default_gateway":"stripe","permalinks":"1","number_decimals":2},"cookie_hash":"b52261d186e81dbd7b7b73e897e5d83c","session_nonce_cookie_name":"wp-give_session_reset_nonce_b52261d186e81dbd7b7b73e897e5d83c","session_cookie_name":"wp-give_session_b52261d186e81dbd7b7b73e897e5d83c","delete_session_nonce_cookie":"0"}; var giveApiSettings = {"root":"https:\/\/theaquilareport.com\/wp-json\/give-api\/v2\/","rest_base":"give-api\/v2"}; /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/give/assets/dist/js/give.js?ver=551bf44de7d34e92" id="give-js"></script> <script type="text/javascript" id="give_recurring_script-js-extra"> /* <![CDATA[ */ var Give_Recurring_Vars = {"email_access":"1","pretty_intervals":{"1":"Every","2":"Every two","3":"Every three","4":"Every four","5":"Every five","6":"Every six"},"pretty_periods":{"day":"Daily","week":"Weekly","month":"Monthly","quarter":"Quarterly","half-year":"Semi-Annually","year":"Yearly"},"messages":{"daily_forbidden":"The selected payment method does not support daily recurring giving. Please select another payment method or supported giving frequency.","confirm_cancel":"Are you sure you want to cancel this subscription?"},"multi_level_message_pre_text":"You have chosen to donate"}; /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/give-recurring/assets/js/give-recurring.min.js?ver=2.11.1" id="give_recurring_script-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/themes/aquila_3/js/responsive-menu.js?ver=1.0.0" id="eleven40-responsive-menu-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/apppresser/js/no-app.js?ver=4.4.10" id="appp-no-app-js"></script> <link rel="https://api.w.org/" href="https://theaquilareport.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://theaquilareport.com/wp-json/wp/v2/categories/17829" /> <!-- This site is using AdRotate v5.13.6.1 to display their advertisements - https://ajdg.solutions/ --> <!-- AdRotate CSS --> <style type="text/css" media="screen"> .g { margin:0px; padding:0px; overflow:hidden; line-height:1; zoom:1; } .g img { height:auto; } .g-col { position:relative; float:left; } .g-col:first-child { margin-left: 0; } .g-col:last-child { margin-right: 0; } .g-1 { margin:1px; } .g-3 { margin:1px; } .g-4 { margin:1px; } .g-6 { margin:1px; } .g-7 { margin:1px; } .g-8 { margin:1px 1px 1px 1px; } .g-9 { margin:1px 1px 1px 1px; } .g-11 { margin:1px; } @media only screen and (max-width: 480px) { .g-col, .g-dyn, .g-single { width:100%; margin-left:0; margin-right:0; } } </style> <!-- /AdRotate CSS --> <meta name="generator" content="Give v3.19.4" /> <link rel="icon" href="https://theaquilareport.com/wp-content/themes/aquila_3/images/favicon.ico" /> <link rel="next" href="https://theaquilareport.com/category/world-and-life/page/2/" /> <style type="text/css" id="wp-custom-css"> /* AFTER-POST OPTIN STYLING */ #gform_wrapper_1 { background-color: rgb(221,221,221); padding: 1em; } #gform_wrapper_1 input#gform_submit_button_1 { background-color: rgb(93, 161, 50); border: rgb(93, 161, 50); font-size: 1.5em !important; height: 2.5em; width: 100%; } /* POPUP STYLING */ #gform_wrapper_2.gform_wrapper.gravity-theme .gfield_required { color: white; } #gform_wrapper_2 label.gfield_label.gform-field-label { color: white; } #gform_wrapper_2 input#gform_submit_button_2 { font-size: 1.5em !important; height: 2.5em; width: 100%; border: none; background: white; color: black; } /* YEAR-END FUNDRAISER FORM */ div#give-form-212752-content { padding-left: 2em; padding-right: 2em; } /* FIXES PROBLEM WITH LONG URLs ON MOBILE PHONES */ .entry-content p, .entry-content li { word-break: break-word; } /* FIXES WIDTH ISSUE FROM IFRAME */ @media only screen and (max-width: 400px) { .wp-embedded-content { max-width: 315px !important; } } @media screen and (max-width:920px) { #give-donor-dashboard { max-width: 100%!important; } } </style> </head> <body class="archive category category-world-and-life category-17829 give-recurring content-sidebar-sidebar genesis-breadcrumbs-visible" itemscope itemtype="https://schema.org/WebPage"><div class="site-container"><header class="site-header" itemscope itemtype="https://schema.org/WPHeader"><div class="wrap"><div class="title-area"><h1 id="title"><a href="https://theaquilareport.com" alt="The Aquila Report"><img src="https://theaquilareport.com/wp-content/themes/aquila_3/images/header.jpg" alt="The Aquila Report" /></a></h1><p class="site-description" itemprop="description">Your independent source for news and commentary from and about conservative, orthodox evangelicals in the Reformed and Presbyterian family of churches</p></div><div class="widget-area header-widget-area"><section id="adrotate_widgets-4" class="widget adrotate_widgets"><div class="widget-wrap"><div class="g g-1"><div class="g-single a-923"><a class="gofollow" data-track="OTIzLDEsMSw2MA==" href="https://www.cvbbs.com" target="_blank" title="Cumberland Valley Bible Book Service"><img src="https://1ar.s3.amazonaws.com/2024/01/AQ-Banner-7.png" alt="Cumberland Valley Bible Book Service" width="468" height="60"/></a></div></div></div></section> </div></div></header><nav class="nav-primary" aria-label="Main" itemscope itemtype="https://schema.org/SiteNavigationElement"><div class="wrap"><ul id="menu-primary" class="menu genesis-nav-menu menu-primary"><li id="menu-item-138848" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/biblical-and-theological/"><span itemprop="name"><div class="main-text">Biblical</div><span class="desc-text">and Theological</span></span></a></li> <li id="menu-item-95095" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/churches-and-ministries/"><span itemprop="name"><div class="main-text">Churches</div><span class="desc-text">and Ministries</span></span></a></li> <li id="menu-item-95094" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/people/"><span itemprop="name"><div class="main-text">People</div><span class="desc-text">in the News</span></span></a></li> <li id="menu-item-95097" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item"><a href="https://theaquilareport.com/category/world-and-life/"><span itemprop="name"><div class="main-text">World</div><span class="desc-text">and Life News</span></span></a></li> <li id="menu-item-95606" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children"><a href="https://theaquilareport.com/category/lifestyle/"><span itemprop="name"><div class="main-text">Lifestyle</div><span class="desc-text">and Reviews</span></span></a> <ul class="sub-menu"> <li id="menu-item-95607" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/books/"><span itemprop="name">Books</span></a></li> <li id="menu-item-95608" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/movies/"><span itemprop="name">Movies</span></a></li> <li id="menu-item-95609" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/music/"><span itemprop="name">Music</span></a></li> </ul> </li> <li id="menu-item-95098" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/opinion/"><span itemprop="name"><div class="main-text">Opinion</div><span class="desc-text">and Commentary</span></span></a></li> <li id="menu-item-95600" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/"><span itemprop="name"><div class="main-text">General Assembly</div><span class="desc-text">and Synod Reports</span></span></a> <ul class="sub-menu"> <li id="menu-item-95601" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/arp-general-synod/"><span itemprop="name">ARP General Synod</span></a></li> <li id="menu-item-95602" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/epc-general-assembly/"><span itemprop="name">EPC General Assembly</span></a></li> <li id="menu-item-95603" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/opc-general-assembly/"><span itemprop="name">OPC General Assembly</span></a></li> <li id="menu-item-95604" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/pca-general-assembly/"><span itemprop="name">PCA General Assembly</span></a></li> <li id="menu-item-95605" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/pcusa-general-assembly/"><span itemprop="name">PCUSA General Assembly</span></a></li> <li id="menu-item-106424" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/rpcna-synod/"><span itemprop="name">RPCNA Synod</span></a></li> <li id="menu-item-115635" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/urcna-synod/"><span itemprop="name">URCNA Synod</span></a></li> </ul> </li> <li id="menu-item-136391" class="subscribe-link menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://eepurl.com/gHt7KP"><span itemprop="name"><div class="main-text">Subscribe</div><span class="desc-text">to Weekly Email</span></span></a></li> </ul></div></nav><div class="mobile-nav"> <div class="genesis-nav-menu"><ul id="menu-primary-1" class="menu"><div class="menu-items-wrap"><li id="menu-item-138848" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/biblical-and-theological/"><div class="main-text">Biblical</div><span class="desc-text">and Theological</span></a></li> <li id="menu-item-95095" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/churches-and-ministries/"><div class="main-text">Churches</div><span class="desc-text">and Ministries</span></a></li> <li id="menu-item-95094" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/people/"><div class="main-text">People</div><span class="desc-text">in the News</span></a></li> <li id="menu-item-95097" class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item"><a href="https://theaquilareport.com/category/world-and-life/"><div class="main-text">World</div><span class="desc-text">and Life News</span></a></li> <li id="menu-item-95606" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children"><a href="https://theaquilareport.com/category/lifestyle/"><div class="main-text">Lifestyle</div><span class="desc-text">and Reviews</span></a> <ul class="sub-menu"> <li id="menu-item-95607" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/books/">Books</a></li> <li id="menu-item-95608" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/movies/">Movies</a></li> <li id="menu-item-95609" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/lifestyle/music/">Music</a></li> </ul> </li> <li id="menu-item-95098" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/opinion/"><div class="main-text">Opinion</div><span class="desc-text">and Commentary</span></a></li> <li id="menu-item-95600" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-has-children"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/"><div class="main-text">General Assembly</div><span class="desc-text">and Synod Reports</span></a> <ul class="sub-menu"> <li id="menu-item-95601" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/arp-general-synod/">ARP General Synod</a></li> <li id="menu-item-95602" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/epc-general-assembly/">EPC General Assembly</a></li> <li id="menu-item-95603" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/opc-general-assembly/">OPC General Assembly</a></li> <li id="menu-item-95604" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/pca-general-assembly/">PCA General Assembly</a></li> <li id="menu-item-95605" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/pcusa-general-assembly/">PCUSA General Assembly</a></li> <li id="menu-item-106424" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/rpcna-synod/">RPCNA Synod</a></li> <li id="menu-item-115635" class="menu-item menu-item-type-taxonomy menu-item-object-category"><a href="https://theaquilareport.com/category/general-assembly-synod-reports/urcna-synod/">URCNA Synod</a></li> </ul> </li> <li id="menu-item-136391" class="subscribe-link menu-item menu-item-type-custom menu-item-object-custom"><a target="_blank" href="http://eepurl.com/gHt7KP"><div class="main-text">Subscribe</div><span class="desc-text">to Weekly Email</span></a></li> <li id="search-link"><a href="#">Search</a></li></div><div id="search-widget"><form class="search-form" method="get" action="https://theaquilareport.com/" role="search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><input class="search-form-input" type="search" name="s" id="searchform-1" placeholder="Search this website" itemprop="query-input"><input class="search-form-submit" type="submit" value="Search"><meta content="https://theaquilareport.com/?s={s}" itemprop="target"></form></div></ul></div></div><div class="site-inner"><div class="wrap"><div class="content-sidebar-wrap"><main class="content"><div class='breadcrumb'><span class="breadcrumb-link-wrap" itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a class="breadcrumb-link" href="https://theaquilareport.com/" itemprop="item"><span class="breadcrumb-link-text-wrap" itemprop="name">Home</span></a><meta itemprop="position" content="1"></span>/World</div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/an-unmerry-hitchmas/"> <h2 class="post-title">An Unmerry Hitchmas</h2> <h4 class="post-subtitle">There’s always more room at the Christmas table.</h4> </a> <div class="post-info"> Written by Jonathon Van Maren | Saturday, February 1, 2025 </div> <p> A dozen years after Hitchens’s death, the movement he championed has given way to a renewed interest in God and a steady stream of high-profile atheist defections. Ayaan Hirsi Ali, once a member of the New Atheist set, stunned her fellow unbelievers in 2023 by announcing she had become a Christian. &nbsp; On December 14,... <a href="https://theaquilareport.com/an-unmerry-hitchmas/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/the-theological-errors-of-the-federal-vision/"> <h2 class="post-title">The Theological Errors of the Federal Vision</h2> <h4 class="post-subtitle">A summary list.</h4> </a> <div class="post-info"> Written by Shane Lems | Saturday, February 1, 2025 </div> <p>All of these points are developed within the body of our report. The committee believes that the following points that are held by one or more advocates of the FV are out of accord with Scripture and our doctrinal standards. Much has been written about the Federal Vision movement in America. It goes way back... <a href="https://theaquilareport.com/the-theological-errors-of-the-federal-vision/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/euthanasia-and-modernism/"> <h2 class="post-title">Euthanasia and Modernism</h2> <h4 class="post-subtitle">Euthanasia is not just a vicious attack on the weakest and most vulnerable in society, but a crusade against the Christianity that preaches a God who “shall wipe away all tears from their eyes.”</h4> </a> <div class="post-info"> Written by Wyatt Flicker | Saturday, February 1, 2025 </div> <p>The euthanasia debate in American Protestantism emerged from the aftermath of the Scopes Monkey Trial and was prompted by many of the same characters. The trial, staged in Dayton, Tennessee, over educator John Scopes’ alleged violation of Tennessee’s Butler Act, which barred public school teachers from teaching evolution, was a microcosm of the debate between... <a href="https://theaquilareport.com/euthanasia-and-modernism/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/two-2024-moments-in-paris-define-westerns-culture-vibe-shift/"> <h2 class="post-title">Two 2024 Moments (in Paris) Define Western’s Culture Vibe Shift</h2> <h4 class="post-subtitle">We’re at or near a cultural tipping point.</h4> </a> <div class="post-info"> Written by Brett McCracken | Saturday, February 1, 2025 </div> <p>“Amazing Grace” couldn’t be a better song for this vibe-shift moment. The third verse sums up the emotion of being graciously preserved or plucked from the pit: “Through many dangers, toils and snares / I have already come: / ’Tis grace hath brought me safe thus far, / And grace will lead me home.” If... <a href="https://theaquilareport.com/two-2024-moments-in-paris-define-westerns-culture-vibe-shift/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/fire-thrown-upon-the-earth/"> <h2 class="post-title">Fire Thrown Upon the Earth</h2> <h4 class="post-subtitle">Repentance and the judgments of God.</h4> </a> <div class="post-info"> Written by Ben C. Dunson | Monday, January 27, 2025 </div> <p>When disasters befall our nation, our primary focus should not be to engage in minute speculation about who is being judged but to take stock of one’s own spiritual state and the spiritual state of the nation as a whole. In other words, we must be careful not to miss the reason God works his... <a href="https://theaquilareport.com/fire-thrown-upon-the-earth/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/even-as-the-fires-rage-god-is-with-you/"> <h2 class="post-title">Even as the Fires Rage, God Is with You</h2> <h4 class="post-subtitle">Cling to God, our shield, refuge, and ever-present help in trouble.</h4> </a> <div class="post-info"> Written by Melvin Huang | Sunday, January 26, 2025 </div> <p>Let us not forget that God has always wanted our hearts. He especially wants it now, in your anguish, tragedy, confusion, and grief. Open your heart to him in prayer; draw near to him by pouring out your pain to him. Be brutally honest with your Father in heaven. Out of your calamity, call out... <a href="https://theaquilareport.com/even-as-the-fires-rage-god-is-with-you/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/perfect-peace-in-a-very-unpeaceful-world/"> <h2 class="post-title">Perfect Peace in a Very Unpeaceful World</h2> <h4 class="post-subtitle">Staying our minds on God and trusting him for the peace that only he can provide.</h4> </a> <div class="post-info"> Written by Kevin Carson | Saturday, January 25, 2025 </div> <p>When your mind is stayed on God, you are continually reminded of His faithfulness, sovereignty, and love. Instead of dwelling on “what ifs” or “how wills,” you choose to meditate on Who God is. This does not mean you ignore life’s challenges; rather, you view them through the lens of God’s Word. &nbsp; The news... <a href="https://theaquilareport.com/perfect-peace-in-a-very-unpeaceful-world/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/52-years-on-the-end-of-abortion-advances/"> <h2 class="post-title">52 Years On: The End of Abortion Advances</h2> <h4 class="post-subtitle">Over the past 52 years parents have given more than 75,000,000 children as sacrifices to their idols.</h4> </a> <div class="post-info"> Written by Ben Stahl | Wednesday, January 22, 2025 </div> <p>Carey offered to care for the widows and bring up the children alive. But he did not only make offers to the people. William Carey went from village to village and from house to house, preaching the gospel of God concerning Jesus Christ His Son. Carey knew that the hope for India was not in... <a href="https://theaquilareport.com/52-years-on-the-end-of-abortion-advances/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/remaining-in-neverland/"> <h2 class="post-title">Remaining in Neverland</h2> <h4 class="post-subtitle">Younger Americans are not learning how to stand on their own two feet.</h4> </a> <div class="post-info"> Written by Brad Littlejohn | Tuesday, January 21, 2025 </div> <p>Many baby boomers removed the burden of social expectations and duties from their children (including the duty to provide grandchildren) in the name of freedom. But it turns out that there is no freedom to move in zero gravity—you just float aimlessly. By refusing to weigh their children down with norms and hard economic realities,... <a href="https://theaquilareport.com/remaining-in-neverland/">Continue Reading</a></p> </div> <div class="post-box"> <a class="hlink" href="https://theaquilareport.com/grover-clevelands-presidency-inauguration-day-2025/"> <h2 class="post-title">Grover Cleveland’s Presidency &#038; Inauguration Day 2025</h2> <h4 class="post-subtitle">On January 20, 2025, Donald Trump became the second U. S. President to be inaugurated to a new term separated by four years, the other one being Grover Cleveland.</h4> </a> <div class="post-info"> Written by Barry Waugh | Tuesday, January 21, 2025 </div> <p>On Monday, January 20, 2025, President Elect Donald Trump will be inaugurated to his second term as President of the United States after serving his first before current President Joe Biden. Thus, he is the second president to serve two nonconsecutive terms. Each time a new president is inaugurated, it reminds the American people of... <a href="https://theaquilareport.com/grover-clevelands-presidency-inauguration-day-2025/">Continue Reading</a></p> </div> <div class="archive-pagination pagination"><ul><li class="active" ><a href="https://theaquilareport.com/category/world-and-life/" aria-current="page">1</a></li> <li><a href="https://theaquilareport.com/category/world-and-life/page/2/">2</a></li> <li><a href="https://theaquilareport.com/category/world-and-life/page/3/">3</a></li> <li class="pagination-omission">&#x02026;</li> <li><a href="https://theaquilareport.com/category/world-and-life/page/477/">477</a></li> <li class="pagination-next"><a href="https://theaquilareport.com/category/world-and-life/page/2/" >Next Page &#x000BB;</a></li> </ul></div> </main><aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" itemscope itemtype="https://schema.org/WPSideBar"><section id="search-4" class="widget widget_search"><div class="widget-wrap"><form class="search-form" method="get" action="https://theaquilareport.com/" role="search" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"><input class="search-form-input" type="search" name="s" id="searchform-2" placeholder="Search this website" itemprop="query-input"><input class="search-form-submit" type="submit" value="Search"><meta content="https://theaquilareport.com/?s={s}" itemprop="target"></form></div></section> <section id="archives-3" class="widget widget_archive"><div class="widget-wrap"><h4 class="widget-title widgettitle">Archives</h4> <label class="screen-reader-text" for="archives-dropdown-3">Archives</label> <select id="archives-dropdown-3" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://theaquilareport.com/2025/02/'> February 2025 </option> <option value='https://theaquilareport.com/2025/01/'> January 2025 </option> <option value='https://theaquilareport.com/2024/12/'> December 2024 </option> <option value='https://theaquilareport.com/2024/11/'> November 2024 </option> <option value='https://theaquilareport.com/2024/10/'> October 2024 </option> <option value='https://theaquilareport.com/2024/09/'> September 2024 </option> <option value='https://theaquilareport.com/2024/08/'> August 2024 </option> <option value='https://theaquilareport.com/2024/07/'> July 2024 </option> <option value='https://theaquilareport.com/2024/06/'> June 2024 </option> <option value='https://theaquilareport.com/2024/05/'> May 2024 </option> <option value='https://theaquilareport.com/2024/04/'> April 2024 </option> <option value='https://theaquilareport.com/2024/03/'> March 2024 </option> <option value='https://theaquilareport.com/2024/02/'> February 2024 </option> <option value='https://theaquilareport.com/2024/01/'> January 2024 </option> <option value='https://theaquilareport.com/2023/12/'> December 2023 </option> <option value='https://theaquilareport.com/2023/11/'> November 2023 </option> <option value='https://theaquilareport.com/2023/10/'> October 2023 </option> <option value='https://theaquilareport.com/2023/09/'> September 2023 </option> <option value='https://theaquilareport.com/2023/08/'> August 2023 </option> <option value='https://theaquilareport.com/2023/07/'> July 2023 </option> <option value='https://theaquilareport.com/2023/06/'> June 2023 </option> <option value='https://theaquilareport.com/2023/05/'> May 2023 </option> <option value='https://theaquilareport.com/2023/04/'> April 2023 </option> <option value='https://theaquilareport.com/2023/03/'> March 2023 </option> <option value='https://theaquilareport.com/2023/02/'> February 2023 </option> <option value='https://theaquilareport.com/2023/01/'> January 2023 </option> <option value='https://theaquilareport.com/2022/12/'> December 2022 </option> <option value='https://theaquilareport.com/2022/11/'> November 2022 </option> <option value='https://theaquilareport.com/2022/10/'> October 2022 </option> <option value='https://theaquilareport.com/2022/09/'> September 2022 </option> <option value='https://theaquilareport.com/2022/08/'> August 2022 </option> <option value='https://theaquilareport.com/2022/07/'> July 2022 </option> <option value='https://theaquilareport.com/2022/06/'> June 2022 </option> <option value='https://theaquilareport.com/2022/05/'> May 2022 </option> <option value='https://theaquilareport.com/2022/04/'> April 2022 </option> <option value='https://theaquilareport.com/2022/03/'> March 2022 </option> <option value='https://theaquilareport.com/2022/02/'> February 2022 </option> <option value='https://theaquilareport.com/2022/01/'> January 2022 </option> <option value='https://theaquilareport.com/2021/12/'> December 2021 </option> <option value='https://theaquilareport.com/2021/11/'> November 2021 </option> <option value='https://theaquilareport.com/2021/10/'> October 2021 </option> <option value='https://theaquilareport.com/2021/09/'> September 2021 </option> <option value='https://theaquilareport.com/2021/08/'> August 2021 </option> <option value='https://theaquilareport.com/2021/07/'> July 2021 </option> <option value='https://theaquilareport.com/2021/06/'> June 2021 </option> <option value='https://theaquilareport.com/2021/05/'> May 2021 </option> <option value='https://theaquilareport.com/2021/04/'> April 2021 </option> <option value='https://theaquilareport.com/2021/03/'> March 2021 </option> <option value='https://theaquilareport.com/2021/02/'> February 2021 </option> <option value='https://theaquilareport.com/2021/01/'> January 2021 </option> <option value='https://theaquilareport.com/2020/12/'> December 2020 </option> <option value='https://theaquilareport.com/2020/11/'> November 2020 </option> <option value='https://theaquilareport.com/2020/10/'> October 2020 </option> <option value='https://theaquilareport.com/2020/09/'> September 2020 </option> <option value='https://theaquilareport.com/2020/08/'> August 2020 </option> <option value='https://theaquilareport.com/2020/07/'> July 2020 </option> <option value='https://theaquilareport.com/2020/06/'> June 2020 </option> <option value='https://theaquilareport.com/2020/05/'> May 2020 </option> <option value='https://theaquilareport.com/2020/04/'> April 2020 </option> <option value='https://theaquilareport.com/2020/03/'> March 2020 </option> <option value='https://theaquilareport.com/2020/02/'> February 2020 </option> <option value='https://theaquilareport.com/2020/01/'> January 2020 </option> <option value='https://theaquilareport.com/2019/12/'> December 2019 </option> <option value='https://theaquilareport.com/2019/11/'> November 2019 </option> <option value='https://theaquilareport.com/2019/10/'> October 2019 </option> <option value='https://theaquilareport.com/2019/09/'> September 2019 </option> <option value='https://theaquilareport.com/2019/08/'> August 2019 </option> <option value='https://theaquilareport.com/2019/07/'> July 2019 </option> <option value='https://theaquilareport.com/2019/06/'> June 2019 </option> <option value='https://theaquilareport.com/2019/05/'> May 2019 </option> <option value='https://theaquilareport.com/2019/04/'> April 2019 </option> <option value='https://theaquilareport.com/2019/03/'> March 2019 </option> <option value='https://theaquilareport.com/2019/02/'> February 2019 </option> <option value='https://theaquilareport.com/2019/01/'> January 2019 </option> <option value='https://theaquilareport.com/2018/12/'> December 2018 </option> <option value='https://theaquilareport.com/2018/11/'> November 2018 </option> <option value='https://theaquilareport.com/2018/10/'> October 2018 </option> <option value='https://theaquilareport.com/2018/09/'> September 2018 </option> <option value='https://theaquilareport.com/2018/08/'> August 2018 </option> <option value='https://theaquilareport.com/2018/07/'> July 2018 </option> <option value='https://theaquilareport.com/2018/06/'> June 2018 </option> <option value='https://theaquilareport.com/2018/05/'> May 2018 </option> <option value='https://theaquilareport.com/2018/04/'> April 2018 </option> <option value='https://theaquilareport.com/2018/03/'> March 2018 </option> <option value='https://theaquilareport.com/2018/02/'> February 2018 </option> <option value='https://theaquilareport.com/2018/01/'> January 2018 </option> <option value='https://theaquilareport.com/2017/12/'> December 2017 </option> <option value='https://theaquilareport.com/2017/11/'> November 2017 </option> <option value='https://theaquilareport.com/2017/10/'> October 2017 </option> <option value='https://theaquilareport.com/2017/09/'> September 2017 </option> <option value='https://theaquilareport.com/2017/08/'> August 2017 </option> <option value='https://theaquilareport.com/2017/07/'> July 2017 </option> <option value='https://theaquilareport.com/2017/06/'> June 2017 </option> <option value='https://theaquilareport.com/2017/05/'> May 2017 </option> <option value='https://theaquilareport.com/2017/04/'> April 2017 </option> <option value='https://theaquilareport.com/2017/03/'> March 2017 </option> <option value='https://theaquilareport.com/2017/02/'> February 2017 </option> <option value='https://theaquilareport.com/2017/01/'> January 2017 </option> <option value='https://theaquilareport.com/2016/12/'> December 2016 </option> <option value='https://theaquilareport.com/2016/11/'> November 2016 </option> <option value='https://theaquilareport.com/2016/10/'> October 2016 </option> <option value='https://theaquilareport.com/2016/09/'> September 2016 </option> <option value='https://theaquilareport.com/2016/08/'> August 2016 </option> <option value='https://theaquilareport.com/2016/07/'> July 2016 </option> <option value='https://theaquilareport.com/2016/06/'> June 2016 </option> <option value='https://theaquilareport.com/2016/05/'> May 2016 </option> <option value='https://theaquilareport.com/2016/04/'> April 2016 </option> <option value='https://theaquilareport.com/2016/03/'> March 2016 </option> <option value='https://theaquilareport.com/2016/02/'> February 2016 </option> <option value='https://theaquilareport.com/2016/01/'> January 2016 </option> <option value='https://theaquilareport.com/2015/12/'> December 2015 </option> <option value='https://theaquilareport.com/2015/11/'> November 2015 </option> <option value='https://theaquilareport.com/2015/10/'> October 2015 </option> <option value='https://theaquilareport.com/2015/09/'> September 2015 </option> <option value='https://theaquilareport.com/2015/08/'> August 2015 </option> <option value='https://theaquilareport.com/2015/07/'> July 2015 </option> <option value='https://theaquilareport.com/2015/06/'> June 2015 </option> <option value='https://theaquilareport.com/2015/05/'> May 2015 </option> <option value='https://theaquilareport.com/2015/04/'> April 2015 </option> <option value='https://theaquilareport.com/2015/03/'> March 2015 </option> <option value='https://theaquilareport.com/2015/02/'> February 2015 </option> <option value='https://theaquilareport.com/2015/01/'> January 2015 </option> <option value='https://theaquilareport.com/2014/12/'> December 2014 </option> <option value='https://theaquilareport.com/2014/11/'> November 2014 </option> <option value='https://theaquilareport.com/2014/10/'> October 2014 </option> <option value='https://theaquilareport.com/2014/09/'> September 2014 </option> <option value='https://theaquilareport.com/2014/08/'> August 2014 </option> <option value='https://theaquilareport.com/2014/07/'> July 2014 </option> <option value='https://theaquilareport.com/2014/06/'> June 2014 </option> <option value='https://theaquilareport.com/2014/05/'> May 2014 </option> <option value='https://theaquilareport.com/2014/04/'> April 2014 </option> <option value='https://theaquilareport.com/2014/03/'> March 2014 </option> <option value='https://theaquilareport.com/2014/02/'> February 2014 </option> <option value='https://theaquilareport.com/2014/01/'> January 2014 </option> <option value='https://theaquilareport.com/2013/12/'> December 2013 </option> <option value='https://theaquilareport.com/2013/11/'> November 2013 </option> <option value='https://theaquilareport.com/2013/10/'> October 2013 </option> <option value='https://theaquilareport.com/2013/09/'> September 2013 </option> <option value='https://theaquilareport.com/2013/08/'> August 2013 </option> <option value='https://theaquilareport.com/2013/07/'> July 2013 </option> <option value='https://theaquilareport.com/2013/06/'> June 2013 </option> <option value='https://theaquilareport.com/2013/05/'> May 2013 </option> <option value='https://theaquilareport.com/2013/04/'> April 2013 </option> <option value='https://theaquilareport.com/2013/03/'> March 2013 </option> <option value='https://theaquilareport.com/2013/02/'> February 2013 </option> <option value='https://theaquilareport.com/2013/01/'> January 2013 </option> <option value='https://theaquilareport.com/2012/12/'> December 2012 </option> <option value='https://theaquilareport.com/2012/11/'> November 2012 </option> <option value='https://theaquilareport.com/2012/10/'> October 2012 </option> <option value='https://theaquilareport.com/2012/09/'> September 2012 </option> <option value='https://theaquilareport.com/2012/08/'> August 2012 </option> <option value='https://theaquilareport.com/2012/07/'> July 2012 </option> <option value='https://theaquilareport.com/2012/06/'> June 2012 </option> <option value='https://theaquilareport.com/2012/05/'> May 2012 </option> <option value='https://theaquilareport.com/2012/04/'> April 2012 </option> <option value='https://theaquilareport.com/2012/03/'> March 2012 </option> <option value='https://theaquilareport.com/2012/02/'> February 2012 </option> <option value='https://theaquilareport.com/2012/01/'> January 2012 </option> <option value='https://theaquilareport.com/2011/12/'> December 2011 </option> <option value='https://theaquilareport.com/2011/11/'> November 2011 </option> <option value='https://theaquilareport.com/2011/10/'> October 2011 </option> <option value='https://theaquilareport.com/2011/09/'> September 2011 </option> <option value='https://theaquilareport.com/2011/08/'> August 2011 </option> <option value='https://theaquilareport.com/2011/07/'> July 2011 </option> <option value='https://theaquilareport.com/2011/06/'> June 2011 </option> <option value='https://theaquilareport.com/2011/05/'> May 2011 </option> <option value='https://theaquilareport.com/2011/04/'> April 2011 </option> <option value='https://theaquilareport.com/2011/03/'> March 2011 </option> <option value='https://theaquilareport.com/2011/02/'> February 2011 </option> <option value='https://theaquilareport.com/2011/01/'> January 2011 </option> <option value='https://theaquilareport.com/2010/12/'> December 2010 </option> <option value='https://theaquilareport.com/2010/11/'> November 2010 </option> <option value='https://theaquilareport.com/2010/10/'> October 2010 </option> <option value='https://theaquilareport.com/2010/09/'> September 2010 </option> <option value='https://theaquilareport.com/2010/08/'> August 2010 </option> <option value='https://theaquilareport.com/2010/07/'> July 2010 </option> <option value='https://theaquilareport.com/2010/06/'> June 2010 </option> <option value='https://theaquilareport.com/2010/05/'> May 2010 </option> <option value='https://theaquilareport.com/2010/04/'> April 2010 </option> <option value='https://theaquilareport.com/2010/03/'> March 2010 </option> <option value='https://theaquilareport.com/2010/02/'> February 2010 </option> <option value='https://theaquilareport.com/2010/01/'> January 2010 </option> <option value='https://theaquilareport.com/2009/12/'> December 2009 </option> <option value='https://theaquilareport.com/2009/11/'> November 2009 </option> <option value='https://theaquilareport.com/2009/10/'> October 2009 </option> <option value='https://theaquilareport.com/2009/09/'> September 2009 </option> <option value='https://theaquilareport.com/2009/08/'> August 2009 </option> <option value='https://theaquilareport.com/2009/07/'> July 2009 </option> <option value='https://theaquilareport.com/2009/06/'> June 2009 </option> <option value='https://theaquilareport.com/2009/05/'> May 2009 </option> <option value='https://theaquilareport.com/2009/04/'> April 2009 </option> <option value='https://theaquilareport.com/2009/03/'> March 2009 </option> <option value='https://theaquilareport.com/2009/02/'> February 2009 </option> <option value='https://theaquilareport.com/2009/01/'> January 2009 </option> <option value='https://theaquilareport.com/2008/12/'> December 2008 </option> <option value='https://theaquilareport.com/2008/11/'> November 2008 </option> <option value='https://theaquilareport.com/2008/10/'> October 2008 </option> <option value='https://theaquilareport.com/2008/09/'> September 2008 </option> <option value='https://theaquilareport.com/2008/08/'> August 2008 </option> <option value='https://theaquilareport.com/2008/07/'> July 2008 </option> <option value='https://theaquilareport.com/2008/06/'> June 2008 </option> <option value='https://theaquilareport.com/2008/05/'> May 2008 </option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-3" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </div></section> <section id="zoom-social-icons-widget-2" class="widget zoom-social-icons-widget"><div class="widget-wrap"><h4 class="widget-title widgettitle">Subscribe, Follow, Listen</h4> <ul class="zoom-social-icons-list zoom-social-icons-list--without-canvas zoom-social-icons-list--round zoom-social-icons-list--align-center zoom-social-icons-list--no-labels"> <li class="zoom-social_icons-list__item"> <a class="zoom-social_icons-list__link" href="https://theaquilareport.us20.list-manage.com/subscribe?u=04a71302aff1f518f6b23392e&#038;id=50c967b34f" target="_blank" title="Default Label" rel="noopener"> <span class="screen-reader-text">email-alt</span> <span class="zoom-social_icons-list-span social-icon dashicons dashicons-email-alt" data-hover-rule="color" data-hover-color="#1e73be" style="color : #1e73be; font-size: 26px; padding:8px" ></span> </a> </li> <li class="zoom-social_icons-list__item"> <a class="zoom-social_icons-list__link" href="https://www.facebook.com/TheAquilaReport" target="_blank" title="Facebook" rel="noopener"> <span class="screen-reader-text">facebook</span> <span class="zoom-social_icons-list-span social-icon socicon socicon-facebook" data-hover-rule="color" data-hover-color="#3b5998" style="color : #3b5998; font-size: 26px; padding:8px" ></span> </a> </li> <li class="zoom-social_icons-list__item"> <a class="zoom-social_icons-list__link" href="https://twitter.com/#!/AquilaReport" target="_blank" title="Twitter" rel="noopener"> <span class="screen-reader-text">twitter</span> <span class="zoom-social_icons-list-span social-icon socicon socicon-twitter" data-hover-rule="color" data-hover-color="#1da1f2" style="color : #1da1f2; font-size: 26px; padding:8px" ></span> </a> </li> <li class="zoom-social_icons-list__item"> <a class="zoom-social_icons-list__link" href="https://podcasts.apple.com/us/podcast/aquila-report-weekly-review/id1544882616" target="_blank" title="Default Label" rel="noopener"> <span class="screen-reader-text">apple-podcasts</span> <span class="zoom-social_icons-list-span social-icon socicon socicon-apple-podcasts" data-hover-rule="color" data-hover-color="#9933CC" style="color : #9933CC; font-size: 26px; padding:8px" ></span> </a> </li> <li class="zoom-social_icons-list__item"> <a class="zoom-social_icons-list__link" href="https://anchor.fm/aquila-report" target="_blank" title="Default Label" rel="noopener"> <span class="screen-reader-text">anchor</span> <span class="zoom-social_icons-list-span social-icon socicon socicon-anchor" data-hover-rule="color" data-hover-color="#8940fa" style="color : #8940fa; font-size: 26px; padding:8px" ></span> </a> </li> </ul> </div></section> <section id="adrotate_widgets-7" class="widget adrotate_widgets"><div class="widget-wrap"><div class="g g-3"><div class="g-single a-981"><a class="gofollow" data-track="OTgxLDMsMSw2MA==" href="https://www.gpts.edu/events/the-pastor-his-call-character-and-work" target="_blank" title="GPTS - The Pastor: His Call, Character, and Work - click for details"><img src="https://1ar.s3.amazonaws.com/2024/11/GPTS_Conference_Web-Ad_250x208.jpg" alt="GPTS - The Pastor: His Call, Character, and Work - click for details" width="250" height="208"/></a></div></div></div></section> <section id="adrotate_widgets-13" class="widget adrotate_widgets"><div class="widget-wrap"><div class="g g-11"><div class="g-single a-990"><a class="gofollow" data-track="OTkwLDExLDEsNjA=" href="https://www.belhaven.edu/admission/online/?utm_source=aquila&utm_medium=christian" target="_blank"><img src="https://1ar.s3.amazonaws.com/2018/07/Belhaven2018-011.jpg" alt="Belhaven University" width="250" height="208"/></a></div></div></div></section> <section id="adrotate_widgets-24" class="widget adrotate_widgets"><div class="widget-wrap"><!-- Either there are no banners, they are disabled or none qualified for this location! --></div></section> <section id="adrotate_widgets-2" class="widget adrotate_widgets"><div class="widget-wrap"><!-- Either there are no banners, they are disabled or none qualified for this location! --></div></section> <section id="adrotate_widgets-25" class="widget adrotate_widgets"><div class="widget-wrap"><!-- Either there are no banners, they are disabled or none qualified for this location! --></div></section> </aside></div><aside class="sidebar sidebar-secondary widget-area" role="complementary" aria-label="Secondary Sidebar" itemscope itemtype="https://schema.org/WPSideBar"><section id="nav_menu-5" class="widget widget_nav_menu"><div class="widget-wrap"><div class="menu-secondary-container"><ul id="menu-secondary" class="menu"><li id="menu-item-11833" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/about/"><div class="main-text">About</div></a></li> <li id="menu-item-95715" class="menu-item menu-item-type-post_type menu-item-object-page"><a title="Advertise in The Aquila Report" href="https://theaquilareport.com/advertise/"><div class="main-text">Advertise Here</div></a></li> <li id="menu-item-95745" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/contact-us/"><div class="main-text">Contact Us</div></a></li> <li id="menu-item-226748" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/donate/"><div class="main-text">Donate</div></a></li> <li id="menu-item-110923" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://eepurl.com/gHt7KP"><div class="main-text">Email Alerts</div></a></li> <li id="menu-item-95741" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/leadership/"><div class="main-text">Leadership</div></a></li> <li id="menu-item-95732" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/letters-to-the-editor/"><div class="main-text">Letters to the Editor</div></a></li> <li id="menu-item-95800" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/principles-and-practices/"><div class="main-text">Principles and Practices</div></a></li> <li id="menu-item-95806" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/privacy-policy/"><div class="main-text">Privacy Policy</div></a></li> </ul></div></div></section> <section id="adrotate_widgets-12" class="widget adrotate_widgets"><div class="widget-wrap"><h4 class="widget-title widgettitle">Free Subscription</h4> <div class="g g-8"><div class="g-single a-439"><a class="gofollow" data-track="NDM5LDgsMSw2MA==" href="http://eepurl.com/gHt7KP" title="Click to subscribe to Aquila Report email alerts" target="_blank"><img src="https://i2.wp.com/theaquilareport.com/wp-content/uploads/2013/11/aquila-email-subscribe.jpg" alt="Aquila Report Email Alerts" height="125" width="125" /></a></div></div></div></section> <section id="adrotate_widgets-23" class="widget adrotate_widgets"><div class="widget-wrap"><h4 class="widget-title widgettitle">Special</h4> <!-- Either there are no banners, they are disabled or none qualified for this location! --></div></section> </aside><span id="kadence-conversion-end-of-content"></span></div></div><div class="footer-menu"><div class="cdiv"><div id="nav_menu-6" class="widget widget_nav_menu"><div class="menu-footer-container"><ul id="menu-footer" class="menu"><li id="menu-item-96439" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/about/"><div class="main-text">About</div></a></li> <li id="menu-item-96438" class="menu-item menu-item-type-post_type menu-item-object-page"><a title="Advertise in The Aquila Report" href="https://theaquilareport.com/advertise/"><div class="main-text">Advertise Here</div></a></li> <li id="menu-item-96437" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/contact-us/"><div class="main-text">Contact Us</div></a></li> <li id="menu-item-96435" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/privacy-policy/"><div class="main-text">Privacy Policy</div></a></li> <li id="menu-item-96436" class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://theaquilareport.com/principles-and-practices/"><div class="main-text">Principles and Practices</div></a></li> <li id="menu-item-118787" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="https://www.theaquilareport.com/feed/"><div class="main-text">RSS Feed</div></a></li> <li id="menu-item-110932" class="menu-item menu-item-type-custom menu-item-object-custom"><a href="http://eepurl.com/gHt7KP"><div class="main-text">Subscribe to Weekly Email Alerts</div></a></li> </ul></div></div></div></div><div class="footer-ad"><div id="adrotate_widgets-9" class="widget adrotate_widgets"><!-- Either there are no banners, they are disabled or none qualified for this location! --></div></div><div class="footer-extras"><div id="text-11" class="widget widget_text"> <div class="textwidget"><p><strong>DISCLAIMER</strong>: The Aquila Report is a news and information resource. We welcome commentary from readers; for more information visit our Letters to the Editor link. All our content, including commentary and opinion, is intended to be information for our readers and does not necessarily indicate an endorsement by The Aquila Report or its governing board. In order to provide this website free of charge to our readers,  Aquila Report uses a combination of donations, advertisements and affiliate marketing links to  pay its operating costs.</p> </div> </div></div><footer class="site-footer" itemscope itemtype="https://schema.org/WPFooter"><div class="wrap"><div class="gototop"><p><a class="to-top" href="#" rel="nofollow">Return to top of page</a></p></div><div class="creds"><p><a href="http://fivemoretalents.com/">Website design</a> by <a href="http://fivemoretalents.com/">Five More Talents</a> · Copyright &#x000A9;&nbsp;2025 The Aquila Report · <a href="https://theaquilareport.com/wp-login.php">Log in</a></p></div></div></footer></div> <script type="text/javascript"> jQuery('body').on('geo_timeout_error', onGeo_timeout_error); function onGeo_timeout_error() { console.warn('The geolocationGetCurrent timed out'); var html = '<h2 style="margin-top:36px;">GPS Failed</h2>'; html += '<p>Your GPS did not respond. Be sure you have your GPS enabled and try again.</p>'; html += '<button onclick="AppGeo_getLoc()">Try Again</button>'; html += '<div style="height:1000px"></div>'; // a little hack to hide the checkin button without really tampering with it. jQuery('#map-canvas').html(html); } </script> <!-- HFCM by 99 Robots - Snippet # 1: Infolinks Ad Insert --> <script type="text/javascript"> var infolinks_pid = 3413982; var infolinks_wsid = 0; </script> <script type="text/javascript" src="//resources.infolinks.com/js/infolinks_main.js"></script> <!-- /end HFCM by 99 Robots --> <script type="text/javascript"> /* MonsterInsights Scroll Tracking */ if ( typeof(jQuery) !== 'undefined' ) { jQuery( document ).ready(function(){ function monsterinsights_scroll_tracking_load() { if ( ( typeof(__gaTracker) !== 'undefined' && __gaTracker && __gaTracker.hasOwnProperty( "loaded" ) && __gaTracker.loaded == true ) || ( typeof(__gtagTracker) !== 'undefined' && __gtagTracker ) ) { (function(factory) { factory(jQuery); }(function($) { /* Scroll Depth */ "use strict"; var defaults = { percentage: true }; var $window = $(window), cache = [], scrollEventBound = false, lastPixelDepth = 0; /* * Plugin */ $.scrollDepth = function(options) { var startTime = +new Date(); options = $.extend({}, defaults, options); /* * Functions */ function sendEvent(action, label, scrollDistance, timing) { if ( 'undefined' === typeof MonsterInsightsObject || 'undefined' === typeof MonsterInsightsObject.sendEvent ) { return; } var paramName = action.toLowerCase(); var fieldsArray = { send_to: 'G-DXLVZ8VX95', non_interaction: true }; fieldsArray[paramName] = label; if (arguments.length > 3) { fieldsArray.scroll_timing = timing MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } else { MonsterInsightsObject.sendEvent('event', 'scroll_depth', fieldsArray); } } function calculateMarks(docHeight) { return { '25%' : parseInt(docHeight * 0.25, 10), '50%' : parseInt(docHeight * 0.50, 10), '75%' : parseInt(docHeight * 0.75, 10), /* Cushion to trigger 100% event in iOS */ '100%': docHeight - 5 }; } function checkMarks(marks, scrollDistance, timing) { /* Check each active mark */ $.each(marks, function(key, val) { if ( $.inArray(key, cache) === -1 && scrollDistance >= val ) { sendEvent('Percentage', key, scrollDistance, timing); cache.push(key); } }); } function rounded(scrollDistance) { /* Returns String */ return (Math.floor(scrollDistance/250) * 250).toString(); } function init() { bindScrollDepth(); } /* * Public Methods */ /* Reset Scroll Depth with the originally initialized options */ $.scrollDepth.reset = function() { cache = []; lastPixelDepth = 0; $window.off('scroll.scrollDepth'); bindScrollDepth(); }; /* Add DOM elements to be tracked */ $.scrollDepth.addElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.merge(options.elements, elems); /* If scroll event has been unbound from window, rebind */ if (!scrollEventBound) { bindScrollDepth(); } }; /* Remove DOM elements currently tracked */ $.scrollDepth.removeElements = function(elems) { if (typeof elems == "undefined" || !$.isArray(elems)) { return; } $.each(elems, function(index, elem) { var inElementsArray = $.inArray(elem, options.elements); var inCacheArray = $.inArray(elem, cache); if (inElementsArray != -1) { options.elements.splice(inElementsArray, 1); } if (inCacheArray != -1) { cache.splice(inCacheArray, 1); } }); }; /* * Throttle function borrowed from: * Underscore.js 1.5.2 * http://underscorejs.org * (c) 2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors * Underscore may be freely distributed under the MIT license. */ function throttle(func, wait) { var context, args, result; var timeout = null; var previous = 0; var later = function() { previous = new Date; timeout = null; result = func.apply(context, args); }; return function() { var now = new Date; if (!previous) previous = now; var remaining = wait - (now - previous); context = this; args = arguments; if (remaining <= 0) { clearTimeout(timeout); timeout = null; previous = now; result = func.apply(context, args); } else if (!timeout) { timeout = setTimeout(later, remaining); } return result; }; } /* * Scroll Event */ function bindScrollDepth() { scrollEventBound = true; $window.on('scroll.scrollDepth', throttle(function() { /* * We calculate document and window height on each scroll event to * account for dynamic DOM changes. */ var docHeight = $(document).height(), winHeight = window.innerHeight ? window.innerHeight : $window.height(), scrollDistance = $window.scrollTop() + winHeight, /* Recalculate percentage marks */ marks = calculateMarks(docHeight), /* Timing */ timing = +new Date - startTime; checkMarks(marks, scrollDistance, timing); }, 500)); } init(); }; /* UMD export */ return $.scrollDepth; })); jQuery.scrollDepth(); } else { setTimeout(monsterinsights_scroll_tracking_load, 200); } } monsterinsights_scroll_tracking_load(); }); } /* End MonsterInsights Scroll Tracking */ </script><script type="text/javascript" id="adrotate-clicker-js-extra"> /* <![CDATA[ */ var click_object = {"ajax_url":"https:\/\/theaquilareport.com\/wp-admin\/admin-ajax.php"}; /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/adrotate/library/jquery.clicker.js" id="adrotate-clicker-js"></script> <script type="text/javascript" id="give-donation-summary-script-frontend-js-extra"> /* <![CDATA[ */ var GiveDonationSummaryData = {"currencyPrecisionLookup":{"USD":2,"EUR":2,"GBP":2,"AUD":2,"BRL":2,"CAD":2,"CZK":2,"DKK":2,"HKD":2,"HUF":2,"ILS":2,"JPY":0,"MYR":2,"MXN":2,"MAD":2,"NZD":2,"NOK":2,"PHP":2,"PLN":2,"SGD":2,"KRW":0,"ZAR":2,"SEK":2,"CHF":2,"TWD":2,"THB":2,"INR":2,"TRY":2,"IRR":2,"RUB":2,"AED":2,"AMD":2,"ANG":2,"ARS":2,"AWG":2,"BAM":2,"BDT":2,"BHD":3,"BMD":2,"BND":2,"BOB":2,"BSD":2,"BWP":2,"BZD":2,"CLP":0,"CNY":2,"COP":2,"CRC":2,"CUC":2,"CUP":2,"DOP":2,"EGP":2,"GIP":2,"GTQ":2,"HNL":2,"HRK":2,"IDR":2,"ISK":0,"JMD":2,"JOD":2,"KES":2,"KWD":2,"KYD":2,"MKD":2,"NPR":2,"OMR":3,"PEN":2,"PKR":2,"RON":2,"SAR":2,"SZL":2,"TOP":2,"TZS":2,"UAH":2,"UYU":2,"VEF":2,"XCD":2,"AFN":2,"ALL":2,"AOA":2,"AZN":2,"BBD":2,"BGN":2,"BIF":0,"XBT":8,"BTN":1,"BYR":2,"BYN":2,"CDF":2,"CVE":2,"DJF":0,"DZD":2,"ERN":2,"ETB":2,"FJD":2,"FKP":2,"GEL":2,"GGP":2,"GHS":2,"GMD":2,"GNF":0,"GYD":2,"HTG":2,"IMP":2,"IQD":2,"IRT":2,"JEP":2,"KGS":2,"KHR":0,"KMF":2,"KPW":0,"KZT":2,"LAK":0,"LBP":2,"LKR":0,"LRD":2,"LSL":2,"LYD":3,"MDL":2,"MGA":0,"MMK":2,"MNT":2,"MOP":2,"MRO":2,"MUR":2,"MVR":1,"MWK":2,"MZN":0,"NAD":2,"NGN":2,"NIO":2,"PAB":2,"PGK":2,"PRB":2,"PYG":2,"QAR":2,"RSD":2,"RWF":2,"SBD":2,"SCR":2,"SDG":2,"SHP":2,"SLL":2,"SOS":2,"SRD":2,"SSP":2,"STD":2,"SYP":2,"TJS":2,"TMT":2,"TND":3,"TTD":2,"UGX":2,"UZS":2,"VND":1,"VUV":0,"WST":2,"XAF":2,"XOF":2,"XPF":2,"YER":2,"ZMW":2},"recurringLabelLookup":{"day":"Daily","week":"Weekly","month":"Monthly","quarter":"Quarterly","half-year":"Semi-Annually","year":"Yearly"}}; /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/give/assets/dist/js/give-donation-summary.js?ver=3.19.4" id="give-donation-summary-script-frontend-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/themes/aquila_3/js/back-to-top.js?ver=1.0" id="back-to-top-js"></script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/social-icons-widget-by-wpzoom/assets/js/social-icons-widget-frontend.js?ver=1732748229" id="zoom-social-icons-widget-frontend-js"></script> <script type="text/javascript" id="heateor_sss_sharing_js-js-before"> /* <![CDATA[ */ function heateorSssLoadEvent(e) {var t=window.onload;if (typeof window.onload!="function") {window.onload=e}else{window.onload=function() {t();e()}}}; var heateorSssSharingAjaxUrl = 'https://theaquilareport.com/wp-admin/admin-ajax.php', heateorSssCloseIconPath = 'https://theaquilareport.com/wp-content/plugins/sassy-social-share/public/../images/close.png', heateorSssPluginIconPath = 'https://theaquilareport.com/wp-content/plugins/sassy-social-share/public/../images/logo.png', heateorSssHorizontalSharingCountEnable = 0, heateorSssVerticalSharingCountEnable = 0, heateorSssSharingOffset = -10; var heateorSssMobileStickySharingEnabled = 1;var heateorSssCopyLinkMessage = "Link copied.";var heateorSssUrlCountFetched = [], heateorSssSharesText = 'Shares', heateorSssShareText = 'Share';function heateorSssPopup(e) {window.open(e,"popUpWindow","height=400,width=600,left=400,top=100,resizable,scrollbars,toolbar=0,personalbar=0,menubar=no,location=no,directories=no,status")} /* ]]> */ </script> <script type="text/javascript" src="https://theaquilareport.com/wp-content/plugins/sassy-social-share/public/js/sassy-social-share-public.js?ver=3.3.70" id="heateor_sss_sharing_js-js"></script> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10