Archive for the ‘Republicans’ Category

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

Republican Party – HISTORY

Contents

The Republican Party, often called the GOP (short for Grand Old Party) is one of two major political parties in the United States. Founded in 1854 as a coalition opposing the extension of slavery into Western territories, the Republican Party fought to protect the rights of African Americans after the Civil War. Todays GOP is generally socially conservative, and favors smaller government, less regulation, lower taxes and less federal intervention in the economy.

Though Americas Founding Fathers distrusted political parties, it wasnt long before divisions developed among them. Supporters of George Washington and Alexander Hamilton, who favored a strong central government and a national financial system, became known as Federalists.

By contrast, Secretary of State Thomas Jefferson favored a more limited government. His supporters called themselves Republicans, or Jeffersonian Republicans, but later became known as Democratic-Republicans.

The Federalist Party dissolved after the War of 1812, and by the 1830s the Democratic-Republicans had evolved into the Democratic Party (now the main rival to todays Republicans), which initially rallied around President Andrew Jackson.

Opponents of Jacksons policies formed their own party, the Whig Party, and by the 1840s Democrats and Whigs were the countrys two main political coalitions.

In the 1850s, the issue of slaveryand its extension into new territories and states joining the Unionripped apart these political coalitions. During this volatile period, new political parties briefly surfaced, including the Free Soil and the American (Know-Nothing) parties.

In 1854, opposition to the Kansas-Nebraska Act, which would permit slavery in new U.S. territories by popular referendum, drove an antislavery coalition of Whigs, Free-Soilers, Americans and disgruntled Democrats to found the new Republican Party, which held its first meeting in Ripon, Wisconsin that May. Two months later, a larger group met in Jackson, Michigan, to choose the partys first candidates for statewide office.

The Republican goal was not to abolish slavery in the South right away, but rather to prevent its westward expansion, which they feared would lead to the domination of slaveholding interests in national politics.

In the 1860 election, a split between Southern and Northern Democrats over slavery propelled the Republican candidate Abraham Lincoln to victory, though he won only around 40 percent of the popular vote.

Even before Lincoln could be inaugurated, seven Southern states seceded from the Union, beginning the process that would lead to the Civil War.

Over the course of the Civil War, Lincoln and other Republicans began to see the abolition of slavery as a strategic move to help them win the war. Lincoln issued the Emancipation Proclamation in 1863, and by wars end, the Republican majority in Congress would spearhead the passage of the 13th Amendment, which abolished slavery.

Frustrated by the inaction of Lincolns Democratic successor, Andrew Johnson, as well as the treatment of freed blacks in former Confederate states during the Reconstruction era, Radical Republicans in Congress passed legislation protecting the rights of blacks, including civil rights and voting rights (for black men).

These Republican Reconstruction policies would solidify white Southerners loyalty to the Democratic Party for many decades to come.

During Reconstruction, Republicans would become increasingly associated with big business and financial interests in the more industrialized North. The federal government had expanded during the war (including passage of the first income tax) and Northern financiers and industrialists had greatly benefited from its increased spending.

As white resistance to Reconstruction solidified, these interests, rather than those of blacks in the South, became the main Republican focus, and by the mid-1870s Democratic Southern state legislatures had wiped out most of Reconstructions changes.

Because of the Republican Partys association with business interests, by the early 20th century it was increasingly seen as the party of the upper-class elite.

With the rise of the Progressive movement, which sought to improve life for working-class Americans and encourage Protestant values such as temperance (which would lead to Prohibition in 1919), some Republicans championed progressive social, economic and labor reforms, including President Theodore Roosevelt, who split from the more conservative wing of the party after leaving office.

Republicans benefited from the prosperity of the 1920s, but after the stock market crash of 1929 ushered in the Great Depression, many Americans blamed them for the crisis and deplored their resistance to use direct government intervention to help people. This dissatisfaction allowed Democrat Franklin D. Roosevelt to easily defeat the Republican incumbent, Herbert Hoover, in 1932.

The relief programs included in FDRs New Deal earned overwhelming popular approval, launching an era of Democratic dominance that would last for most of the next 60 years. Between 1932 and 1980, Republicans won only four presidential elections and had a Congressional majority for only four years.

Though the centrist Republican Dwight D. Eisenhower, who was president from 1953 to 1961, actively supported equal rights for women and African Americans, a conservative resurgence led to Barry Goldwaters nomination as president in 1964, continued with Richard Nixons ill-fated presidency and reached its culmination with the election of Ronald Reagan in 1980.

The South saw a major political sea change starting after World War II, as many white Southerners began migrating to the GOP due to their opposition to big government, expanded labor unions and Democratic support for civil rights, as well as conservative Christians opposition to abortion and other culture war issues.

Meanwhile, many black voters, who had remained loyal to the Republican Party since the Civil War, began voting Democratic after the Depression and the New Deal.

After running on a platform based on reducing the size of the federal government, Reagan increased military spending, spearheaded huge tax cuts and championed the free market with policies that became known as Reaganomics.

In foreign policy, the United States also emerged the victor in its long-running Cold War with the Soviet Union. But as the economy began to show signs of weakness, the growing national debt helped foster popular dissatisfaction with Reagans successor, George H.W. Bush.

The GOP recaptured the White House in 2000, with the highly contested victory of Bushs son, George W. Bush, over Democratic contender Al Gore. Though initially popular, particularly after the 9/11 terrorist attacks, the Bush administration lost support thanks to growing opposition to the war in Iraq and the faltering economy during the Great Recession.

After Democrat Barack Obama became the first African American to be elected U.S. president in 2008, the rise of the populist Tea Party movement harnessed opposition to Obamas economic and social reform policies to help Republicans gain a large majority in Congress by 2014.

The 2016 election, in which Donald Trump defeated Hillary Clinton, left Republicans in control of the White House, Senate, House of Representatives and a majority of state governorships. Democrats gained control of the House in the 2018 midterm elections and in September 2019, a formal impeachment inquiry was launched against President Trump for allegedly attempting to involve Ukraine in the 2020 presidential election.

President Trump was impeached on December 18, 2019 on two articlesabuse of power and obstruction of Congress.On February 5, 2020, the Senate votedto acquit Trump on both charges. Trump was again impeached on January 13, 2021, for his role in the January 6, 2021 riot at the U.S. Capitol. Trump became the first president in U.S. history to be impeached twice. Trump lost his re-election bid in the 2020 election and left office on January 20, 2021.

Political Parties in Congress, The Oxford Guide to the United States Government.Republican Party, Ohio History Central.Andrew Prokop, How Republicans went from the party of Lincoln to the party of Trump, in 13 maps, Vox (November 10, 2016).

Go here to see the original:
Republican Party - HISTORY