<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="snappages.com/3.0" -->
<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
	<channel>
		<title>The New Glorious Church</title>
		<description></description>
		<atom:link href="https://TNGCONLINE.ORG/blog/rss" rel="self" type="application/rss+xml" />
		<link>https://TNGCONLINE.ORG</link>
		<lastBuildDate>Mon, 20 Jul 2026 17:25:22 +0000</lastBuildDate>
		<pubDate>Mon, 20 Jul 2026 17:25:22 +0000</pubDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
		<ttl>3600</ttl>
		<generator>SnapPages.com</generator>

		<item>
			<title>Live Life in the Light</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/live-life-in-the-light</link>
			<pubDate>Mon, 20 Jul 2026 19:45:07 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/live-life-in-the-light</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135150" data-title="Live Life in the Light"><!-- ============================================================
TNGC Bible Study — Blog Post
"Live Life in the Light" — John 1:4-5, 12:44-46
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:56px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .back-link{
position:relative;
display:inline-flex;
align-items:center;
gap:6px;
font-size:13px;
font-weight:600;
letter-spacing:.03em;
color:#c7c4e0;
text-decoration:none;
margin-bottom:36px;
}
.tngc-study .back-link:hover{ color:#fff; }
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:600px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap"><a class="back-link" href="https://tngconline.org/blog">← Back to all studies</a>
<p class="eyebrow">Study Topic</p>
<h1>Live Life<br>
<span>in the light</span></h1>
<p class="subtitle">Doing things in the dark is costly - literally and spiritually. A study on trusting Jesus as the revelation of God, and choosing His light over the darkness of our own understanding.</p>
<span class="verse-ref">John 12:46 · I Have Come As a Light</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>In what areas of your life are you currently operating in darkness rather than seeking God's light and perspective?</p>
</li>
<li>
<p>How does trusting in people versus trusting in God manifest differently in your daily decisions and relationships?</p>
</li>
<li>
<p>What does it practically mean for you to see Jesus as the revelation of God rather than just a historical or religious figure?</p>
</li>
<li>
<p>When have you experienced the cost of doing something in spiritual darkness, and how might things have been different if you had sought God's light first?</p>
</li>
<li>
<p>How can believers distinguish between general revelation through creation and special revelation through miraculous intervention in their own lives?</p>
</li>
<li>
<p>What does it mean that the Word must become flesh in your life, not just memorized scripture but lived reality?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>In what ways does our culture try to redefine truth as relative, and how does living in God's light protect us from these deceptions?</p>
</li>
<li>
<p>How does the concept that God shouts at us in bad times but whispers in good times challenge your understanding of suffering and blessing?</p>
</li>
<li>
<p>What does it look like for you to decrease so that Christ can increase in your life, and what specific areas need this transformation?</p>
</li>
<li>
<p>If darkness cannot extinguish the light of Christ within believers, why do so many Christians still struggle with fear, doubt, and conformity to worldly patterns?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"The light shines in the darkness, and the darkness can never extinguish it."</p>
<p class="verse-cite">John 1:5</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> Talking about "darkness" can surface real struggles with doubt, fear, or hidden sin - approach these with grace, not correction. Remind the group that the goal isn't perfection but progression, and that everyone is still learning to walk in the light. Protect confidentiality, and follow up individually with anyone who shares something they've been carrying alone.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">Live Life in the Light</h2>
<p style="color:#e7e4f7;">Have you ever tried to do something in complete darkness? Maybe you've stumbled through your home during a power outage, stubbing your toe on furniture that's been in the same spot for years. Doing things in darkness is costly - it leads to mistakes, missteps, and missed opportunities. This simple reality reveals a profound spiritual truth: we cannot navigate life successfully without the light of God's wisdom found in Jesus Christ.</p>
<h2 style="color:#fff;">The Cost of Living in Darkness</h2>
<p style="color:#e7e4f7;">Picture someone rushing to work, getting dressed in the dark to save time, only to arrive and discover they're wearing mismatched shoes. The embarrassment could have been avoided with one simple thing - turning on the light.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Darkness is expensive.</p>
<p style="color:#e7e4f7;">When we live without God's light illuminating our path, we make decisions based on limited understanding. We stumble through relationships, careers, and life choices without the clarity that only divine wisdom can provide. How many times have you thought, "If I knew then what I know now, I would have done things completely differently"? What you're really saying is, "If I'd had God's perspective, if His light had been shining on that situation, I could have made better choices."</p>
<h2 style="color:#fff;">Understanding Darkness and Light</h2>
<p style="color:#e7e4f7;">In Scripture, light represents far more than physical illumination. It's the first thing God created in Genesis - before any work began, before anything took shape, God said, "Let there be light." God is light, and in Him is no darkness at all. Before God turned on the lights for mankind, humanity was merely a mound of dirt - shapeless, empty, consumed by darkness. But when God's light shines on us, everything changes. We gain definition. We discover purpose.</p>
<h2 style="color:#fff;">The Source of All Light</h2>
<p style="color:#e7e4f7;">In John 12:44-46, Jesus is shouting - not whispering - to the crowds, because people are so consumed by life's affairs they can't hear what matters most. God whispers to us in good times but shouts at us in bad ones. What is He shouting? "If you trust in me, you are trusting not only in me, but also in God who sent me." Trusting in Jesus is trusting in God Himself. Receiving Jesus is receiving God. Rejecting Jesus is rejecting God.</p>
<h2 style="color:#fff;">The Trust Problem</h2>
<p style="color:#e7e4f7;">"Cursed is the one who trusts in man, who draws strength from mere flesh, and whose heart turns away from the Lord" (Jeremiah 17:5). This doesn't mean we can never rely on people - it means we shouldn't place ultimate trust in human beings, including ourselves. People mean well, but they don't always perform well. Even our own judgment can fail us. But we can trust people when we see them living in God's light - when Christ is clearly increasing in their lives while they decrease.</p>
<h2 style="color:#fff;">Revelation Comes from God</h2>
<p style="color:#e7e4f7;">We cannot see the fulfillment of God's word without Him revealing it to us. God reveals Himself in two ways: general revelation - seeing His handiwork in fresh snow, budding trees, a cloudless sky (Romans 1:20) - and special revelation, through unexpected healings, provision, and protection. Both begin through belief in Jesus Christ.</p>
<h2 style="color:#fff;">The Word Made Flesh</h2>
<p style="color:#e7e4f7;">"And the Word became flesh and dwelt among us, and we have seen his glory... full of grace and truth" (John 1:14). To live in the light means the Word must become flesh in us. It's not enough to quote scriptures or win Bible trivia - people must see Christ increasing in our lives while we decrease. This happens through unfailing love and faithfulness. Faithfulness means consistent commitment; we may have limited ability, but if we show up consistently, God perfects those abilities in us.</p>
<h2 style="color:#fff;">Dispelling the Darkness</h2>
<p style="color:#e7e4f7;">"The light shines in the darkness, and the darkness can never extinguish it" (John 1:5). Before receiving the light of God's Word, we were dead in our trespasses, living in darkness without even knowing what we didn't know. But when His light enters our lives, everything changes. When you know what God's Word says about a situation, you cannot be led astray. When God has settled something through His Word, no one can change it.</p>
<h2 style="color:#fff;">Making the Choice</h2>
<p style="color:#e7e4f7; margin-bottom:0;">We stand at a crossroads. Will we keep doing things in the dark - relying on worldly wisdom, our own understanding, or the opinions of others? Or will we step into the light of Jesus Christ? Everything we need to live godly lives is found in belief in Him. When we trust in Him, we trust in God. When we live as believers, we live in light, not darkness.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Darkness or light. Confusion or clarity. Choose light.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/live-life-in-the-light#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>It's ME, Not YOU</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/it-s-me-not-you</link>
			<pubDate>Mon, 20 Jul 2026 19:34:44 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/it-s-me-not-you</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135149" data-title="It's Me, Not You"><!-- ============================================================
TNGC Bible Study — Blog Post
"It's Me, Not You" — Psalm 139:23-24
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:56px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .back-link{
position:relative;
display:inline-flex;
align-items:center;
gap:6px;
font-size:13px;
font-weight:600;
letter-spacing:.03em;
color:#c7c4e0;
text-decoration:none;
margin-bottom:36px;
}
.tngc-study .back-link:hover{ color:#fff; }
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:600px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap"><a class="back-link" href="https://tngconline.org/blog">← Back to all studies</a>
<p class="eyebrow">Study Topic</p>
<h1>It's Me<br>
<span>not you</span></h1>
<p class="subtitle">A study on personal accountability before God - what happens when we stop pointing at everyone else's heart and ask God to search our own.</p>
<span class="verse-ref">Psalm 139:23-24 · Search Me, O God</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>David asks God to search his heart and reveal his anxious thoughts. What might God reveal to you if you genuinely prayed this prayer, and are you willing to face what He shows you?</p>
</li>
<li>
<p>The pastor states that God shows us our own heart, not the hearts of others. Why is it so much easier to see offenses in others than to recognize our own, and how does this prevent spiritual growth?</p>
</li>
<li>
<p>The sermon emphasizes that anxious thoughts indicate broken fellowship and trust in God. What areas of your life reveal anxious thinking, and what does this say about where you may not be fully trusting God?</p>
</li>
<li>
<p>The pastor shares that God showed him he was offending God by how he responded to people who offended him. How does our response to those who hurt us reflect our relationship with God?</p>
</li>
<li>
<p>Colossians 3:12-13 commands us to clothe ourselves with tenderhearted mercy, kindness, humility, gentleness, and patience. Which of these qualities is most challenging for you to maintain when dealing with difficult people?</p>
</li>
<li>
<p>The message distinguishes between an earthly relationship with God versus an eternal one. What practical differences would exist in your daily life if you pursued an eternal relationship with God rather than just an earthly one?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>The pastor mentions that Satan's greatest strategy is to divide and conquer through discord. In what relationships or communities have you seen this strategy at work, and how can recognizing it help you resist it?</p>
</li>
<li>
<p>David understood that God knew him before he was formed in the womb and knows his end from his beginning. How should this comprehensive knowledge that God has of us change the way we approach prayer and self-examination?</p>
</li>
<li>
<p>The sermon teaches that our spiritual being grows through the preaching and teaching of God's Word, not just through praise and worship. How balanced is your spiritual diet between worship and Word study?</p>
</li>
<li>
<p>The pastor admits that his bad days seem to outnumber his good days, yet God showed him that even bad days are good days in Christ because they refine us. How can reframing your trials as opportunities for refinement change your perspective on current difficulties?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made known to God."</p>
<p class="verse-cite">Philippians 4:6-7</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> This topic asks people to look inward instead of outward, which can bring up real shame or guilt - be ready to remind the group this is about surrender, not self-condemnation. If someone starts using the discussion to point out someone else's faults instead of examining their own, gently redirect back to personal accountability. Protect confidentiality, and follow up individually with anyone who shares something they're carrying heavily.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">It's Me, Not You</h2>
<p style="color:#e7e4f7;">In a world quick to assign blame and slow to accept responsibility, there's a revolutionary concept that can transform our spiritual lives and relationships: personal accountability before God. The simple, humbling acknowledgment that "it's me, not you" is one of the most powerful postures we can take as believers.</p>
<h2 style="color:#fff;">The Courage to Ask God to Search Us</h2>
<p style="color:#e7e4f7;">King David prays with remarkable maturity: "Search me, O God, and know my heart. Test me and know my anxious thoughts. Point out anything in me that offends you, and lead me along the path of everlasting life" (Psalm 139:23-24). He wasn't asking God to reveal his neighbor's faults or his enemy's shortcomings. He was asking God to expose his own heart.</p>
<p style="color:#e7e4f7;">Why don't we pray this? Because anyone hiding something doesn't want to be searched. We carry hidden attitudes, secret resentments, unacknowledged pride we'd rather keep concealed. But here's the truth: everyone else can already see these things in us. Our spouse knows. Our coworkers know. God certainly knows. The only person who seems oblivious is us.</p>
<h2 style="color:#fff;">Letting God Show You Who You Really Are</h2>
<p style="color:#e7e4f7;">God desires to reveal our hearts to us - not to shame us, but to free us. This is deeply personal work. God isn't showing you your spouse's heart or your difficult coworker's heart. He's showing you your own, because you will stand before Him individually. You won't answer for anyone else, and no one will answer for you.</p>
<p style="color:#e7e4f7;">God knows us better than we know ourselves. He knew us before we were formed in the womb. He knows our beginning from our end. Nothing about us is hidden from Him. When God searches our hearts, what will He find? Would we even believe it's us if He showed us the full picture?</p>
<h2 style="color:#fff;">The Test of Anxious Thoughts</h2>
<p style="color:#e7e4f7;">David doesn't stop at asking God to search his heart - he goes further: "Test me and know my anxious thoughts." This is an invitation for God to prove who we really are through the trials of everyday life.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Anxious thoughts are thoughts that get ahead of God.</p>
<p style="color:#e7e4f7;">These thoughts leave Him behind and push us out front, where everything feels shaky and uncertain - a sign of broken fellowship and fractured trust. Here's an uncomfortable truth: we're not tested in our areas of strength. We're tested precisely where we're weakest and most irritated. If inconsiderate people get under your skin, you'll encounter more of them. Why? Because God is refining us - revealing whether we're responding from a fleshly heart or one surrendered to Him.</p>
<p style="color:#e7e4f7;">"Be anxious for nothing, but in everything by prayer and supplication, with thanksgiving, let your requests be made known to God; and the peace of God, which surpasses all understanding, will guard your hearts and minds through Christ Jesus" (Philippians 4:6-7). The solution isn't venting to everyone around us - it's taking our specific, detailed concerns directly to the God who already sees the end from the beginning.</p>
<h2 style="color:#fff;">Confronting What Offends God</h2>
<p style="color:#e7e4f7;">David's prayer reaches its hardest point when he asks God to "point out anything in me that offends you." Have you noticed how easy it is to spot offenses in others while staying blind to our own? Here's the convicting reality: we often offend God by how we respond to people who've offended us. Our retaliation, our bitterness, our refusal to forgive - these are the true offenses.</p>
<p style="color:#e7e4f7;">"You must clothe yourselves with tenderhearted mercy, kindness, humility, gentleness, and patience. Make allowance for each other's faults, and forgive anyone who offends you. Remember, the Lord forgave you, so you must forgive others" (Colossians 3:12-13). This isn't a suggestion - it's a command. These garments are what identify us as God's children.</p>
<h2 style="color:#fff;">The Path to Everlasting Life</h2>
<p style="color:#e7e4f7;">David had a purpose behind his vulnerable prayer - he asks God to "lead me along the path of everlasting life." He didn't want merely an earthly relationship with God, limited to earthly blessings. He wanted an eternal one. Jesus defined it plainly: "This is eternal life: that they know you, the only true God, and Jesus Christ, whom you have sent" (John 17:3). To know God, not just know about Him - that's what transforms our existence from temporary to eternal.</p>
<h2 style="color:#fff;">Starting With the Person in the Mirror</h2>
<p style="color:#e7e4f7;">"I'm starting with the man in the mirror... if you want to make the world a better place, take a look at yourself and then make a change." The sentiment is right, but there's a problem: we lack the power to change ourselves on our own. We see the need for change, but the good we want to do, we don't do, and the evil we don't want to do, that's what we end up doing.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">It's not about them. It's about us.</p>
<h2 style="color:#fff;">Everything We Need</h2>
<p style="color:#e7e4f7; margin-bottom:0;">Everything we need to live a godly life is provided through belief in Jesus Christ. The power to change doesn't come from self-effort - it comes from surrendering to the searching, testing, refining work of God. When we let Him show us ourselves, prove us through everyday trials, and point out our offenses, we're walking the path of everlasting life - moving from merely knowing about God to truly knowing Him. It's not about them. It's me, not you.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/it-s-me-not-you#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Faith &amp; Identity in a Digital World</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/faith-identity-in-a-digital-world</link>
			<pubDate>Mon, 20 Jul 2026 19:29:24 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/faith-identity-in-a-digital-world</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135147" data-title="Faith & Identity in a Digital World"><!-- ============================================================
TNGC Bible Study — Blog Post
"Standing Firm: Faith & Identity in a Digital World"
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:56px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .back-link{
position:relative;
display:inline-flex;
align-items:center;
gap:6px;
font-size:13px;
font-weight:600;
letter-spacing:.03em;
color:#c7c4e0;
text-decoration:none;
margin-bottom:36px;
}
.tngc-study .back-link:hover{ color:#fff; }
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:600px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap"><a class="back-link" href="https://tngconline.org/blog">← Back to all studies</a>
<p class="eyebrow">Study Topic</p>
<h1>Standing Firm<br>
<span>faith & identity in a digital world</span></h1>
<p class="subtitle">Young people spend over 4 hours online every day outside of school - and 30% of Christian teens never open a Bible on their own. This generation isn't lost. They're waiting for faith that's modeled, not just preached.</p>
<span class="verse-ref">Ephesians 6:12-13 · Armor for the Digital Battle</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>How can we model a Christ-like lifestyle in our daily actions so that young people see our faith lived out authentically rather than just hearing about it?</p>
</li>
<li>
<p>In what ways has technology become a tool of the enemy to distract us from God, and how can we use the same technology to glorify Him and advance His kingdom?</p>
</li>
<li>
<p>What does it mean to put on the full armor of God in the context of our digital world, and how can we practically apply Ephesians 6:12-13 to protect ourselves from spiritual warfare online?</p>
</li>
<li>
<p>Like Daniel who continued to pray despite the threat of the lion's den, what are you willing to stand firm on even when the culture around you says otherwise?</p>
</li>
<li>
<p>If 30% of Christian teens never open a Bible, how can we make Scripture more accessible and relevant without compromising its truth and authority?</p>
</li>
<li>
<p>How does praying Scripture rather than just saying prayers change the effectiveness and power of our communication with God?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>What role does transparency and honesty about our own struggles and past mistakes play in effectively evangelizing to and mentoring the next generation?</p>
</li>
<li>
<p>In what ways are we trusting AI, social media, or other digital sources more than we trust God for answers, guidance, and truth in our lives?</p>
</li>
<li>
<p>How can the church shift from traditional Sunday services to include more interactive, relational experiences that meet young people where they are?</p>
</li>
<li>
<p>What does it look like to meet people where they are, as Jesus did, especially when ministering to those who are deeply immersed in digital culture and may seem uninterested in faith?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"All Scripture is inspired by God and is useful to teach us what is true and to make us realize what is wrong in our lives."</p>
<p class="verse-cite">2 Timothy 3:16</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> This topic can surface things young people rarely say out loud - comparison, self-worth tied to likes and followers, or genuine confusion about what they believe and why. Create a nonjudgmental space, resist the urge to lecture, and be ready to follow up individually with anyone who discloses something they're carrying alone. If a struggle sounds like it may involve real emotional or mental health risk, gently connect that person with a trusted adult or counselor rather than handling it in the group setting alone.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">Standing Firm: Faith & Identity in a Digital World</h2>
<p style="color:#e7e4f7;">We live in an unprecedented era. The average young person today spends over four hours daily online outside of school - a quarter of their waking life immersed in a digital landscape that shapes their thoughts, influences their beliefs, and molds their identity. Yet here's the paradox: while 30% of Christian teenagers have never opened a Bible on their own, 44% of young people with no religious background still believe Jesus is the Son of God.</p>
<p style="color:#e7e4f7;">What does this tell us? This generation isn't lost - they're waiting. Waiting for authenticity. Waiting to see faith modeled, not just preached. They want to witness a lifestyle that matches the message, a walk that reflects the talk.</p>
<h2 style="color:#fff;">The Real Battle We Face</h2>
<p style="color:#e7e4f7;">"For we are not fighting against flesh and blood enemies, but against evil rulers and authorities of the unseen world... put on every piece of God's armor so you will be able to resist the enemy in the time of evil" (Ephesians 6:12-13). Today, the battlefield looks different but remains just as real. The enemy isn't always visible. It's in the algorithms that shape our opinions, the endless scrolling that fragments our attention, the carefully curated images that make us feel perpetually inadequate.</p>
<p style="color:#e7e4f7;">The enemy has always been crafty. In Genesis 3, the serpent used something good - the desire for wisdom - to deceive Eve into disobedience. Today he uses the same strategy. The digital age was created for good: connection, productivity, learning. But the enemy has infiltrated this space, twisting something meant for blessing into a tool for anxiety, comparison, and distraction.</p>
<h2 style="color:#fff;">From Information to Identity</h2>
<p style="color:#e7e4f7;">The internet shifted from being a source of information to becoming the foundation of identity and lifestyle. Online life and real life now blend together until it's hard to tell what's authentic from what's filtered. Algorithms shape our beliefs. Short-form content has changed our attention spans. And perhaps most concerning, an entire generation now trusts AI more than almost any adult in their life - they find it friendly, trustworthy, even smarter than themselves.</p>
<h2 style="color:#fff;">The Question of Trust</h2>
<p style="color:#e7e4f7;">Who are we trusting? When faced with a question, do we turn to God, or do we immediately ask ChatGPT? Do we meditate on Scripture and wait for divine wisdom, or do we demand instant answers from technology? God's timing isn't our timing. His ways are higher. But we've become a culture that wants answers immediately, and we'll take them from any source that responds quickly.</p>
<p style="color:#e7e4f7;">Daniel offers a powerful counter-narrative. He loved God and prayed every day. When jealous people created rules forbidding it, Daniel didn't waver - he kept praying, trusting God completely. Even thrown into the lion's den, his faith never faltered, and God protected him in miraculous ways.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Daniel stood for something, so he didn't fall for anything.</p>
<h2 style="color:#fff;">Is the Bible Really Boring?</h2>
<p style="color:#e7e4f7;">Here's an honest question: is the Bible boring, or is nobody modeling it? "All Scripture is inspired by God and is useful to teach us what is true... it corrects us when we are wrong and teaches us to do what is right" (2 Timothy 3:16). Think of Scripture like an instruction manual. When we skip the instructions and just eyeball the picture on the box, we usually end up with a crooked mess and a trip to YouTube for help. Read the manual from the beginning, though, and it prevents the costly mistakes.</p>
<p style="color:#e7e4f7;">Scripture doesn't have to be complicated. Find a translation that resonates with you. Start with one verse. Let God use that single sentence to prepare you for your day. It could be as simple as "Jesus wept" or "God loves me." When the world says you're not enough, remember: "I am fearfully and wonderfully made."</p>
<h2 style="color:#fff;">Praying Scripture</h2>
<p style="color:#e7e4f7;">One transformative practice is praying Scripture back to God. The answers to our prayers are already in the Bible. In pain: "By Your stripes, I am healed." Feeling inadequate: "I am fearfully and wonderfully made." This requires knowing God's Word for ourselves - not just hearing it preached, but reading it, absorbing it, living it.</p>
<h2 style="color:#fff;">Meeting People Where They Are</h2>
<p style="color:#e7e4f7;">Jesus modeled perfect evangelism. He ate with ordinary people. He listened without judgment. He met people exactly where they were. Seventy percent of youth say they learn better when adults are honest and real with them - they respond to authenticity, not perfection. That means being transparent about our own struggles. "Confess your sins to each other and pray for each other so that you can be healed" (James 5:16). When we share our real stories - not sanitized versions, but honest accounts of God's redemption in our messy lives - we create space for genuine connection.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">They're not waiting for perfect people. They're waiting for real ones.</p>
<h2 style="color:#fff;">The Door Is Open</h2>
<p style="color:#e7e4f7; margin-bottom:0;">Young people today may seem disinterested or distracted, but the door to their hearts isn't locked - it's open. They don't need more lectures. They need relationships. They need to see Christ-like behavior modeled consistently, not just on Sunday but Monday through Saturday - at work, at home, online. The technology isn't the problem; how we use it is. So let's be intentional. Let's open our Bibles, pray Scripture, tell our stories, and meet people where they are - so the next generation doesn't fall for lies.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/faith-identity-in-a-digital-world#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Unchangeable, Unstoppable, Unshakable: The Power of Pentecost for Perilous Times</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/unchangeable-unstoppable-unshakable-the-power-of-pentecost-for-perilous-times</link>
			<pubDate>Mon, 20 Jul 2026 18:53:17 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/unchangeable-unstoppable-unshakable-the-power-of-pentecost-for-perilous-times</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135143" data-title="Unchangeable, Unshakable & Unstoppable in These Perilous Times"><!-- ============================================================
TNGC Bible Study — Blog Post
"Unchangeable, Unshakable & Unstoppable in These Perilous Times"
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:56px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .back-link{
position:relative;
display:inline-flex;
align-items:center;
gap:6px;
font-size:13px;
font-weight:600;
letter-spacing:.03em;
color:#c7c4e0;
text-decoration:none;
margin-bottom:36px;
}
.tngc-study .back-link:hover{ color:#fff; }
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:600px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap"><a class="back-link" href="https://tngconline.org/blog">← Back to all studies</a>
<p class="eyebrow">Study Topic</p>
<h1>Unchangeable<br>
<span>unshakable & unstoppable</span></h1>
<p class="subtitle">In these perilous times - a study on why Pentecost didn't change the disciples' circumstances, it changed the disciples. The same power that made them bold is still available today.</p>
<span class="verse-ref">Acts 1:8 · Power for Perilous Times</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>How does understanding God as unchangeable, unshakable, and unstoppable transform the way you respond to current uncertainties and challenges in your personal life?</p>
</li>
<li>
<p>The sermon emphasizes that Pentecost changed the people, not the circumstances around them. What specific areas of your life need the Holy Spirit's power to transform you rather than waiting for your circumstances to change?</p>
</li>
<li>
<p>Paul warns Timothy about perilous times marked by people being lovers of themselves, disobedient, and having a form of godliness but denying its power. Where do you see these characteristics manifesting in modern culture and perhaps even within the church?</p>
</li>
<li>
<p>The disciples moved from fear and hiding to boldness and public witness after receiving the Holy Spirit. What fears or insecurities are currently keeping you from being a bold witness for Christ?</p>
</li>
<li>
<p>The message states that believers should focus on the problem solver rather than the problem. What practical steps can you take daily to shift your focus from the chaos around you to the Prince of Peace?</p>
</li>
<li>
<p>How does knowing that God's promises have no expiration date strengthen your faith when facing delays or unanswered prayers in your life?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>The sermon mentions that false teachings are rising and even established ministers are stepping away from the gospel. How can believers discern truth from deception in an age of information overload?</p>
</li>
<li>
<p>Acts 4:31 shows that when believers prayed together in unity, the place was shaken and they were filled with the Holy Spirit. How can we cultivate that same kind of unified, fervent prayer in our communities today?</p>
</li>
<li>
<p>The pastor emphasizes that the Holy Spirit is a gentleman who will not force His direction upon us. In what areas of your life have you been resisting the Holy Spirit's leading, and what would full surrender look like?</p>
</li>
<li>
<p>Considering that Pentecost was heaven's answer to perilous times, how should the church today be demonstrating the power of the Holy Spirit differently than it currently does in response to modern challenges?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"Not by might, nor by power, but by my spirit, saith the Lord."</p>
<p class="verse-cite">Zechariah 4:6</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> This topic can surface real anxiety - about the state of the world, personal instability, or fear about the future. Create a safe space for honest sharing, and be ready to follow up individually with anyone who seems especially weighed down. Emphasize throughout that steadiness comes from the Holy Spirit's power at work in us, not from resolving every circumstance or having every answer figured out.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">Unchangeable, Unshakable & Unstoppable</h2>
<p style="color:#e7e4f7;">In a world spinning with uncertainty, where morning headlines contradict afternoon reports and stability seems like a distant memory, there's an anchor that holds. While everything around us shifts and changes - economies fluctuate, relationships fracture, moral foundations crumble - there remains One who is constant, steady, and immovable.</p>
<h2 style="color:#fff;">The Promise of Pentecost</h2>
<p style="color:#e7e4f7;">Pentecost, celebrated fifty days after Christ's resurrection, marks more than a historical event or religious tradition. It's the fulfillment of a promise - the outpouring of the Holy Spirit on believers. Not merely an emotional experience or a spectacular display, but God equipping His people with supernatural power to endure, stand firm, and remain faithful in the hardest seasons of human history.</p>
<p style="color:#e7e4f7;">Before that day, the disciples were fearful, uncertain, hiding behind closed doors. They'd watched betrayal, persecution, and the crucifixion of their Teacher. Their world had been shaken to its core. But when the Holy Spirit came like a rushing wind with tongues of fire, everything changed - not their circumstances, but them.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Pentecost didn't change the times. It changed the people living in them.</p>
<h2 style="color:#fff;">Recognizing Perilous Times</h2>
<p style="color:#e7e4f7;">Scripture warned us that "in the last days perilous times shall come" (2 Timothy 3:1). Perilous means dangerous, difficult, fierce, stressful, spiritually charged. Paul describes people who are lovers of self, boastful, unthankful, without natural affection, having a form of godliness but denying its power - and it's hard to read that list and not see the present moment staring back.</p>
<p style="color:#e7e4f7;">Selfishness reigns. Pride blinds. Spiritual deception multiplies. People maintain religious appearances while lacking the power behind them. The conditions Paul warned Timothy about aren't a prophecy for someday - they're unfolding in real time.</p>
<h2 style="color:#fff;">An Unchangeable God</h2>
<p style="color:#e7e4f7;">Yet in the middle of all this instability stands an unchangeable God. "For I am the Lord, I change not" (Malachi 3:6). "Jesus Christ the same yesterday, and today, and forever" (Hebrews 13:8). While circumstances shift, people disappoint, and emotions fluctuate, God remains loving, gracious, merciful, faithful, holy, and powerful. He doesn't weaken when times get harder. He never has an identity crisis.</p>
<p style="color:#e7e4f7;">His promises don't expire either. "God is not a man, that he should lie... hath he said, and shall he not do it?" (Numbers 23:19). Perilous times can shake a lot of things, but they cannot cancel what God has already declared.</p>
<h2 style="color:#fff;">An Unshakable Foundation</h2>
<p style="color:#e7e4f7;">"They that trust in the Lord shall be as mount Zion, which cannot be removed, but abideth forever" (Psalm 125:1). Nations may be in turmoil, systems may fail, division may increase - none of it moves God from His position, power, or authority. Nothing catches Him by surprise. Nothing weakens His sovereignty. "The Lord hath prepared his throne in the heavens; and his kingdom ruleth over all" (Psalm 103:19).</p>
<h2 style="color:#fff;">An Unstoppable Purpose</h2>
<p style="color:#e7e4f7;">No opposition can hinder God. No crisis can weaken Him. No government or power can overthrow His plan. "For the Lord of hosts hath purposed, and who shall disannul it?" (Isaiah 14:27). The cross didn't stop Him. The grave didn't stop Him. Persecution didn't stop Him. And perilous times will not stop Him now.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">What God has ordained, no perilous season can shut down.</p>
<h2 style="color:#fff;">Believers Become Unstoppable Too</h2>
<p style="color:#e7e4f7;">Here's the beautiful part: through the power of Pentecost, believers become unstoppable as well. The same Holy Spirit that strengthened the early church still strengthens believers today. Pentecost didn't make them comfortable - it made them courageous. The fire wasn't for show; it was for strength.</p>
<p style="color:#e7e4f7;">When God places purpose inside you, opposition will come and difficulties will rise, but nothing can destroy what He has ordained. "Being confident of this very thing, that he which hath begun a good work in you will perform it" (Philippians 1:6). Our strength was never human endurance - it's the Holy Spirit working within us. "Not by might, nor by power, but by my spirit, saith the Lord" (Zechariah 4:6).</p>
<h2 style="color:#fff;">Standing Firm Today</h2>
<p style="color:#e7e4f7; margin-bottom:0;">This is not a time for the church to grow fearful, distracted, or spiritually weak. It's a time to rise up, stand boldly, pray fervently, love genuinely, and stay anchored in the presence of God. The world may be shaking, but those who belong to Christ remain stable because we serve a God who is unchangeable, unshakable, and unstoppable. Stay focused on the Problem Solver, not the problem - on the Prince of Peace, not the chaos. When the earth all around is sinking sand, we stand on Christ, the solid Rock.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/unchangeable-unstoppable-unshakable-the-power-of-pentecost-for-perilous-times#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Woman's Position and Purpose</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/woman-s-position-and-purpose</link>
			<pubDate>Mon, 20 Jul 2026 18:36:31 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/woman-s-position-and-purpose</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135141" data-title="Women: Position & Purpose"><!-- ============================================================
TNGC Bible Study — Blog Post
"Women: Position & Purpose" — Exodus 1:8–21
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:56px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .back-link{
position:relative;
display:inline-flex;
align-items:center;
gap:6px;
font-size:13px;
font-weight:600;
letter-spacing:.03em;
color:#c7c4e0;
text-decoration:none;
margin-bottom:36px;
}
.tngc-study .back-link:hover{ color:#fff; }
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:600px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap"><a class="back-link" href="https://tngconline.org/blog">← Back to all studies</a>
<p class="eyebrow">Study Topic</p>
<h1>Women<br>
<span>position & purpose</span></h1>
<p class="subtitle">A study on Jezebel, Abigail, Tamar, and the midwives Shiphrah and Puah - on the power every woman carries, and whether it's used to manipulate or to minister.</p>
<span class="verse-ref">Exodus 1:8-21 · Shiphrah, Puah & the Fear of God</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>How can we discern whether we are using our influence and power to manipulate others for our own purposes, as Jezebel did, or to serve God's will like Abigail?</p>
</li>
<li>
<p>In what ways might we be unknowingly rejecting or making others feel unwelcome in our lives, workplaces, or faith communities?</p>
</li>
<li>
<p>What does Tamar's story teach us about God's ability to restore our identity and dignity even when we have been betrayed or treated unjustly?</p>
</li>
<li>
<p>How did Shiphrah and Puah's fear of God empower them to resist the commands of a powerful earthly authority, and what does this reveal about our own priorities?</p>
</li>
<li>
<p>What are the hidden places in our hearts where we are clutching control too tightly, and how might surrendering these areas to God transform our relationships?</p>
</li>
<li>
<p>How can mothers and women in positions of influence balance their natural protective instincts with allowing their loved ones the freedom to grow and make their own choices?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>In what ways do we use our emotions, affection, or position to get our own way rather than seeking what is truly best for others?</p>
</li>
<li>
<p>What does it mean to love the unlovable, and who in your life might God be calling you to extend genuine love toward despite your natural feelings?</p>
</li>
<li>
<p>How does our representation of Christ in everyday interactions at work, home, and in public impact the witness of the gospel to those watching us?</p>
</li>
<li>
<p>What would it look like to genuinely invite God into the dark, hidden places of hurt, neglect, or fear that we have been protecting or hiding from others?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"The midwives, however, feared God and did not do what the king of Egypt had told them to do."</p>
<p class="verse-cite">Exodus 1:17 (NIV)</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> This topic can surface real wounds - maternal rejection, difficult family relationships, memories of being on either side of manipulation. Create a safe space for honest sharing, keep tissues nearby, and be ready to follow up individually with anyone who shares something vulnerable. Emphasize throughout that this is about the Holy Spirit's power to change us, not self-effort.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">Women: Position & Purpose</h2>
<p style="color:#e7e4f7;">Scripture is full of women whose choices altered the course of history - not because they were given permission, but because they understood something about the power and position they already held. That power was never the question. What Scripture keeps asking is how it gets used.</p>
<h2 style="color:#fff;">The Same Power, Two Directions</h2>
<p style="color:#e7e4f7;">Jezebel had position. When her husband Ahab sulked over a vineyard he couldn't buy, she didn't hesitate - she forged letters in his name, orchestrated a false accusation, and had an innocent man killed to get what he wanted. Her power was real. Her motives were rotten.</p>
<p style="color:#e7e4f7;">That same spirit still shows up today, just quieter. It rarely looks like murder. It looks like using affection to control an outcome, leveraging a relationship to get your way, or dressing up a selfish motive as a righteous one.</p>
<p style="color:#e7e4f7;">Then there's Abigail. When her husband's foolishness put their entire household in danger, she didn't wait for permission to act. She moved quickly, took responsibility that wasn't technically hers to take, and diffused a violent situation with humility instead of leverage. Same kind of power Jezebel had. Completely different heart behind it.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">The question was never whether you have influence. It's what you're doing with it.</p>
<h2 style="color:#fff;">Fearing God More Than Pharaoh</h2>
<p style="color:#e7e4f7;">Shiphrah and Puah didn't have position in any way the world would recognize - they were midwives under a king who'd just ordered them to kill Hebrew infants. And yet Scripture says simply: "the midwives feared God." That's the whole hinge of their story. Not that they were clever, though they were. Not that they were brave, though they were. They feared God more than they feared Pharaoh, and that fear is what gave them the courage to defy a direct order from the most powerful man in Egypt.</p>
<p style="color:#e7e4f7;">It's not fashionable to talk about fearing God. Most of us are more fluent in fearing what people think of us - a boss, a parent, a group chat. But Shiphrah and Puah are proof that the fear of God isn't the thing that shrinks you. It's the thing that makes you unshakeable when everyone else caves.</p>
<h2 style="color:#fff;">What God Does With What Was Taken From You</h2>
<p style="color:#e7e4f7;">Tamar's story is uncomfortable to read. Twice widowed, promised to a third brother who was withheld from her, she found herself with no security and no future in a culture where that meant everything. What she did next is hard to defend on its own terms - but look at what happens after: when she's about to be condemned, she produces the evidence, and Judah says the words that flip the whole story: "She has been more righteous than I."</p>
<p style="color:#e7e4f7;">God didn't just spare Tamar. He wrote her into the lineage of Jesus. That's not a footnote - that's the pattern. God doesn't just rescue the parts of your story that look clean. He redeems the parts that don't.</p>
<h2 style="color:#fff;">Who Are We Rejecting?</h2>
<p style="color:#e7e4f7;">Most of us are carrying some version of rejection - something that taught us early to protect ourselves, to stay small, to keep people at arm's length. It's easy to name the ways we've been rejected. It's harder to ask who we're doing that to now. The coworker whose voice grates on you. The relative who rubs you the wrong way. The person at church you avoid without quite admitting it. They can usually tell.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">Loving people who are easy to love was never the assignment.</p>
<p style="color:#e7e4f7;">Scripture's harder command is to love the people who irritate us, who've hurt us, who we genuinely don't want to be around. Not by faking it. By letting the Holy Spirit into the clutched, guarded places we've built walls around - and letting Him soften what willpower alone never could.</p>
<h2 style="color:#fff;">Wherever You Go, You're Representing Someone</h2>
<p style="color:#e7e4f7;">You don't just represent yourself at work, at home, online. People are watching for whether what you claim on Sunday shows up on Monday. Whether the worship songs match the way you talk about people who aren't in the room.</p>
<p style="color:#e7e4f7; margin-bottom:0;">Underneath all of it is an invitation, not a demand: there's a dark, clutched place in each of us - hurt, fear, neglect, whatever shape it takes - and God isn't asking you to have it figured out before you bring it to Him. He's asking you to hand it over. Your influence, like Abigail's, can save something. Your story, like Tamar's, can be redeemed. Your courage, like Shiphrah and Puah's, can outlast whoever's trying to intimidate you into silence. The position was never in question. What you do with it is the whole story.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/woman-s-position-and-purpose#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Born Again to Grow</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/born-again-to-grow</link>
			<pubDate>Mon, 20 Jul 2026 17:51:12 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/born-again-to-grow</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135127" data-title="Born Again To Grow"><!-- ============================================================
TNGC Bible Study — Blog Post
"Born Again to Grow" — John 3:1–7
Paste this whole block into a new Blog post's Code Box,
category: Bible Study.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:76px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:560px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap">
<p class="eyebrow">Study Topic</p>
<h1>Born Again<br>
<span>to grow</span></h1>
<p class="subtitle">A study through John 3 on what it means to be born again - not into an easier life, but into a lifelong process of growth God does in the uncomfortable places.</p>
<span class="verse-ref">John 3:1-7 · Nicodemus & the New Birth</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>In what ways might you be stuck in spiritual infancy rather than actively growing in your faith, and what specific areas is God calling you to mature in?</p>
</li>
<li>
<p>How does the story of Nicodemus coming to Jesus at night challenge our understanding of what it truly means to be born again beyond religious activity?</p>
</li>
<li>
<p>What miracles or transformations are people witnessing in your life that would cause them to ask about the God you serve?</p>
</li>
<li>
<p>When God speaks to you about areas that need change, do you resist or flow with Him, and what fears might be holding you back from spiritual growth?</p>
</li>
<li>
<p>How often do you go directly to God as your source during trials instead of relying on people, plans, or your own understanding?</p>
</li>
<li>
<p>What is the difference between maintaining religious appearances and going deeper in an authentic relationship with God?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>When you approach God in prayer, are you focused on what you want Him to do, or are you open to Him addressing the root issues in your heart?</p>
</li>
<li>
<p>In what ways have your most difficult seasons actually been opportunities for the greatest spiritual growth and deeper dependence on God?</p>
</li>
<li>
<p>How can you shift from seeking comfort and blessings from God to genuinely desiring His correction and transformation in your character?</p>
</li>
<li>
<p>What would it look like for you to trust God one second, one minute, one hour at a time when you cannot see the full plan ahead?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"Flesh gives birth to flesh, but the Spirit gives birth to spirit. You should not be surprised at my saying, 'You must be born again.'"</p>
<p class="verse-cite">John 3:6-7 (NIV)</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> Open your time by inviting the Holy Spirit into the room before you invite discussion - this study asks people to name where they're stuck, and that only happens in a group that feels safe. Near the end, pair people up to name one growth area and check in on it during the week; accountability is what turns a good conversation into actual movement.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">Born Again to Grow</h2>
<p style="color:#e7e4f7;">Nicodemus came to Jesus in the middle of the night with a question about miracles. Jesus answered a different question entirely. That's often how it goes with God - we show up with one agenda, and He redirects us to what our heart actually needs. In John 3, that redirect is this: you must be born again. Not into comfort. Into growth.</p>
<h2 style="color:#fff;">Salvation Was Never the Finish Line</h2>
<p style="color:#e7e4f7;">It's easy to treat being born again like an arrival - the moment everything gets settled and life gets easier. But the new birth isn't the destination. It's the starting line of a lifelong process of transformation. Just like a newborn doesn't stay a newborn, spiritual birth is meant to lead somewhere: growth, maturity, change that keeps happening.</p>
<p style="color:#e7e4f7;">The problem is, a lot of us get stuck in spiritual infancy - stuck in the same attitudes, the same habits, the same patterns - and mistake staying comfortable for staying faithful. But we know something is alive by whether it's growing. That's true of children. It's true of us.</p>
<h2 style="color:#fff;">Growth Doesn't Happen in Comfort</h2>
<p style="color:#e7e4f7;">Here's the part nobody puts on a coffee mug: God tends to grow us most in the places we'd never choose - job loss, grief, disruption, the plans that fall apart. Not because He's punishing us, but because those are the moments we finally stop leaning on ourselves and start depending completely on Him.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">You're not growing because life is getting easier. You're growing because you finally let go of the wheel.</p>
<p style="color:#e7e4f7;">When everything familiar gets stripped away, you find out what your life was actually built on. That's not a fun discovery in the moment. But it's often the only way growth like this happens - one second, one minute, one hour of trusting God at a time, long before you can see the full picture.</p>
<h2 style="color:#fff;">Go to God, Not Just to Religion</h2>
<p style="color:#e7e4f7;">There's a real difference between practicing religion and pursuing a relationship. Religion can look like showing up, saying the right things, keeping up appearances - while your heart stays exactly where it's always been. Relationship is different. It's what happens in the moments no one else sees, when God addresses the thing you didn't bring to Him but needed to hear anyway.</p>
<p style="color:#e7e4f7;">A lot of us come to God with a request and He responds with a redirect - not about our circumstance, but about our heart's posture. That can be frustrating in the moment. It's also usually exactly where the growth is waiting.</p>
<h2 style="color:#fff;">Let Your Life Be the Miracle</h2>
<p style="color:#e7e4f7;">Nicodemus came to Jesus because he saw the miracles and wanted to understand where they came from. That's still how it works. People don't usually ask about your faith because of what you say - they ask because of what they see. How you carry a trial. How you forgive. How you stay steady when everything around you isn't.</p>
<p style="color:#e7e4f7; margin-bottom:0;">So here's the question worth sitting with this week: what miracles are being performed through your life that would cause someone to ask who you trust? Growth isn't just personal - it's meant to be visible. Not for applause, but so that someone watching you walk through something hard ends up wanting to know your God too.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/born-again-to-grow#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
		<item>
			<title>Blessed. The Blessing That Culture Can't Give</title>
						<description><![CDATA[Type your new text here....]]></description>
			<link>https://TNGCONLINE.ORG/blog/2026/07/20/blessed-the-blessing-that-culture-can-t-give</link>
			<pubDate>Mon, 20 Jul 2026 17:25:22 +0000</pubDate>
			<guid>https://TNGCONLINE.ORG/blog/2026/07/20/blessed-the-blessing-that-culture-can-t-give</guid>
			<content:encoded><![CDATA[<section class="sp-section sp-scheme-0" data-index="1" data-scheme="0"><div class="sp-section-slide"  data-label="Main" ><div class="sp-section-content" ><div class="sp-grid sp-col sp-col-24"><div class="sp-block sp-code-block " data-type="code" data-id="0" style="text-align:start;"><div class="sp-block-content"  style=""><div class="code-holder"  data-id="135126" data-title="Blessed Bible Study"><!-- ============================================================
TNGC Bible Study Page — "Blessed: The Blessing That Culture Can't Give"
Paste this whole block into a SnapPages Code Box on a new page
(Connect > Bible Study, or wherever this should live in your nav).
Self-contained: fonts, styles, and content are all included.
============================================================ -->
<style>
.tngc-study{
--navy:#0a091e;
--deep-purple:#22165c;
--indigo:#3a2a9e;
--violet:#5e44d6;
--gold:#e8b13f;
--ivory:#faf9f6;
--ink:#221f33;
font-family:'Poppins',sans-serif;
color:var(--ink);
background:var(--ivory);
}
.tngc-study *{ box-sizing:border-box; }
.tngc-study .wrap{ max-width:860px; margin:0 auto; padding:0 24px; }
/* ---------- HERO ---------- */
.tngc-study .hero{
background:linear-gradient(115deg,var(--navy) 0%,var(--deep-purple) 45%,var(--indigo) 75%,var(--violet) 100%);
padding:76px 24px 64px;
text-align:center;
position:relative;
overflow:hidden;
}
.tngc-study .hero::after{
content:"";
position:absolute; inset:0;
background:radial-gradient(circle at 30% 20%, rgba(255,255,255,0.06), transparent 55%);
pointer-events:none;
}
.tngc-study .eyebrow{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.22em;
text-transform:uppercase;
font-size:13px;
color:var(--gold);
margin:0 0 14px;
}
.tngc-study .hero h1{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
letter-spacing:.01em;
font-size:clamp(40px,7vw,74px);
line-height:0.98;
margin:0 0 6px;
color:#fff;
}
.tngc-study .hero h1 span{ color:var(--gold); }
.tngc-study .hero .subtitle{
font-size:clamp(15px,2vw,19px);
color:#e7e4f7;
max-width:560px;
margin:18px auto 0;
line-height:1.6;
}
.tngc-study .hero .verse-ref{
display:inline-block;
margin-top:26px;
padding:8px 20px;
border:1px solid rgba(232,177,63,0.5);
border-radius:999px;
font-size:13px;
letter-spacing:.06em;
color:var(--gold);
}
/* ---------- SECTION SCAFFOLDING ---------- */
.tngc-study section{ padding:64px 0; }
.tngc-study section.dark{
background:var(--navy);
color:#f1f0fb;
}
.tngc-study .section-label{
font-family:'Poppins',sans-serif;
font-weight:600;
letter-spacing:.18em;
text-transform:uppercase;
font-size:12px;
color:var(--violet);
}
.tngc-study section.dark .section-label{ color:var(--gold); }
.tngc-study .section-title{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(26px,4vw,38px);
margin:8px 0 8px;
letter-spacing:.01em;
}
.tngc-study .section-intro{
font-size:15px;
color:#5c5875;
max-width:600px;
margin-bottom:36px;
line-height:1.65;
}
.tngc-study section.dark .section-intro{ color:#c7c4e0; }
/* ---------- QUESTION LISTS ---------- */
.tngc-study .q-list{ list-style:none; margin:0; padding:0; counter-reset:q; }
.tngc-study .q-list li{
counter-increment:q;
display:grid;
grid-template-columns:44px 1fr;
gap:18px;
padding:22px 0;
border-bottom:1px solid rgba(34,22,92,0.12);
}
.tngc-study section.dark .q-list li{ border-bottom:1px solid rgba(255,255,255,0.12); }
.tngc-study .q-list li:last-child{ border-bottom:none; }
.tngc-study .q-list li::before{
content: counter(q, decimal-leading-zero);
font-family:'Anton',sans-serif;
font-size:22px;
color:var(--gold);
line-height:1.5;
}
.tngc-study .q-list p{
margin:0;
font-size:16px;
line-height:1.65;
}
/* ---------- MEMORY VERSE CALLOUT ---------- */
.tngc-study .verse-box{
background:var(--ivory);
border:1.5px solid var(--gold);
border-radius:14px;
padding:28px 30px;
text-align:center;
margin-top:44px;
}
.tngc-study .verse-box .verse-text{
font-family:'Anton',sans-serif;
font-size:clamp(18px,2.6vw,24px);
text-transform:none;
color:var(--deep-purple);
line-height:1.35;
margin:0 0 8px;
}
.tngc-study .verse-box .verse-cite{
font-size:13px;
letter-spacing:.08em;
text-transform:uppercase;
color:var(--violet);
}
/* ---------- LEADER NOTE ---------- */
.tngc-study .leader-note{
margin-top:36px;
padding:20px 24px;
background:rgba(94,68,214,0.08);
border-left:4px solid var(--violet);
border-radius:4px;
font-size:14px;
line-height:1.6;
color:#463f6b;
}
.tngc-study .leader-note strong{ color:var(--deep-purple); }
/* ---------- BLOG POST ---------- */
.tngc-study .blog h2{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,28px);
color:var(--deep-purple);
margin:40px 0 14px;
letter-spacing:.01em;
}
.tngc-study .blog h2:first-child{ margin-top:0; }
.tngc-study .blog p{
font-size:16px;
line-height:1.75;
color:#2f2c42;
margin:0 0 18px;
}
.tngc-study .blog .pull{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(20px,3vw,30px);
line-height:1.25;
color:var(--indigo);
border-left:5px solid var(--gold);
padding:6px 0 6px 22px;
margin:32px 0;
letter-spacing:.005em;
}
/* ---------- CTA ---------- */
.tngc-study .cta{
background:linear-gradient(120deg,var(--deep-purple),var(--indigo));
text-align:center;
padding:60px 24px;
}
.tngc-study .cta h3{
font-family:'Anton',sans-serif;
font-weight:400;
text-transform:uppercase;
font-size:clamp(24px,4vw,34px);
color:#fff;
margin:0 0 10px;
}
.tngc-study .cta p{
color:#d9d6f0;
margin:0 0 26px;
font-size:15px;
}
.tngc-study .cta-buttons{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.tngc-study .btn{
display:inline-block;
padding:14px 30px;
border-radius:999px;
font-weight:600;
font-size:14px;
letter-spacing:.03em;
text-decoration:none;
transition:transform .15s ease;
}
.tngc-study .btn:hover{ transform:translateY(-2px); }
.tngc-study .btn.primary{ background:var(--gold); color:var(--navy); }
.tngc-study .btn.secondary{ background:transparent; color:#fff; border:1.5px solid rgba(255,255,255,0.5); }
@media (max-width:600px){
.tngc-study .q-list li{ grid-template-columns:32px 1fr; gap:12px; }
.tngc-study section{ padding:48px 0; }
}
</style>
<div class="tngc-study">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Anton&family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet"><!-- HERO -->
<div class="hero">
<div class="wrap">
<p class="eyebrow">Study Topic</p>
<h1>Blessed<br>
<span>the blessing culture can't give</span></h1>
<p class="subtitle">A study through the Beatitudes - Matthew 5:3-12, on what it really means to be blessed when the algorithm keeps telling you something else.</p>
<span class="verse-ref">Matthew 5:3-12 · The Beatitudes</span></div>
</div>
<!-- DISCIPLESHIP: DISCUSSION QUESTIONS -->
<section class="dark">
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Discussion Questions</h2>
<p class="section-intro">Use these to open up honest conversation in your group, one-on-one, or in your own journaling this week.</p>
<ol class="q-list">
<li>
<p>In what ways do you find yourself "pretending" before God rather than being completely honest about your struggles and spiritual poverty?</p>
</li>
<li>
<p>How does culture's definition of being "blessed" conflict with Jesus's teaching in the Beatitudes, and where do you see this tension playing out in your own life?</p>
</li>
<li>
<p>What does it mean to have "spiritual bankruptcy," and why is this emptiness actually the entry point to receiving what God has for you?</p>
</li>
<li>
<p>Jesus says "blessed are those who mourn," referring to mourning our own sin and brokenness. When was the last time you allowed yourself to truly grieve over your separation from God rather than distracting yourself?</p>
</li>
<li>
<p>The sermon describes meekness as "full power under control" - like a tamed wild horse. Can you think of a recent situation where you had the power to "clap back" but chose meekness instead, and what was the result?</p>
</li>
<li>
<p>What is the difference between being a peacekeeper who avoids conflict and a peacemaker who enters tension with purpose for restoration - and which role do you tend to play in your relationships?</p>
</li>
</ol>
</div>
</section>
<!-- DISCIPLESHIP: SMALL GROUP GUIDE / DEVOTIONAL -->
<section>
<div class="wrap">
<p class="section-label">Discipleship</p>
<h2 class="section-title">Small Group Guide - Devotional</h2>
<p class="section-intro">Deeper reflection questions for small group or personal devotional time this week.</p>
<ol class="q-list">
<li>
<p>How can you tell if your heart is "pure" or "divided" between serving God and serving something else, and what are the competing loyalties in your own life?</p>
</li>
<li>
<p>The sermon states that showing mercy is "choosing not to weaponize" what someone has done to you. Is there someone in your life toward whom you need to exercise this kind of mercy?</p>
</li>
<li>
<p>Why does Jesus say we should "rejoice and be glad" when persecuted for righteousness, and how is this possible when our joy is anchored in Christ rather than circumstances?</p>
</li>
<li>
<p>Which of the Beatitudes feels most counterculture in your current environment, and what would it practically look like for you to live it out this week?</p>
</li>
</ol>
<div class="verse-box">
<p class="verse-text">"God blesses those who are poor and realize their need for him, for the Kingdom of Heaven is theirs."</p>
<p class="verse-cite">Matthew 5:3 (NLT)</p>
</div>
<div class="leader-note"><strong>Leader's note:</strong> Create space for silence and honest sharing - not everyone needs to answer every question. The goal is transformation, not just information. Be prepared to share vulnerably yourself to set the tone for authenticity.</div>
</div>
</section>
<!-- BLOG POST -->
<section class="dark">
<div class="wrap blog">
<p class="section-label">Read</p>
<h2 class="section-title" style="margin-bottom:28px;">The Blessing That Culture Can't Give</h2>
<p style="color:#e7e4f7;">In a world obsessed with curated perfection, where our worth is measured in likes, followers, and highlight reels, there's a radically different definition of blessing that turns everything upside down. It's not about the aesthetic, the achievement, or the applause. It's about something far deeper - something culture cannot manufacture or sell.</p>
<h2 style="color:#fff;">When Happiness Becomes a Performance</h2>
<p style="color:#e7e4f7;">Scroll through any social media feed and you'll see what modern culture defines as "blessed." The perfect outfit. The exotic vacation. The unboxing video. The side hustle success story. The viral moment. We've been sold a version of blessing that requires constant performance, endless comparison, and perpetual hunger for more.</p>
<p style="color:#e7e4f7;">We wear our "too blessed to be stressed" shirts while feeling empty inside. We post our glow-ups while hiding our breakdowns. We accumulate followers while feeling profoundly unseen. The algorithm is designed to keep us hungry, never satisfied, always reaching for the next thing that promises fulfillment but delivers only temporary dopamine.</p>
<p style="color:#e7e4f7;">Culture shouts: "Blessed are the famous, the outspoken, the self-sufficient." But what if we've been looking in all the wrong places?</p>
<h2 style="color:#fff;">A Kingdom Perspective on Blessing</h2>
<p style="color:#e7e4f7;">On a dusty mountainside, Jesus sat down and delivered what we now call the Beatitudes - a radical redefinition of what it means to be truly blessed. And every single statement he made contradicted what culture celebrates.</p>
<p style="color:#e7e4f7;">He didn't talk about external success. He talked about internal transformation. He didn't promise an easier life. He promised his presence in the thick of things. He didn't offer surface-level happiness. He offered supreme blessedness - a joy so complete that outside circumstances cannot touch it.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">This is the blessing culture cannot give - it requires something culture despises: honesty about our brokenness.</p>
<h2 style="color:#fff;">The Moment You Stop Pretending</h2>
<p style="color:#e7e4f7;"><em>"Blessed are the poor in spirit, for theirs is the kingdom of heaven."</em></p>
<p style="color:#e7e4f7;">How often do we respond with rehearsed answers when someone asks how we're doing? "I'm good." "Can't complain." "Blessed and highly favored." There's nothing inherently wrong with these responses, but are we being honest with God?</p>
<p style="color:#e7e4f7;">Being poor in spirit isn't about financial poverty - it's about spiritual bankruptcy. It's finally admitting, "God, I can't do this on my own. I need you." It's the prodigal son moment when you're sick and tired of being sick and tired, when you come to the end of yourself.</p>
<p style="color:#e7e4f7;">Culture says, "Know your worth. Secure the bag. You don't need anybody." Jesus says, "Blessed is the person who has come to the end of themselves." You cannot be filled by God if you're already filled with yourself. You cannot receive what God has for you while clinging to the version of yourself you've been pretending to be.</p>
<p style="color:#e7e4f7;"><em>"Blessed are those who mourn, for they shall be comforted."</em></p>
<p style="color:#e7e4f7;">The world says to put on a facade, distract yourself, pretend it doesn't matter. But God says to feel it, breathe it, let it hurt. This isn't just about mourning loss - it's about mourning your own sin, your own brokenness, your own separation from God.</p>
<p style="color:#e7e4f7;">The moment you stop pretending everything is okay and actually grieve the brokenness in your life, God moves in with comfort. Not distraction. Not a temporary fix. Real, lasting comfort.</p>
<h2 style="color:#fff;">The Proof You're Growing</h2>
<p style="color:#e7e4f7;">How do you know if a plant is alive? You don't have to prove it - the proof comes from what grows out of it. The same is true for spiritual life.</p>
<p style="color:#e7e4f7;"><em>"Blessed are the merciful, for they shall obtain mercy. Blessed are the pure in heart, for they shall see God. Blessed are the peacemakers, for they shall be called children of God."</em></p>
<p style="color:#e7e4f7;">These verses give us something culture never will: an actual measuring stick for spiritual maturity. And here's the beautiful thing - you can't fake any of it.</p>
<p style="color:#e7e4f7;">Mercy isn't excusing what someone did. It's choosing not to weaponize it. When you genuinely recognize your own brokenness and need for grace, mercy toward others becomes natural. You can't clap back because you remember how much you've been forgiven.</p>
<p style="color:#e7e4f7;">Purity of heart isn't about perfection - it's about having an undivided heart. It's when your inside matches your outside, when you're not trying to serve God and something else at the same time.</p>
<p style="color:#e7e4f7;">Peacemaking (not peacekeeping) is entering tension with purpose for resolution. A peacekeeper avoids conflict, sweeps things under the rug, and enables dysfunction. A peacemaker has the hard conversations, sits with people they're at odds with, and absorbs discomfort to create restoration.</p>
<p class="pull" style="color:var(--gold); border-left-color:var(--gold);">You're not growing because life is getting easier. You're growing because your heart is getting bigger.</p>
<h2 style="color:#fff;">Standing When It's Not Popular</h2>
<p style="color:#e7e4f7;"><em>"Blessed are those who are persecuted for righteousness' sake, for theirs is the kingdom of heaven."</em></p>
<p style="color:#e7e4f7;">Here's where everything comes together. Once you've been emptied, transformed, and are bearing good fruit, the world becomes uncomfortable. And it will respond.</p>
<p style="color:#e7e4f7;">Persecution might not mean being beheaded. It might be the student who won't cheat when everyone else is. The couple who won't sleep together before marriage. The person who speaks truth in a room full of people seeking affirmation. The believer who won't laugh at what Jesus wept over.</p>
<p style="color:#e7e4f7;">You might be called judgmental, too religious, or out of touch. And Jesus says you are blessed.</p>
<p style="color:#e7e4f7;">Notice how the Beatitudes come full circle. They open with "theirs is the kingdom of heaven" for the poor in spirit, and they close with the same promise for those persecuted for righteousness. You're sustained and maintained in the kingdom of heaven through it all.</p>
<h2 style="color:#fff;">The Counterculture Life</h2>
<p style="color:#e7e4f7;">Every single Beatitude is counterculture. Being poor in spirit. Mourning sin. Showing meekness. Extending mercy. Pursuing purity. Making peace. Standing firm under persecution. Culture runs in the opposite direction of everything Jesus describes.</p>
<p style="color:#e7e4f7;">But here's the profound truth: when Jesus looked at ordinary people, overlooked people, oppressed people, uncertain people, he said, "You are blessed."</p>
<p style="color:#e7e4f7;">Not because of what you've achieved. Not because of how you look. Not because of your follower count. But because of whose you are and who you're becoming.</p>
<p style="color:#e7e4f7; margin-bottom:0;">This is the blessing that culture cannot give - a joy rooted not in circumstances but in Christ. A fullness that doesn't require performance. A satisfaction that the algorithm can never provide. The moment you stop pretending, the kingdom of heaven becomes accessible. And that, friend, is where true blessing begins.</p>
</div>
</section>
<!-- CTA -->
<div class="cta">
<h3>Go deeper this week</h3>
<p>Join us Wednesdays at 7:30 PM for Bible Study, or bring this guide to your small group.</p>
<div class="cta-buttons"><a class="btn primary" href="https://us02web.zoom.us/j/87598497580?pwd=Lyt6cHV6RU14WXovVmVsc251eGcwdz09">Join Wednesday Bible Study</a> <a class="btn secondary" href="https://tngconline.org/connect">See all Connect groups</a></div>
</div>
</div>
</div></div></div></div></div></div></section>]]></content:encoded>
					<comments>https://TNGCONLINE.ORG/blog/2026/07/20/blessed-the-blessing-that-culture-can-t-give#comments</comments>
			<slash:comments>0</slash:comments>
				</item>
	</channel>
</rss>

