CINXE.COM
Search - Minnesota Legislature
<!DOCTYPE html> <html lang="en"> <head><link rel="icon" type="image/x-icon" href="/favicon.ico" /><link rel="shortcut icon" href="/favicon.ico" /><meta property="og:image" content="/img/leg_page_image.png" /> <!-- Global site tag (gtag.js) - Google Analytics --> <!-- added 10/1/2021 --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-7669435-2"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'UA-7669435-2'); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-XW6W5FMREP"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-XW6W5FMREP'); </script> <!-- Required meta tags always come first --> <meta charset="utf-8" /><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, minimal-ui, minimum-scale=1.0" /><meta name="apple-mobile-web-app-capable" content="yes" /> <!-- ================================================== INSTRUCTIONS: ================================================== --> <link href="/js/jquery-ui-1.12.1.custom/jquery-ui.min.css" rel="stylesheet" /><!-- Stylesheet #2: compiled SASS --> <link href="/styles/css/app.css" rel="stylesheet" /><!-- jQuery first, then Bootstrap JS. --> <script src="/js/jquery-3.2.1.min.js"> </script> <script src="/js/getParameterByName.js"> </script> <script src="/js/calendar.js"> </script> <script src="/js/navbarhelper.js"> </script> <script src="/js/bootstrapWindowHelper.js"></script> <script src="/js/jquery.tablesorter.min.js"></script> <script defer src="https://use.fontawesome.com/releases/v5.2.0/js/all.js"></script> <script type="text/javascript" src="/js/chosen.jquery.min.js"></script> <link href="/styles/css/lrl.css" rel="stylesheet" /> <!-- USE THIS CSS TO STYLE CHOSEN IN BOOTSTRAP IN STEAD OF THE CSS PROVIDED WITH CHOSEN --> <link href="/styles/css/component-chosen.css" rel="stylesheet" /> <!-- RESPONSIVE TABLES --> <link rel="stylesheet" type="text/css" href="/styles/css/ng_responsive_tables.css" /> <script src="/js/ng_responsive_tables.js" type="text/javascript"></script> <!-- END RESPONSIV TABLES--> <link rel="stylesheet" type="text/css" href="/styles/css/print.css" media="print" /> <script src="/js/lrl.js"></script> <title> Search - Minnesota Legislature </title> <meta name="Description" content="Minnesota - Search" /> <meta name="Keywords" content="Minnesota - Search" /> <link rel="stylesheet" href="https://unpkg.com/css-skeletons@1.0.3/css/css-skeletons.min.css" /> <!--https://dgknca.github.io/css-skeletons/--> <style> #leg-search-results a:visited { color: #990033; } </style> <script type="text/javascript"> $(document).ready(function () { function useRegex(strDesc) { strDesc = strDesc.replaceAll("SPAN style font size 10 0pt \nmso bidi font size 12 0pt", "") strDesc = strDesc.replaceAll("align center", "") strDesc = strDesc.replaceAll("style text", "") strDesc = strDesc.replaceAll("mso line height", "") strDesc = strDesc.replaceAll("alt \n1 0pt", "") strDesc = strDesc.replaceAll("P class MsoNormal", "") strDesc = strDesc.replaceAll("style text align justify", "") strDesc = strDesc.replaceAll("line height 10", "") strDesc = strDesc.replaceAll("95pt mso line height", "") strDesc = strDesc.replaceAll("95pt mso line height", "") strDesc = strDesc.replaceAll("SPAN style font size 11 0pt \nmso bidi font size 12 0pt", "") strDesc = strDesc.replaceAll("\n", " ") strDesc = strDesc.replaceAll("b center HR p", "") let regex = /Top of Page [0-9]+/i; //return regex.test(input); return strDesc.replace(regex, ""); } function billSummaries(colls, q) { var arrayC = colls.split(','); var arrayLength = arrayC.length; for (var i = 0; i < arrayLength; i++) { var y = arrayC[i]; //BILL SUMMARIES DON"T WORK WELL BETWEEN HR and H.F. //SO WHEN DILL SUMMARIES ADD THE PERIODS var strBillSumIDs = "|35|36|37|38|39|40|41|42|43|44|74|75|"; // console.log('header=' + strHeader); if (strBillSumIDs.indexOf('|' + y + '|') > 0) { //console.log(q); q = q.replace(/hf/g, 'h.f.'); q = q.replace(/HF/g, 'H.F.'); // console.log(q); }; }; return q; }; function doSearch(strWhich) { $('#search-button-div').hide(); $('#leg-search-input').focus(); var q = $('#leg-search-input').val(); $('#leg-search-error').text(''); //console.log(q); var r = ''; $('#leg-search-results').html(''); //q = 'mike'; q = q.trim(); if (q !== '') { //****** REGEX FOR STATUES LAWS RULES BILLS var q_regex = q; //$('#lrl-search-other-div').hide(); $('#lrl-search-areyoulooking').hide(); $('#lrl-search-other').html(''); $('#lrl-search-other-rule').html(''); $('#lrl-search-other-bill').html(''); q_regex = q_regex.toLowerCase(); //Minnesota Statute q_regex = q_regex.replace('statue', 'statute'); q_regex = q_regex.replace(/(minnesota|minn|mn|m)\.?\s?(statutes|statute|stat|s)\.?/, "minnesota statute"); q_regex = q_regex.replace(/(minnesota|minn|mn|m)\.?\s?(rules|rule|r)\.?/, "minnesota rule"); // console.log(q_regex); //Rules var regexRule = /^[0-9]{4}.?\d{0,9}/; var q_rule = q_regex; q_rule = q_rule.replace("minnesota rule", ""); q_rule = q_rule.trim(); var reqexResultsRule = regexRule.test(q_rule); //console.log('rule results: ' + reqexResultsRule); //OLD STATUTES var q_old_stats = q_regex; q_old_stats = q_old_stats.trim(); // console.log(q_old_stats); var regexOldStat = /^(18[0-9]{2}|19[0-8][0-9]|199[0-9]|20[0-2][0-9]|2030)[\s]minnesota statute[\s]([1-9]|[1-8][0-9]|9[0-9]|[1-4][0-9]{2}|500)[a-zA-Z]?\.?[0-9]{0,4}?/; var reqexResultsOldStat = regexOldStat.test(q_old_stats); // console.log('old statute results: ' + reqexResultsOldStat); //Statutes var q_stats = q_regex; q_stats = q_stats.replace("minnesota statute", ""); q_stats = q_stats.trim(); var regexStat = /^([1-9]|[1-8][0-9]|9[0-9]|[1-4][0-9]{2}|500)[a-zA-Z]?\.?[0-9]{0,4}?$/; var reqexResultsStat = regexStat.test(q_stats); // console.log('statute results: ' + reqexResultsStat); //Bills var q_bill = q_regex; //console.log(q_bill); q_bill = q_bill.replace("concurrent resolution", "cr"); q_bill = q_bill.replace(/["']/g, ""); q_bill = q_bill.replace("resolution", "r"); q_bill = q_bill.replace("house", "h"); q_bill = q_bill.replace("senate", "s"); var regexBill = /^(h|s)\.?\s?(bills|bill|files|file|b|f|r|cr)\.?\s?(no\.)?\s?([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9])$/; //var regexBill = /^(h|s)\.?\s?(bills|bill|files|file|b|f|r|cr)\.?\s?([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9])$/; //var regexBill = /^[h|s][f|r]\s?([1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9])$/; var reqexResultsBill = regexBill.test(q_bill); //console.log('bill results: ' + reqexResultsBill); //OLD STATUTES if (reqexResultsOldStat === true) { $('#lrl-search-areyoulooking').show(); var arrayOldStats = q_old_stats.split(" "); $('#lrl-search-other').html("<a class='lrl-search-other-link' href='https://www.revisor.mn.gov/statutes/" + arrayOldStats[0] + "/cite/" + arrayOldStats[3] + "'>Minnesota Statute " + arrayOldStats[3] + " (" + arrayOldStats[0] + ")</a>"); // console.log('true'); }; //STATUTES if (reqexResultsStat === true && reqexResultsRule === false) { $('#lrl-search-areyoulooking').show(); $('#lrl-search-other').html("<a class='lrl-search-other-link' href='https://www.revisor.mn.gov/statutes/cite/" + q_stats + "'>Minnesota Statute " + q_stats + "</a>"); // console.log('true'); }; //RULE if (reqexResultsRule === true && reqexResultsOldStat === false) { $('#lrl-search-areyoulooking').show(); var array_rule = q_rule.split(" "); // q_rule = array_rule[2]; // q_rule = q_rule.replace(",", ""); $('#lrl-search-other-rule').html("<a class='lrl-search-other-link' href='https://www.revisor.mn.gov/rules/" + array_rule[0] + "/'>Minnesota Rule " + array_rule[0] + "</a>"); // console.log('true'); }; //BILL if (reqexResultsBill === true) { $('#lrl-search-areyoulooking').show(); var billDisplay = q_regex; billDisplay = billDisplay.replace(/["']/g, ""); billDisplay = billDisplay.replace(/(house)/, "h"); billDisplay = billDisplay.replace(/(senate)/, "s"); billDisplay = billDisplay.replace(/(bills|bill|files|file|b)/, "f"); billDisplay = billDisplay.replace("resolution", "r"); billDisplay = billDisplay.replace("concurrent", "c"); billDisplay = billDisplay.replace("no. ", ""); billDisplay = billDisplay.replace(/\s+/g, ""); billDisplay = billDisplay.replace(/\./g, ""); var strBody = 'senate'; var strSub = q_bill.substring(0, 1); if (strSub.toLowerCase() === 'h') { strBody = 'house'; } $('#lrl-search-other-bill').html("<a class='lrl-search-other-link' href='https://www.revisor.mn.gov/bills/bill.php?f=" + billDisplay + "&b=" + strBody + "&y=" + $('#ctl00_Main_HiddenField_currentyear').val() + "&ssn=0" + "'>" + billDisplay.toUpperCase() + "</a>"); // console.log('true'); }; //END REGEX $('#leg-search-waiting').show(); $('#leg-search-display').hide(); var addPage = ''; //this has to go before the NEXT/PREV var urlPage = getParameterByName('p'); if (urlPage !== '') { addPage = '&p=' + urlPage; }; if (strWhich === 'button') { addPage = ''; } else if (strWhich === 'next') { addPage = '&p=' + $("div[data-search=next]").attr('data-page'); } else if (strWhich === 'prev') { addPage = '&p=' + $("div[data-search=prev]").attr('data-page'); } var colls = ''; if (strWhich === 'button') { $('input.leg-search-checkbox:checkbox:checked').each(function () { colls += $(this).val() + ','; }); } else { colls = getParameterByName('c'); if (colls === '') { colls = 'full,'; $(":checkbox[value='full']").prop("checked", true); $(":checkbox[value='full']").parent().addClass('lrl-data-selected'); } else { var arrayC = colls.split(','); var arrayLength = arrayC.length; for (var i = 0; i < arrayLength; i++) { //alert(myStringArray[i]);] var y = arrayC[i]; // console.log('arry:' + y); $(":checkbox[value='" + y + "']").prop("checked", true); $(":checkbox[value='" + y + "']").parent().addClass('lrl-data-selected'); if (y.substring(0, 3) === 'all') { //console.log('all:' + y); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().find("input[value!='" + y + "']").prop('disabled', true); }; //console.log('findind'); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().show(); //$(":checkbox[value='" + y + "']").parent().parent().parent().parent().parent().addClass('bg-joint'); // $(":checkbox[value='" + y + "']").parent().parent().parent().parent().parent('div:first').find('div.search-toggle').addClass('bg-joint'); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().parent('div:first').find('div.search-toggle').addClass('mike'); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().parent('div:first').find('div.search-toggle').find('svg').removeClass('fa-chevron-down'); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().parent('div:first').find('div.search-toggle').find('svg').addClass('fa-chevron-up'); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().removeClass("lrl-search-closed"); $(":checkbox[value='" + y + "']").parent().parent().parent().parent().addClass("lrl-search-open"); }; }; }; var strBool = '&default=' + $('input[name=inlineRadioOptions]:checked').val(); //console.log(strBool); //console.log(colls); q = billSummaries(colls, q); var strQS = '?q=' + q + '&q_all=' + q + addPage + strBool + '&c=' + colls; $.ajax({ type: "GET", url: "search_functions.aspx" + strQS, context: this, dataType: "json", cache: true, success: function (obj) { //console.log('done'); console.log(obj); //json = JSON.parse(res); for (var i = 0; i < obj.result.length; i++) { //console.log(obj.result[i].description); r = "<div class='border-bottom pt-3 pb-2'>"; var strURL = obj.result[i].url; var sTitle = obj.result[i].title; r += "<h3 class='h4'><a href='" + strURL + "' >" + sTitle + "</a><a class=' ml-2' data-target='blank' target='_blank' href='" + strURL + "' ><i class='fas fa-external-link-alt fa-xs' aria-label='Open in new tab'></i></a></h3>"; var strContext = obj.result[i].context; if (strContext !== '' && strContext !== undefined && strContext !== null) { strContext = strContext.replace(/<highlight>/g, "<span class='font-weight-bold text-danger'>"); strContext = strContext.replace(/<\/highlight>/g, '</span>'); strContext = strContext.replace(/<text>/g, ''); strContext = strContext.replace(/<\/text>/g, ''); r += "<p class='mb-0'>" + strContext + '</p>'; } else { var strDesc = obj.result[i].description; strDesc = useRegex(strDesc) r += "<p class='mb-0'>" + strDesc + '</p>'; }; // r += "<a href='" + strURL + "'>" + strURL + "</a>"; r += '</div>'; // $('#leg-search-results').append(r); $('#leg-search-results').append(r); } var strExplain = ''; // console.log('hits:' + obj.hits); var strHits = obj.hits; //$('#leg-search_number').text($(xml).find('results').attr('hits')); var t = obj.time; t = (t / 1000).toFixed(2); var strPage = obj.currentPage; var strNextPage = parseInt(strPage) + 1; ////console.log(strPage); strExplain = strHits + ' results (' + t + " secs). Page " + strPage + ' of ' + obj.lastPage + ' pages.'; $('#leg-search_explain').html(strExplain); var strLastPage = obj.lastPage; strLastPage = parseInt(strLastPage); if (parseInt(strPage) < strLastPage) { $("div[data-search=next]").removeClass('disabled'); $("div[data-search=next]").attr('data-page', strNextPage); } else { $("div[data-search=next]").addClass('disabled'); }; if (parseInt(strPage) > 1) { $("div[data-search=prev]").removeClass('disabled'); $("div[data-search=prev]").attr('data-page', parseInt(strPage) - 1); } else { $("div[data-search=prev]").addClass('disabled'); }; ////console.log(x); //WRITE URL //https://gomakethings.com/how-to-update-a-url-without-reloading-the-page-using-vanilla-javascript/ //https://developer.mozilla.org/en-US/docs/Web/API/History_API history.pushState({ id: 'search' }, "Search Page", "search" + strQS); history.replaceState({ id: 'search' }, "Search Page", "search" + strQS); // console.log(xml); }, error: function (request, status, error) { console.log(error) // $('.box ul').text("Failed to get xml"); } }).done(function () { $('#leg-search-display').show(); $('#leg-search-waiting').hide(); $('#search-button-div').show(); }); //ajax } else { $('#leg-search-error').text('You must enter a search term.'); }; //not empty q }; //dosearch // PAGE LOAD var urlQ = getParameterByName('q'); var urlCol = getParameterByName('c'); //OLD HOUSE LINKS var searchsite = getParameterByName('searchsite'); var years = getParameterByName('years'); if (searchsite === 'housejournal') { urlCol = 'zzzz'; searchToggle('#search-house-journals'); //data-checkboxtype="house_journal" data-years="2015-2016" $('input[data-checkboxtype="house_journal"][data-years="' + years + '"]').prop('checked', true); $('input[data-checkboxtype="house_journal"][data-years="' + years + '"]').parent().addClass('lrl-data-selected'); }; //COLLECTIONS if (urlCol === '') { $('#search-chk-all').prop('checked', true); $('#search-chk-all').parent().addClass('lrl-data-selected'); } else if (urlCol === 'all-h-j') { //ALL HOUSE JOURNALS searchToggle('#search-house-journals'); $(":checkbox[value=all-h-j]").attr("checked", "true"); $(":checkbox[value=all-h-j]").parent().parent().parent().parent().find('input:checkbox').prop('checked', true); $(":checkbox[value=all-h-j]").parent().parent().parent().parent().find('input:checkbox').prop('disabled', true); $(":checkbox[value=all-h-j]").parent().parent().parent().parent().find('.form-check').addClass('lrl-data-selected'); $(":checkbox[value=all-h-j]").prop('checked', true); $(":checkbox[value=all-h-j]").prop('disabled', false); }; if (urlQ !== '') { $('#leg-search-input').val(urlQ); doSearch(); }; // BUTTONS $("#leg-search-button").click(function (e) { e.preventDefault(); doSearch('button'); }); $("#leg-search-input").on("keydown", function (e) { //console.log('here'); if (e.which === 13) { doSearch('button'); e.preventDefault(); }; }); $(".search-btn-direction").click(function (e) { e.preventDefault(); if ($(this).hasClass('disabled') === false) { doSearch($(this).attr('data-search')); }; }); // TOGGLE function searchToggle(strW) { var childChecked = ''; $(strW).children().children().children().children('input.leg-search-checkbox:checkbox:checked').each(function () { childChecked += $(this).val() + ','; }); // console.log('childchecked' + childChecked); if (childChecked == '') { $(strW).slideToggle('fast'); // console.log(strW); if ($(strW).hasClass("lrl-search-closed")) { $(strW).removeClass("lrl-search-closed"); $(strW).addClass("lrl-search-open"); // console.log('open'); $(this).find('svg').removeClass('fa-chevron-down'); $(this).find('svg').addClass('fa-chevron-up'); } else { $(strW).removeClass("lrl-search-open"); $(strW).addClass("lrl-search-closed"); // console.log('closed'); $(this).find('svg').removeClass('fa-chevron-up'); $(this).find('svg').addClass('fa-chevron-down'); };//nothing checked }; }; $('.search-toggle').click(function () { var strW = '#' + $(this).attr('data-toggle'); // console.log(strW); searchToggle(strW); }); $('#leg-search-clear-search').click(function () { window.location.href = 'search'; }); $('.form-check-input:checkbox').click(function () { //console.log if ($(this).val() === 'full') { //console.log('full'); if ($(this).is(':checked')) { $(".leg-search-card-body").find('.form-check').removeClass('lrl-data-selected'); $(".leg-search-card-body").find('input:checkbox').prop('checked', false); $(this).prop('checked', true); $(this).parent().addClass('lrl-data-selected'); } else { $(this).parent().removeClass('lrl-data-selected'); }; //full site } else if ($(this).val().substring(0, 3) === 'all') { console.log($(this).val().substring(0, 3)); if ($(this).is(':checked')) { //removeAllChecked(); $(":checkbox[value=full]").prop("checked", false); $(":checkbox[value=full]").parent().removeClass('lrl-data-selected'); $(":checkbox[value=71]").prop("checked", false); $(":checkbox[value=71]").parent().removeClass('lrl-data-selected'); $(":checkbox[value=2]").prop("checked", false); $(":checkbox[value=2]").parent().removeClass('lrl-data-selected'); $(this).parent().parent().parent().parent().find('input:checkbox').prop('checked', true); $(this).parent().parent().parent().parent().find('input:checkbox').prop('disabled', true); $(this).parent().parent().parent().parent().find('.form-check').addClass('lrl-data-selected'); $(this).prop('checked', true); $(this).prop('disabled', false); } else { $(this).parent().parent().parent().parent().find('input:checkbox').prop('checked', false); $(this).parent().parent().parent().parent().find('input:checkbox').prop('disabled', false); $(this).parent().parent().parent().parent().find('.form-check').removeClass('lrl-data-selected'); }; //all; } else if ($(this).val() === '71') { console.log('71'); if ($(this).is(':checked')) { //removeAllChecked(); $(":checkbox[value=full]").prop("checked", false); $(":checkbox[value=full]").parent().removeClass('lrl-data-selected'); $('#leg-search-house-subs').find('input:checkbox').prop('checked', false); $('#leg-search-house-subs').find('input:checkbox').prop('disabled', false); $('#leg-search-house-subs').find('.form-check').removeClass('lrl-data-selected'); $(this).prop('checked', true); $(this).parent().addClass('lrl-data-selected'); } else { $(this).parent().removeClass('lrl-data-selected'); }; } else if ($(this).val() === '2') { console.log('2'); if ($(this).is(':checked')) { //removeAllChecked(); $(":checkbox[value=full]").prop("checked", false); $(":checkbox[value=full]").parent().removeClass('lrl-data-selected'); $(this).prop('checked', true); $(this).parent().addClass('lrl-data-selected'); $('#leg-search-senate-subs').find('input:checkbox').prop('checked', false); $('#leg-search-senate-subs').find('input:checkbox').prop('disabled', false); $('#leg-search-senate-subs').find('.form-check').removeClass('lrl-data-selected'); } else { $(this).parent().removeClass('lrl-data-selected'); }; } else { if ($(this).is(':checked')) { $(":checkbox[value=full]").prop("checked", false); $(":checkbox[value=full]").parent().removeClass('lrl-data-selected'); //removeAllChecked(); $(this).prop('checked', true); $(this).parent().addClass('lrl-data-selected'); $(":checkbox[value=full]").prop("checked", false); $(":checkbox[value=full]").parent().removeClass('lrl-data-selected'); $(":checkbox[value=71]").prop("checked", false); $(":checkbox[value=71]").parent().removeClass('lrl-data-selected'); $(":checkbox[value=2]").prop("checked", false); $(":checkbox[value=2]").parent().removeClass('lrl-data-selected'); } else { $(this).parent().removeClass('lrl-data-selected'); }; }; }); $('#search-help-button').click(function () { $('#search-help-box').slideDown(); $(this).hide(); }); $('#search-help-close').click(function () { console.log('close'); $('#search-help-box').slideUp(); $('#search-help-button').show(); }); //TRACK LINKS CLICKED - ADDED $("body").on("click", ".lrl-search-other-link", function (e) { e.preventDefault(); var strLink = $(this).attr("href"); // console.log(strLink); var strLink2 = encodeURIComponent(strLink); $.ajax({ type: "GET", url: "search_functions_insert.aspx?type=added&q=" + strLink2 + "&s=" + $('#leg-search-input').val(), context: this, dataType: "text", cache: false, success: function () { }, error: function () { // $('.box ul').text("Failed to get xml"); } }).done(function () { // console.log('done'); window.location.href = strLink; }); //ajax }); //added links //TRACK LINKS CLICKED - RESULTS $("#leg-search-results").on("click", "a", function (e) { e.preventDefault(); var strLink = $(this).attr("href"); var strLink2 = encodeURIComponent(strLink); // console.log(strLink); $.ajax({ type: "GET", url: "search_functions_insert.aspx?type=result&q=" + strLink2 + "&s=" + $('#leg-search-input').val(), context: this, dataType: "text", cache: false, success: function () { }, error: function () { // $('.box ul').text("Failed to get xml"); } }).done(function () { // console.log('done'); var t = $(this).data('target'); if (t === 'blank') { window.open(strLink, '_blank'); } else { window.location.href = strLink; }; }); //ajax }); //added links });//ready </script> <style> .search-toggle { cursor: pointer; } </style> </head> <body class="joint"> <form method="post" action="./search" id="aspnetForm"> <div class="aspNetHidden"> <input type="hidden" name="ctl00_ctl15_HiddenField" id="ctl00_ctl15_HiddenField" value="" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTEzNDU0Mzc4MQ9kFgJmD2QWAgIDD2QWDAIDDw8WBB4LTmF2aWdhdGVVcmwFAS8eBFRleHQFG01pbm5lc290YSBTdGF0ZSBMZWdpc2xhdHVyZWRkAgUPFgIeB1Zpc2libGVoZAIJDw8WAh8CaGRkAgsPFgIfAmhkAg0PDxYCHwJoZGQCFQ8WAh8BBRtNaW5uZXNvdGEgU3RhdGUgTGVnaXNsYXR1cmVkZPKTpT/jZNMkPLQ5qMIqkuMxKWqhq+QN6O0EMGfiphVa" /> </div> <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } //]]> </script> <script src="/WebResource.axd?d=moliahRZ70hx_BBsj0n8Xjgio32fzep9LvHDdnkC6jlOWixOaQ2bJpF_WaI_gcKjzbNoozvB-hZTBa1TcGkXI4LRdzNxHZeIsqWNBDIkV4o1&t=638628027619783110" type="text/javascript"></script> <script src="/ScriptResource.axd?d=xZPCahygZhWtpRCzthbhN7_NCJ_ULlE24qLlcu6nbk-tQNgy_vrXiRdftaepn1qHPdCHOxqYVnANY9gdb4HV5stxGFmcIQfxjLVPRT-HC394Qsz_dES2voC55IqsIl1H0&t=78f0a2d1" type="text/javascript"></script> <script src="/ScriptResource.axd?d=Yoj72Jt9ip2Ye93l7VjSkFwzsClgtPISszNaY2USpO0UbTaxALBCRmCTGDM2I86C12HoX1A-xmjX5QWvNao1EuYFfuW9-TBiF9pumBs7KhP-IWfyfbpRWXRxGcXNO6DEE4leeDCwiwzIJvdl-I-jwA2&t=78f0a2d1" type="text/javascript"></script> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="BBBC20B8" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEdAAI0KWDOkZgcYhIT+z1pl5QUdlUxshphhdfSnvmvAE9iruSVTrxjtaN20OJs11iOKEGjo0Ktx4CpQcJGfOqpeuhh" /> </div> <!--stopindex--> <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$ctl15', 'aspnetForm', [], [], [], 90, 'ctl00'); //]]> </script> <!--skip nav for accessibility--> <a href="#legContainerMain" class="skip-navigation">Skip to main content</a> <a href="#sub-nav" class="skip-navigation">Skip to office menu</a> <a href="#legFooter" class="skip-navigation">Skip to footer</a> <!--NAV--> <div class="container-fluid"> <div class="leg-brand-container bg-darkgray py-1 pl-0 d-print-none"> <div class="container pl-0 pl-md-3"> <a id="ctl00_HyperLink1" class="leg-brand-text text-white" href="https://www.leg.mn.gov/" > <img src="/img/icons/capitol2.svg" style="margin-top:-8px; opacity: 0.95;height:24px" class="mr-1" alt="Capital Icon">Minnesota Legislature </a> <div class="form-inline float-right ml-auto d-none d-md-block p-0"> <a href="https://www.leg.mn.gov/search.aspx" class="text-white js-search-adv mr-1 text-nowrap btn btn-darkgray btn-sm" style="display: none;">Advanced Search</a> <label class="sr-only" for="main-search-top">Search Legislature</label> <input class="form-control form-control-sm align-top mr-2 js-search" style="display: none;" id="main-search-top" name="search" placeholder="Search..." type="text"> <button class="js-search-btn btn btn-darkgray btn-sm"><i class="fas fa-search"></i><span class="p-1"> Search</span></button> </div> </div> </div> <!-- We can change *-dark to *-house, *-senate, *-joint and add that color to variables --> <nav class="navbar navbar-dark bg-dark navbar-expand-lg px-0 py-1 d-block d-print-none"> <div class="container"> <div class="w-100 px-auto"> <div class="col-12 position-static pl-sm-0 pl-md-3 pl-lg-0"> <button aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#top-nav" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button> <span class="d-lg-none pl-1 text-white leg-menu-text" data-toggle="collapse" data-target="#top-nav"> Menu</span> <div class="collapse navbar-collapse py-0" id="top-nav"> <ul class="navbar-nav mt-2 mt-lg-0 px-2 pl-lg-0"> <!-- <li class="nav-item mr-3"> <a class="nav-link" data-parent="#top-nav" href="https://www.leg.state.mn.us/">Legislature</a> </li> --> <li class="nav-item"> <a aria-controls="houseExternalContent" aria-expanded="false" class="nav-link dropdown-toggle pl-0" data-parent="#top-nav" data-toggle="collapse" href="#houseExternalContent">House</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="houseExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header "><a href="https://www.house.leg.state.mn.us/">Minnesota House of Representatives</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-6 col-md-3 mt-1"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">House Members and Staff</dt> <dd><a href="https://www.house.leg.state.mn.us/members/list">House Members</a></dd> <dd><a href="https://www.house.leg.state.mn.us/members/leadership">Leadership</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/staff.asp">Staff</a></dd> <dd><a href="https://www.house.leg.state.mn.us/has/employment.asp">Employment</a></dd> <dd><a href="https://www.gis.leg.mn/iMaps/districts/">Who Represents Me?</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3 mt-1"> <dl> <dt class="text-white pb-1">Committees</dt> <dd><a href="https://www.house.leg.state.mn.us/committees">Committee List</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/leginfo/comroster.pdf">Committee Roster</a></dd> <dd><a href="https://www.house.leg.state.mn.us/Schedules/Info">Upcoming Meetings</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/comgrid.pdf">Standing Committee Schedule</a></dd> <dd><a href="https://www.house.leg.state.mn.us/Committees/minutes/list">Minutes</a></dd> <dd><a href="https://www.leg.mn.gov/leg/deadlines.aspx">Committee Deadlines</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3 mt-1"> <dl> <dt class="text-white pb-1">Offices</dt> <dd><a href="https://www.house.leg.state.mn.us/cco/cco.asp">Chief Clerk</a></dd> <dd><a href="https://www.house.leg.state.mn.us/fiscal/fahome.asp">Fiscal Analysis</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hrd/hrd.aspx">House Research</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/hinfo.asp">Public Information</a></dd> <dd><a href="https://www.house.leg.state.mn.us/sergeant/sergeant.asp">Sergeant-at-Arms</a></dd> <dd><a href="https://www.house.leg.state.mn.us/caucuses.asp">Caucuses - DFL/GOP</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3 mt-1"> <dl> <dt class="text-white pb-1">Other Information</dt> <dd><a href="https://www.house.leg.state.mn.us/cco/journals/journl.asp">House Journal</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/rules/permrule/permrule.asp">House Rules</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/rules/jtrule/jtrule.asp">Joint Rules</a></dd> <dd><a href="https://www.house.leg.state.mn.us/sergeant/education.asp">Educational Programs</a></dd> <dd><a href="https://www.house.leg.state.mn.us/members/pronunciation">Pronunciation Guide</a></dd> <dd><a href="https://www.house.leg.state.mn.us/members/meminfo.xls">Address Spreadsheet</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="senateExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#senateExternalContent">Senate</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="senateExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.senate.mn/">Minnesota Senate</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-6 col-md-3"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">Senators and Staff</dt> <dd class="text-white"><a href="https://www.senate.mn/members/index.php">Senators</a></dd> <dd><a href="https://www.senate.mn/members?id=leadership">Leadership</a></dd> <dd class="text-muted"><a href="https://www.senate.mn/employees/index.php">Staff</a></dd> <dd class="text-muted"><a href="https://www.senate.mn/jobs/index.php">Employment</a></dd> <dd><a href="https://www.gis.leg.mn/iMaps/districts/">Who Represents Me?</a></dd> <!-- <dd class="text-muted">Employment</dd> --> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white pb-1">Committees</dt> <dd><a href="https://www.senate.mn/committees">Committee List</a></dd> <dd><a href="https://www.senate.mn/committees/display_pdf_cmte_roster.php">Committee Roster</a></dd> <dd><a href="https://www.senate.mn/schedule/senate/upcoming-all">Upcoming Meetings</a></dd> <dd><a href="https://www.senate.mn/committees/cmte_meeting_schedule.php">Standing Committee Schedule</a></dd> <dd><a href="https://www.leg.mn.gov/leg/deadlines.aspx">Committee Deadlines</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white pb-1">Offices</dt> <dd><a href="https://www.senate.mn/departments/secretary/index.php">Secretary of the Senate</a></dd> <dd><a href="https://www.senate.mn/scrfa/home">Senate Counsel, Research & Fiscal Analysis</a></dd> <dd><a href="https://www.senate.mn/caucus/index.php">Caucuses - DFL/GOP</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white pb-1">Other Information</dt> <dd><a href="https://www.senate.mn/journals/journal_list.php">Senate Journal</a></dd> <dd><a href="https://www.senate.mn/rules/rules_senate.php">Senate Rules</a></dd> <dd><a href="https://www.senate.mn/rules/rules_joint.php">Joint Rules</a></dd> <dd><a href="https://www.senate.mn/departments/secretary/info/interns/index.php">Educational Programs</a></dd> <dd><a href="https://www.senate.mn/members/member_labels_page.php">Address Labels</a></dd> <dd><a href="https://www.senate.mn/subscription/index.php">Subscriptions</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="jointExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#jointExternalContent">Joint</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="jointExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.commissions.leg.state.mn.us/">Joint Departments, Offices, and Commissions</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <!-- <div class="col"></div> --> <div class="col-12 col-sm-4"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">Joint Legislative Offices</dt> <dd><a href="https://www.revisor.mn.gov/">Revisor of Statutes</a></dd> <dd><a href="https://www.lrl.mn.gov/">Legislative Reference Library</a></dd> <dd><a href="https://www.auditor.leg.state.mn.us/">Office of the Legislative Auditor</a></dd> <dd><a href="https://www.lbo.mn.gov/">Legislative Budget Office</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl class="mb-0"> <dt class="text-white pb-1">Commissions</dt> <dd><a href="https://www.lcc.mn.gov/">Legislative Coordinating Commission (LCC)</a></dd> <dd><a href="https://www.lccmr.mn.gov/">Legislative-Citizen Commission on MN Resources (LCCMR)</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dd class="mt-md-4"><a href="https://www.lcpr.mn.gov/">Legislative Commission on Pensions & Retirement (LCPR)</a></dd> <dd><a href="https://www.lsohc.mn.gov/">Lessard-Sams Outdoor Heritage Council</a></dd> <dd><a href="https://www.legacy.mn.gov/">Legacy Amendment</a></dd> <dd><a href="https://www.commissions.leg.state.mn.us/">More...</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="schedulesExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#schedulesExternalContent">Schedules</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="schedulesExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.leg.mn.gov/leg/schedules">Schedules, Calendars, and Legislative Business</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-4"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">House</dt> <dd><a href="https://www.house.leg.state.mn.us/hinfo/hinfosched.asp">House Schedules</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/orders/orders.htm">Order of Business</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/calendar.asp">Calendar for the Day</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/calendarsup.asp">Supplemental Calendar for the Day</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/fiscal.asp">Fiscal Calendar</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Senate</dt> <dd><a href="https://www.senate.mn/schedule/senate/upcoming-all">Senate Schedules</a></dd> <dd><a href="https://www.senate.mn/orders/index.php">Order of Business</a></dd> <dd><a href="https://www.senate.mn/orders/calendar.html">Senate Calendar</a></dd> <dd><a href="https://www.senate.mn/orders/go.html">General Orders of the Day</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Joint</dt> <dd><a href="https://www.leg.mn.gov/cal?type=all">Combined Upcoming Meetings</a></dd> <dd><a href="https://www.house.leg.state.mn.us/htv/htv.asp">Broadcast TV Schedule</a></dd> <dd><a href="https://www.leg.mn.gov/leg/deadlines.aspx">Committee Deadlines</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="committeesExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#committeesExternalContent">Committees</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="committeesExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.leg.mn.gov/leg/committees">Legislative Committees</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-4"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">House</dt> <dd> <a href="https://www.house.leg.state.mn.us/committees">Committee List</a> </dd> <dd> <a href="https://www.house.leg.state.mn.us/hinfo/leginfo/comroster.pdf">Committee Roster</a> </dd> <dd> <a href="https://www.house.leg.state.mn.us/Schedules/Info">Upcoming Meetings</a> </dd> <dd> <a href="https://www.house.leg.state.mn.us/hinfo/comgrid.pdf">Standing Committee Schedule</a> </dd> <dd> <a href="https://www.house.leg.state.mn.us/Committees/minutes/list">Minutes</a> </dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Senate</dt> <dd> <a href="https://www.senate.mn/committees">Committee List</a> </dd> <dd> <a href="https://www.senate.mn/committees/display_pdf_cmte_roster.php">Committee Roster</a> </dd> <dd> <a href="https://www.senate.mn/schedule/senate/upcoming-all">Upcoming Meetings</a></dd> <dd> <a href="https://www.senate.mn/committees/cmte_meeting_schedule.php?ls=">Standing Committee Schedule</a> </dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Joint</dt> <dd> <a href="https://www.commissions.leg.state.mn.us/">Joint Committees & Task Forces</a> </dd> <dd> <a href="https://www.leg.mn.gov/leg/deadlines.aspx">Committee Deadlines</a> </dd> <dd> <a href="https://www.leg.mn.gov/leg/cc/">Bills In Conference Committee</a> </dd> <dd> <a href="https://www.revisor.mn.gov/side_by_sides/">Side by Side Comparisons</a> </dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="billsExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#billsExternalContent">Bills</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="billsExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.leg.mn.gov/leg/legis">Bills</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-4"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white pb-1">House</dt> <dd><a href="https://www.revisor.mn.gov/bills/status_search.php?body=House">Bill Search & Status (House)</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/introductions.asp">Bill Introductions</a></dd> <dd class="text-white">Summaries: <a href="https://www.house.leg.state.mn.us/hrd/billsum.aspx">Bill</a> | <a href="https://www.house.leg.state.mn.us/hrd/actsum.aspx">Act</a></dd> <dd><a href="https://www.house.leg.state.mn.us/fiscal/tracking.asp">Fiscal Tracking Sheets</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Senate</dt> <dd><a href="https://www.revisor.mn.gov/bills/status_search.php?body=Senate">Bill Search & Status (Senate)</a></dd> <dd><a href="https://www.senate.mn/orders/intros/intro_list_from_db.php">Bill Introductions</a></dd> <dd class="text-white">Summaries: <a href="http://www.senate.leg.state.mn.us/departments/scr/billsumm/index.php?summary_type=bill#header">Bill</a> | <a href="https://www.senate.mn/departments/scr/billsumm/act_summaries.html">Act</a></dd> <dd><a href="https://www.senate.mn/departments/fiscalpol/tracking/index.php">Fiscal Tracking Sheets</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white pb-1">Joint</dt> <dd><a href="https://www.leg.mn.gov/leg/legis.aspx">Bill Search & Status</a></dd> <dd><a href="https://www.house.leg.state.mn.us/leg/billsublogin.asp">MyBills</a></dd> <dd><a href="https://www.revisor.mn.gov/side_by_sides/">Side by Side Comparisons</a></dd> <dd><a href="https://www.leg.mn.gov/leg/cc/">Bills In Conference Committee</a></dd> <dd><a href="https://www.lrl.mn.gov/vetoes/vetodetails.aspx">Vetoes</a></dd> <dd><a href="https://www.revisor.mn.gov/laws/current/">Current Session Laws</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="lawExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#lawExternalContent">Law</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="lawExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.revisor.mn.gov/pubs/">Statutes, Laws, and Rules</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-6 col-md-3"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white">Statutes</dt> <dd><a href="https://www.revisor.mn.gov/search/?collection=statute">Keyword Search</a> </dd> <dd><a href="https://www.revisor.mn.gov/statutes/">Current Statutes</a> </dd> <dd><a href="https://www.revisor.mn.gov/index/statute/">Statutes by Topic (Index)</a> </dd> <dd><a href="https://www.revisor.mn.gov/statutes/archive">Statutes Archive</a> </dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">Session Laws</dt> <dd><a href="https://www.revisor.mn.gov/search/?collection=law">Keyword Search</a></dd> <dd><a href="https://www.revisor.mn.gov/laws/current/">Current Session Laws</a></dd> <dd><a href="https://www.revisor.mn.gov/index/law/">Session Laws by Topic (Index)</a></dd> <dd><a href="https://www.revisor.mn.gov/laws/">Session Laws Archive</a></dd> <dd><a href="https://www.revisor.mn.gov/laws/table1">Session Laws Changed (Table 1)</a></dd> <dd><a href="https://www.revisor.mn.gov/statutes/table2">Statutes Changed (Table 2)</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">Administrative Rules</dt> <dd><a href="https://www.revisor.mn.gov/search/?collection=rule">Keyword Search</a></dd> <dd><a href="https://www.revisor.mn.gov/rules/">Current Rules</a></dd> <dd><a href="https://www.revisor.mn.gov/index/rule/">Rules by Topic (Index)</a></dd> <dd><a href="https://www.revisor.mn.gov/rules/archive/">Rules Archive</a></dd> <dd><a href="https://www.revisor.mn.gov/rules/status/">Minnesota Rule Status</a></dd> <dd><a href="https://www.revisor.mn.gov/state_register/">State Register</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">Other Legal Materials</dt> <dd><a href="https://www.revisor.mn.gov/constitution/">Minnesota Constitution</a></dd> <dd><a href="https://www.lrl.mn.gov/mngov/constitutionalamendments.aspx">State Constitutional Amendments</a></dd> <dd><a href="https://www.revisor.mn.gov/court_rules/">Court Rules</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="multimediaExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#multimediaExternalContent">Multimedia</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="multimediaExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.leg.mn.gov/leg/multimedia">Multimedia — Audio, Video, Broadcast TV, News, & Photos</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-4"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white">House</dt> <dd><a href="https://www.house.leg.state.mn.us/live/1">Live Video</a> <span class="text-white">/</span><a href="https://www.leg.mn.gov/leg/multimedia">Audio</a></dd> <dd><a href="https://www.house.leg.state.mn.us/htv/schedule.asp">Webcast Schedule</a></dd> <dd><a href="https://www.house.leg.state.mn.us/audio/default.asp">Audio & Video Archives</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/sdaily.asp">Session Daily</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/images.asp">Photos</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white">Senate</dt> <dd><a href="https://www.youtube.com/MnSenateMedia">Live Video</a><span class="text-white">/</span><a href="https://www.senate.mn/media/media_coming_up.php#live-audio">Audio</a></dd> <dd><a href="https://www.senate.mn/media/media_coming_up.html">Webcast Schedule</a></dd> <dd><a href="https://www.lrl.mn.gov/media/">Audio & Video Archives</a></dd> <dd><a href="https://www.senate.mn/media/index.php">Senate Media Services</a></dd> <dd><a href="https://www.senate.mn/media-gallery/">Photos</a></dd> </dl> </div> <div class="col-12 col-sm-4"> <dl> <dt class="text-white">Other Multimedia</dt> <dd><a href="https://www.leg.mn.gov/leg/multimedia">Combined Media Page</a></dd> <dd><a href="https://www.lrl.mn.gov/media/">Legislative Media Archive</a></dd> <dd><a href="https://www.house.leg.state.mn.us/htv/htv.asp">Broadcast TV Schedule</a></dd> <dd><a href="https://www.lcc.leg.mn/meetings-all.htm">Commission Audio/Video</a></dd> </dl> </div> </div> </div> </div> </div> <li class="nav-item"> <a aria-controls="publicationsExternalContent" aria-expanded="false" class="nav-link dropdown-toggle" data-parent="#top-nav" data-toggle="collapse" href="#publicationsExternalContent">Publications</a> </li> <div class="dropdown collapse navbar-nav-collapse" id="publicationsExternalContent"> <div class="bg-dark"> <div class="container px-3"> <div class="row"> <div class="col nav-header pb-1"><a href="https://www.leg.mn.gov/leg/publicat">Legislative Research, Reports & Information</a></div> </div> <hr class="my-1 bg-secondary"> <div class="row"> <div class="col-12 col-sm-6 col-md-3"> <!-- <h2 class="text-white">Minnesota House of Representatives</h2> --> <dl> <dt class="text-white">Office Research & Reports</dt> <dd><a href="https://www.house.leg.state.mn.us/fiscal/fahome.asp">House Fiscal Analysis</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hrd/publications.aspx">House Research</a></dd> <dd><a href="https://www.senate.mn/scrfa/publications">Senate Counsel Publications</a></dd> <dd><a href="https://www.auditor.leg.state.mn.us/allreports.htm">Legislative Auditor</a></dd> <dd><a href="https://www.revisor.mn.gov/office/publications">Revisor Publications</a></dd> <dd><a href="https://www.lrl.mn.gov/">Legislative Reference Library</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">News</dt> <dd><a href="https://www.house.leg.state.mn.us/hinfo/sdaily.asp">House Session Daily</a></dd> <dd><a href="https://www.senate.mn/media/">Senate Media Services</a></dd> <dd><a href="https://www.house.leg.state.mn.us/hinfo/leginfo/memroster.pdf">Legislators Roster</a></dd> <dd><a href="https://www.house.mn.gov/hinfo/leginfo/elecdir.htm">Member Guide</a></dd> <dd><a href="https://www.senate.mn/publications">Senate Information</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">Legislative History</dt> <dd><a href="https://www.leg.mn.gov/leg/leghist/histstep.aspx">Legislative History Guide</a></dd> <dd><a href="https://www.lrl.mn.gov/legdb/">Legislators Past & Present</a></dd> <dd><a href="https://www.house.leg.state.mn.us/cco/journals/journl.asp">House Journal</a></dd> <dd><a href="https://www.senate.mn/journals/journal_list.php">Senate Journal</a></dd> <dd><a href="https://www.lrl.mn.gov/timecapsule/index.aspx">Legislative Time Capsule</a></dd> <dd><a href="https://www.lrl.mn.gov/vetoes/vetoes.aspx">Vetoes</a></dd> </dl> </div> <div class="col-12 col-sm-6 col-md-3"> <dl> <dt class="text-white">Notable Documents</dt> <dd><a href="https://www.senate.mn/departments/scr/report/index.php">Fiscal Review</a></dd> <dd><a href="https://www.lrl.mn.gov/guides/guides">Minnesota Issues Guides</a></dd> <dd><a href="https://www.house.leg.state.mn.us/newlaws/">New Laws</a></dd> <dd><a href="https://www.lrl.mn.gov/booksreports.aspx">Books & reports</a></dd> </dl> </div> </div> </div> </div> </div> </ul> <div class="form-inline ml-auto d-block d-md-none p-2"> <label class="sr-only js-search-sm-label" for="sm-search">Search Legislature</label> <div class="input-group mb-2 mr-sm-2"> <input class="form-control form-control-sm js-sm-search" id="sm-search" name="search" aria-label="Search Legislature" aria-describedby="searchButton" placeholder="Search..." type="text"> <div class="input-group-append"> <button class="js-search-sm-btn btn btn-darkgray btn-sm" type="button" id="searchButton" alt="Search Button"><i class="fa fa-search"></i><span class="sr-only sr-only-focusable">Search</span></button> </div> </div> </div> </div> </div> </div> </div> </nav> <div id="bannerImage" class="leg-banner img-joint"> <div class="position-relative h-100"> <div class="leg-title-container pl-0"> <div class="container"> <a id="ctl00_leg_title_text" class="leg-title-text text-white" href="/">Minnesota State Legislature</a> </div> </div> </div> </div> <nav id ="sub-nav" class="navbar navbar-expand-md navbar-joint bg-joint"> <div class="container"> <div class="d-block ml-0"> <button aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#navbarNav" data-toggle="collapse" type="button"><span class="navbar-toggler-icon"></span></button> </div> <div class="collapse navbar-collapse" id="navbarNav"> <div id="ctl00_Panel_leg_nav" style="width: 100%; display: inline;color: rgba(255, 255, 255, 0.875); "> <!--The Legislature is adjourned sine die.--> <!-- The Legislature is adjourned until 12:00 noon, Monday, February 12, 2024. --> The Legislature is in session. <!-- The 94th legislative session convenes at 12:00 noon, Tuesday, January 14, 2025.--> </div> <!--panel_lrl_nav--> <ul class="navbar-nav ml-auto mr-3"> <li class="nav-item" data-toggle="tooltip" data-placement="bottom" title="Email"> <a class="nav-link" href="https://www.leg.mn.gov/leg/comments.aspx" aria-label="Email"><i aria-label="Email" class="far fa-lg fa-envelope"></i></a> </li> <li class="nav-item" data-toggle="tooltip" data-placement="bottom" title="Print" > <a class="nav-link" href="javascript:window.print();" aria-label="Print"><i aria-label="Print" class="fas fa-lg fa-print"></i></a> </li> </ul> </div> </div> </nav> <!--END NAV--> <!--startindex--> <!--MAIN CONTENT--> <div id="legContainerMain" class="container pb-5" tabindex="-1"> <span id="ctl00_SiteMapPath1" class="breadcrumb"><a href="#ctl00_SiteMapPath1_SkipLink"><img alt="Skip Navigation Links" src="/WebResource.axd?d=sROrf3M61rO7XFNCzuikjpPBJ2MkoENSGyWIeXx50YukKg4YBTqCCyijpKxoFS9D3gELa_RzmhOgtFFAqajZVPBfD9OZkERF22o6jlixlc41&t=638628027619783110" width="0" height="0" style="border-width:0px;" /></a><span> <li class="breadcrumb-li"> <a id="ctl00_SiteMapPath1_ctl00_lnkPage" title="Legislature" href="/leg.aspx">Legislature</a> </li> </span><span> > </span><span> <li class="breadcrumb-li"> <a id="ctl00_SiteMapPath1_ctl02_lnkPage" title="Search" href="/search.aspx">Search</a> </li> </span><a id="ctl00_SiteMapPath1_SkipLink"></a></span> <!--INCLUDE FILE--> <input type="hidden" name="ctl00$Main$HiddenField_currentyear" id="ctl00_Main_HiddenField_currentyear" value="2025" /> <div class="row"> <div class="col-lg-9"> <!-- begin column --> <div id="search-help-button" class="float-right" style="cursor: pointer;"> Search Help <i class="fas fa-question-circle"></i> </div> <h1>Search the Minnesota Legislature Web Site</h1> <div class="form-row align-items-left mb-0"> <div class="col-lg-6 pb-0"> <label class="sr-only" for="leg-search-input">Search</label> <input type="text" class="form-control form-control-sm mb-2" id="leg-search-input" placeholder="Search"> <div class="mb-2 mt-0"> Term Connector: <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio2" value="AND" checked="checked"> <label class="form-check-label" for="inlineRadio2">AND</label> </div> <div class="form-check form-check-inline"> <input class="form-check-input" type="radio" name="inlineRadioOptions" id="inlineRadio1" value="OR"> <label class="form-check-label" for="inlineRadio1">OR</label> </div> </div> </div> <div class="col pb-0"> <button type="submit" id="leg-search-button" class="btn btn-sm btn-joint mb-3">Search</button> </div> </div> <div id="search-help-box" class="border border-1 border-joint rounded p-3" style="display: none;"> <div id="search-help-close" class="float-right btn btn-sm btn-outline-primary" style="cursor: pointer;"> Close </div> <h3>Search Help</h3> <div class="magic-block-textarea"> <h4>Wildcard Searches</h4> <p> SearchBlox supports single- and multiple-character wildcard searches. To perform a single character wildcard search, use the “?” symbol. To perform a multiple character wildcard search, use the “*” symbol. <br> <br> The single character wildcard search looks for terms that match with the single character replaced. For example, to search for “text” or “test” you can use the search:<br> <strong><em>te?t</em></strong><br> <br> Multiple character wildcard searches looks for 0 or more characters. For example, to search for test, tests or tester, you can use the search:<br> <strong><em>test*</em></strong><br> You can also use the wildcard searches in the middle of a term.<br> <strong><em>te*t</em></strong> </p> <h4>Fuzzy Searches</h4> <p> SearchBlox supports fuzzy searches. To perform a fuzzy search, use the tilde (~) symbol at the end of a single word term. For example, to search for a term similar in spelling to “roam”, use the fuzzy search:<br> <strong><em>roam~</em></strong><br> This search will find terms like "foam" and "roams". </p> <h4>Proximity Searches</h4> <p> SearchBlox supports finding words that are a within a specific distance. To do a proximity search, use the tilde (~) symbol at the end of a phrase. For example, to search for “searchblox” and “j2ee” within 10 words of each other in a document use the search:<br> <strong><em>“searchblox j2ee”~10</em></strong> </p> <h4>Exact Search or Phrase Search</h4> <p> If a phrase has to be searched in SearchBlox, then the phrase has to be enclosed within <strong>double quotes</strong><br> <strong><em>“This is a phrase search"</em></strong> </p> <h4>Boolean Operators</h4> <p>Boolean operators allow terms to be combined through logic operators. Lucene supports AND, “+”, OR, NOT and “-” as Boolean operators (Note: Boolean operators must be ALL CAPS).</p> <p> <strong>OR</strong><br> The OR operator is the default conjunction operator. This means that if there is no Boolean operator between two terms, the OR operator is used. The OR operator links two terms and finds a matching document if either of the terms exist in a document. This is equivalent to union using sets. The symbol || can be used in place of the word OR. To search for documents that contain either “searchblox server” or just “searchblox” use the query:<br> <strong><em>“searchblox server” OR searchblox</em></strong><br> Giving the following query yields the same as the one given above with OR operator:<br> <strong><em>searchblox j2ee</em></strong> </p> <p> <strong>AND</strong><br> The AND operator matches documents where both terms exist anywhere in the text of a single document. This is equivalent to an intersection using sets. The symbol && can be used in place of the word AND. To search for documents that contain “searchblox” and “j2ee” use the query:<br> <strong><em>searchblox AND j2ee</em></strong> </p> <p> <strong>Plus Operator "+"</strong><br> The “+” or required operator requires the term after the “+” symbol to exist somewhere in the field of a single document. To search for documents that must contain “searchblox” and may contain “j2ee” use the query:<br> <strong><em>+searchblox j2ee</em></strong> </p> <p> <strong>NOT</strong><br> The NOT operator excludes documents that contain the term after NOT. This is equivalent to a difference using sets. The ! symbol can be used in place of the word NOT. To search for documents that contain “searchblox server” but not “j2ee” use the query:<br> <strong><em>“searchblox server” NOT j2ee</em></strong> </p> </div> </div> <!--search help box--> <span id="leg-search-error" class="text-danger font-weight-bold"></span> <div class=" mt-3 px-2 py-2 mb-4 d-inline-block" style="background-color: #f2f2f2;"> <p class="mb-2"> This search does not include <a href="http://www.leg.state.mn.us/leg/legis.aspx">Bills</a>, <a href="https://www.revisor.mn.gov/search/?search=stat">Statutes</a>, <a href="https://www.revisor.mn.gov/search/?search=rule">Rules</a> and <a href="https://www.revisor.mn.gov/search/?search=laws">Session Laws</a>. </p> <div id="lrl-search-other-div" class="text-danger h4"> <span id="lrl-search-areyoulooking" class="font-weight-bold" style="display: none">Are you looking for:</span> <div class="d-inline" id="lrl-search-other"></div> <div class="d-inline" id="lrl-search-other-rule"></div> <div class="d-inline" id="lrl-search-other-bill"></div> </div> </div> <div id="leg-search-waiting" style="display: none; margin-left: -8px; margin-top: -8px;"> <div class="skeleton skeleton-line" style="--l-h: 18px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4);"> </div> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> <div class="skeleton skeleton-line" style=" --l-h: 24px; --lines: 1; --c-w: 50%; --shine: rgba(255,255,255, 0.4); " ></div> <div id="" class="skeleton skeleton-line " style=" --l-h:18px; --l-gap: 4px; --lines: 4; --c-w: 100%; --shine: rgba(255,255,255, 0.4); " ></div> <hr /> </div> <div id="leg-search-display" style="display: none;"> <p class="mb-0"> <span id="leg-search_explain"></span> </p> </div> <div id="leg-search-results"></div> <div id="search-button-div" style="display: none;"> <div class="btn btn-joint btn-sm mt-2 disabled search-btn-direction" data-search="prev" data-page="">Previous 10</div> <div class="btn btn-joint btn-sm mt-2 disabled search-btn-direction" data-search="next" data-page="">Next 10</div> </div> </div> <!-- end column--> <div class="col-lg-3"> <!-- begin column --> <div class="card"> <div class="card-header text-center"> <h2 class="mb-0">Collections</h2> </div> <!--card head--> <div class="card-body py-2 px-2 leg-search-card-body"> <!--card-body--> <p class="mb-1"> This search does not include <a href="http://www.leg.state.mn.us/leg/legis.aspx">Bills</a>, <a href="https://www.revisor.mn.gov/search/?search=stat">Statutes</a>, <a href="https://www.revisor.mn.gov/search/?search=rule">Rules</a> and <a href="https://www.revisor.mn.gov/search/?search=laws">Session Laws</a>. </p> <span class="btn btn-sm btn-outline-secondary p-1" id="leg-search-clear-search">Clear Search</span> <hr /> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="full" id="search-chk-all"> <label class="form-check-label h4" for="search-chk-all"> Full Site </label> </div> <hr /> <div class="form-check pl-0"> <label class="form-check-label h4"> Combined Calendar </label> </div> <div id="leg-searchcal-subs" class="ml-4 mt-2"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-cal" id="search-chk-cal-all"> <label class="form-check-label" for="search-chk-cal-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2025-2026" type="checkbox" value="138" id="search-chk-cal-2025"> <label class="form-check-label" for="search-chk-cal-2025"> 2025-2026 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2023-2024" type="checkbox" value="103" id="search-chk-cal-2023"> <label class="form-check-label" for="search-chk-cal-2023"> 2023-2024 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2021-2022" type="checkbox" value="101" id="search-chk-cal-2021"> <label class="form-check-label" for="search-chk-cal-2021"> 2021-2022 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2019-2020" type="checkbox" value="81" id="search-chk-cal-2019"> <label class="form-check-label" for="search-chk-cal-2019"> 2019-2020 </label> </div> </div> <!--col--> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2017-2018" type="checkbox" value="82" id="search-chk-cal-2017"> <label class="form-check-label" for="search-chk-cal-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2015-2016" type="checkbox" value="83" id="search-chk-cal-2015"> <label class="form-check-label" for="search-chk-cal-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2013-2014" type="checkbox" value="84" id="search-chk-cal-2013"> <label class="form-check-label" for="search-chk-cal-2013"> 2013-2014 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="cal" data-years="2011-2012" type="checkbox" value="85" id="search-chk-cal-2011"> <label class="form-check-label" for="search-chk-cal-2011"> 2011-2012 </label> </div> </div> <!--col--> </div> <!--row--> </div> <!-- leg-searchcal-subs--> <hr /> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="1" id="search-chk-lrl"> <label class="form-check-label h4" for="defaultCheck2"> Legislative Reference Library </label> </div> <hr /> <div class="form-check"> <input class="form-check-input leg-search-checkbox " type="checkbox" value="71" id="search-chk-house"> <label class="form-check-label h4" for="search-chk-house"> House of Representatives </label> </div> <div id="leg-search-house-subs"> <div class="pl-4"> <div id="house-journals"> <div id="search-house-journal-toggle" class="search-toggle my-1 text-left font-weight-bold" data-toggle="search-house-journals"> House Journals<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-house-journals" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-h-j" id="search-chk-house-journal-all"> <label class="form-check-label" for="search-chk-house-journal-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2025-2026" type="checkbox" value="134" id="search-chk-house-journal-2025"> <label class="form-check-label" for="search-chk-house-journal-2025"> 2025-2026 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2023-2024" type="checkbox" value="104" id="search-chk-house-journal-2023"> <label class="form-check-label" for="search-chk-house-journal-2023"> 2023-2024 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2021-2022" type="checkbox" value="98" id="search-chk-house-journal-2021"> <label class="form-check-label" for="search-chk-house-journal-2021"> 2021-2022 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2019-2020" type="checkbox" value="58" id="search-chk-house-journal-2019"> <label class="form-check-label" for="search-chk-house-journal-2019"> 2019-2020 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2017-2018" type="checkbox" value="57" id="search-chk-house-journal-2017"> <label class="form-check-label" for="search-chk-house-journal-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2015-2016" type="checkbox" value="56" id="search-chk-house-journal-2015"> <label class="form-check-label" for="search-chk-house-journal-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2013-2014" type="checkbox" value="55" id="search-chk-house-journal-2013"> <label class="form-check-label" for="search-chk-house-journal-2013"> 2013-2014 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2011-2012" type="checkbox" value="54" id="search-chk-house-journal-2011"> <label class="form-check-label" for="search-chk-house-journal-2011"> 2011-2012 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2009-2010" type="checkbox" value="53" id="search-chk-house-journal-2009"> <label class="form-check-label" for="search-chk-house-journal-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2007-2008" type="checkbox" value="52" id="search-chk-house-journal-2007"> <label class="form-check-label" for="search-chk-house-journal-2007"> 2007-2008 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2005-2006" type="checkbox" value="51" id="search-chk-house-journal-2005"> <label class="form-check-label" for="search-chk-house-journal-2005"> 2005-2006 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2003-2004" type="checkbox" value="50" id="search-chk-house-journal-2003"> <label class="form-check-label" for="search-chk-house-journal-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="2001-2002" type="checkbox" value="49" id="search-chk-house-journal-2001"> <label class="form-check-label" for="search-chk-house-journal-2001"> 2001-2002 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1999-2000" type="checkbox" value="48" id="search-chk-house-journal-1999"> <label class="form-check-label" for="search-chk-house-journal-1999"> 1999-2000 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1997-1998" type="checkbox" value="47" id="search-chk-house-journal-1997"> <label class="form-check-label" for="search-chk-house-journal-1997"> 1997-1998 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1995-1996" type="checkbox" value="46" id="search-chk-house-journal-1995"> <label class="form-check-label" for="search-chk-house-journal-1995"> 1995-1996 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1993-1994" type="checkbox" value="45" id="search-chk-house-journal-1993"> <label class="form-check-label" for="search-chk-house-journal-1993"> 1993-1994 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1991-1992" type="checkbox" value="122" id="search-chk-house-journal-1991"> <label class="form-check-label" for="search-chk-house-journal-1991"> 1991-1992 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1989-1990" type="checkbox" value="121" id="search-chk-house-journal-1989"> <label class="form-check-label" for="search-chk-house-journal-1989"> 1989-1990 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1987-1988" type="checkbox" value="120" id="search-chk-house-journal-1987"> <label class="form-check-label" for="search-chk-house-journal-1987"> 1987-1988 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1985-1986" type="checkbox" value="119" id="search-chk-house-journal-1985"> <label class="form-check-label" for="search-chk-house-journal-1985"> 1985-1986 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1983-1984" type="checkbox" value="118" id="search-chk-house-journal-1983"> <label class="form-check-label" for="search-chk-house-journal-1983"> 1983-1984 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1981-1982" type="checkbox" value="117" id="search-chk-house-journal-1981"> <label class="form-check-label" for="search-chk-house-journal-1981"> 1981-1982 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1979-1980" type="checkbox" value="116" id="search-chk-house-journal-1979"> <label class="form-check-label" for="search-chk-house-journal-1979"> 1979-1980 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1977-1978" type="checkbox" value="115" id="search-chk-house-journal-1977"> <label class="form-check-label" for="search-chk-house-journal-1977"> 1977-1978 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1975-1976" type="checkbox" value="114" id="search-chk-house-journal-1975"> <label class="form-check-label" for="search-chk-house-journal-1975"> 1975-1976 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" data-checkboxtype="house_journal" data-years="1973-1974" type="checkbox" value="113" id="search-chk-house-journal-1973"> <label class="form-check-label" for="search-chk-house-journal-1973"> 1973-1974 </label> </div> </div> <!-- end column--> </div> <!--row--> </div> </div> <!--house journals--> <div id="house-acts"> <div id="search-house-act-toggle" class="search-toggle my-1 d-block text-left font-weight-bold" data-toggle="search-house-acts"> Act Summaries<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-house-acts" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-h-a" id="search-chk-house-act-all"> <label class="form-check-label" for="search-chk-house-act-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="136" id="search-chk-house-act-2025"> <label class="form-check-label" for="search-chk-house-act-2025"> 2025-2026 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="105" id="search-chk-house-act-2023"> <label class="form-check-label" for="search-chk-house-act-2023"> 2023-2024 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="99" id="search-chk-house-act-2021"> <label class="form-check-label" for="search-chk-house-act-2021"> 2021-2022 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="73" id="search-chk-house-act-2019"> <label class="form-check-label" for="search-chk-house-act-2019"> 2019-2020 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="34" id="search-chk-house-act-2017"> <label class="form-check-label" for="search-chk-house-act-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="33" id="search-chk-house-act-2015"> <label class="form-check-label" for="search-chk-house-act-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="32" id="search-chk-house-act-2013"> <label class="form-check-label" for="search-chk-house-act-2013"> 2013-2014 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="31" id="search-chk-house-act-2011"> <label class="form-check-label" for="search-chk-house-act-2011"> 2011-2012 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="30" id="search-chk-house-act-2009"> <label class="form-check-label" for="search-chk-house-act-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="29" id="search-chk-house-act-2007"> <label class="form-check-label" for="search-chk-house-act-2007"> 2007-2007 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="28" id="search-chk-house-act-2005"> <label class="form-check-label" for="search-chk-house-act-2005"> 2005-2006 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="27" id="search-chk-house-act-2003"> <label class="form-check-label" for="search-chk-house-act-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="26" id="search-chk-house-act-2001"> <label class="form-check-label" for="search-chk-house-act-2001"> 2001-2002 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="25" id="search-chk-house-act-1999"> <label class="form-check-label" for="search-chk-house-act-1999"> 1999-2000 </label> </div> </div> <!-- end column--> </div> <!--row--> </div> </div> <!--house acts--> <div id="house-bills"> <div id="search-house-bill-toggle" class="search-toggle my-1 d-block text-left font-weight-bold" data-toggle="search-house-bills"> Bill Summaries<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-house-bills" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-h-b" id="search-chk-house-bill-all"> <label class="form-check-label" for="search-chk-house-bill-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="137" id="search-chk-house-bill-2025"> <label class="form-check-label" for="search-chk-house-bill-2025"> 2025-2026 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="106" id="search-chk-house-bill-2023"> <label class="form-check-label" for="search-chk-house-bill-2023"> 2023-2024 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="100" id="search-chk-house-bill-2021"> <label class="form-check-label" for="search-chk-house-bill-2021"> 2021-2022 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="74" id="search-chk-house-bill-2019"> <label class="form-check-label" for="search-chk-house-bill-2019"> 2019-2020 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="44" id="search-chk-house-bill-2017"> <label class="form-check-label" for="search-chk-house-bill-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="43" id="search-chk-house-bill-2015"> <label class="form-check-label" for="search-chk-house-bill-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="42" id="search-chk-house-bill-2013"> <label class="form-check-label" for="search-chk-house-bill-2013"> 2013-2014 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="41" id="search-chk-house-bill-2011"> <label class="form-check-label" for="search-chk-house-bill-2011"> 2011-2012 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="40" id="search-chk-house-bill-2009"> <label class="form-check-label" for="search-chk-house-bill-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="39" id="search-chk-house-bill-2007"> <label class="form-check-label" for="search-chk-house-bill-2007"> 2007-2008 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="38" id="search-chk-house-bill-2005"> <label class="form-check-label" for="search-chk-house-bill-2005"> 2005-2006 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="37" id="search-chk-house-bill-2003"> <label class="form-check-label" for="search-chk-house-bill-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="36" id="search-chk-house-bill-2001"> <label class="form-check-label" for="search-chk-house-bill-2001"> 2001-2002 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="35" id="search-chk-house-bill-1999"> <label class="form-check-label" for="search-chk-house-bill-1999"> 1999-2000 </label> </div> </div> <!-- end column--> </div> <!--row--> </div> </div> <!--house bill summaries--> <div id="house-sessionweekly"> <div id="search-house-sweekly-toggle" class="search-toggle my-1 d-block text-left font-weight-bold" data-toggle="search-house-sweeklys"> Session Weekly<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-house-sweeklys" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-h-s" id="search-chk-house-sweekly-all"> <label class="form-check-label" for="search-chk-house-sweekly-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="67" id="search-chk-house-sweekly-2011"> <label class="form-check-label" for="search-chk-house-sweekly-2011"> 2011-2012 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="66" id="search-chk-house-sweekly-2009"> <label class="form-check-label" for="search-chk-house-sweekly-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="65" id="search-chk-house-sweekly-2007"> <label class="form-check-label" for="search-chk-house-sweekly-2007"> 2007-2008 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="64" id="search-chk-house-sweekly-2005"> <label class="form-check-label" for="search-chk-house-sweekly-2005"> 2005-2006 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="63" id="search-chk-house-sweekly-2003"> <label class="form-check-label" for="search-chk-house-sweekly-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="62" id="search-chk-house-sweekly-2001"> <label class="form-check-label" for="search-chk-house-sweekly-2001"> 2001-2002 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="61" id="search-chk-house-sweekly-1999"> <label class="form-check-label" for="search-chk-house-sweekly-1999"> 1999-2000 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="60" id="search-chk-house-sweekly-1997"> <label class="form-check-label" for="search-chk-house-sweekly-1997"> 1997-1998 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="59" id="search-chk-house-sweekly-1995"> <label class="form-check-label" for="search-chk-house-sweekly-1995"> 1995-1996 </label> </div> </div> <!-- end column--> </div> <!--row--> </div> </div> <!--session weekly--> </div> <!--leg-search-house-subs--> </div> <!--indent--> <hr /> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="2" id="search-chk-senate"> <label class="form-check-label h4" for="defaultCheck2"> Senate </label> </div> <div id="leg-search-senate-subs"> <div class="pl-4 mb-1"> <div id="senate-journals"> <div id="search-senate-journal-toggle" class="search-toggle my-1 d-block text-left font-weight-bold" data-toggle="search-senate-journals"> Senate Journal<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-senate-journals" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="all-s-j" id="search-chk-senate-journal-all"> <label class="form-check-label" for="search-chk-senate-journal-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="135" id="search-chk-senate-journal-2025"> <label class="form-check-label" for="search-chk-senate-journal-2025"> 2025-2026 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="107" id="search-chk-senate-journal-2023"> <label class="form-check-label" for="search-chk-senate-journal-2023"> 2023-2024 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="102" id="search-chk-senate-journal-2021"> <label class="form-check-label" for="search-chk-senate-journal-2021"> 2021-2022 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="76" id="search-chk-senate-journal-2019"> <label class="form-check-label" for="search-chk-senate-journal-2019"> 2019-2020 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="24" id="search-chk-senate-journal-2017"> <label class="form-check-label" for="search-chk-senate-journal-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="23" id="search-chk-senate-journal-2015"> <label class="form-check-label" for="search-chk-senate-journal-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="22" id="search-chk-senate-journal-2013"> <label class="form-check-label" for="search-chk-senate-journal-2013"> 2013-2014 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="21" id="search-chk-senate-journal-2011"> <label class="form-check-label" for="search-chk-senate-journal-2011"> 2011-2012 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="20" id="search-chk-senate-journal-2009"> <label class="form-check-label" for="search-chk-senate-journal-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="19" id="search-chk-senate-journal-2007"> <label class="form-check-label" for="search-chk-senate-journal-2007"> 2007-2008 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="18" id="search-chk-senate-journal-2005"> <label class="form-check-label" for="search-chk-senate-journal-2005"> 2005-2006 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="17" id="search-chk-senate-journal-2003"> <label class="form-check-label" for="search-chk-senate-journal-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="16" id="search-chk-senate-journal-2001"> <label class="form-check-label" for="search-chk-senate-journal-2001"> 2001-2002 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="15" id="search-chk-senate-journal-1999"> <label class="form-check-label" for="search-chk-senate-journal-1999"> 1999-2000 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="14" id="search-chk-senate-journal-1997"> <label class="form-check-label" for="search-chk-senate-journal-1997"> 1997-1998 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="13" id="search-chk-senate-journal-1995"> <label class="form-check-label" for="search-chk-senate-journal-1995"> 1995-1996 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="133" id="search-chk-senate-journal-1993"> <label class="form-check-label" for="search-chk-senate-journal-1993"> 1993-1994 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="132" id="search-chk-senate-journal-1991"> <label class="form-check-label" for="search-chk-senate-journal-1991"> 1991-1992 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="131" id="search-chk-senate-journal-1989"> <label class="form-check-label" for="search-chk-senate-journal-1989"> 1989-1990 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="130" id="search-chk-senate-journal-1987"> <label class="form-check-label" for="search-chk-senate-journal-1987"> 1987-1988 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="129" id="search-chk-senate-journal-1985"> <label class="form-check-label" for="search-chk-senate-journal-1985"> 1985-1986 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="128" id="search-chk-senate-journal-1983"> <label class="form-check-label" for="search-chk-senate-journal-1983"> 1983-1984 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="127" id="search-chk-senate-journal-1981"> <label class="form-check-label" for="search-chk-senate-journal-1981"> 1981-1982 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="126" id="search-chk-senate-journal-1979"> <label class="form-check-label" for="search-chk-senate-journal-1979"> 1979-1980 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="125" id="search-chk-senate-journal-1977"> <label class="form-check-label" for="search-chk-senate-journal-1977"> 1977-1978 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="124" id="search-chk-senate-journal-1975"> <label class="form-check-label" for="search-chk-senate-journal-1975"> 1975-1976 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="123" id="search-chk-senate-journal-1973"> <label class="form-check-label" for="search-chk-senate-journal-1973"> 1973-1974 </label> </div> </div><!-- end column--> </div> <!--row--> </div> </div> <!--senate journals--> <div id="senate-acts"> <div id="search-senate-act-toggle" class="search-toggle my-1 d-block text-left font-weight-bold" data-toggle="search-senate-acts"> Bill & Act Summaries<i class="ml-1 fas fa-chevron-down"></i> </div> <div id="search-senate-acts" style="display: none;" class="pl-1 mb-1 lrl-search-closed"> <div class="row"> <div class="col-lg-6 pr-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="79" id="search-chk-senate-act-all"> <label class="form-check-label" for="search-chk-senate-act-all"> All </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="78" id="search-chk-senate-act-2019"> <label class="form-check-label" for="search-chk-senate-act-2019"> 2019-2020 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="12" id="search-chk-senate-act-2017"> <label class="form-check-label" for="search-chk-senate-act-2017"> 2017-2018 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="11" id="search-chk-senate-act-2015"> <label class="form-check-label" for="search-chk-senate-act-2015"> 2015-2016 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="10" id="search-chk-senate-act-2013"> <label class="form-check-label" for="search-chk-senate-act-2013"> 2013-2014 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" value="9" disabled="disabled" id="search-chk-senate-act-2011"> <label class="form-check-label" for="search-chk-senate-act-2011"> 2011-2012 </label> </div> </div> <!-- end column--> <div class="col-lg-6 pl-0"> <!-- begin column --> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="8" id="search-chk-senate-act-2009"> <label class="form-check-label" for="search-chk-senate-act-2009"> 2009-2010 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="7" id="search-chk-senate-act-2007"> <label class="form-check-label" for="search-chk-senate-act-2007"> 2007-2008 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="6" id="search-chk-senate-act-2005"> <label class="form-check-label" for="search-chk-senate-act-2005"> 2005-2006 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="5" id="search-chk-senate-act-2003"> <label class="form-check-label" for="search-chk-senate-act-2003"> 2003-2004 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="4" id="search-chk-senate-act-2001"> <label class="form-check-label" for="search-chk-senate-act-2001"> 2001-2002 </label> </div> <div class="form-check"> <input class="form-check-input leg-search-checkbox" type="checkbox" disabled="disabled" value="3" id="search-chk-senate-act-1999"> <label class="form-check-label" for="search-chk-senate-act-1999"> 1999-2000 </label> </div> </div> <!-- end column--> </div> <!--row--> </div> </div> <!--senate bill act--> </div> <!--leg-search-senate-subs--> </div> <!--indent--> </div> <!--card-body--> </div> <!--card--> <div class="card mt-3"> <div class="card-header"> <h3 class="mb-0">Specialized Searches</h3> </div> <!--card head--> <div class="card-body "> <!--card-body--> <ul class="list-group list-group-flush"> <li class="list-group-item"><a href="http://www.house.leg.state.mn.us/sessiondaily/SDArchive.aspx" id="A4">Session Daily</a></li> <li class="list-group-item"><a id="HyperLink_vetoes" href="http://www.leg.state.mn.us/lrl/vetoes/vetoes.aspx">Bills Vetoed</a></li> <li class="list-group-item"><a id="HyperLink_District" href="http://www.gis.leg.mn/OpenLayers/districts/">District Finder</a></li> <li class="list-group-item"><a id="HyperLink_hb" href="https://www.revisor.mn.gov/bills/status_search.php?body=House">House Bills</a></li> <li class="list-group-item"><a id="HyperLink_hrd" href="http://www.house.leg.state.mn.us/hrd/publications.aspx">House Research Publications</a></li> <li class="list-group-item"><a id="HyperLink_legdb" href="http://www.leg.state.mn.us/legdb/">Legislators Past & Present</a></li> <li class="list-group-item"><a id="HyperLink_newsarchive" href="http://www.leg.state.mn.us/lrl/newsarchive/clippings_search.aspx">Library News Archive</a></li> <li class="list-group-item"><a id="HyperLink_SB" href="https://www.revisor.mn.gov/bills/status_search.php?body=Senate">Senate Bills</a></li> <li class="list-group-item"><a id="HyperLink_statlawrules" href="https://www.revisor.mn.gov/pubs/">Statutes, Laws & Rules</a></li> <li class="list-group-item"><a id="HyperLink1" href="https://www.revisor.mn.gov/statutes/statute_action.php?full=0">Statutes New, Amended or Repealed</a></li> </ul> </div> <!--card-body--> </div> <!--card--> </div> <!-- end column--> </div> <!--row--> </div><!-- END MAIN CONTENT--> <!--stopindex--> <div id="legFooter" class="leg-footer d-print-none"> <footer class="footer bg-light"> <div class="container" style=""> <div class="row pt-3 px-4"> <div class="col-sm-6 col-md-3"> <h5 class="title-widget text-left">About the Legislature</h5> <ul class="list-unstyled clear-margins"> <li> <a href="https://www.lrl.mn.gov/history/">Historical Information</a> </li> <li> <a href="https://www.leg.mn.gov/leg/jobs.aspx">Employment/Internships</a> </li> <li> <a href="https://www.leg.mn.gov/leg/faq/faq.aspx?subject=14">Visiting the Capitol</a> </li> <li> <a href="https://www.lcc.mn.gov/diversity-and-inclusion/accessibility/">Accessibility</a> </li> <li> <a href="https://www.leg.mn.gov/leg/faq/faq.aspx">Frequently Asked Questions</a> </li> </ul> </div> <div class="col-sm-6 col-md-3"> <h5 class="title-widget text-left">Contact Your Legislator</h5> <ul class="list-unstyled clear-margins"> <li class="mt-2"><a href="http://www.gis.leg.mn/OpenLayers/districts/">Who Represents Me?</a></li> <li><a href="http://www.house.leg.state.mn.us/members/hmem.asp">House Members</a></li> <li><a href="http://www.senate.leg.state.mn.us/members/index.php">Senators</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h5 class="title-widget text-left">General Contact</h5> <ul class="list-unstyled clear-margins"> <li class="mt-2">Contact a legislative librarian:</li> <li><a href="tel:651-296-8338" class="d-lg-none">(651) 296-8338</a><span class="d-none d-lg-inline">(651) 296-8338</span> or <a href="https://www.lrl.mn.gov/comments.aspx">Email</a></li> <li class="mt-2"><a href="https://www.leg.mn.gov/leg/legdir.aspx">Phone Numbers</a></li> <li><a href="https://www.lrl.mn.gov/comments.aspx">Submit website comments</a></li> </ul> </div> <div class="col-sm-6 col-md-3"> <h5 class="title-widget">Get Connected</h5> <ul class="list-unstyled clear-margins"> <li><a href="http://www.house.mn/hinfo/news.asp">House News</a></li> <li><a href="http://www.senate.leg.state.mn.us/media/">Senate News</a></li> <li><a href="https://www.leg.mn.gov/mybills/">MyBills</a></li> <li><a href="https://www.leg.mn.gov/leg/elists.aspx">Email Updates & RSS Feeds</a></li> </ul> </div> </div> </div> </footer> <div class="row mx-0"> <div class="col-12 bg-dark"> <div class="text-center text-light py-1 leg-subfooter">Minnesota State Legislature</div> </div> </div> </div> </div> <!-- container.fluid (from top) --> <script src="/js/jquery-ui-1.12.1.custom/jquery-ui.min.js"> </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"> </script> <script src="/node_modules/bootstrap/dist/js/bootstrap.min.js"> </script> <!--panel_google_leg--> <!--panel_google_lrlg--> <script type="text/javascript"> //<![CDATA[ (function() {var fn = function() {$get("ctl00_ctl15_HiddenField").value = '';Sys.Application.remove_init(fn);};Sys.Application.add_init(fn);})();//]]> </script> </form> </body> </html>