Archive for February, 2021

Here Are the Republicans Who Voted to Proceed With Trump’s Trial – The New York Times

Six Republican senators on Tuesday joined 50 Democrats in voting to proceed with the impeachment trial of former President Donald J. Trump, forming a contingent far smaller than what would be needed to convict Mr. Trump of incitement of insurrection related to the riot at the Capitol on Jan. 6.

The six Republicans were Senators Bill Cassidy of Louisiana, Susan Collins of Maine, Lisa Murkowski of Alaska, Mitt Romney of Utah, Ben Sasse of Nebraska and Patrick J. Toomey of Pennsylvania.

The vote addressed the constitutional question of whether the Senate has the power to try Mr. Trump even though he has left office.

The result largely mirrored the tally last month, when the Senate voted to kill an attempt to dismiss the trial as unconstitutional. Five Republicans had joined all 50 Democrats in support of going ahead with the trial, though others later said they were still open to hearing the case and described their votes as a call for more debate on the constitutionality of the trial.

But in the end, the lone senator to switch sides was Mr. Cassidy. Speaking to reporters after the vote on Tuesday, he praised the House impeachment managers for their presentation and panned the performance of Mr. Trumps legal team.

They did everything they could but to talk about the question at hand, he said. And when they talked about it, they kind of glided over it, almost as if they were embarrassed of their arguments.

He continued, Now if Im an impartial juror, and one side is doing a great job and the other side is doing a terrible job on the issue at hand, as an impartial juror, Im going to vote for the side that did the good job.

Like the vote in January, the one on Tuesday signaled that Mr. Trump was all but certain to be acquitted. Seventeen Republicans would need to join all 50 Democrats to reach the two-thirds threshold for convicting the former president.

Continued here:
Here Are the Republicans Who Voted to Proceed With Trump's Trial - The New York Times

Republicans propose tax cuts to businesses that received PPP loans – WDJT

'); if(!WVM.IS_STREAMING){ $videoEl.append('' + '' + ''); } setTimeout(function(){ $('.mute-overlay').on('touchstart click', function(e){ if(e.handled === false) return; e.stopPropagation(); e.preventDefault(); e.handled = true; player.muted(false); //console.log("volumee " + WVM.activePlayer.volume()); $(this).hide(); $(this).css('display', 'none'); var currentTime = player.currentTime(); if(currentTime 0){ if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); //console.log("container height: " + WVM.CONTAINER_HEIGHT); $(window).on( "resize", function() { if(deviceName == 'desktop'){ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top; }else{ WVM.VIDEO_TOP = $('#media-container-' + videoId).offset().top - $('.next-dropdown-accordion').height(); } if(deviceName == 'desktop'){ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); }else{ WVM.VIDEO_HEIGHT = $('#html5-video-' + videoId).outerHeight(); } WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); console.log("container height: " + WVM.CONTAINER_HEIGHT); }); //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); $(window).on( "scroll", function() { if(!WVM.IS_FLOATING){ if(deviceName == 'desktop'){ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId).height(); }else{ WVM.CONTAINER_HEIGHT = $('#media-container-' + videoId + " .hlsvideo-wrapper").height() + $('#media-container-' + videoId + " .now-playing-container").height(); } } //var top = $('#media-container-' + videoId).offset().top; var offset = WVM.VIDEO_TOP + (WVM.VIDEO_HEIGHT / 2); var offsetBack = WVM.VIDEO_TOP; var changed = false; //console.log("VIDEOTOP: " + WVM.VIDEO_TOP); //console.log("VIDEOHEIGHT: " + WVM.VIDEO_HEIGHT); //console.log("scrolltop " + $(window).scrollTop()); //only float if playing var isPlaying = WVM['player_state' + videoId]['IS_PLAYING'] || WVM['player_state' + videoId]['AD_IS_PLAYING']; if(isPlaying){ $('.vjs-loading-spinner').hide(); } var offsetFloatAd = 99999999; if(deviceName == 'desktop' && $('#float_anchor').length > 0){ offsetFloatAd = $('#float_anchor').offset().top - WVM.VIDEO_HEIGHT; //console.log("float anchor offset top " + offsetFloatAd); } if($(window).scrollTop() > offset && isPlaying && !WVM['player_state' + videoId]['CANCEL_FLOATING']){ $('#media-placeholder-' + videoId).height(WVM.CONTAINER_HEIGHT); $('#media-placeholder-' + videoId).css('display', 'block'); if(!WVM.IS_FLOATING){ changed = true; } WVM.IS_FLOATING = true; $('#media-container-' + videoId).addClass('floating-video'); var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(sWidth > 900 && WADS.IS_STICKING){ $('#media-container-' + videoId).addClass('desktop-ad-is-sticky'); } else if(WADS.IS_STICKING){ if(!TOP_AD_VIEWED){ $('#media-container-' + videoId).addClass('mobile-ad-is-sticky'); }else{ $('#media-container-' + videoId).addClass('mobile-ad-is-sticky-noad'); } } else if(!WADS.IS_STICKING){ if(!TOP_AD_VIEWED){ $('#media-container-' + videoId).removeClass('desktop-ad-is-sticky'); }else{ $('#media-container-' + videoId).addClass('desktop-ad-is-sticky-noad'); } } //set right var sWidth = window.innerWidth || document.documentElement.clientWidth; var sHeight = window.innerHeight || document.documentElement.clientHeight; if(deviceName == 'desktop' || sWidth > 900){ var leftPos2 = $('aside').get(0).getBoundingClientRect().left; var leftPos = $('aside').offset().left ; $('#media-container-' + videoId).css('left', leftPos + "px"); var newWidth = Math.floor(sWidth / 3.5); $('#media-container-' + videoId).css('width', newWidth + "px"); } else{ $('#media-container-' + videoId).css('width', "100% !important"); $('#media-container-' + videoId + ' .now-playing-container').css('display', 'block'); $('#media-container-' + videoId + ' .next-dropdown-accordion').css('display', 'block'); } //floating-video $('#media-container-' + videoId + " " + '.page-carousel-wrapper').hide(); setTimeout(function(){ var hWrapper = $('.floating-video .hlsvideo-wrapper').height(); var npWidth = $('.floating-video .now-playing-container').height(); var ndWidth = $('.floating-video .next-dropdown-header').height() + 20; var scrollerHeight = sHeight - (hWrapper + npWidth + ndWidth); scrollerHeight = 180; //scrollerHeight = parseInt(scrollerHeight * 0.5); if(WVM.device_name == 'desktop'){ $('#media-container-' + videoId + " " + " .mobile-list-videos").height(scrollerHeight); } }, 100); }else if($(window).scrollTop() 0){ var container = document.querySelector('#page-carousel-' + fullVideoId); imagesLoaded( container, function() { var screenWidth = window.innerWidth || document.documentElement.clientWidth; if(screenWidth > 850){ WVM.IS_DESKTOP = true; $('#page-carousel-' + fullVideoId + ' .page-carousel-lg-slides').css('display', 'block'); WVM['player_settings' + fullVideoId].slider = $('#page-carousel-' + fullVideoId).bxSlider({ maxSlides: 4, minSlides: 4, slideWidth: 305, infiniteLoop: false, hideControlOnEnd: true, useCSS: true, pager: false, slideMargin: 15, moveSlides: 1, nextText: '', prevText: '' }); }else{ WVM.IS_DESKTOP = false; $('.page-carousel-wrapper').css('display', 'block'); } }); } }; WVM.setupToggleButton = function(fullVideoId, player){ if($('.nextplay-switch-' + fullVideoId).length > 0){ new DG.OnOffSwitchAuto({ cls:'.nextplay-switch-' + fullVideoId, height: 24, trackColorOn:'#F9F9F9', trackColorOff:'#222', textColorOn: '#222', textColorOff: '#222', textOn:'On', textOff:'Off', listener:function(name, checked){ var theVal = 1; if(!checked){ theVal = 0; } $.ajax({ url: '/ajax/update_autoplay_video/', data: { autoplay_on: theVal }, type: 'POST', dataType: 'json', success: function(data) { WVM['player_settings' + fullVideoId]['autoplay'] = checked; }, error : function(){ console.log("Error loading video"); } }); } }); } }; WVM.setupAccordionButton = function(fullVideoId){ var deviceName = 'desktop'; $('#next-dropdown-accordion-button-' + fullVideoId).on('click', function(){ if($(this).find('i').hasClass('fa-chevron-up')){ //hide $(this).find('i').removeClass('fa-chevron-up'); $(this).find('i').addClass('fa-chevron-down'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideUp(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); } var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); //playerId, mediaId, fieldName var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //alert("Getting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }else{ //expand $(this).find('i').addClass('fa-chevron-up'); $(this).find('i').removeClass('fa-chevron-down'); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').css('display', 'block'); if(deviceName == "desktop" && !$('#media-container-' + fullVideoId).hasClass('floating-video')){ $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').css('display', 'block'); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').hide(); if(!WVM.player_state148827['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } }else{ $('#media-container-' + fullVideoId + " " + '.mobile-list-wrapper').slideDown(); $('#media-container-' + fullVideoId + " " + '.page-carousel-wrapper').hide(); if(!$('#media-container-' + fullVideoId).hasClass('floating-video')){ if(!WVM.player_state148827['CAROUSEL_INIT']){ WVM.setupCarousel(fullVideoId); } } } $('#video-slider-nexttitle' + fullVideoId).css('display', 'none'); } }); var currVideoId = WVM['player_state' + fullVideoId]['VIDEO_ID']; //console.log("current Video " + currVideoId); var nextVideoId = WVM.getNextPlaylistIndex(currVideoId); var myTitle = WVM.getPlaylistData(fullVideoId, nextVideoId, 'noprefixtitle'); //console.log("setting title " + myTitle); $('#video-slider-nexttitle' + fullVideoId).css('display', 'inline'); $('#video-slider-nexttitle' + fullVideoId).html(myTitle); }; WVM.sendbeacon = function(action, nonInteraction, value, eventLabel) { var eventCategory = 'Video'; if (window.ga) { //console.log("sending action: " + action + " val: " + value + " label " + eventLabel); ga('send', 'event', { 'eventCategory': eventCategory, 'eventAction': action, 'eventLabel': eventLabel, 'eventValue': value, 'nonInteraction': nonInteraction }); } }; WVM.getNextPlaylistIndex = function(mediaId, returnArrayIndex){ var currId = null; if(mediaId == null){ return null; } for(var x =0; x 20){ if(fullDuration > 1 && ((fullDuration - fullCurrent) > 1) && !$('.vjs-loading-spinner').hasClass('badspinner')){ console.log("hiding spinner"); $('.vjs-loading-spinner').addClass('badspinner'); } } var duration_time = Math.floor(this.duration()); //this is a hack because the end video event is not firing... var current_time = Math.floor(this.currentTime()); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 10) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ if('desktop' == "iphone" && playerState.AD_ERROR){ console.log("skipped timeupdate end"); }else{ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } } if(!playerState.START_SENT){ WVM.sendbeacon('start', true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); playerState.START_SENT = true; } var currentTime, duration, percent, percentPlayed, _i; currentTime = Math.round(this.currentTime()); duration = Math.round(this.duration()); percentPlayed = Math.round(currentTime / duration * 100); for (percent = _i = 0; _i = percent && __indexOf.call(playerState['PERCENTS_TRACKED'], percent) 0) { playerState['PERCENTS_TRACKED'].push(percent); } } } }); //player.off('ended'); player.on('ended', function(){ console.log("ended"); playerState.IS_PLAYING = false; WVM.sendbeacon("complete", true, playerState.VIDEO_ID, playerState.VIDEO_TITLE); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); }else{ console.log("Playlist complete (no more videos)"); } }); //player.off('adserror'); player.on('adserror', function(e){ //$('#ima-ad-container').remove(); WVM.lastAdRequest = new Date().getTime() / 1000; console.log(e); console.log("ads error"); var errMessage = e['data']['AdError']['l']; playerState.AD_IS_PLAYING = false; playerState.IS_PLAYING = false; // && errMessage == 'The VAST response document is empty.' if(!playerState.AD_ERROR){ var dTime = new Date().getTime(); WVM.firstPrerollTagUrl = WVM.getFirstPrerollUrl(); console.log("calling backup ad tag url: " + WVM.firstPrerollTagUrl); WVM.activePlayer.ima.changeAdTag(WVM.firstPrerollTagUrl + "?" + dTime); WVM.activePlayer.ima.requestAds(); //WVM.activePlayer.src({ // src: masterSrc, // type: 'video/mp4' //}); //WVM.firstPrerollTagUrl = ""; } playerState.AD_ERROR = true; }); //player.off('error'); player.on('error', function(event) { if (player.error().code === 4) { player.error(null); // clear out the old error player.options().sources.shift(); // drop the highest precedence source console.log("now doing src"); console.log(player.options().sources[0]); player.src(player.options().sources[0]); // retry return; } }); //player.off('volumechange'); player.on('volumechange', function(event) { console.log(event); var theHeight = $('#media-container-' + playerState.ORIGINAL_ID + ' .vjs-volume-level').css('height'); var cssVolume = 0; if(theHeight){ cssVolume = parseInt(theHeight.replace('%', '')); } var theVolume = player.volume(); if(theVolume > 0.0 || cssVolume > 0){ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'none'); }else{ $('#media-container-' + playerState.ORIGINAL_ID + ' .mute-overlay').css('display', 'block'); } }); WVM.reinitRawEvents(playerState.ORIGINAL_ID); setInterval(function(){ WVM.reinitRawEvents(playerState.ORIGINAL_ID); }, 2000); } if(!WVM.rawCompleteEvent){ WVM.rawCompleteEvent = function(e){ var playerState = WVM['player_state148827']; console.log("firing raw event due to all other events failing"); var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); //if(playerSettings.autoplay_next && newMediaId){ if(newMediaId){ WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } }; } if(!WVM.rawTimeupdateEvent){ WVM.rawTimeupdateEvent = function(e){ var playerState = WVM['player_state148827']; var rawVideoElem = document.getElementById('html5-video-' + playerState['ORIGINAL_ID'] + '_html5_api'); var fullCurrent = rawVideoElem.currentTime * 1000; var fullDuration = rawVideoElem.duration * 1000; var current_time = Math.floor(rawVideoElem.currentTime); console.log("raw timeupdate: " + fullCurrent + " out of " + fullDuration); if ( current_time > 0 && ( fullCurrent >= (fullDuration - 50) )){ var currId = playerState.VIDEO_ID; var newMediaId = WVM.getNextPlaylistIndex(currId); if(newMediaId){ console.log("loading new video from rawtimeupdate"); WVM.load_video(newMediaId, true, playerState.ORIGINAL_ID); } } if(!$('.vjs-loading-spinner').hasClass('badspinner')){ $('.vjs-loading-spinner').addClass('badspinner') } }; } WVM.reinitRawEvents = function(playerId){ var playerState = WVM['player_state' + playerId]; var rawVideoElem = document.getElementById('html5-video-' + WVM['player_state' + playerId]['ORIGINAL_ID'] + '_html5_api'); //COMPLETE EENT if( WVM['player_state' + playerId].COMPLETE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawCompleteEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawCompleteEvent, false); //TIME UPDATE EVENT if( WVM['player_state' + playerId].TIMEUPDATE_EVENT){ rawVideoElem.removeEventListener('ended', WVM.rawTimeupdateEvent, false); } rawVideoElem.addEventListener('ended', WVM.rawTimeupdateEvent, false); WVM['player_state' + playerId].COMPLETE_EVENT = true; WVM['player_state' + playerId].TIMEUPDATE_EVENT = true; };

MADISON, Wis. (CBS 58) -- Help could be on the way for businesses who are facing unexpected costs after receiving PPP loans geared towards keeping businesses afloat during the pandemic.

The Legislatures budget committee approved a plan to give $540 million in tax cuts over the next three years to PPP recipients. It now heads to the Assembly for a vote on Tuesday.

Businesses incurred costs after realizing they are required to pay thousands in state taxes for their PPP loans issued by the federal government. Many business owners believed the loan would be treated as a grant, but under Wisconsin law, its not tax-deductible, but is at the federal level.

It was definitely a surprise, said Mike Doble, owner of Explorium Brewpub.

PPP loans were a lifeline to Doble and several others across the state which helped the restaurants and bar industry pay rent and keep staff on the payroll. Doble was not aware after spending his PPP loan that it would eventually cost him about $20,000 in state income taxes.

I didnt save any of that (PPP) money, he said. I used it for what it was intended to be, which was to get people back to work.

If lawmakers dont approve the proposal by April 15, businesses will be left to foot the cost.

Dont tax us on money that was intended to bail us out of a very bad situation, said Doble.

The IRS originally told businesses their loans would be forgiven, but later realized that wasn't how the law was written under the federal COVID-19 relief act. Members of Congress passed a proposal in the second relief package to fix the error, but some states -- like Wisconsin -- have to come up with a solution on their own.

Roughly speaking, for every $100,000 in PPP loans that have been taken out, our members could see anywhere from $6,000-8,000 of increases on their taxes, said Cory Fish, Wisconsin Manufacturers & Commerce general counsel and director of tax, transportation & legal affairs.

The proposal to give tax cuts to PPE recipients does have bipartisan support. Some Democrats oppose the measure because they believe tax relief should be broader and offered to other businesses hardest hit by the pandemic.

View original post here:
Republicans propose tax cuts to businesses that received PPP loans - WDJT

Where is the Republican Party headed? – KGW.com

Is the Republican Party on the verge of a split? Pacific Northwest Republican politicians weigh in on their party and its future.

PORTLAND, Ore The future of the Republican party, both here in the Pacific Northwest and across the country, is wrestling with an identity crisis.

Last month, the official arm of the Oregon GOP passed a resolution condemning the Republicans in Congress who voted to impeach Pres. Donald Trump.

In the resolution, they claimed the attack on the US Capitol was a "false-flag operation designed to discredit President Trump and his supporters." This is a blatant lie.

That led Knute Buehler, a prominent Republican in Oregon and former candidate for governor, to announce he is leaving the party.

Buehler said he "doesn't know what the Republican party stands for anymore."

Given that response, KGW asked Buehler about his thoughts on the future of the party.

"I absolutely think you could see a split not only Republican party but also the Democratic party," he said. "You know, there's this same fault line in the Democratic party between more extreme elements and more moderate [elements]. This is a very dynamic time in our political system, and it should be, you know, there's serious changes going through our society. And that's a time when political parties rise and fall. And I think we're in the midst of one of those right now."

KGW also spoke with Republican congresswoman Jaime Herrera Beutler from Southwest Washington.

She was one of the members of Congress condemned by the Oregon GOP for voting to impeach Pres. Trump, and just last week, she called the conspiracy theories spread by Georgia Congresswoman Marjorie Taylor Greene "insane" but did not vote to strip her of her committee assignments.

"We're not the party of white supremacy. We're not the party of QAnon. We're not the party of Proud Boys. I don't want their votes," she said.

When asked if she believes we could see a split in the GOP she said this:

"Time will tell. I think it would be destructive for us to split off, but I can't control what other people are going to do. I can tell you I'm not going anywhere. My goal is to like re-establish who we are, based on the principles we've always espoused," she said. "I do think we're in an inflection point. I do think we're in a place we haven't been at least certainly in a generation. I just have this, it's almost an unwavering faith in the American people though. And in the vast majority of Republican voters, I because in there, whether or not there are some that are frustrated, they're going to do the right thing for the right reasons."

Portland State University Political Science Instructor Jack Miller says there hasn't been a major party breakup since the 1850s.

"But also historically, we have a pretty high level of political polarization and divisiveness in the 2020s. So, the parallel is decent," he said. "It has been 170 years since we've seen this happen. And so, it's not even that it's not living memory. It's really three-quarters of American history with a pretty stable two-party system. Part of the reason why that's the case is that party leaders of both parties have always faced these crises with the same kind of fear that they face a fracturing party at any moment, which is the knowledge that it will be electoral doom for there to be a Republican party that splits into two parties. Those two parties will lose almost every seat that they currently have because in our winner take all election system, you have to have the most votes.

See original here:
Where is the Republican Party headed? - KGW.com

Opinion: The Dems’ Arrogance Just Might Keep a Republican in the Governor’s Mansion Maryland Matters – Josh Kurtz

If theres one thing that Maryland Democrats never lack, its confidence.

To a certain extent, they should be confident. Maryland Democrats continue to hold a massive registration advantage over Republicans, one that has been exacerbated by an exodus from the GOP in the wake of the Jan. 6 attempted coup detat at the U.S. Capitol. They also will continue to benefit electorally as long as Republicans, both at home and nationally, continue to embrace Donald Trump as a de facto party leader while refusing to do anything about the elements of the party that remain disconnected from reality.

But Democratic confidence in Maryland continues to border on arrogance.

As longtime Maryland political watchers and students of history are well aware, Maryland has historically had a middle temperament, not drifting too far to either extreme. This means that Maryland is usually immune from radical swings to the right or, as in the case of modern Maryland Democrats, the far left. Marylands Democrats have insulated themselves in a certain kind of bubble that makes them think the electorate is as far to the left as they are. They can do this, to an extent, due to the nature of Marylands political geography.

Marylands political geography sees the predominant number of Democrats in just three jurisdictions Baltimore City and Montgomery and Prince Georges counties. This is augmented by Democratic majorities in Baltimore, Charles and Howard counties. But these Democrats are overrepresented in Annapolis due to ridiculously partisan gerrymandering that maximizes the number of uncompetitive districts that send solely Democrats to the General Assembly. This means that instead of doing their best to represent all of their constituents, these delegates and senators are realistically only representing the radicalized Democratic base since their votes are the only ones they need in order to keep being re-elected.

Its that non-competitiveness that generates some of the more out-there socialist-leaning policies that so many Democrats want to champion in the General Assembly. Policies that will continue to move base Democrats further and further to the left.

In that regard, change is about to come in Annapolis.

Gov. Larry Hogans redistricting commission will submit new legislative districts that are not based on any partisan political leanings or the residences of any politician, present or future. With a limited ability for the General Assembly to pass an alternative plan, this will force comfortable far-left leaning Democrats to run in more competitive districts with legislative records that may not necessarily be comparable with the Democratic lean of their districts. Combine that with the likely institution of single-member districts and the political realities of the Democratic drift toward socialism become untenable.

The Democrats continued drift toward socialism becomes all the more puzzling when you look at recent statewide electoral results.

Ben Jealous ran for governor on a socialist platform in 2018 and, in combination with the worst statewide campaign in the history of Maryland, squandered every advantage a Democratic candidate could ever possibly ask for. Jealous, who for some reason is pondering a second run for governor next year, likes to claim that he got the second highest number of votes in state history.

But he lost to the candidate with the most votes in state history by a comfortable margin, no doubt thanks to Gov. Hogans middle political temperament and Jealous radicalism.

Its no coincidence that so many Republicans, myself included, were practically begging Democratic voters to nominate Jealous. Feel free to do it again.

Ive been doing power rankings for the 2022 gubernatorial election over at The Duckpin for a few months now. The Democrats look like they are going to fall into the same trap they fell into in 2018 a large field in which the candidates try to run to the left in order to win the primary only to be outflanked by the Republican nominee with a middle temperament, only this time the likely Republican nominee will be Lt. Gov. Boyd Rutherford.

At the end of the day, Democratic arrogance is no skin off my back. Marylands interests will be better served with Boyd Rutherford continuing the successful legacy of Larry Hogan than with any of the Democratic candidates.

But I am intrigued, as a political observer, to see if the arrogance of Maryland Democrats continues and whether or not they learned anything from their 2018 defeats.

BRIAN GRIFFITHS

The writer is a columnist for the Capital Gazette in Annapolis, publisher of The Duckpin and host of The Duckpin Podcast. He can be reached at [emailprotected].

See the original post:
Opinion: The Dems' Arrogance Just Might Keep a Republican in the Governor's Mansion Maryland Matters - Josh Kurtz

Gas hits highest price in 12 months as progressives, celebrities pressure Biden to cancel more pipelines – Fox Business

The oil and gas industry is seeing big fallout following President Biden's executive order canceling the Keystone XL pipeline. FOX Business' Grady Trimble with more.

The average price of gasin the United States hashit a 12-month high, according to new data Thursday fromGas Buddy.

The average retail gas price in the United States is now $2.50per gallon after soaring from an average price of $1.74 per gallon in April 2020. In February of last year, Gas Buddy's chart shows gas prices were about $2.42 per gallon and proceeded to rise slightly before plummeting as the coronavirus pandemic spread across the country.

12 Month Average U.S. Gas Retail Price (Chart courtesy of Gas Buddy)

Gas Buddy senior petroleum analyst Patrick De Haan told FOX Business that a significant contribution to the increase is related to the recovery from COVID-19 as well asrising oil demand globally against the Organization of Petroleum Exporting Countries' (OPEC)decision to cut production.

"Unfortunately prices are likely to continue rising in the weeks and months ahead so long as we continue to see improvement in the pandemic," De Haan added, "They could rise another 15 to 35 cents a gallon by summer, [it's]all really contingent on what happens in the months ahead with COVID."

OIL PRICES NEAR THEIR HIGHEST LEVELS SINCE AROUND BEGINNING OF PANDEMIC

The new datacomes as President Biden is facing pressure from progressive Rep. Ilhan Omar, D-Minn.,to cancel the Enbridge Line 3 pipeline project as well as a letter signed by dozens of celebrities to shut down the Dakota Access Pipeline for good.

Omaralleged in a letter to Biden that the Line 3 project, which began constructionin December to replace the deteriorating pipeline that was built in the 1960s,had disproportionate impacts on indigenous communities and that the Canadian firm behind its construction, Enbridge, had an abysmal safety and spill history in the U.S.

She went on to explain thatthe greater issue at stake isclimate change, arguing that we cannot afford to build more fossil fuel infrastructure.

That is especially true for projects like Line 3, which are designed for the dirtiest and most carbon-intensive fossil fuel there is, tar sands crude oil, Omar said. Climate change is not just a risk, but a risk multiplier all of the other known impacts of Line 3 will be greatly exacerbated by climate change.

FORMER KEYSTONE PIPELINE WORKER SLAMS AOC: PEOPLE LIKE HER 'LAUGH AT OUR MISFORTUNE'

Enbridge defended the project in a statement to FOX Business, highlighting the multiple reviews and approvals they have received by regulatory and permitting bodies before construction.

"Enbridge has demonstrated ongoing respect for tribal sovereignty. As the result of negotiations with tribal leadership Line 3 was routed outside of the Leech Lake Band of Ojibwe Reservation and through the Reservation of the Fond du Lac Band of Lake Superior Chippewa," the company said. "Both Leech Lake and Fond du Lac have spoken and written repeatedly in support of project permits."

Omars letter to the president came a day after the Minnesota Court of Appeals denied a request by two American Indian tribes to shut down the construction of the project.

Opponents, led by the Red Lake Band of Chippewa and White Earth Band of Ojibwe, said in their petition that construction would destroy land that is protected by treaty agreements and would violate cultural and religious rights.

Enbridge said the petition had no merit and did not "recognize the exhaustive and meticulous review" of the project.

GET FOX BUSINESS ON THE GO BY CLICKING HERE

In addition, more than 200 celebrities, climate activists, indigenous leaders and more have signed a lettercalling on the Biden administration to continue its commitment toaddressing the climate crisis by ending the long-disputed Dakota Access Pipeline.

Names on the letter includeAlyssa Milano, Leonardo DiCaprio, Scarlett Johansson, Ryan Reynolds, Robert Downey Jr., Chris Evans, Jason Momoa, Chris Hemsworth, Mark Ruffalo, Marisa Tomei, Joaquin Phoenix, Jane Fonda, Don Cheadle, Ed Helms, Cher, Chelsea Handler, Ava DuVernay and Amy Schumer.

The letter highlights the impact the pipeline would have on indigenous people in the area and the fight to preserve their culture.In July of 2020, a judgeordered the pipeline shut downwhile an environmental impact study is conducted by the U.S. Army Corps of Engineers.

"We urge you to remedy this historic injustice and direct the U.S. Army Corps of Engineers to immediately shut down the illegal Dakota Access Pipeline while the Environmental Impact Statement process is conducted, consistent with the D.C. District Courts decision and order. Additionally, the U.S. Army Corps must ensure a robust environmental review with significant tribal consultation, tribal consent, and a thorough risk analysis," the letter concludes. "With your leadership, we have a momentous opportunity to protect our water and respect our environmental laws and the rights of Indigenous people. This is our moment."

CLICK HERE TO READ MORE ON FOX BUSINESS

The calls come after Biden previously signed an executive orderon his first day in office halting the construction of the Keystone XL Pipelinethat would transport upto830,000 barrels of crude oil daily fromAlberta, Canada, to Nebraska.

The project -- initially proposed more than a decade ago --would have sustained about11,000 U.S. jobs in 2021including 8,000unionjobsand generated $1.6 billion in gross wages, according to the Keystone XLwebsite.

Montana Attorney General Austin Knudsen told FOX Business' Varney and Company that he believes Biden "didnt look into the legalities or the effects on the ground before halting the project, and is leading the effort to overturn Bidens executive order with a dozen other state attorneys general.

I don't think we'd have gotten 13 other state attorneys general to sign on to this if we didn't think we actually had a good legal case to bring here, he told hostStuart Varney.

We certainly are reviewing all of our constitutional avenues that we think we can get ourselves into district court on the federal side, he added. And I think we're going to be successful there.

Knudsen added thatits important to let thepresidentknow the decision is not okay.

We're not going to take this idly and [we're] going to keep fighting to keep this project alive, he said. It's too vital to a state like Montana.

Berg Pipe announced 106workers will also face layoffs, furloughs or a reduction of hours beginning in April. A number of temporary workers have already been let go. Revoking thepermit has already resulted in 1,000 layoffs at the Alberta, Canada-based TEC Energy.

Fox Business' Bradford Betz, Tyler McCarthy, Jonathan Garber and the Associated Press contributed to this report

Originally posted here:
Gas hits highest price in 12 months as progressives, celebrities pressure Biden to cancel more pipelines - Fox Business