<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss 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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Flathead Beacon</title>
	<atom:link href="http://flatheadbeacon.com/feed/" rel="self" type="application/rss+xml"/>
	<link>https://flatheadbeacon.com/</link>
	<description>The Flathead Beacon is a weekly print and daily online news source serving Western Montana's Flathead Valley.</description>
	<lastBuildDate>Tue, 07 Jul 2026 22:56:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<site xmlns="com-wordpress:feed-additions:1">156392721</site>	<xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><item>
		<title>City of Kalispell Introduces New Parking Rules</title>
		<link>https://flatheadbeacon.com/2026/07/07/city-of-kalispell-introduces-new-parking-rules/</link>
		
		<dc:creator><![CDATA[Zoë Buhrmaster]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 22:56:26 +0000</pubDate>
				<category><![CDATA[Sticky Article]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<category><![CDATA[News & Features]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150431</guid>

					<description><![CDATA[<p>Motorists parking in downtown Kalispell can expect higher fines for parking violations, while permit holders will have access to all permitted lots owned by the city after the Kalispell City Council approved a slew of new parking regulations. The Downtown Kalispell Forward Coalition commissioned a report for the city on parking practices and policy suggestions [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/city-of-kalispell-introduces-new-parking-rules/">City of Kalispell Introduces New Parking Rules</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">Motorists parking in downtown Kalispell can expect higher fines for parking violations, while permit holders will have access to all permitted lots owned by the city after the Kalispell City Council approved a slew of new parking regulations.</p>



<p>The Downtown Kalispell Forward Coalition commissioned a report for the city on parking practices and policy suggestions after residents raised concern over a supposed lack of parking downtown. With 2,410 total spaces downtown, and 406 of those in often underutilized city lots, coalition members anecdotally found that confusing signage, differing time limits, and employees playing &#8220;musical cars&#8221; in street parking spaces created a “perception of shortage.”</p>



<p>The coalition and the Parking Advisory Board forwarded a list of recommended a number of solutions to the council.</p>


<div id="fbeacon-block_f116aec1fdb6e6736abaf7010f645a3b" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    <script type="text/javascript">
/* <![CDATA[ */
var gform;gform||(document.addEventListener("gform_main_scripts_loaded",function(){gform.scriptsLoaded=!0}),document.addEventListener("gform/theme/scripts_loaded",function(){gform.themeScriptsLoaded=!0}),window.addEventListener("DOMContentLoaded",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>"function"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn("The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1."),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener("gform_main_scripts_loaded",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener("gform/theme/scripts_loaded",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener("DOMContentLoaded",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook("action",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook("filter",o,r,e,t)},doAction:function(o){gform.doHook("action",o,arguments)},applyFilters:function(o){return gform.doHook("filter",o,arguments)},removeAction:function(o,r){gform.removeHook("action",o,r)},removeFilter:function(o,r,e){gform.removeHook("filter",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+"_"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){"function"!=typeof(t=o.callable)&&(t=window[t]),"action"==r?t.apply(null,e):e[0]=t.apply(null,e)})),"filter"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});
/* ]]&gt; */
</script>

                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='8U5owoJoNHgmsiyJ4hT6v69oNO2iu0XKKz+dmWDOrGLMhspZnmuTBuoL7ET6CIX5h+mnMQx6GVwzHiRQImrp5FR6zAa7FRuArzEubbQGBZ3ne68=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>During Monday’s meeting, councilors approved several of the group&#8217;s recommendations. Parking fines currently set at $10 per infraction in two-hour limit parking spots will be raised to $20 for the first offense, a second offense will be charged $40 and a third offense within a year will be charged $60. Parking infractions related to safety will be raised from $10 to $50, and the boot fine will increase from $35 to $100.</p>



<p>For city permitted lots, residents will be able to buy a monthly $30 permit to access all city lots instead of applying for permits for specific lots. The Valley Bank Lot will stay included as one of the permitted lots after public comment from Mike Smith with Glacier Bank prompted councilors to postpone turning the lot into public two-hour parking, one of the recommendations by the coalition.</p>



<p>“Given the central location, it is going to be one of those lots that likely has high demand,” City Manager Jarod Nygren said.</p>



<p>Another ordinance councilors approved Monday night is a &#8220;rolling rule&#8221; that requires motorists to move their vehicle at least 600 feet away from their previous parking spot to avoid a citation in two-hour spaces. Councilors also removed a 30-minute parking space south of the public safety building on Fourth Street East.</p>



<p>“The ticket on the street needs to be high enough that people don’t just say, ‘oh it’s just a cup of coffee,’” Mayor Ryan Hunter said.</p>



<p>Nygren noted there would be a grace period while city officials work with partners like Downtown Forward to help inform the public about the changes.</p>



<p>The Kalispell Police Department oversees parking infractions and citations. In addition to council’s efforts to optimize downtown parking, the department has started the process of purchasing mobile license plate recognition (LPR) software to track parking. Kalispell Police Chief Jordan Venezio said the software would only be used to track parking, which has historically been difficult to enforce.</p>



<p>“We haven’t been able to enforce much in the past,” Nygren added. “Certainly, there’ll be some bumps in the road we may have to address. With the ability to collect data we’ll have the ability to make adjustments if we need to.”</p>



<p><a href="zoe@flatheadbeacon.com" type="link" id="zoe@flatheadbeacon.com"><em>zoe@flatheadbeacon.com</em></a></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/city-of-kalispell-introduces-new-parking-rules/">City of Kalispell Introduces New Parking Rules</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150431</post-id>	</item>
		<item>
		<title>June 30: When the Deep State Goes Down</title>
		<link>https://flatheadbeacon.com/2026/07/07/june-30-when-the-deep-state-goes-down/</link>
		
		<dc:creator><![CDATA[Maggie Dresser]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 22:43:30 +0000</pubDate>
				<category><![CDATA[Police Blotter]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150433</guid>

					<description><![CDATA[<p>Sunday, June 21 4:47 p.m. The downstairs neighbor’s attempt to alert the neighbor about their loud music was unsuccessful. &#160; 11:47 p.m. A man on a scooter was circling the perimeter of a store. Monday, June 22 12:51 a.m. A fingerless woman was enjoying a vape pen. 7:52 p.m. A couple in the process of [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/june-30-when-the-deep-state-goes-down/">June 30: When the Deep State Goes Down</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><strong>Sunday, June 21</strong></p>



<p>4:47 p.m. The downstairs neighbor’s attempt to alert the neighbor about their loud music was unsuccessful. &nbsp;</p>



<p>11:47 p.m. A man on a scooter was circling the perimeter of a store.</p>



<p><strong>Monday, June 22</strong></p>



<p>12:51 a.m. A fingerless woman was enjoying a vape pen.</p>



<p>7:52 p.m. A couple in the process of divorcing had different opinions surrounding the dog’s euthanasia.</p>



<p><strong>Tuesday, June 30</strong></p>



<p>10:50 a.m. Obscenities were heard from the gazebo.</p>



<p>11:15 a.m. A mom couldn’t get ahold of her middle-aged son.</p>



<p>3:42 p.m. A driver was doing illegal stuff while he was doing other illegal stuff.</p>



<p>6:56 p.m. A pedestrian approached a law enforcement vehicle and told an officer that he wanted to “see all the guys” to remember when “the deep state goes down.”</p>



<p>7:52 p.m. A new resident said she moved to Montana because it’s “supposed to be nicer than California” and requested law enforcement do something about the homeless people instead of pulling people over for “traffic stuff.”</p>



<p>9:43 p.m. Two naked ladies were running up and down the alley.</p>



<p><strong>Wednesday, July 1</strong></p>



<p>7:19 a.m. A brown “poodle-ish thing” was found.</p>



<p><strong>Sunday, July 5</strong></p>



<p>1:42 p.m. The hotel manager was mixing epoxy “wrong,” an act that law enforcement reminded the caller was not a crime.</p>



<p>9:04 p.m. Fireworks were coming from the first house.</p>



<p>11:13 p.m. An alcoholic who recently relapsed wanted to “undo his wrongs” and inquired about a career in law enforcement.</p>



<p><strong>Monday, July 6, 2026</strong></p>



<p>7:56 a.m. A “Breaking Bad meth dealer” trailer was illegally parked.</p>



<p>1:43 p.m. A man awaiting treatment in the emergency room called dispatch and requested an ambulance to treat the “extreme pain” he was experiencing from slicing off just the tip of his finger.</p>



<p>1:54 p.m. A drunk naked lady was vomiting.</p>



<p>4:10 p.m. A caller wanted law enforcement to “get the kids off e-bikes.”</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/june-30-when-the-deep-state-goes-down/">June 30: When the Deep State Goes Down</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150433</post-id>	</item>
		<item>
		<title>When Life Gives You Lemons </title>
		<link>https://flatheadbeacon.com/2026/07/07/when-life-gives-you-lemons/</link>
		
		<dc:creator><![CDATA[Kellyn Brown]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 20:54:23 +0000</pubDate>
				<category><![CDATA[Flathead Living Magazine]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150425</guid>

					<description><![CDATA[<p>It’s often hard to recall feeling anything but joy during summer. Of course, everyone encounters unpleasant moments no matter the season, but the highlight reel of summer, when played back, glosses our memories in a patina of sunshine and tranquility, lending them a generosity unavailable at their inception. In hindsight, every recollection of summer might [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/when-life-gives-you-lemons/">When Life Gives You Lemons </a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">It’s often hard to recall feeling anything but joy during summer. Of course, everyone encounters unpleasant moments no matter the season, but the highlight reel of summer, when played back, glosses our memories in a patina of sunshine and tranquility, lending them a generosity unavailable at their inception. In hindsight, every recollection of summer might well have taken place beside a shimmering lake or on a sunny rooftop bar, accompanied by its own soundtrack, with sunshine radiating off our skin, ice cold glasses in our hand, our laughter filling the warm air like a luminous liquid poured from a frosty bottle of exotic origin.</p>


<div id="ads-block_a026e5219f41c110fa25cbb7e9baaedb" class="ads">

  <!-- Beacon_ROS_Slot1_Leaderboard -->
<div id="div-gpt-ad-1611960888326-0" class="my-5 flex items-center justify-center min-h-50px md:min-h-90px lg:min-h-250px">
  <script>
    googletag.cmd.push(function() {
      googletag.display('div-gpt-ad-1611960888326-0');
    });
  </script>
</div>
</div>


<p>Lauren Oscilowski, the owner of Spotted Bear Spirits in downtown Whitefish, had that in mind when she received a request to create something unique for the newly opened boutique hotel Larch House. Tapping into the warmth of her own summer memories while also imagining herself on their rooftop bar, she imagined blending Old World tradition with modern ingenuity.&nbsp;</p>



<p>“It just hit me out of the blue. Huckleberry Limoncello,&#8221; Oscilowski said of the bright citrus digestif. &#8220;It’s the perfect rooftop pounder.”&nbsp;</p>



<p>The fusion of the two iconic summer flavors and the throwback to an Italian has already proven to be highly popular.</p>



<p>“We didn’t do any marketing. We didn’t have our sales reps pitching it. Not a thing,&#8221; Oscilowski said. &#8220;We’ve done that before and a year will go by before people know we have something. This product — we can&#8217;t keep up. Everyone is backordering it. Somehow they found it.”</p>



<p>Limoncello is a traditional Italian liqueur made from lemon zest. Chilled and often served after dinner, the sweet digestif is described as hazy or “turbid.” A word I admit I had to reach for my dictionary to comprehend: (of a liquid) cloudy thick or opaque with suspended matter.&nbsp;</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1200" height="817" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy-1200x817.jpg" alt="" class="wp-image-150429" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy-1200x817.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy-600x408.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy-900x613.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy-1536x1045.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0027-copy.jpg 1600w" sizes="(max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">The making of a Huckleberry Lemon Drop Martini at Spotted Bear Spirits. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p>The suspended matter giving Limoncello its foggy appearance is innumerable tiny bubbles of lemon oil. A spontaneous emulsification known as the louche effect induces the fragrant oil to hover in the liquid, scattering light and creating a cloudy appearance in the brilliant lemony beverage.</p>



<p>Each batch of Spotted Bear limoncello requires 20 cases worth of organic lemon peels and an assemblage of friends and family armed with citrus peelers.</p>



<p>“We gather anyone up for peeling: bartenders, friends of bartenders, partners of our bartenders, relatives of our bartenders,” Oscilowski said, describing what sounds like a carpal tunnel-inducing amount of effort. “We’re just like little old Italian women, peeling, peeling and peeling.”</p>



<p>The lemon peels are collected into muslin bags and steeped in vodka. Once the lemon oil has incorporated into the ethanol, they are removed and discarded. The huckleberry flavor is added using real huckleberries, through a technique simply referred to by the Spotted Bear production team as “painful.” A little bit of sweetness is then added, along with enough water to ensure the final product is a consistent 70 proof.</p>


<div id="fbeacon-block_c2a3d08a4e1110fb754c66889df276ba" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='sMTa9pn4sYW6esnYxcw6N/POE+hQrSKGd8Ac4fkZ6FRy1yWDSxh8+1yFg2gS7PyWM4CdFyVZZ6NxAaEvb2zD/kFhb00pLn4GERCod1SJg7nBb68=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>Most American limoncello producers use “natural flavors” to avoid the exhaustive methods Spotted Bear endures. But for the production team at Spotted Bear, adhering to the traditional process ensures a natural tasting product, while the lemon oil itself affixes each bottle with a marker of authentication, called a collarino.</p>



<p>“It’s a ring of oil that will form around the neck of the bottle with time. We have to do a bit of education around that. ‘It’s natural. It means we’re using real lemons,’&#8221; Oscilowski said of the context she provides customers. &#8220;The Italians pride themselves on it. ”</p>



<p>The Spotted Bear Huckleberry Limoncello is a vibrant cloud of tiny lemon oil droplets floating in a purple huckleberry blush. Visually, it’s a liquid manifestation of summer memories; a miasma of summer recollections — those moments whose specific details may remain murky in our minds, even as their spirit returns crystal and bright. Tiny droplets of sunshine, languidly dangling in a cloud of memories.&nbsp;</p>



<p>Whether or not you can find it on the shelves, the popular new liqueur will be available all summer in the Spotted Bear tasting room, showcased in the summery Lemon Drop cocktail. Equal parts limoncello, vodka, simple syrup and organic lemon juice, the Spotted Bear Lemon Drop is a tart, jammy, saccharine explosion of flavor. The citrus and syrupy berry notes lightly dance across the palate like a catchy little melody, or a laconically plucked guitar riff. The finish sweeps past like a breezy chorus of “oohs” and “aahs.”&nbsp;</p>



<p>This summer will be imperfect, just like those before it and those yet to come. Each ephemeral scene will be weighed down in its own way with the burdens of the present. But while passing through the brief window of the season, it’s important to remember that, one day, all the memories important enough to remain with us will be engulfed in a vaporous phosphorescence; chilled in a foggy bottle, luminescent, and ready to be shared and savored.&nbsp;</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="800" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy-1200x800.jpg" alt="" class="wp-image-150428" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy-1200x800.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy-600x400.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy-900x600.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy-1536x1024.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20260512_SPOTTED_BEAR_MARTINI_0131-copy.jpg 1600w" sizes="(max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Huckleberry Lemon Drop Martini made from Spotted Bear Spirits’s Huckleberry Limoncello. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<h2 class="wp-block-heading"><mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-red-color">Pub Facts</mark></h2>



<p><strong>Limoncello:  </strong></p>



<p>Limoncello was invented 100 years ago in Southern Italy, though the exact origin is disputed — either Sorrento, Amalfi, Capri, or maybe Sicily.</p>



<p>Traditionally, limoncello is made from the zest of Sorrento lemons.</p>



<p><strong>Lemon Drop Cocktail: </strong></p>



<p>The Lemon Drop, a distant cousin to the Brandy Crusta, was invented in the 1970s by Norman Jay Hobday, founder and proprietor of Henry’s Africa, one of the original Fern bars in San Francisco.&nbsp;</p>



<p><strong>Traditional Recipe:</strong></p>



<p>2 oz. Vodka</p>



<p>½ oz. Cointreau or Dry Curacao</p>



<p>1 oz. Simple Syrup</p>



<p>1 oz. Lemon Juice</p>



<p>Garnish: Sugared Rim</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/when-life-gives-you-lemons/">When Life Gives You Lemons </a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150425</post-id>	</item>
		<item>
		<title>‘Bring Them Home’ Blackfeet Bison Documentary Honored with Emmy Nominations</title>
		<link>https://flatheadbeacon.com/2026/07/07/bring-them-home-blackfeet-bison-documentary-honored-with-emmy-nominations/</link>
		
		<dc:creator><![CDATA[Kellyn Brown]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 11:31:00 +0000</pubDate>
				<category><![CDATA[Flathead Living Magazine]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150200</guid>

					<description><![CDATA[<p>One hundred and fifty years ago, the American buffalo suffered near-extinction that had dire ecological and cultural consequences, nearly destroying the Blackfoot people who relied upon them. In a strategy developed by U.S. military and government officials, the eradication of the bison deprived the people who relied on the mammalian species for their survival and [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/bring-them-home-blackfeet-bison-documentary-honored-with-emmy-nominations/">‘Bring Them Home’ Blackfeet Bison Documentary Honored with Emmy Nominations</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">One hundred and fifty years ago, the American buffalo suffered near-extinction that had dire ecological and cultural consequences, nearly destroying the Blackfoot people who relied upon them. In a strategy developed by U.S. military and government officials, the eradication of the bison deprived the people who relied on the mammalian species for their survival and culture. During the 19th century, coordinated efforts brought the bison population of more than 30 million down to less than 1,000 animals. Buffalo no longer freely roamed the grasslands. </p>



<p>Over the past generation, however, a group of Blackfoot people from the Blood Reserve in Canada and the Blackfeet Nation in Montana worked to bring the buffalo back.&nbsp;</p>


<div id="ads-block_d5ce184a3d47fce8c4b9361d7b5bdb85" class="ads">

  <!-- Beacon_ROS_Slot1_Leaderboard -->
<div id="div-gpt-ad-1611960888326-0" class="my-5 flex items-center justify-center min-h-50px md:min-h-90px lg:min-h-250px">
  <script>
    googletag.cmd.push(function() {
      googletag.display('div-gpt-ad-1611960888326-0');
    });
  </script>
</div>
</div>


<p>After a generation of collective, grassroots efforts to rehabilitate the bison and rewild their ancestral lands, tribal leaders released a herd of the bison at Chief Mountain on the east side of Glacier National Park, on the Blackfeet Reservation.&nbsp;</p>



<p>The story of those efforts takes place in the Emmy-nominated film “Bring Them Home,” written and directed by Blackfeet filmmakers Ivan and Ivy MacDonald and Daniel Glick, whose other films include “Our Last Refuge,” about protecting the Blackfeet’s sacred Badger-Two Medicine from oil and gas development. Golden Globe Award winning actress Lily Gladstone narrated and helped produce the bison documentary.&nbsp;</p>



<p>“Bring Them Home” received two Emmy nominations for documentaries in the 47th News and Documentary Emmy Awards, Outstanding Music Composition and Outstanding Writing. The film also won a slew of film festival awards, including the Big Sky Award at the Big Sky International Film Festival in 2024.&nbsp;</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy-1200x675.jpg" alt="" class="wp-image-150206" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00182290-copy.jpg 1600w" sizes="(max-width: 1200px) 100vw, 1200px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy-1200x675.jpg" alt="" class="wp-image-150202" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00090042-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Scenes from the documentary “Bring Them Home.” Courtesy images</figcaption></figure>



<p>The idea for the film came to Glick with a simple premise: after connecting with the Blackfeet Buffalo Program while working on Our Last Refuge, Glick found himself wanting to spend more time around the big mammals.&nbsp;</p>



<p>“This was something that originally came out of my desire just to spend time with bison ––that was the gist of it,” Glick said.&nbsp;</p>



<p>The desire led him to develop two film projects about the Blackfeet buffalo drive, including the 2019 short film “Iniskim,” about a young Blackfeet girl’s recovery from past trauma intertwined with her reconnection to buffalo. The film shoot of the buffalo drive also became the first footage for what would become “Bring Them Home.”&nbsp;</p>


<div id="fbeacon-block_e0ef24052105298f15b9850965e9c48e" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='ZdTG9XYKMehrynxJ5CKuF0MikwLc+c+/ezc1ziq1sFI7oqzV58oRppZNp7GdPjoYUiOFhMiBGnZp0531GpQj+Q3RHc8fdVN5h9YLr8o8qLx2aMk=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>In search of Blackfeet directors to collaborate with on the film, Glick found Ivan and Ivy MacDonald. By that time, Gladstone was already involved in the film and Glick had established relationships within the Blackfeet community. The brother-and-sister filmmakers grew up on the reservation where they fell in love with film, each eventually finding their own way into the industry. The two have also collaborated on the films “When They Were Here,” about Missing and Murdered Indigenous People (MMIP) in Montana, and “Blackfeet Boxing: Not Invisible,” about women training in light of the MMIP crisis, which won an Emmy in 2021. </p>



<p>“Ivy and I grew up pretty culturally connected and so we know the importance of bison spiritually, culturally, ceremonially,” Ivan MacDonald said. “So, it was kind of exciting to be able to tell this story for all of those kinds of things –– not just in these kind of keystone species, ecological, environmental, biodiversity ways that really make it so unique –– but this kind of cultural reconnection that also happens with bison when they’re brought back to the land and the environment.”&nbsp;</p>



<p>The Blackfoot people lived with the bison, known as iinnii, for millennia. Viewed as a relative, the buffalo has cultural significance for ceremonies and supported their survival before the population was decimated.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy-1200x675.jpg" alt="" class="wp-image-150204" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-3-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy-1200x675.jpg" alt="" class="wp-image-150203" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_125400_1.138.1-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Scenes from the documentary “Bring Them Home.” Courtesy images</figcaption></figure>



<p>To unwind the history for the documentary, Glick and Ivan, along with two researchers, dug into archives, combing through public information on the U.S. government’s extermination campaign, including quotes from U.S. generals and historical images of piles of buffalo skulls. Unearthing the Blackfeet people’s side of the story, however, required hours of conversations with community members.&nbsp;</p>



<p>“We just had these random conversations with different people, and they would point to a different thread,” Glick said. “As we learned about certain things, as we interviewed people, we would always ask if they had photos of this or videos of that … it took quite a while to find it all.”&nbsp;</p>



<p>In the 20th century, the idea of bringing back the bison slowly began to percolate among members of the Blood Tribe (also known as the Kanai Nation), and members of the Blackfeet Nation — two of the four tribal nations that make up the Blackfoot Confederacy that spans across Alberta and northwestern Montana.&nbsp;</p>



<p>Blackfeet tribal leaders made several attempts to bring back the bison onto tribal lands beginning in 1979, securing a herd from Yellowstone National Park and turning them loose before eventually selling most of the animals after widespread community complaints. The Blackfeet Tribal Business Council acquired a second herd in the late 1990s, using more oversight and management practices similar to those used with cattle. Still, complaints arose and, less than 10 years later, a new tribal council sold the herd.&nbsp;</p>



<p>Up north among the Blood Tribe, discussions began to take place around the significance of buffalo to tribal members and Native identity. Inspired by the so-called “buffalo dialogues,” Blackfeet tribal members created the Iinnii Initiative to begin outreach and education. Members of the Wildlife Conservation Society from New York City reached out, interested in bringing bison back to the American prairie for the ecological role that bison play as a keystone species in shaping the landscape.&nbsp;</p>


<div id="ads-block_f0b301f521186d4816b937890a762b8e" class="ads">

  <!-- Beacon_ROS_Slot2 -->
<div id="div-gpt-ad-1611961274848-0" class="my-5 flex items-center justify-center min-h-50px md:min-h-90px lg:min-h-250px">
  <script>
    googletag.cmd.push(function() {
      googletag.display('div-gpt-ad-1611961274848-0');
    });
  </script>
</div>
</div>


<p>With that, a third attempt to bring buffalo back to their ancestral homelands began to take shape with the creation of the Blackfeet Buffalo Program led by Ervin Carlson, a rancher who managed the Tribe’s cattle business.&nbsp;</p>



<p>“To me, what drew me in with the buffalo wasn’t looking at them as a commodity,” Carlson says in the film. “I realized that the things we had to go through as Indian people, them buffalo had to go through the same thing … Daily, it’s a continual fight for them; daily, it’s a continual fight for our people. So, that’s what makes me have that passion of the fight for my way of life and my people and for them animals to be a part of that, too.”&nbsp;</p>



<p>Blackfeet tribal leaders set their sights on a herd in Elk Island National Park, in Canada, where the animals’ ancestral roots can be traced back to the buffalo who originally roamed the Blackfeet tribal lands. In 2017, the Blackfeet brought calves from the original herd back to the reservation.&nbsp;</p>



<p>The journey to rewilding the bison was far from over, however. Seven years would pass while tribal council faced various other pressing issues on the reservation. Meanwhile, members of the buffalo program drove the bison back and forth between their two seasonal parcels of land — biannual journeys that produced awe in the documentarians as the story unfolded before them.&nbsp;</p>



<p>The film footage shows herds of bison thundering across grasslands with snow-latticed mountain peaks behind them. In one scene, a buffalo bluff-charges someone herding the bison, warning the human they came too close.</p>



<p>“A big thing for this was just that this project, there was just this dynamic energy with it that was kind of indescribable,” Ivan MacDonald said. “I remember the first time we filmed the bison and filmed the drive … a lot of those aspects were really, really incredible.&nbsp;</p>



<p>“Just connecting with these animals that I knew were important growing up, kind of hearing them but not seeing them, I think that was really important,” he continued. “That was the most powerful part of the film for me, was just reconnecting on that physical level.”&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy-1200x675.jpg" alt="" class="wp-image-150207" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-5-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy-1200x675.jpg" alt="" class="wp-image-150208" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/Bring-Them-Home_Still_00164750-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Scenes from the documentary “Bring Them Home.” Courtesy images</figcaption></figure>



<p>As the drives continued, so too did the education within the community –– through the drives, the Iinnii Initiative, tribal leadership meetings, ceremonies, and community celebrations. The documentary crew began to settle on final edits of a draft.&nbsp;</p>



<p>“As a filmmaker, it was a little stressful in between that time, not really knowing what the ending was going to look like but knowing what we wanted, but what the universe wasn’t having at the moment,” Ivy MacDonald said. “And then it just kind of worked out perfectly.”</p>



<p>Finally, the tribal council voted in 2023 to retire all cattle leases for the land at Chief Mountain –– a sacred place on Blackfeet tribal lands bordering Canada and Glacier National Park. There, the buffalo would once again roam freely.&nbsp;</p>



<p>“I got this feeling, kind of a choked-up feeling just seeing them out there &#8230; back to where they belong,” Carlson says in the film while watching the release. &nbsp;</p>



<p>The crew filmed the rewilding and spliced the new footage into the documentary. Over the coming years, they showed the film at various festivals and screenings, including on the Blackfeet Reservation.&nbsp;</p>



<p>“For me, kind of the most impactful moment of the film was showing it in Browning,” Ivy MacDonald said.&nbsp;</p>



<p>A throng of Blackfeet community members gathered to see the cinematic culmination of years of efforts to release bison on their ancestral land. Ivy MacDonald led her grandma and aunt to seats in the front row, and they listened as Gladstone spoke to the crowd before watching the film.&nbsp;</p>



<p>“It was such a beautiful moment,” Ivy MacDonald said. “You saw all the happiness, the joy, the sadness, every single emotion you could possibly think of was in that arbor, and it ended so beautifully –– where people were proud to come from such a deep, rich, strong, beautiful history … I think this project, too, has made me a stronger Blackfeet woman and in so many different ways, a better filmmaker.” &nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="675" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy-1200x675.jpg" alt="" class="wp-image-150205" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy-1200x675.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy-600x338.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy-900x506.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy-1536x864.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/BTH-Still-4-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Scene from the documentary “Bring Them Home.” Courtesy image</figcaption></figure>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/bring-them-home-blackfeet-bison-documentary-honored-with-emmy-nominations/">‘Bring Them Home’ Blackfeet Bison Documentary Honored with Emmy Nominations</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150200</post-id>	</item>
		<item>
		<title>Presidential Corruption</title>
		<link>https://flatheadbeacon.com/2026/07/07/presidential-corruption/</link>
		
		<dc:creator><![CDATA[Kellyn Brown]]></dc:creator>
		<pubDate>Tue, 07 Jul 2026 10:56:00 +0000</pubDate>
				<category><![CDATA[Letter]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150355</guid>

					<description><![CDATA[<p>When campaigning for president, Trump obsessed about the horrendous corruption in our government. He still claims elections he doesn’t win are rigged. He bragged about draining the swamp. Instead, he has created a rancid flood. Chris Murphy (D-Connecticut) speaking on the floor of the Senate, corroborated by several articles in the New York Times and [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/presidential-corruption/">Presidential Corruption</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When campaigning for president, Trump obsessed about the horrendous corruption in our government. He still claims elections he doesn’t win are rigged. He bragged about draining the swamp. Instead, he has created a rancid flood.</p>



<p>Chris Murphy (D-Connecticut) speaking on the floor of the Senate, corroborated by several articles in the New York Times and the New Yorker, said, “Over the last year and a half, our president Donald Trump, has turned the White House into a 24/7 corruption operation.” His self-enrichment has become normalized. The public hardly bats an eye. No one is stopping him including the Supreme Court which continues to expand his power and immunity. Trump’s net worth has surged dramatically since the start of his second term, more than doubling from roughly $3.9 billion in 2024 to approximately $7.3 billion. </p>



<p>Every president since Ronald Reagan has put their assets in a blind trust managed by independent trustees or sold their stock and other business interests to eliminate potential conflicts of interest. Trump has done neither. HIs most recent federal financial disclosure reveals more than 3,700 stock trades for tens of millions of dollars. In early January, the president&#8217;s account purchased $500,000 to $1 million worth of Nvidia stock a week before his commerce officials approved the sale of previously restricted Nvidia chips to China. He also purchased shares in Dell, and then talked about what a great company it is during a White House press session. Later Dell secured a lucrative government contract. Donald’s stocks soared. He makes millions when having the power to affect a stock’s price knowing when it will happen before anyone else does. For any other individual these actions would be prosecuted as flagrant insider trading. </p>



<p>Trump also uses his presidency to enrich his family. Don Jr. and Eric Trump met with foreign leaders from Serbia, Hungary, the UK, Vietnam, Saudi Arabia, Somaliland, Kazakhstan, and Israel to make deals. According to Citizens for Responsibility and Ethics in Washington, the Trump Organization in 2024 earned at least $87 million through international projects with 22 Trump-branded development projects currently in the works. Lucrative federal contracts have directly enriched his sons. Recent investigative reports show that Donald Trump Jr. invested heavily in Vulcan Elements, a small rare earth mineral startup company, shortly before Trump’s Department of Defense loaned the company $620 million and gave them a large contract. Vulcan Elements was worth $200 million before these deals, but after receiving the pentagon contract, the company’s net worth jumped to $2 billion giving Don Jr. a tenfold increase in his investment. His 2025 financial disclosure also indicates the Trump family gained $1.4 billion from their shady cryptocurrency businesses.</p>



<p>Trump has also raised millions by blatantly offering pardons to convicted criminals in exchange for large donations to his political PAC along with the $400 million Boeing 747 luxury liner given to Trump by Quatar. Finally, the Trump Store has launched at least 622 products (sneakers, fragrances, Bibles, watches, mugs, meme coins, etc.) generating $8.8 million in 2024 alone. Trump makes merchandising the presidency seem normal. As President Truman said, “Show me a man that gets rich by being a politician and I’ll show you a crook.”</p>



<p>The real question is why “we the people” aren’t outraged about this blatant corruption. This is not the selfless leadership our founders envisioned. It is time to vote for congressional representatives willing to truly drain the swamp. </p>



<p><em>Carol &amp; John Santa<br>Kalispell</em></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/07/presidential-corruption/">Presidential Corruption</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150355</post-id>	</item>
		<item>
		<title>Bull Trout Spawning Study Could Aid in Recovery of Imperiled Swan River Basin Population</title>
		<link>https://flatheadbeacon.com/2026/07/06/bull-trout-spawning-study-could-aid-in-recovery-of-imperiled-swan-river-basin-population/</link>
		
		<dc:creator><![CDATA[Tristan Scott]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 19:30:00 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<category><![CDATA[Outdoors]]></category>
		<category><![CDATA[Sticky Article]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150326</guid>

					<description><![CDATA[<p>Although northwest Montana and Glacier National Park have historically remained one of the best strongholds for native bull trout in the state, the region has seen its wild populations of the threatened species decimated by the explosion of invasive lake trout, as well as through hybridization with other nonnative species. Fisheries managers also blame reduced [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/bull-trout-spawning-study-could-aid-in-recovery-of-imperiled-swan-river-basin-population/">Bull Trout Spawning Study Could Aid in Recovery of Imperiled Swan River Basin Population</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">Although northwest Montana and Glacier National Park have historically remained one of the best strongholds for native bull trout in the state, the region has seen its wild populations of the threatened species decimated by the explosion of invasive lake trout, as well as through hybridization with other nonnative species. Fisheries managers also blame reduced stream flows and warming water temperatures as among the most critical stressors threatening the species’ long-term survival, which depends on cold, clear and connected aquatic habitats.</p>



<p>Bull trout in the Swan River basin, specifically, represent a key indicator of the species&#8217; health and distribution in the upper Columbia River basin, largely due to the ecosystem&#8217;s interconnected web of cold water habitats and its robust population sizes. </p>



<p>Bull trout spend much of their lives in Swan Lake, but they hatch in mountain streams throughout the watershed before moving to the lake for adulthood. For years, biologists have counted bull trout redds to estimate how different streams contribute to the overall population.</p>



<p>In the past decade, however, adult bull trout abundance in the Swan has dropped by approximately 90%, a precipitous decline that state fisheries biologists have tracked by counting bull trout redds, or spawning nests. Using these annual monitoring reports and field surveys, they can infer metapopulation data and draw conclusions about the health of a drainage-specific population, as well as about how those constituents support the overall population.</p>


<div id="fbeacon-block_83a2c22dcee4765d8491e2523a2113d8" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='t5ak5nbVfC4C9DRyYdgAvKm7fOztd0VZ2lZOAYPN7Qv9itHfrICYW8Av6N/fg53uDB+f7cHJMdQ2SOLp8okzCy89jT38aL5a8HU4DoUF2diiwlg=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>But what if redd counts alone aren&#8217;t capturing the complete picture?</p>



<p>That&#8217;s the question that state fisheries biologist Sam Bourret posed recently. Reasoning that there were more factors contributing to a population&#8217;s ecological health than evidence of spawning success alone, Bourret decided to zoom in on the drainage-specific demographic dynamics of bull trout among the individual spawning tributaries in the Swan River basin. </p>



<p>Bourret, who works for the Montana Department of Fish, Wildlife and Parks (FWP) as a fisheries biologist in Region 1, said the objective is to provide resource managers with the tools and information to prioritize effective mitigation strategies and guide the species to recovery. The new study is unique because it gives resource managers a better understanding of where bull trout in the Swan River basin originate, and which streams are most important to the species’ future.</p>



<p>&#8220;Everyone assumes that redd counts are the Holy Grail of assessing ecological health, but in the end we know there are a lot of things that happen between when a fish lays a redd down to when it spawns again,&#8221; Bourret said. &#8220;The hypothesis is that more redds equals more fish, but in reality it&#8217;s more nuanced than that.&#8221;</p>



<p>The study,&nbsp;&#8220;<a href="https://links-2.govdelivery.com/CL0/https:%2F%2Fonlinelibrary.wiley.com%2Fdoi%2Ffull%2F10.1111%2Feff.70051/1/0101019f154c6a6d-ed52e1f9-02d9-4b18-8d28-a4716acdd803-000000/QsFmKUOoiBnZg4EYpS2U_h45LFT2mUDlx3dyaFH27j0=452">Estimates of Spawning Stream Contributions to an Imperiled Bull Trout Metapopulation Utilizing Otolith Geochemistry and Redd Counts</a>,&#8221; uses decades of bull trout spawning data and new research methods to see which streams produce the most bull trout in Swan Lake, which is an important waterbody for the threatened native trout. Along with the monitoring research, FWP operates a lake trout suppression program to limit predation of bull trout by nonnative species in Swan Lake.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="774" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy-1200x774.jpg" alt="" class="wp-image-150336" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy-1200x774.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy-600x387.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy-900x581.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy-1536x991.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/BULLTROUT-copy.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<p>To that end, local agency administrators were supportive of Bourret&#8217;s work to analyze the finer-grained details of bull trout spawning stream contributions.</p>



<p>“We continue working hard to ensure bull trout persevere in the Swan Lake system,” FWP Region 1 Supervisor Amber Steed said. “Sam’s research is an important piece of that effort.”</p>



<p>Bourret&#8217;s new study builds on that work by employing microchemical analysis. By analyzing small, bone-like calcium carbonate structures located in a fish’s inner ear, he can trace individual fish back to the streams where they hatched. The bone, called an otolith, acquires a new ring every day of the fish’s life, much like a tree’s concentric growth rings. All fish have them, and for decades scientists have counted the bands of the bone to determine the age of a fish, as well as to estimate population growth.</p>



<p>The bone also contains a record of its migration pathways — a kind of geochemical diary of where the fish swims on a given day, which can be used to map the entire life history of a fish within a lake or river network. As the otoliths grow, they record the unique mix of naturally occurring minerals found in the water where the fish first hatched.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="930" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001-1200x930.jpg" alt="" class="wp-image-150330" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001-1200x930.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001-600x465.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001-900x698.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001-1536x1190.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/20220103_TROUT_001.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">A bull trout. Courtesy photo by Jonny Armstrong</figcaption></figure>



<p>Using otoliths collected from bull trout that were unintentionally caught during ongoing lake trout suppression efforts in Swan Lake, Bourret discovered that some streams in the Swan produce more surviving bull trout than redd counts alone would suggest, while others contribute fewer fish despite similar spawning activity.</p>



<p>&#8220;We&#8217;re not going to depart from using redd counts, but this is an interesting tidbit that tells you that redd counts don&#8217;t tell you the whole picture,&#8221; Bouret said. &#8220;And when you&#8217;re working with an extremely imperiled population like bull trout in the Swan, we need to look at all the nuances if we hope to improve their ecological health. If redd counts are checking your oil, this otolith microchemical comparison is like going under the hood and really taking a more detailed look at the engine and all its parts. Because if the engine dies, if the population crashes, we&#8217;ll be out of options.&#8221;</p>



<p>The findings give fisheries biologists a clearer picture of which streams are making the biggest contributions to the Swan Lake bull trout population. That information, while often bleak, will help guide future habitat restoration, monitoring efforts and conservation work where it can have the greatest benefit.</p>



<p>The study demonstrates how combining long-term monitoring with new research tools can help biologists make more informed decisions about where to focus conservation efforts and improve the outlook for one of Montana’s iconic native fish.</p>



<p>“Protecting the right tributaries today can help to ensure that future generations continue to see bull trout in the Swan River system,” Bourret said.</p>



<p><em><a href="mailto:tscott@flatheadbeacon.com">tscott@flatheadbeacon.com</a></em></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/bull-trout-spawning-study-could-aid-in-recovery-of-imperiled-swan-river-basin-population/">Bull Trout Spawning Study Could Aid in Recovery of Imperiled Swan River Basin Population</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150326</post-id>	</item>
		<item>
		<title>They’re Scared of You, Montana</title>
		<link>https://flatheadbeacon.com/2026/07/06/theyre-scared-of-you-montana/</link>
		
		<dc:creator><![CDATA[Kellyn Brown]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 11:10:00 +0000</pubDate>
				<category><![CDATA[Guest Column]]></category>
		<category><![CDATA[Opinion]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150271</guid>

					<description><![CDATA[<p>The Montana Plan (I-194) is now being prepared for your ballot, placed there by over 50,000 Montanans and more than 600 all-volunteer signature gatherers who gave their time because they believe in something simple: elections should belong to the people, not to corporations hiding behind anonymous checkbooks. I’ll note this was the first all-volunteer signature [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/theyre-scared-of-you-montana/">They&#8217;re Scared of You, Montana</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">The Montana Plan (I-194) is now being prepared for your ballot, placed there by over 50,000 Montanans and more than 600 all-volunteer signature gatherers who gave their time because they believe in something simple: elections should belong to the people, not to corporations hiding behind anonymous checkbooks. I’ll note this was the first all-volunteer signature gathering effort in decades.</p>



<p>That bothers some very powerful people. And they are doing everything they can to stop you.</p>


<div id="fbeacon-block_42c48ef909f6cf4706faf64fd1bd7725" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='m0BwWokQNJHDmuJ4tGJvdeKn9l8ESZJlnkzfT3cFsymFmCwulqq7KmRVMiVQQlQfxtKYN8/pysuPHygJy5Inr3x/IUjzz/+GoHzbZJs5txIygWg=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p><strong>Don&#8217;t be surprised. This has been going on for a hundred years.</strong></p>



<p>Special interests and those who benefit from corrupt political spending don&#8217;t give up quietly. The Montana Chamber and those they purport to represent have made that clear. Their opposition campaign is a textbook political playbook — misinformation, gaslighting, and the construction of straw men designed to protect the very actors our initiative targets.</p>



<p>Here is what that playbook has looked like so far:</p>



<ul class="wp-block-list">
<li><strong>Legal obstruction</strong> — They sued the state to block signature collection. The courts rejected it.</li>



<li><strong>Signature withdrawal campaigns</strong> — They tried to convince Montanans who signed the petition that they didn&#8217;t understand what they were signing. They did.</li>



<li><strong>Small business scare tactics</strong> — Their current messaging claims I-194 will silence small business owners. <a href="https://mainstreet.mttei.org/">It will not</a>.</li>
</ul>



<p><strong>The Small Business Lie</strong></p>



<p>Let me be direct: The Montana Plan does not target small business owners. It levels the playing field between your neighbor&#8217;s hardware store and a multinational corporation with unlimited anonymous cash.</p>



<p>Under I-194, business owners retain the full right to write personal checks in support of local candidates and issues. Businesses may continue to educate the public and advocate for their industry on relevant issues, before and after any election. What changes is this: corporations will no longer be permitted to spend money to support or oppose candidates or ballot issues. That&#8217;s it. That is the measure. Simple. Clear.&nbsp;</p>



<p><strong>The Dark Money Distortion</strong></p>



<p>Here&#8217;s the one that genuinely surprises me: our opponents have called The Montana Plan itself &#8220;dark money.&#8221; I&#8217;ll let that sink in. While other initiatives are spending MILLIONS, and millions of anonymous dark money was just spent in our primary, they are calling 13K American and Montana small donors ‘dark’ for giving an average of $25 bucks. Shameful.</p>



<p>The Transparent Election Initiative <a href="https://transparentelection.org/about/philosophy">voluntarily discloses</a> its individual donors. Every contributor to the I-194 ballot issue committee is publicly reported. We challenge our opponents to match that level of transparency. They won’t.</p>



<p>And on the subject of billionaires – yes, our opponents warn that billionaires will start spending in Montana elections if I-194 passes. You and I both know the truth: billionaires already spend in Montana elections. They just do it anonymously. The Montana Plan I-194 would ensure that every dollar flowing into a Montana political campaign, whether it&#8217;s from your neighbor down the street or a hedge fund manager in New York City, is fully and publicly disclosed.&nbsp;</p>



<p>The billionaire from New York doesn&#8217;t want his or her name attached to the deeply negative, divisive ads we see every election cycle. That&#8217;s the whole point of dark money. I-194 ends that.</p>



<p>If the Montana Chamber is genuinely concerned about outside billionaire influence in our elections, I extend a public invitation right now: join us. Help pass The Montana Plan I-194 and let Montanans decide. Then we’ll pass the <a href="https://ballotpedia.org/Maine_Question_1,_Limit_Contributions_to_Super_PACs_Initiative_(2024)">Maine proposal</a> to limit superPAC spending. The fact that they won&#8217;t tell you everything about whose interests they are actually protecting.</p>



<p><strong>Thank You, Montana</strong></p>



<p>For a moment, I want to set the opposition aside and speak directly to you.</p>



<p>Thank you.</p>



<p>You proved in 2026 that an all-volunteer signature gathering effort is still possible. You proved that Montanans still have the grit, fierce independence, and the civic determination to build something from the ground up, without corporate dollars, without dark money, and without a political machine telling you what to do.</p>



<p>That is Montana. That has always been Montana.</p>



<p>Our state has a proud history of standing up to concentrated power — from the Copper Kings to today&#8217;s anonymous billionaires. I-194 is the next chapter in that story. It returns our elections to individual citizens — your voice, your name, your vote.</p>



<p>The Montana Plan is not complicated. Corporations cannot spend money to support or oppose candidates or ballot issues. Only individuals can. That&#8217;s the whole measure. If you believe elections should be decided by people and not by artificial persons and billionaires hiding their identities, then I-194 is your initiative.</p>



<p>Montana has always led. Let&#8217;s lead again.</p>



<p><em>Jeff Mangan is the Founder of the Transparent Election Initiative (TEI) and the lead proponent of I-194, The Montana Plan. Mangan served as Montana’s 12<sup>th</sup> Commissioner of Political Practices from 2017-2023.</em></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/theyre-scared-of-you-montana/">They&#8217;re Scared of You, Montana</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150271</post-id>	</item>
		<item>
		<title>Flathead Cherry Producers Say Harvests are ‘Hit or Miss’ this Summer</title>
		<link>https://flatheadbeacon.com/2026/07/06/flathead-cherry-producers-say-harvests-are-hit-or-miss-this-summer/</link>
		
		<dc:creator><![CDATA[Maggie Dresser]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 11:00:00 +0000</pubDate>
				<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<category><![CDATA[News & Features]]></category>
		<category><![CDATA[Sticky Article]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150276</guid>

					<description><![CDATA[<p>After an early spring cold snap froze a portion of Flathead cherry buds at the start of the fruit’s bloom, producers say this year’s crop is “hit or miss” on the east shore while a low supply from Washington will raise prices in northwest Montana. Brian Campbell, a field representative for Monson Fruit Company based [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/flathead-cherry-producers-say-harvests-are-hit-or-miss-this-summer/">Flathead Cherry Producers Say Harvests are ‘Hit or Miss’ this Summer</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">After an early spring cold snap froze a portion of Flathead cherry buds at the start of the fruit’s bloom, producers say this year’s crop is “hit or miss” on the east shore while a low supply from Washington will raise prices in northwest Montana.</p>



<p>Brian Campbell, a field representative for Monson Fruit Company based in Washington and a cherry farmer on Finley Point, said a late-April cold front hovering around 30 degrees Fahrenheit froze some crops that dipped below freezing, while other orchards stayed above that threshold and were not impacted.</p>



<p>Flower bud-opening rates in some orchards ranged from 25% to 50% when temperatures in those locations dropped to 26 degrees, which made them vulnerable to the elements and resulted in a partial crop loss for some producers.</p>



<p>“The variation of four degrees is super crucial,” Campbell said. “There’s a 90% cull at 26 degrees and a 10% cull at 28 degrees. It varied from orchard to orchard and tree varieties make a difference.”</p>


<div id="fbeacon-block_d9c908ab16b75080a4257081139c097c" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='2Z69m19KOaqjPDtpBCaGjW6Yp7m7/tuvEqR33aIjwwOV3IlZVztm7K4cADaHvmWDKWp8E/YjyLLosUJRECKC9La13NM3j+aAFzoCzOTl1HdpsnA=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>Lapin, Sweethearts and Rainiers make up most cherry varieties in the 86 orchards that are part of the Flathead Lake Cherry Growers cooperative, each of which has its own unique flavor and different climate tolerances.</p>



<p>The varieties typically tolerate Montana’s cold climate compared to other species in the Pacific Northwest that are meant for hotter temperatures. Some producers still have decades-old Lambert trees on their properties, which were historically cold-tolerant but weren’t as lucrative because the cherries lose their firmness after a few days on a shipping truck.</p>



<p>Campbell described Lapins as a dark, sweet “work horse,” representing a hardy cherry that’s less prone to splitting — another challenge producers are facing this year after recent prolonged rain.</p>



<p>An overabundance of moisture during certain cherry stages can infiltrate the skin’s permeable membrane, absorbing the water and causing the skin to expand and split.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="905" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108-1200x905.jpg" alt="" class="wp-image-150244" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108-1200x905.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108-600x453.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108-900x679.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108-1536x1159.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0108.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Brian Campbell holds a pair of split cherries in his orchard on Finley Point on June 30, 2026. Near-ripe cherries can sometimes split after becoming saturated from a heavy rain event. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p>Small splits don’t have a dramatic impact on the cherry crop, Campbell said, but the openings speed up the rotting process.</p>



<p>Despite the environmental factors that resulted in a mediocre crop this year, this summer’s harvest is dramatically better than two years ago when sharp temperature swings in January caused a near-total crop loss.</p>



<p>Above freezing temperatures followed by an Arctic front that dropped temperatures close to 60 degrees within a few days killed the cherry buds and even some trees.</p>



<p><a href="https://flatheadbeacon.com/2024/07/08/flathead-cherry-industry-sees-near-total-crop-loss/">After the 2024 loss</a>, Campbell said the cherry trees overcompensated the following year in a process called stress-induced flowering, over producing low-quality fruit.</p>



<p>“It’s nature’s way of compensating so they just spit out a ton of blooms — what we call a snowball bloom,” Campbell said. “Everything is just totally white, and we had really good pollination and just had a gazillion cherries.”</p>



<p>But that oversupply also followed Washington’s overproducing trends, leading to a drop in demand and a dip in pricing.</p>



<p>“The market was really bad last year because we had an overabundance of small cherries,” Campbell said.</p>



<p>But this year, a scant supply from Washington will trigger a high demand for Flathead cherries and a spike in prices.</p>



<p>While roughly two-thirds of Flathead Lake Cherry Growers cooperative harvests are sent to Washington for packaging and distribution, the remaining fruit will be on stands along the east shore starting in mid-July.</p>



<p>“I think the majority of stands will open July 15,” Campbell said.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="674" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016-1200x674.jpg" alt="" class="wp-image-150237" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016-1200x674.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016-600x337.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016-900x505.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016-1536x862.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260630_CHERRIES_0016.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Orchards on Finley Point on June 30, 2026. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p><em><a href="mailto:maggie@flatheadbeacon.com">maggie@flatheadbeacon.com</a></em></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/flathead-cherry-producers-say-harvests-are-hit-or-miss-this-summer/">Flathead Cherry Producers Say Harvests are ‘Hit or Miss’ this Summer</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150276</post-id>	</item>
		<item>
		<title>Floor Space: What You Can Buy for About $800,000</title>
		<link>https://flatheadbeacon.com/2026/07/06/floor-space-what-you-can-buy-for-about-800000-15/</link>
		
		<dc:creator><![CDATA[Kellyn Brown]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 10:14:00 +0000</pubDate>
				<category><![CDATA[Latest Headlines]]></category>
		<category><![CDATA[News & Features]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150259</guid>

					<description><![CDATA[<p>Bigfork Where: 163 Crestview Dr. &#160;&#160; Price: $799,900 What: Five-bedroom, five-bath home Square Feet: 2,684 This home has filtered views of Flathead Lake and an expansive floor plan, vaulted ceilings and floor-to-ceiling stone fireplace. It also features a chef’s kitchen with granite counters and stainless steel appliances. Outside is a massive deck overlooking a level [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/floor-space-what-you-can-buy-for-about-800000-15/">Floor Space: What You Can Buy for About $800,000</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<h2 class="wp-block-heading">Bigfork</h2>



<p><strong>Where:</strong> 163 Crestview Dr. &nbsp;&nbsp;</p>



<p><strong>Price:</strong> $799,900</p>



<p><strong>What: </strong>Five-bedroom, five-bath home</p>



<p><strong>Square Feet:</strong> 2,684</p>



<p>This home has filtered views of Flathead Lake and an expansive floor plan, vaulted ceilings and floor-to-ceiling stone fireplace. It also features a chef’s kitchen with granite counters and stainless steel appliances. Outside is a massive deck overlooking a level lawn and fully fenced backyard. <em>Performance Real Estate</em></p>



<p><em>MLS Number: 30067100</em></p>


<div id="fbeacon-block_c8143752d333bc21070aee1367d1d6bd" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='BchdwVIOP//DBksD9+Zu46gPF5/USfGANSrhg/ZoLL/BRQOlS/1n7g/wnvWOvlkoX3uxkqkcKzLtufDaYWtjXxNKAFNcRiF3QKwJPSZjmLM1nFs=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="800" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini-1200x800.jpeg" alt="" class="wp-image-150261" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini-1200x800.jpeg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini-600x400.jpeg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini-900x600.jpeg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini-1536x1024.jpeg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rimini.jpeg 2048w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Lakeside</h2>



<p><strong>Where:</strong> 203 Rimini Rd. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p><strong>Price:</strong> $799,000</p>



<p><strong>What:</strong> Four-bedroom, three-bath home</p>



<p><strong>Square Feet:</strong> 2,793</p>



<p>This home is perched on a private 1-acres homesite overlooking Flathead Lake and has sweeping lake views. It features a large primary suite and fully remodeled additional dwelling unit with a private entrance and parking. Outside is an expansive deck that offers a stunning setting for entertaining. <em>eXp Realty</em><em></em></p>



<p><em>MLS Number: 30070893</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="800" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids-1200x800.jpeg" alt="" class="wp-image-150262" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids-1200x800.jpeg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids-600x400.jpeg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids-900x600.jpeg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids-1536x1024.jpeg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/rapids.jpeg 2048w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Columbia Falls</h2>



<p><strong>Where:</strong> 1924 Rapids Ave. &nbsp;&nbsp;</p>



<p><strong>Price:</strong> $820,000</p>



<p><strong>What:</strong> Four-bedroom, three-bath home</p>



<p><strong>Square Feet:</strong> 2,002</p>



<p>This thoughtfully designed ranch home in River Terrace Estates has an open concept living area and sits 0.67 acres. It has contemporary finishes, vaulted ceiling and striking architectural windows with expansive views of the Columbia Mountain Range. Outside is a beautifully landscaped yard and nearby community walking trail. <em>Performance Real Estate</em></p>



<p><em>MLS Number: 30072082</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="799" src="https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota-1200x799.jpeg" alt="" class="wp-image-150263" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota-1200x799.jpeg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota-600x400.jpeg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota-900x599.jpeg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota-1536x1023.jpeg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/07/dakota.jpeg 2048w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /></figure>



<h2 class="wp-block-heading">Whitefish</h2>



<p><strong>Where:</strong> 435 Dakota Ave. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>



<p><strong>Price:</strong> $799,900</p>



<p><strong>What:</strong> One-bedroom, one-bath home</p>



<p><strong>Square Feet:</strong> 728</p>



<p>This home sits on a 3/4-acre lot just minutes from Whitefish City Beach. The property is zoned for single-family, duplex, or accessory dwelling unit. The property includes a small cabin of minimal value that has been winterized since 2024, along with a detached two-car garage. <em>RE/MAX Rocky Mountain Real Estate&nbsp;&nbsp;&nbsp;</em></p>



<p><em>MLS Number: 30067082</em></p>



<p><em>Romy Caro, an agent with PureWest Real Estate, has been a Realtor since 2004. Her experience includes sales in residential, land, waterfront, vacation and recreational properties. Whether you are ready now or just thinking about making some real estate decisions, contact Romy at romy@purewestmt.com.</em></p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/06/floor-space-what-you-can-buy-for-about-800000-15/">Floor Space: What You Can Buy for About $800,000</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150259</post-id>	</item>
		<item>
		<title>Home Away from Home Plate</title>
		<link>https://flatheadbeacon.com/2026/07/05/home-away-from-home-plate/</link>
		
		<dc:creator><![CDATA[Lauren Frick]]></dc:creator>
		<pubDate>Sun, 05 Jul 2026 11:02:00 +0000</pubDate>
				<category><![CDATA[Flathead Living Magazine]]></category>
		<category><![CDATA[Front Page]]></category>
		<category><![CDATA[Latest Headlines]]></category>
		<guid isPermaLink="false">https://flatheadbeacon.com/?p=150187</guid>

					<description><![CDATA[<p>The sun is setting past 9 p.m., snow tires are finding their way back into storage and paddleboarders are beginning to bravely venture out on the still icy cold rivers. While these are all strong indicators we’re headed toward another beautiful summer in the Flathead, it also means professional baseball in the valley is right [&#8230;]</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/05/home-away-from-home-plate/">Home Away from Home Plate</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-drop-cap">The sun is setting past 9 p.m., snow tires are finding their way back into storage and paddleboarders are beginning to bravely venture out on the still icy cold rivers.</p>



<p>While these are all strong indicators we’re headed toward another beautiful summer in the Flathead, it also means professional baseball in the valley is right around the corner — and for the Coopman family, it means counting down the days until they host yet another young Glacier Range Riders player.&nbsp;</p>



<p>On the eve of the player’s May arrival at the family’s Lakeside home, Meredith, the matriarch of the Coopman clan, fired off a text containing a very important question for their soon-to-be roommate, who is the eighth player the family has hosted for the ball club.&nbsp;</p>


<div id="ads-block_d2fac6eb93a2ab3cc58ba8bf7de6fccb" class="ads">

  <!-- Beacon_ROS_Slot1_Leaderboard -->
<div id="div-gpt-ad-1611960888326-0" class="my-5 flex items-center justify-center min-h-50px md:min-h-90px lg:min-h-250px">
  <script>
    googletag.cmd.push(function() {
      googletag.display('div-gpt-ad-1611960888326-0');
    });
  </script>
</div>
</div>


<p>“What kind of groceries do you want?”</p>



<p>Part of the Pioneer Baseball League, the Glacier Range Riders debuted in the Flathead Valley in the summer of 2022 and, in the five seasons since, the organization has worked to integrate itself — and baseball — into the community beyond its home at Glacier Bank Park on McDermott Lane in Kalispell.</p>



<p>The Range Riders&#8217; host family program has offered one way of doing so through a necessary, yet mutually beneficial, arrangement.&nbsp;</p>



<p>To align with Major League Baseball (MLB) standards, the Range Riders must provide players with suitable housing. To do this, the organization turns to families in the valley who graciously open up their homes to members of the team.</p>



<p>Athletes hailing from New York to California come to play for the Range Riders, meaning the organization relies on families with a spare room or two to offer a comfortable space and welcoming environment for its more than 30-man roster throughout the season.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="800" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014-1200x800.jpg" alt="" class="wp-image-150189" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014-1200x800.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014-600x400.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014-900x600.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014-1536x1024.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260515_BASEBALL_0014.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">The Coopman family, who plays host to Glacier Range Rider players, pictured at the team’s field in Kalispell on May 15, 2026. From left, Meredith, Eli, Easton and Cory. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p>While the main requirement is to offer a pleasant living experience for the players, many families “go above and beyond,” often hosting team meals and showing the out-of-towners all the natural beauty the Flathead has to offer in the summer.&nbsp;</p>



<p>“Over the past four years, it’s been awesome to see the relationships develop between host families and the players and staff members,” said Team Services Manager Josh Nichols, who manages the host family program. “I think the coolest part is seeing all the host families in the stands each night cheering on their player all summer long.”&nbsp;</p>



<p>Few host families embody going the extra mile (or in this case, base) more than Meredith and Cory Coopman, and their teenage sons Eli and Easton.</p>



<p>The Coopmans were introduced to the Range Riders even before the first bat was swung or first bratwurst was served in 2022, learning of the organization through a personal connection with assistant coach and baseball veteran Stu Pederson. Being the “big baseball family” that they are, the Coopmans decided they wanted to get involved beyond just repping the olive green and red club colors.&nbsp;</p>


<div id="fbeacon-block_ee7ba08a6f7cea05028568fa534861f6" class="fbeacon_newsletter">
    <!-- ############################ -->
    <!--       NEWSLETTER FORM        -->
    <!-- ############################ -->

    <div class="relative max-w-screen-sm mx-auto py-9 box-content text-center border-t border-b">

        <section class="beacon-footer-newsletter-wrapper">
            <div class="">
                <!--<h2 class="font-abril-titling font-semibold text-3xl+ leading-10">Stay Connected with the Daily Roundup.</h2>
                <p class="font-mr-eaves text-gray-500 my-6 leading-19px">Sign up for our newsletter and get the best of the Beacon delivered every day to your inbox.</p>
                <div class="beacon-footer-newsletter">
                    
                <div class='gf_browser_chrome gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_403' ><div id='gf_403' class='gform_anchor' tabindex='-1'></div><form method='post' enctype='multipart/form-data' target='gform_ajax_frame_403' id='gform_403'  action='/feed/#gf_403' data-formid='403' novalidate>
                        <div class='gform-body gform_body'><ul id='gform_fields_403' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id="field_403_2" class="gfield gfield--type-email field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible"  ><label class='gfield_label gform-field-label' for='input_403_2'>Email</label><div class='ginput_container ginput_container_email'>
                            <input name='input_2' id='input_403_2' type='email' value='' class='medium'   placeholder='Email'  aria-invalid="false"  />
                        </div></li></ul></div>
        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_403' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Join'  /> <input type='hidden' name='gform_ajax' value='form_id=403&amp;title=&amp;description=&amp;tabindex=0&amp;theme=legacy&amp;hash=e3d6188cbd5ba2c4af1f76a23c73656f' />
            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_403' value='iframe' />
            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_403' id='gform_theme_403' value='legacy' />
            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_403' id='gform_style_settings_403' value='' />
            <input type='hidden' class='gform_hidden' name='is_submit_403' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='403' />
            
            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='USD' value='zEHl6LJkIG5L1JZRDzfr9647jqqJdcjftCzAPROCe7AcTj4pvQ1gDWFgvsABM9TREimlZNyRjhhpbBJzKNmuECkYmqpcw7h7ZtWrjyJYR0QM0Uk=' />
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_403' value='WyJbXSIsImM3N2ViMzRhMzllYzE2MWYzOGMyNDRkNGM0MTI1MmJhIl0=' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_403' id='gform_target_page_number_403' value='0' />
            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_403' id='gform_source_page_number_403' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        </form>
                        </div>
		                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_403' id='gform_ajax_frame_403' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'></iframe>
		                <script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery('#gform_ajax_frame_403').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_403');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_403').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_403').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_403').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_403').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ jQuery(document).scrollTop(jQuery('#gform_wrapper_403').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_403').val();gformInitSpinner( 403, 'http://flatheadbeacon.com/wp-content/themes/vessel/assets/images/spinner-icon.svg', true );jQuery(document).trigger('gform_page_loaded', [403, current_page]);window['gf_submitting_403'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_403').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_403').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [403]);window['gf_submitting_403'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_403').text());}else{jQuery('#gform_403').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ formId: "403", currentPage: "current_page", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( "gform_wrapper_403" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( "span" );            visibilitySpan.id = "gform_visibility_test_403";            gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( "gform_visibility_test_403" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 403, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} ); 
/* ]]&gt; */
</script>
                </div>
-->
<div id="FLBnlsignupmain"></div>
            </div>
        </section>


    </div>
</div>
<style>
    .beacon-footer-newsletter-wrapper h2.font-abril-titling.font-semibold.text-3xl\+.leading-10 {
        font-size: 32px;
        font-weight: 600;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2.5rem;
    }

    .beacon-footer-newsletter-wrapper p.font-mr-eaves.text-gray-500.my-6.leading-19px {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 19px;
        font-family: mr-eaves-xl-modern, sans-serif;
        font-size: 16px;
    }
</style>


<p>“We knew one of the coaches, and just got introduced to the organization, and we were like, ‘Hey, why not try this out and see,’” Cory Coopman said.</p>



<p>Next thing the family knew, a fresh college grad with big league dreams was on his way to the valley — his summer mailing address set to be the Coopmans&#8217; home along Flathead Lake.&nbsp;</p>



<p>Even five years later, Meredith Coopman can still remember her family’s nerves ahead of the big homecoming, especially for her young sons, who were scared to even venture off the school bus that day, she said.</p>



<p>“We were really nervous going into it, and when we came home, we saw this little white Toyota Camry,” her oldest son, Eli, said. “It was a rental car, which actually a couple days later his dad drove down his big truck, but we&#8217;re just like, ‘oh, he drives a Camry.’&#8221;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="870" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825-1200x870.jpg" alt="" class="wp-image-150190" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825-1200x870.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825-600x435.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825-900x653.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825-1536x1114.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_0825.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Glacier Range Riders player Jake Covey visits with his host family, the Coopmans, after a home game at Glacier Bank Park in Kalispell on May 27, 2026. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p>“We were super nervous; I mean, we still are. Every year, we&#8217;re always super anxious to find out who we have. I usually, right away after we find out their name, I look them up on Instagram.”</p>



<p>The good news for the young Coopmans, however, was that they certainly weren’t the only ones with some nerves about their new living arrangement.</p>



<p>Roughly 1,600 miles away, Logan VanWey, who now plays for the Houston Astros, was preparing to head to Kalispell — the furthest he had ever lived away from home — after finishing his college career at Division II Missouri Southern State University.</p>



<p>“There&#8217;s a lot of emotions,” VanWey said. “I was just doing a tryout. I thought I was on the team. I didn’t know I was driving all the way up to do a tryout. So, I was driving up for that; you&#8217;re 26 hours away from friends and family. It&#8217;s a little bit of an uncomfortable environment, but I got in. I got my host parents and from day one, I couldn&#8217;t say enough good things about them.”&nbsp;</p>



<p>Roy Robles, who stayed with the Coopmans in 2023, has played baseball his whole life, staying with multiple host families over the course of his career. No matter how many times he’s done it, the first time meeting a host family is always filled with nerves, he said.&nbsp;</p>


<div id="ads-block_581d8de0739885686f274e553ee82a4b" class="ads">

  <!-- Beacon_ROS_Slot2 -->
<div id="div-gpt-ad-1611961274848-0" class="my-5 flex items-center justify-center min-h-50px md:min-h-90px lg:min-h-250px">
  <script>
    googletag.cmd.push(function() {
      googletag.display('div-gpt-ad-1611961274848-0');
    });
  </script>
</div>
</div>


<p>“You don&#8217;t know what to expect because it&#8217;s something new, so the very first day that I made it through spring training with the Glacier Range Riders, I was told that I was going to the Coopman house,” Robles said. “I met Cory and automatically, I could just tell that they were great people. He made me feel very comfortable.”</p>



<p>Robles said he’ll never forget his first time meeting all the Coopmans — a memory also earmarked as a favorite by the family.&nbsp;</p>



<p>“I met Cory in the driveway of their house,” Robles said. “He set me up in my bedroom and made me feel at home. They all came home. We went and saw Easton play some baseball and we went out to dinner.&nbsp;</p>



<p>“I felt like when I first met them, I’d known them my whole life. It&#8217;s been like that the whole time I stayed with them. I just feel like they brought me in as family.”</p>


<div class="wp-block-image">
<figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" width="1200" height="900" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2-1200x900.jpg" alt="" class="wp-image-150196" style="width:350px" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2-1200x900.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2-600x450.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2-900x675.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2-1536x1152.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_ROBLES_0003-copy-2.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Eli Coopman with Glacier Range Rider player Roy Robles on Flathead Lake in summer of 2023. Courtesy photo</figcaption></figure>
</div>


<p>Becoming part of the family is a common thread tying together both the Coopmans and players whom they’ve hosted, from Sunday dinners after afternoon game days to days spent out on Flathead Lake.</p>



<p>“We&#8217;ve got a family chat, and we have a chat with the player, and when they&#8217;re staying, we pretty much never text in the family chat because they&#8217;re part of the family,” Eli Coopman said.</p>



<p>For the Coopmans, being a host family is about much more than providing room and board.&nbsp;</p>



<p>“It&#8217;s not just a place for them to stay; they become part of the family,” Cory Coopman said. “We establish long-term relationships. We were invited to Roy&#8217;s wedding, and they all talk about coming back and visiting.”&nbsp;</p>



<p>“There’s been times where Meredith would stay up for them to get home to make sure they were okay,” he said.</p>



<p>“I&#8217;m like, you&#8217;re my kid now,” Meredith Coopman added with a laugh.</p>



<p>Bringing in players as family has also resulted in an ever-growing group of older brothers for Eli, Easton and their friends, as Range Riders players would often help at their baseball practices or come to watch games, the Coopmans said.&nbsp;</p>



<p>“It&#8217;s just exciting every year waiting to see who your player is, then once you finally meet him, just seeing how you bond throughout the year; I think that&#8217;s really unexpected,” Eli Coopman said. “I just kind of expected an older kid, kind of just cocky and neglects us a little bit because we&#8217;re younger high school kids. But honestly, they just treat us like we&#8217;re one of their friends, and I think the most unexpected thing is just the brotherhood you get from it.”</p>


<div class="wp-block-image">
<figure class="alignright size-large is-resized"><img loading="lazy" decoding="async" width="900" height="1200" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-900x1200.jpg" alt="" class="wp-image-150197" style="width:350px" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-900x1200.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-450x600.jpg 450w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-675x900.jpg 675w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-1152x1536.jpg 1152w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2-1536x2048.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_VANWEY_0003-copy-2.jpg 1600w" sizes="auto, (max-width: 900px) 100vw, 900px" /><figcaption class="wp-element-caption">Easton and Eli Coopman fish with Glacier Range Rider player Logan Vanwey in summer of 2022. Courtesy photo</figcaption></figure>
</div>


<p>With the players often hundreds, if not thousands, of miles away from family of their own, the feeling of a brotherhood is mutual.</p>



<p>“I have three younger sisters, so being able to live with the two boys was fun for me,” John “JT” Mabry, the Coopman’s most recent house guest, said. “They were like little brothers that I didn&#8217;t have and it was fun.”</p>



<p>From fishing on kayaks at the lake to late nights playing Fortnite or Rocket League, their little brothers for the summer often offered a fun outlet to balance the grind of a nearly 100-game season.</p>



<p>“[Easton’s] a freaking savage playing PlayStation,” Robles said laughing to himself. “I stayed in the basement, so they’d come down there and play and I&#8217;d pop over there and play with them. We still play to this day, which is cool.”</p>



<p>While the players may be another brother for the young Coopmans to have fun with over the summer, the experience of living with a professional baseball player also provides an invaluable opportunity of seeing what it takes to chase your dreams, Cory Coopman said.</p>



<p>“Our takeaway from having the guys staying with us is that the boys saw what it takes,” Cory Coopman said. “Life isn&#8217;t handed to you. You have to go and get what you want, and you have to go work for your dreams.</p>



<p>“The boys that have stayed with us, they&#8217;re all hardworking, dedicated kids that are focused and they&#8217;re putting in the work. So whether it&#8217;s baseball or whatever they do in life, it was good to see them as examples or role models.”</p>



<p>The Range Riders players have also been a resource and have offered a direct line of communication for Eli Coopman, who recently committed to play both collegiate baseball and football.</p>



<p>“After Logan got the call-up, I was struggling … with something about my pitching, and I just texted him, and I asked him for some advice,” Eli Coopman said. “I sent him videos, and he helped me with some stuff. It&#8217;s just cool you can literally have a professional baseball player in your house and you can just go ask.”</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1200" height="842" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035-1200x842.jpg" alt="" class="wp-image-150191" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035-1200x842.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035-600x421.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035-900x631.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035-1536x1077.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/20260527_RANGE_RIDERS_1035.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Glacier Bank Park, home to Glacier Range Riders baseball, pictured at dusk. Hunter D’Antuono | Flathead Beacon</figcaption></figure>



<p>And while the players have become a crucial presence in Eli’s athletic career, the Coopman family has also been able to return the favor, their former players said.&nbsp;</p>



<p>“Host families are huge,” Mabry said. “Not that it makes or breaks your summer, but it does have a huge impact on you when you have a good host family. It makes everything a lot easier, so I got really lucky with the Coopmans. They’re great people and they&#8217;ve been doing it for a long time, so they know how to make you feel at home.”</p>



<p>Having a good host family experience is especially helpful when navigating in the day-to-day grind of constantly “competing for a job,” with Robles saying it’s always nice to see a familiar face in the stands when family from back home can’t make it to a game.&nbsp;</p>


<div class="wp-block-image">
<figure class="alignleft size-large is-resized"><img loading="lazy" decoding="async" width="1200" height="900" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2-1200x900.jpg" alt="" class="wp-image-150194" style="width:350px" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2-1200x900.jpg 1200w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2-600x450.jpg 600w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2-900x675.jpg 900w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2-1536x1152.jpg 1536w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_KAFKA_0001-copy-2.jpg 1600w" sizes="auto, (max-width: 1200px) 100vw, 1200px" /><figcaption class="wp-element-caption">Easton and Eli Coopman with Glacier Range Rider player Cullen Kafka in summer of 2024. Courtesy photo</figcaption></figure>
</div>


<p>“[The Coopmans] are very busy,” Robles said. “They work their butts off for what they do for their job. They come home, they take their boys to their sporting events and then when they have time, they’d make it to my games … and they still had dinner sitting there waiting for me.”</p>



<p>“Anything that I needed, they made it so easy,” he added. “All I had to worry about was getting to the field on time and then … getting back safe. That was it.”</p>



<p>Being another support system for players in these vulnerable, intense times makes it that much more satisfying seeing them make it to the next level — something the Coopmans got to witness in their first year as a host family with Logan VanWey.&nbsp;</p>



<p>VanWey made nine appearances for the Range Riders in 2022 before signing as an undrafted free agent with the Houston Astros. VanWey’s season that summer finished in the Florida Complex League, followed by stints in Asheville, North Carolina; Corpus Christi, Texas; and then Sugar Land, Texas, where he played the entirety of 2024 with the Houston Astros Triple A affiliate Sugar Land Space Cowboys.</p>



<p>In April 2025, VanWey made his MLB debut against the Los Angeles Angels, facing seven batters across two innings, retiring six of them and giving up no hits and no runs on 24 pitches. He was just the second Pioneer Baseball League player to make an MLB appearance since the restructuring of the league to an MLB Partner League in 2020.</p>


<div class="wp-block-image">
<figure class="alignright size-large is-resized"><img loading="lazy" decoding="async" width="879" height="1200" src="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-879x1200.jpg" alt="" class="wp-image-150195" style="width:350px" srcset="https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-879x1200.jpg 879w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-440x600.jpg 440w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-659x900.jpg 659w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-1125x1536.jpg 1125w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2-1500x2048.jpg 1500w, https://flatheadbeacon.com/wp-content/uploads/2026/06/WR20260528_RANGE_RIDERS_MABRY_0001-copy-2.jpg 1600w" sizes="auto, (max-width: 879px) 100vw, 879px" /><figcaption class="wp-element-caption">The Coopman family at a family dinner with hosted Glacier Range Rider player JT Mabry in summer of 2025. Courtesy image</figcaption></figure>
</div>


<p>“The day he got moved to the big leagues, they showed him pitching on TV, and then they pan over to his parents and his girlfriend that are in the stands, and they&#8217;re all crying,” Cory Coopman said. “We&#8217;re even getting emotional, right? Because you&#8217;re bonded to this kid. And then our family knew his family, too, because they had come up and visited, and it was cool to see, like, they did it. He did it. The dream came true.”</p>



<p>Despite the short stint with the Coopmans, VanWey continues to keep in touch with the Coopmans, still talking with the family once or twice a month. During the summer when he made the move to the minor league in Florida, VanWey invited the Coopmans out to watch spring training games and tour the facilities.&nbsp;</p>



<p>“Just them getting to see the facility that I had told them about … it&#8217;s just a really cool place to get to spend a spring training, and them getting to see that I thought was awesome, especially them being a part of my journey,” VanWey said. “Starting off, I&#8217;m out of college and it&#8217;s all on you now. You gotta do what you gotta do to create your own path to the big leagues and they’re a big part of that.”</p>



<p>But whether the players make it to the MLB or their playing career comes to a close in a Range Riders uniform, each one has walked away with a lifelong connection to the Coopmans and the Flathead Valley.&nbsp;</p>



<p>“For me, it’s the after-the-fact stuff,” Meredith Coopman said. “After they&#8217;ve left, they keep in touch and wish us happy Mother&#8217;s Day and happy Father&#8217;s Day, and invite us to weddings, and check in.”&nbsp;</p>
<p>The post <a href="https://flatheadbeacon.com/2026/07/05/home-away-from-home-plate/">Home Away from Home Plate</a> appeared first on <a href="https://flatheadbeacon.com">Flathead Beacon</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">150187</post-id>	</item>
	</channel>
</rss>