<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="csrf-token" content="IthY6KEVWd2GkuQwHBVRx2veeEpKEPDYmuIIPVC2">

        <meta property="og:title" content="Freedom Fellowships" />
        <meta property="og:url" content="https://freedomfellowships.org/" />
        <meta property="og:type" content="website" />
        <meta property="og:image" content="https://freedomfellowships.org/build/images/ff-meta.png" />

        <title>Freedom Fellowships</title>

        <!-- Fonts -->
        <link rel="stylesheet" href="https://rsms.me/inter/inter.css">

        <!-- Styles & Scripts -->
        <link rel="preload" as="style" href="https://freedomfellowships.org/build/assets/app-Bhh05om1.css" /><link rel="modulepreload" as="script" href="https://freedomfellowships.org/build/assets/app-Cumj_Ta3.js" /><link rel="stylesheet" href="https://freedomfellowships.org/build/assets/app-Bhh05om1.css" data-navigate-track="reload" /><script type="module" src="https://freedomfellowships.org/build/assets/app-Cumj_Ta3.js" data-navigate-track="reload"></script>
        <!-- Favicon -->
        <link rel="shortcut icon" href="https://freedomfellowships.org/favicon.png" />

                    <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BQ54MC25BG"></script>
<script>
    window.dataLayer = window.dataLayer || [];

    function gtag() {
        dataLayer.push(arguments);
    }

    gtag("js", new Date());

    gtag("config", "G-BQ54MC25BG");
</script>
            <!-- Livewire Styles --><style >[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}[wire\:cloak] {display: none !important;}dialog#livewire-error::backdrop {background-color: rgba(0, 0, 0, .6);}</style>
</head>
    <body class="font-sans text-base antialiased text-gray-900">

        <div class="flex flex-col min-h-screen bg-gray-100">
            
            

            <div wire:snapshot="{&quot;data&quot;:[],&quot;memo&quot;:{&quot;id&quot;:&quot;RbafQh1lX46S8bWFv7T7&quot;,&quot;name&quot;:&quot;announcements.announcement-banner&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;release&quot;:&quot;a-a-a&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;f00ac5d5d1589671974617bf299da6771ff5f9b4b1a088764427abd68081d074&quot;}" wire:effects="[]" wire:id="RbafQh1lX46S8bWFv7T7">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]--></div>

            <nav wire:snapshot="{&quot;data&quot;:[],&quot;memo&quot;:{&quot;id&quot;:&quot;prlX6SzQJ94HyvpbXTF2&quot;,&quot;name&quot;:&quot;navigation-menu&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;release&quot;:&quot;a-a-a&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;351b60d21b34ef6c3574b649df411847697ae475766eaf350add80612f7d4a9b&quot;}" wire:effects="{&quot;listeners&quot;:[&quot;refresh-navigation-menu&quot;]}" wire:id="prlX6SzQJ94HyvpbXTF2" x-data="{ open: false }"
     class="bg-white border-b border-gray-100"
     @click.away="open = false">
    <!-- Primary Navigation Menu -->
    <div class="px-4 mx-auto max-w-7xl sm:px-6 lg:px-8">
        <div class="flex justify-between h-16">
            <div class="flex">
                <!-- Logo -->
                <div class="flex items-center shrink-0">
                    <a href="https://freedomfellowships.org">
                        <img src="https://freedomfellowships.org/build/images/logos/logo.svg" alt="Freedom Fellowships" class="hidden w-auto h-12 lg:block" />
                        <img src="https://freedomfellowships.org/build/images/logos/logo-icon-only.svg" alt="Freedom Fellowships" class="w-auto h-10 lg:hidden" />
                    </a>
                </div>

                <!-- Navigation Links -->
                <div class="hidden space-x-8 lg:-my-px lg:ml-10 lg:flex">
                    <div x-data="{
            open: false,
            toggle() {
                return this.open ? this.close() : this.open = true;
            },
            close(focusAfter) {
                this.open = false;
                focusAfter && focusAfter.focus();
            }
        }"
     x-on:keydown.escape.prevent.stop="close($refs.trigger.firstElementChild)"
     x-on:focusin.window="! $refs.panel.contains($event.target) && close()"
     x-id="['dropdown']"
    class="relative hidden lg:block lg:self-center lg:-mr-4">

    
    <div x-ref="trigger"
         x-on:click="toggle()"
         :aria-expanded="open"
         :aria-controls="$id('dropdown')">
        <button type="button" class="inline-flex justify-center items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:bg-primary disabled:opacity-25 transition ease-in-out duration-150 uppercase tracking-wide text-primary bg-white !shadow-none group hover:text-primary-dark"
>
    About
                                <!-- Heroicon name: chevron-down -->
<svg class="w-5 h-5 ml-1 text-primary group-hover:text-primary-dark" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
    </div>

    
    <div x-ref="panel"
         x-show="open"
         x-transition.origin.top.left
         x-on:click.outside="close()"
         x-on:click="close()"
         :id="$id('dropdown')"
         style="display: none;"
         class="absolute z-50 mt-2 w-56 rounded-md shadow-lg origin-top-left left-0">
        <div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/beliefs">
    Beliefs
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/our-pillars">
    Our Pillars
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/leadership">
    Leadership
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/class-teachers">
    Class Teachers
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/staff">
    Staff
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/newsletter">
    Newsletter
</a>

                            <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        </div>
    </div>
</div>

                    <div x-data="{
            open: false,
            toggle() {
                return this.open ? this.close() : this.open = true;
            },
            close(focusAfter) {
                this.open = false;
                focusAfter && focusAfter.focus();
            }
        }"
     x-on:keydown.escape.prevent.stop="close($refs.trigger.firstElementChild)"
     x-on:focusin.window="! $refs.panel.contains($event.target) && close()"
     x-id="['dropdown']"
    class="relative hidden lg:block lg:self-center lg:-mr-4">

    
    <div x-ref="trigger"
         x-on:click="toggle()"
         :aria-expanded="open"
         :aria-controls="$id('dropdown')">
        <button type="button" class="inline-flex justify-center items-center px-4 py-2 border border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:bg-primary disabled:opacity-25 transition ease-in-out duration-150 uppercase tracking-wide text-primary bg-white !shadow-none group hover:text-primary-dark"
>
    Get involved
                                <!-- Heroicon name: chevron-down -->
<svg class="w-5 h-5 ml-1 text-primary group-hover:text-primary-dark" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
</button>
    </div>

    
    <div x-ref="panel"
         x-show="open"
         x-transition.origin.top.left
         x-on:click.outside="close()"
         x-on:click="close()"
         :id="$id('dropdown')"
         style="display: none;"
         class="absolute z-50 mt-2 w-56 rounded-md shadow-lg origin-top-left left-0">
        <div class="rounded-md ring-1 ring-black ring-opacity-5 py-1 bg-white">
            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/groups">
    Groups
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/respite">
    Respite
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/serve">
    Serve
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/classes">
    Classes
</a>

                            <a class="block group flex items-center px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 transition duration-150 ease-in-out" href="https://freedomfellowships.org/recommended-books">
    Recommended Books
</a>

                            <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
        </div>
    </div>
</div>

                    <a class="uppercase tracking-wide inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-primary hover:text-primary-dark hover:border-gray-300 focus:outline-none focus:text-primary-dark focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/teachings">
    Teachings
</a>

                    <a class="uppercase tracking-wide inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-primary hover:text-primary-dark hover:border-gray-300 focus:outline-none focus:text-primary-dark focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/events" data-testing-events="data-testing-events">
    Events
</a>

                    <a class="uppercase tracking-wide inline-flex items-center px-1 pt-1 border-b-2 border-transparent text-sm font-medium leading-5 text-primary hover:text-primary-dark hover:border-gray-300 focus:outline-none focus:text-primary-dark focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/give">
    Give
</a>
                </div>
            </div>

            <div class="flex items-center ml-8 space-x-8">
                <!--[if BLOCK]><![endif]-->                    <a href="https://freedomfellowships.org/login" class="hidden p-1 hover:bg-gray-100 rounded lg:block">
                        <!-- Heroicon name: user-circle -->
<svg class="w-5 h-5 w-7 h-7 text-primary hover:text-primary-dark" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6">
    <path stroke-linecap="round" stroke-linejoin="round"
          d="M17.982 18.725A7.488 7.488 0 0012 15.75a7.488 7.488 0 00-5.982 2.975m11.963 0a9 9 0 10-11.963 0m11.963 0A8.966 8.966 0 0112 21a8.966 8.966 0 01-5.982-2.275M15 9.75a3 3 0 11-6 0 3 3 0 016 0z" />
</svg>
                    </a>
                <!--[if ENDBLOCK]><![endif]-->
                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
                
                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
                
                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
                <!-- Hamburger -->
                <div class="flex items-center -mr-2 lg:hidden">
                    <button @click="open = ! open"
                            class="inline-flex justify-center items-center p-2 text-gray-400 rounded-md transition duration-150 ease-in-out hover:text-gray-500 hover:bg-gray-100 focus:outline-none focus:bg-gray-100 focus:text-gray-500">
                        <!-- Heroicon name: menu -->
<svg class="w-5 h-5 inline-flex w-6 h-6" x-bind:class="{'hidden': open, 'inline-flex': ! open }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16" />
</svg>
                        <!-- Heroicon name: x -->
<svg class="w-5 h-5 hidden w-6 h-6" x-bind:class="{'hidden': ! open, 'inline-flex': open }" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
                    </button>
                </div>
            </div>
        </div>
    </div>

    <!-- Responsive Navigation Menu -->
    <div :class="{'block': open, 'hidden': ! open}" class="hidden border-t border-gray-200 divide-y divide-gray-200 lg:hidden">

        <div class="pt-2 pb-1 space-y-1">
            <!--[if BLOCK]><![endif]-->                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/login">
    Log In
</a>
            <!--[if ENDBLOCK]><![endif]-->
            <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/teachings">
    Teachings
</a>

            <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/events">
    Events
</a>

            <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/give">
    Give
</a>
        </div>

        <div class="pt-4 pb-1">
            <div class="px-4">
                <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase">
    About
</h3>
            </div>

            <div class="mt-3 space-y-1">
                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/beliefs">
    Beliefs
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/our-pillars">
    Our Pillars
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/leadership">
    Leadership
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/class-teachers">
    Class Teachers
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/staff">
    Staff
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/newsletter">
    Newsletter
</a>

                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->            </div>
        </div>

        <div class="pt-4 pb-1">
            <div class="px-4">
                <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase">
    Get Involved
</h3>
            </div>

            <div class="mt-3 space-y-1">
                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/groups">
    Groups
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/respite">
    Respite
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/serve">
    Serve
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/classes">
    Classes
</a>

                <a class="uppercase block pl-3 pr-4 py-2 border-l-4 border-transparent text-base font-medium text-gray-600 hover:text-gray-800 hover:bg-gray-50 hover:border-gray-300 focus:outline-none focus:text-gray-800 focus:bg-gray-50 focus:border-gray-300 transition duration-150 ease-in-out" href="https://freedomfellowships.org/recommended-books">
    Recommended Books
</a>

                <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->            </div>
        </div>

        
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->    </div>
</nav>

            <!-- Page Content -->
            <main class="flex flex-col grow">
                <div wire:snapshot="{&quot;data&quot;:[],&quot;memo&quot;:{&quot;id&quot;:&quot;cs9k4worH0Tsyr9MjZuK&quot;,&quot;name&quot;:&quot;impersonation-banner&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;release&quot;:&quot;a-a-a&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;7e92d9fb284e66341d33dcc687b1e641d57942e6a1559f980b3c731919e8a02c&quot;}" wire:effects="[]" wire:id="cs9k4worH0Tsyr9MjZuK">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]--></div>

                                    <div class="px-8 pt-12 pb-32 bg-primary-dark md:pt-16">
        <div class="mx-auto max-w-4xl text-center">
            <div class="text-xl uppercase italic tracking-wide text-white/70">
                Welcome to
            </div>
            <h1 class="mt-2 text-4xl font-black uppercase leading-tight tracking-wide text-white md:text-5xl">
                Freedom Fellowships
            </h1>
            <div class="mx-auto mt-8 max-w-2xl text-lg font-medium text-white/90">
                At Freedom Fellowships, we celebrate the freedom that Jesus proclaimed and the real hope this freedom offers all humanity. Our teachings are grounded in the truth of the Bible, our
                lives have been profoundly transformed by the love of Jesus, and we seek to be a community that genuinely loves each other and the world around us.
            </div>
            <div class="mt-8 space-x-4">
                <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-white bg-white/30 hover:bg-white/20 active:bg-white/20 text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-white/50 disabled:opacity-25 transition ease-in-out duration-150" href="https://freedomfellowships.org/beliefs">
    Beliefs
</a>

                <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-white bg-white/30 hover:bg-white/20 active:bg-white/20 text-sm font-medium rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-white/50 disabled:opacity-25 transition ease-in-out duration-150" href="https://freedomfellowships.org/contact">
    Contact
</a>
            </div>
        </div>
    </div>

    <div class="bg-gray-200 p-8 md:p-16">
        <div class="mx-auto -mt-24 max-w-5xl rounded-xl bg-white p-4 text-center text-2xl font-light italic shadow-md sm:text-4xl md:-mt-32 md:p-8">
            "It is for <span class="font-bold uppercase">freedom</span> that Christ has set us free"
        </div>

        <div class="mx-auto mt-16 grid max-w-7xl grid-cols-1 gap-8 md:grid-cols-2">
            <div class="space-y-8">
                <h1 class="text-primary-dark text-3xl md:text-4xl font-black leading-tight uppercase tracking-wide">
    Sunday Gathering
</h1>

                <div class="text-lg font-medium">
                    We gather on Sundays for Bible study and fellowship. Grab a coffee and donut, drop the kids at childcare, and settle in for a 45 minute study that makes Scripture relevant to
                    real life. Afterward, we discuss, pray, and hang out—many of us continue the conversation over lunch or community events throughout the week.
                </div>

                <div class="space-x-4">
                    <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-white bg-primary hover:bg-primary-dark active:bg-primary-dark border-4 border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:opacity-25 transition ease-in-out duration-150" href="https://freedomfellowships.org/teachings">
    Teachings
</a>

                    <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-primary bg-white hover:text-white hover:bg-primary-dark hover:border-primary-dark active:bg-primary-dark border-4 border-primary text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:opacity-25 transition ease-in-out duration-150" href="https://www.youtube.com/@FreedomFellowships/streams" target="_blank">
    YouTube
</a>
                </div>
            </div>

            <div class="space-y-8 md:ml-32">
                <div class="space-y-2">
                    <h2 class="text-2xl font-bold leading-8">
    Meeting time
</h2>

                    <div>
                        <div class="mt-2 font-bold uppercase tracking-wider text-gray-500">
                            Sunday Gathering
                        </div>
                        Sundays, 10:30 am<br />
                        500 VFW Parkway, Kent OH<br />
                        Oasis: providing childcare and children's Bible study for infants through middle school<br />
                    </div>
                </div>

                <div class="space-y-4">
                    <h2 class="text-2xl font-bold leading-8">
    Latest meeting
</h2>
                    <div class="relative w-full pb-[56.25%]">
    <iframe class="absolute w-full h-full top-0 left-0" src="https://www.youtube.com/embed/12wn_f-oyEc"
            title="Latest teaching" frameborder="0"
            allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
            allowfullscreen></iframe>
</div>
                </div>
            </div>
        </div>
    </div>

    <div class="p-8 bg-primary-dark md:p-16">
        <div class="mx-auto max-w-5xl">
            <div wire:snapshot="{&quot;data&quot;:{&quot;search&quot;:&quot;&quot;,&quot;onlyFour&quot;:true,&quot;event&quot;:null,&quot;showEventModal&quot;:false},&quot;memo&quot;:{&quot;id&quot;:&quot;KoxIETjEQJ1cMq2d97Eq&quot;,&quot;name&quot;:&quot;events.events-upcoming&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;release&quot;:&quot;a-a-a&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;1378aba34f561d5b2c88ae34674044eaa5861727057cbbca901f666149ca1118&quot;}" wire:effects="[]" wire:id="KoxIETjEQJ1cMq2d97Eq">
    <div class="font-bold uppercase tracking-widest text-secondary-light">
        What's happening
    </div>
    <h1 class="text-primary-dark text-3xl md:text-4xl font-black leading-tight uppercase tracking-wide mt-2 !text-white">
    Upcoming Events
</h1>

    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
    <div class="mt-12 grid grid-cols-1 gap-12 sm:grid-cols-2 lg:grid-cols-4 lg:gap-4">
        <!--[if BLOCK]><![endif]-->            <div>
                <div class="text-lg font-bold uppercase text-white">
                    Jun 12
                </div>
                <button wire:click="openEventModal(411)"
        type="button"
    class="relative group overflow-hidden cursor-pointer"
>
    <img
        class="w-full aspect-square object-cover object-center group-hover:scale-110"
        src="https://s3.us-east-2.amazonaws.com/freedomfellowships.org/event-photos/F8WljWMMqdMyCW8zdh987KwAICeDx2lQkKTlLw4i.jpg"
        alt="Singles Campfire &amp; Games" />
    <span class="absolute flex items-center justify-center p-4 inset-0 text-white">
        <span class="text-center uppercase font-bold text-3xl">
            Singles Campfire &amp; Games
        </span>
    </span>
</button>
            </div>
                    <div>
                <div class="text-lg font-bold uppercase text-white">
                    Jun 13
                </div>
                <button wire:click="openEventModal(390)"
        type="button"
    class="relative group overflow-hidden cursor-pointer"
>
    <img
        class="w-full aspect-square object-cover object-center group-hover:scale-110"
        src="https://s3.us-east-2.amazonaws.com/freedomfellowships.org/event-photos/mWeNzZpZua8NRRcWXVCzE27GjvJm2ghggJXaJ5EM.jpg"
        alt="Flourish event" />
    <span class="absolute flex items-center justify-center p-4 inset-0 text-white">
        <span class="text-center uppercase font-bold text-3xl">
            Flourish event
        </span>
    </span>
</button>
            </div>
                    <div>
                <div class="text-lg font-bold uppercase text-white">
                    Jun 18
                </div>
                <button wire:click="openEventModal(416)"
        type="button"
    class="relative group overflow-hidden cursor-pointer"
>
    <img
        class="w-full aspect-square object-cover object-center group-hover:scale-110"
        src="https://s3.us-east-2.amazonaws.com/freedomfellowships.org/event-photos/Vnl9sdrJZXJdJW4VlM5Bv7lt3PRfD1a6kOSuaihA.jpg"
        alt="Playground Meetup " />
    <span class="absolute flex items-center justify-center p-4 inset-0 text-white">
        <span class="text-center uppercase font-bold text-3xl">
            Playground Meetup 
        </span>
    </span>
</button>
            </div>
                    <div>
                <div class="text-lg font-bold uppercase text-white">
                    Jun 19
                </div>
                <button wire:click="openEventModal(410)"
        type="button"
    class="relative group overflow-hidden cursor-pointer"
>
    <img
        class="w-full aspect-square object-cover object-center group-hover:scale-110"
        src="https://s3.us-east-2.amazonaws.com/freedomfellowships.org/event-photos/Qlog8jhymq6E6uVuxZ5y8dKyNHza1KQ8J9mmcb5J.jpg"
        alt="Free Movie Friday" />
    <span class="absolute flex items-center justify-center p-4 inset-0 text-white">
        <span class="text-center uppercase font-bold text-3xl">
            Free Movie Friday
        </span>
    </span>
</button>
            </div>
        <!--[if ENDBLOCK]><![endif]-->    </div>

    <!--[if BLOCK]><![endif]-->        <div class="mt-8 text-center">
            <a class="text-white underline" href="https://freedomfellowships.org/events">
                View all events
            </a>
        </div>
    <!--[if ENDBLOCK]><![endif]-->
    
    <div
    x-data="{ show: window.Livewire.find('KoxIETjEQJ1cMq2d97Eq').entangle('showEventModal').live.live }"
    x-on:close.stop="show = false"
    x-on:keydown.escape.prevent.stop="show = false"
    x-show="show"
    x-id="['modal-title']"
    class="fixed inset-0 overflow-y-auto px-4 py-6 sm:px-0 z-50"
    style="display: none;"
    role="dialog"
    aria-modal="true"
    :aria-labelledby="$id('modal-title')"
>
    <div x-show="show" class="fixed inset-0 transform transition-all"
         x-on:click="show = false"
         x-transition.opacity>
        <div class="absolute inset-0 bg-gray-500 opacity-75"></div>
    </div>

    <div x-show="show"
         x-transition
         x-trap.inert.noscroll="show"
         class="mb-6 bg-white rounded-lg shadow-xl transform transition-all sm:w-full sm:max-w-xl sm:mx-auto"
    >
        <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
    </div>
</div>
</div>
        </div>
    </div>

    <div class="bg-gray-200 p-8 md:p-16">
        <div class="mx-auto grid max-w-5xl grid-cols-1 gap-8 md:grid-cols-2">
            <div class="order-2 aspect-square w-full overflow-hidden rounded-xl shadow-inner-img md:order-1">
                <img
                    class="aspect-square w-full object-cover object-center"
                    src="https://freedomfellowships.org/build/images/landing/groups.jpg"
                    alt="Fellowship Groups" />
            </div>

            <div class="order-1 space-y-8 md:order-2">
                <h1 class="text-primary-dark text-3xl md:text-4xl font-black leading-tight uppercase tracking-wide">
    Fellowship Groups
</h1>

                <div class="text-lg font-medium">
                    Involvement in a fellowship group is a powerful way to make spiritual growth organic: in the context of relationships, these groups, ranging from 20-40 people, provide space
                    for
                    Christians to learn, grow, and serve. They can also be unintimidating, welcoming places for non-Christians to learn and get their questions answered.
                </div>

                <div>
                    <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-white bg-primary hover:bg-primary-dark active:bg-primary-dark border-4 border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:opacity-25 transition ease-in-out duration-150" href="https://freedomfellowships.org/groups">
    Learn more
</a>
                </div>
            </div>
        </div>
    </div>

    <div class="bg-white p-8 md:p-16">
        <div class="mx-auto grid max-w-5xl grid-cols-1 gap-8 md:grid-cols-2">
            <div class="space-y-8">
                <h1 class="text-primary-dark text-3xl md:text-4xl font-black leading-tight uppercase tracking-wide">
    Service Ministries
</h1>

                <div class="text-lg font-medium">
                    We place a high value on service ministries - Jesus' love in our lives was never intended to be merely a "personal improvement" program. At Freedom Fellowships, there are a
                    variety
                    of ways to be involved in serving the community and demonstrating Christ's love: hospice care, nursing home fellowship groups, work with at-risk youth, and respite for families
                    affected by disabilities, to name a few.
                </div>

                <div>
                    <a class="uppercase inline-flex justify-center items-center px-4 py-2 text-white bg-primary hover:bg-primary-dark active:bg-primary-dark border-4 border-transparent text-sm font-medium rounded-md shadow-sm focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-primary-light disabled:opacity-25 transition ease-in-out duration-150" href="https://freedomfellowships.org/serve">
    Learn more
</a>
                </div>
            </div>

            <div class="aspect-square w-full overflow-hidden rounded-xl shadow-inner-img">
                <img
                    class="aspect-square w-full object-cover object-center"
                    src="https://freedomfellowships.org/build/images/landing/serve.jpg"
                    alt="Fellowship Groups" />
            </div>
        </div>
    </div>
                            </main>

            <footer>
    <div class="grid grid-cols-1 gap-6 p-8 text-white bg-primary md:grid-cols-3">
        <div class="flex flex-col md:space-y-8">
            <div class="order-2 mt-8 space-y-2 md:order-1 md:mt-0">
                <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase text-secondary-light">
    Study Center
</h3>
                <div>
                    <a href="https://www.google.com/maps/place/500+VFW+Pkwy,+Kent,+OH+44240/@41.1499529,-81.3772595"
                       class="underline"
                       target="_blank">500 VFW Parkway Kent, OH</a>
                </div>
            </div>
            <div class="order-1 mt-0 flex shrink-0 md:order-2">
                <a href="https://freedomfellowships.org">
                    <img src="https://freedomfellowships.org/build/images/logos/logo-all-white.svg" alt="Freedom Fellowships" class="h-16 w-auto" />
                </a>
            </div>
        </div>

        <div class="space-y-8">
            <div class="space-y-2">
                <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase text-secondary-light">
    Sunday Gathering
</h3>
                <div>Doors open 10:00 am</div>
                <div>
                    <a class="underline" href="https://freedomfellowships.org/groups">
                        Learn about Fellowship Groups
                    </a>
                </div>
            </div>
            <div class="space-y-2">
                <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase text-secondary-light">
    Live Stream
</h3>
                <div>Sundays, 10:30 am</div>
                <div>
                    <a href="https://www.youtube.com/@FreedomFellowships/streams"
                       class="underline"
                       target="_blank">Watch on YouTube</a>
                </div>
            </div>
        </div>

        <div class="space-y-2">
            <h3 class="text-lg font-semibold leading-6 tracking-wide uppercase text-secondary-light">
    Get in touch
</h3>
            <div>
                <a href="https://freedomfellowships.org/contact" class="underline">Contact us</a>
            </div>
            <div>(234) 233-1015</div>
            <div>
                <a href="mailto:admin@freedomfellowships.org" class="underline">
                    admin@freedomfellowships.org
                </a>
            </div>
        </div>
    </div>

    <div class="p-8 text-center text-sm text-white bg-primary-dark">
        &copy; 2026 Freedom Fellowships. All Rights Reserved.
    </div>
</footer>

            <div
    x-data="{
        notifications: [],
        add(message) {
            this.notifications.push({
                id: Date.now(),
                message: message
            });
        },
        remove(notification) {
            this.notifications = this.notifications.filter(i => i.id !== notification.id);
        }
    }"
    @notify.window="add($event.detail.message)"
        class="fixed inset-0 flex flex-col items-end justify-start px-4 py-6 pointer-events-none sm:p-6 space-y-4 z-50"
    role="status"
    aria-live="polite"
>
    <template x-for="notification in notifications" :key="notification.id" hidden>
        <div
            x-data="{
                show: false,
                init() {
                    this.$nextTick(() => this.show = true);
                    setTimeout(() => this.transitionOut(), 4000);
                },
                transitionOut() {
                    this.show = false;
                    setTimeout(() => this.remove(this.notification), 500);
                }
            }"
            x-show="show"
            x-transition.duration.500ms
            class="max-w-sm w-full bg-gray-800 shadow-lg rounded-lg pointer-events-auto"
        >
            <div class="rounded-lg shadow-xs overflow-hidden">
                <div class="p-4">
                    <div class="flex items-start">
                        
                        <div class="shrink-0">
                            <!-- Heroicon name: check-circle -->
<svg class="w-5 h-5 h-6 w-6 text-green-400" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
                            <span class="sr-only">Success</span>
                        </div>
                        
                        <div class="ml-3 w-0 flex-1 pt-0.5">
                            <p x-text="notification.message" class="text-sm leading-5 font-medium text-white"></p>
                        </div>
                        
                        <div class="ml-4 shrink-0 flex">
                            <button @click="transitionOut()"
                                    type="button"
                                    class="inline-flex text-gray-400 hover:text-gray-300 focus:text-gray-500 focus:outline-none focus:text-gray-500 transition ease-in-out duration-150">
                                <!-- Heroicon name: x -->
<svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor">
    <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />
</svg>
                                <span class="sr-only">Close notification</span>
                            </button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </template>
</div>
        </div>
    <script src="/livewire/livewire.min.js?id=0f6341c0"   data-csrf="IthY6KEVWd2GkuQwHBVRx2veeEpKEPDYmuIIPVC2" data-update-uri="/livewire/update" data-navigate-once="true"></script>
</body>
</html>
