CINXE.COM
VGS -Downloads
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>VGS -Downloads</title> <link href="/Content/css?v=9jyy4FqqAvNy1z88b-iB1ZsnLJ9_DguoTgP90HjBEgs1" rel="stylesheet"/> <script src="/Scripts/jquery-3.3.1.min.js"></script> <script src="/Scripts/jquery-ui-1.12.1.js"></script> <script src="/bundles/bootstrap?v=lescQEuG5u4jd-GcVDBcbpUOSyTDIg0Kk9zHDX55GCw1"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.css"> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.contextMenu.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-contextmenu/2.7.1/jquery.ui.position.js"></script> <!-- Latest icon font stylesheet --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-brand-icons/latest/ua-brand-icons.css"> <!-- Compiled and minified UA Bootstrap CSS, icon font not included --> <link rel="stylesheet" href="https://cdn.uadigital.arizona.edu/lib/ua-bootstrap/v1.0.0-beta.19/ua-bootstrap.min.css"> <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css"> <link rel="stylesheet" href="https://js.arcgis.com/4.12/esri/css/main.css"> <script src="https://js.arcgis.com/4.12/"></script> <link href="/Content/Custom.css" rel="stylesheet" /> </head> <script async src="https://www.googletagmanager.com/gtag/js?id=G-6SPT4FTE91"></script> <script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-6SPT4FTE91'); gtag('config', 'G-32P0VZVSW1'); </script> <body> <div class=""> <div> <style> /* body { justify-content: center; }*/ .navbar-toggle .icon-bar { background-color: #ffffff; } </style> <div class="navbar"> <div class="navbar-header"> <button class="navbar-toggle" type="button" data-target="#navbar-collapse" aria-expanded="false" aria-label="Toggle Menu"> <span class="sr-only">Toggle Menu</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <div class="nav-logo-container"> <a href="/Home/" class="nav-logo" aria-label="Home Page"> <img src="/Content/Images/VGS_DarkGreen.png" style="height: 30px; margin-top: -10px" id="brand-image" alt="VGS Logo" /> </a> </div> </div> <div class="navbar-collapse-wrapper"> <div class="collapse navbar-collapse" id="navbar-collapse"> <ul class="nav navbar-nav" role="menubar"> <li><a class="topmenulinkheight" href="/Home/WhatIsVGS">What is VGS?</a></li> <li><a class="topmenulinkheight" href="/Home/SamplingMethods">Data Collection</a></li> <li><a class="topmenulinkheight" href="/Home/GeneralFAQ">FAQs</a></li> <li><a class="topmenulinkheight" href="/Home/Downloads">Downloads</a></li> <li><a class="topmenulinkheight" href="/Home/Contact">About Us</a></li> </ul> <div class="nav-portal-container"> <button type="button" onclick="location.href='/Home/Portal'" class="nav-portal-button" aria-label="Go to Portal">Portal</button> </div> </div> </div> </div> <script> var navbarToggle = document.querySelector(".navbar-toggle"); var navbarCollapse = document.querySelector("#navbar-collapse"); navbarToggle.addEventListener("click", function () { navbarCollapse.classList.toggle("expanded"); }); </script> <style> body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; } .navbar-collapse-wrapper { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #fff; padding: 10px; width: 100%; max-width: 1400px; margin: 0 auto; box-sizing: border-box; } .nav-wrapper { text-align: left; } .navbar-header { display: flex; align-items: center; } .navbar-collapse { display: flex; flex-direction: column; align-items: flex-start; } .navbar-nav { display: flex; align-items: center; margin: 0; padding: 0; flex-grow: 1; justify-content: center; } .navbar-nav > li { margin-right: 10px; } .nav-portal-container { display: flex; align-items: center; margin-right: 0; } .nav-portal-button { padding: 8px 20px; background-color: #dbd3cb; border-radius: 30px; color: #957E7E; transition: background-color 0.3s; text-align: center; border: none; cursor: pointer; font-size: 20px; } .nav-portal-button:hover { background-color: #bc6c25; color: white; } .navbar-collapse-wrapper { display: flex; justify-content: center; flex-grow: 1; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-collapse { display: flex; align-items: center; } .nav-logo { display: flex; justify-content: center; align-items: flex-start; flex-grow: 1; } .navbar ul li a { color: #957E7E; text-decoration: none; padding: 12px 10px; padding-top: 8px; padding-top: 2px; font-weight: normal; transition: padding 0.3s; display: block; text-align: center; } .navbar ul li a:hover { background-color: #DDA15E; color: white; padding: 5px 10px; } .topmenulinkheight:hover { background-color: #DDA15E; text-align: center; border-radius: 5px; } /* Removes hover just from the VGS home link */ .no-hover:hover { background-color: white !important; text-align: inherit !important; padding: 0; } .panel-primary > .panel-heading { background-color: #D9D9D9; color: white; } @media (min-width: 768px) { body { display: flex; justify-content: center; align-items: center; min-height: 100vh; } .navbar { display: flex; } .navbar-nav { display: flex; flex-grow: 1; } .nav-portal-button-container { margin-left: auto; margin-right: 10px; } .navbar-header { text-align: center; } .navbar-collapse { width: 100%; text-align: center; border: none; } .navbar-nav > li { float: none; display: inline-block; } .navbar-toggle { display: none; } .nav-portal-button { margin-left: auto; margin-right: 10px; margin-top: -10px; } .nav-portal-container { margin-left: auto; margin-right: 10px; } .collapse.navbar-collapse { display: flex; align-items: flex-start; margin-top: 18px; } } @media (max-width: 768px) { body { margin: 0; padding: 0; font-family: 'Inter', sans-serif; background-color: #FFFFFF; width: 100%; } .container.body-content { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 100vh; width: 100%; } .navbar { display: flex; justify-content: space-between; align-items: center; background-color: #dbd3cb; padding: 10px; width: 100%; max-width: 1400px; } .navbar-header { text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; } .navbar-toggle { display: block; width: 40px; height: 40px; background-color: #dbd3cb; border: none; } .navbar-nav { display: none; background-color: #DDA15E; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; z-index: 1000; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded { top: 57px; left: 0; width: 100%; background-color: #dbd3cb; padding: 10px; z-index: 1000; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { max-height: 0; overflow: hidden; transition: max-height 0.6s ease; } .navbar-collapse.expanded { max-height: 1000px; transition: max-height 0.6s ease; } } body { padding-top: 10px; display: flex; font-family: 'Inter', sans-serif; background-color: #FFFFFF; min-height: 80vh; flex-direction: column; } .content { width: 100%; max-width: 1440px; flex: 1; } .container.body-content { display: flex; flex-direction: column; width: 100vw; padding-bottom: 0; margin: 0; height: auto; } .logo-box { width: 90%; height: auto; display: flex; justify-content: center; align-items: center; margin: 1rem; } .main-logo { width: 25%; height: auto; } .home-main-content { display: flex; } .home-info { width: 50%; padding: 5px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #957E7E; font-family: 'Inter', sans-serif; font-weight: 400; } .home-image { width: 45%; padding: 1rem; } h1 { color: #957E7E; font-size: 40px; font-family: 'Inter', sans-serif; font-weight: 400; text-align: center; } p { font-family: 'Geneva', sans-serif; font-size: 20px; } a { color: #006400; font-size: 1.5em; } ul { list-style: none; } .download-button { padding: 10px 20px; background-color: #e0e0e0; border: none; border-radius: 30px; color: #000000; font-size: 15px; cursor: pointer; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) } .cornerimage { border-radius: 10px; } .listfont { font-family: 'Geneva', sans-serif; font-size: 1.2em; } .k-font-weight-bold { font-weight: bold; color: #006400; } table { font-family: 'Verandan', sans-serif; font-size: 1.0em; width: 100%; } tr td:nth-child(1) { font-weight: bold; } tr td:nth-child(2) { font-weight: bold; } .clicker { cursor: pointer; text-decoration: underline; font-size: 1.5em; font-family: 'Verandan', sans-serif; color: #006400; } .notaclicker { cursor: default; text-decoration: none; font-size: 1.5em; color: #006400; } .clicker:hover { color: #00a000; } @media (max-width: 768px) { .navbar { background-color: #dbd3cb; flex-grow: 1; max-width: none; display: flex; justify-content: center; align-items: center; position: relative; padding: 15px 10px; } .navbar-header { width: 100%; text-align: center; flex-grow: 1; } .nav-logo-container { margin: 0 auto; transform: none; position: static; align-items: center; } .navbar-toggle { background-color: #dbd3cb; z-index: 999; width: 40px; min-width: 40px; position: absolute; left: 10px; } .navbar-nav { background-color: #DDA15E; margin: 0; padding: 0; display: flex; flex-direction: column; align-items: center; } .navbar-nav > li { margin-bottom: 5px; } .navbar ul li a:hover { background-color: #fff; color: #957E7E; padding: 5px 10px; } .nav-portal-container { display: none; } .navbar-collapse.expanded .nav-portal-container { display: flex; align-items: center; margin-right: 5px; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 3px; margin: 5px 0; background-color: #957E7E; } .navbar-collapse.expanded .navbar-nav { display: flex; flex-direction: column; align-items: flex-start; background-color: #dbd3cb; padding: 10px; } .navbar-collapse.expanded { background-color: #dbd3cb; padding: 10px; display: flex; transition: max-height 0.6s ease; margin-top: -10px; } .navbar-collapse.expanded .navbar-nav > li { margin-bottom: 5px; } .nav-portal-button { background-color: white; } .navbar-collapse { position: absolute; top: 100%; left: 0; width: 100%; background-color: #dbd3cb; display: none; flex-direction: column; align-items: center; justify-content: center; transition: max-height 0.6s ease; } } </style> </div> </div> <div class="container body-content"> <h1 style="color: #756767;">Downloads</h1> <div class="downloads-info"> <p style="font-size:1em;"> Find all the downloads you need, including the VGS Program and organization-specific protocols and lists. <br /> </p> </div> <label for="dropdownSelect" style="display: block; margin-top: 1em;"> Click on your organization for customized resources. </label> <select onchange="toggleContent(); toggleMapVisibility(); resetActiveStates(); resetActiveRegions(); showInstructions();" id="dropdownSelect"> <option value="">Select an option</option> <option value="vgs">VGS Software</option> <option value="ars">USDA ARS</option> <option value="nrcs">USDA NRCS</option> <option value="usfs">USDA Forest Service</option> <option value="blm">USDI Bureau of Land Management</option> <option value="bia">USDI Bureau of Indian Affairs</option> </select> <div id="instructions" style="display: none;"> <p id="usfsInstructions">Select a region to display more information below.</p> <p id="nrcsInstructions">Select a state to display more information below.</p> </div> <script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> <div id="us-map-nrcs" class="map"> <?xml version="1.0" encoding="utf-8" ?> <svg version="1.1" id="us-map-nrcs" x="0px" y="0px" width="799px" height="433px" viewBox="174 100 959 593" enable-background="new 174 100 959 593" xml:space="preserve" role="img" aria-labelledby="NRCS Map"> <sodipodi:namedview bordercolor="#666666" objecttolerance="10" pagecolor="#ffffff" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:cx="509.19152" inkscape:cy="282.2353" inkscape:zoom="1.2137643" showgrid="false" id="namedview71" inkscape:current-layer="g5" inkscape:window-maximized="1" inkscape:window-y="-8" inkscape:window-x="-8" inkscape:pageopacity="0" inkscape:window-height="1017" inkscape:window-width="1920" inkscape:pageshadow="2"> </sodipodi:namedview> <g id="g5"> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('hibuttons', document.getElementById('HI'))" style="text-decoration: none;" role="link" aria-label="Hawaii"> <path id="HI" data-info="" fill="#ccd5ae" d="M407.1,619.3l1.9-3.6l2.3-0.3l0.3,0.8l-2.1,3.1H407.1z M417.3,615.6l6.1,2.6l2.1-0.3l1.6-3.9 l-0.6-3.4l-4.2-0.5l-4,1.8L417.3,615.6z M448,625.6l3.7,5.5l2.4-0.3l1.1-0.5l1.5,1.3l3.7-0.2l1-1.5l-2.9-1.8l-1.9-3.7l-2.1-3.6 l-5.8,2.9L448,625.6z M468.2,634.5l1.3-1.9l4.7,1l0.6-0.5l6.1,0.6l-0.3,1.3l-2.6,1.5l-4.4-0.3L468.2,634.5z M473.5,639.7l1.9,3.9 l3.1-1.1l0.3-1.6l-1.6-2.1l-3.7-0.3V639.7z M480.5,638.5l2.3-2.9l4.7,2.4l4.4,1.1l4.4,2.7v1.9l-3.6,1.8l-4.8,1l-2.4-1.5 L480.5,638.5z M497.1,654.1l1.6-1.3l3.4,1.6l7.6,3.6l3.4,2.1l1.6,2.4l1.9,4.4l4,2.6l-0.3,1.3l-3.9,3.2l-4.2,1.5l-1.5-0.6l-3.1,1.8 l-2.4,3.2l-2.3,2.9l-1.8-0.2l-3.6-2.6l-0.3-4.5l0.6-2.4l-1.6-5.7l-2.1-1.8l-0.2-2.6l2.3-1l2.1-3.1l0.5-1l-1.6-1.8L497.1,654.1z" /> <text x="430" y="650" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Hawaii</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('flbuttons', document.getElementById('FL'))" style="text-decoration: none;" role="link" aria-label="Florida"> <path id="FL" data-info="Florida" fill="#ccd5ae" d="M929.4,545.5l2.3,7.3l3.7,9.7l5.3,9.4l3.7,6.3l4.8,5.5l4,3.7l1.6,2.9l-1.1,1.3L953,593l2.9,7.4 l2.9,2.9l2.6,5.3l3.6,5.8l4.5,8.2l1.3,7.6l0.5,12l0.6,1.8l-0.3,3.4l-2.4,1.3l0.3,1.9l-0.6,1.9l0.3,2.4l0.5,1.9l-2.7,3.2l-3.1,1.5 l-3.9,0.2l-1.5,1.6l-2.4,1l-1.3-0.5l-1.1-1l-0.3-2.9l-0.8-3.4l-3.4-5.2l-3.6-2.3l-3.9-0.3l-0.8,1.3l-3.1-4.4l-0.6-3.6l-2.6-4 l-1.8-1.1l-1.6,2.1l-1.8-0.3l-2.1-5l-2.9-3.9l-2.9-5.3l-2.6-3.1l-3.6-3.7l2.1-2.4l3.2-5.5l-0.2-1.6l-4.5-1l-1.6,0.6l0.3,0.6l2.6,1 l-1.5,4.5l-0.8,0.5l-1.8-4l-1.3-4.8l-0.3-2.7l1.5-4.7v-9.5L910,585l-1.3-3.1l-5.2-1.3l-1.9-0.6l-1.6-2.6l-3.4-1.6l-1.1-3.4l-2.7-1 l-2.4-3.7l-4.2-1.5l-2.9-1.5h-2.6l-4,0.8l-0.2,1.9l0.8,1l-0.5,1.1l-3.1-0.2l-3.7,3.6l-3.6,1.9h-3.9l-3.2,1.3l-0.3-2.7l-1.6-1.9 l-2.9-1.1l-1.6-1.5l-8.1-3.9l-7.6-1.8l-4.4,0.6l-6,0.5l-6,2.1l-3.5,0.6l-0.2-8l-2.6-1.9l-1.8-1.8l0.3-3.1l10.2-1.3l25.5-2.9 l6.8-0.6l5.4,0.3l2.6,3.9l1.5,1.5l8.1,0.5l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l3.8,0.8l0.3-4.8l-1.6-4.5l1-0.7l5.1,0.5 L929.4,545.5z M941.9,677.9l2.4-0.6l1.3-0.2l1.5-2.3l2.3-1.6l1.3,0.5l1.7,0.3l0.4,1.1l-3.5,1.2l-4.2,1.5l-2.3,1.2L941.9,677.9z M955.4,672.9l1.2,1.1l2.7-2.1l5.3-4.2l3.7-3.9l2.5-6.6l1-1.7l0.2-3.4l-0.7,0.5l-1,2.8l-1.5,4.6l-3.2,5.3l-4.4,4.2l-3.4,1.9 L955.4,672.9z" /> <text x="950" y="645" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Florida</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('scbuttons', document.getElementById('SC'))" style="text-decoration: none;" role="link" aria-label="South Carolina"> <path id="SC" data-info="South Carolina" fill="#ccd5ae" d="M935.2,512.9l-1.8,1l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.7-6l-4.2-1.9 l-2.1-1.9l-1.3-2.6L910,485l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-5.2l-3.4,0.2l-4-2.4l-1.3-1.3 l-0.3-1.8l0.8-1.9l2.3-1l-0.3-2.1l6.1-2.6l9.1-4.5l7.3-0.8l16.5-0.5l2.3,1.9l1.6,3.2l4.4-0.5l12.6-1.5l2.9,0.8l12.6,7.6l10.1,8.1 l-5.4,5.5l-2.6,6.1l-0.5,6.3l-1.6,0.8l-1.1,2.7l-2.4,0.6l-2.1,3.6l-2.7,2.7l-2.3,3.4l-1.6,0.8l-3.6,3.4l-2.9,0.2l1,3.2l-5,5.5 L935.2,512.9z" /> <text x="905" y="480" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">South Carolina</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('gabuttons', document.getElementById('GA'))" style="text-decoration: none;" role="link" aria-label="Georgia"> <path id="GA" data-info="Georgia" fill="#ccd5ae" d="M863.6,458l-4.8,0.8l-8.4,1.1l-8.6,0.9v2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7 l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l0.6,3.4l2.6,3.9 l1.5,1.5l7.9,0.2l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l2.6,0.8l0.3-4.4l-1.6-4.5l1.1-1.6l5.8,0.8l5,0.3l-0.8-6.3l2.3-10 l1.5-4.2l-0.5-2.6l3.3-6.2l-0.5-1.4l-1.9,0.7l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.9-6.3l-4.2-1.9l-2.1-1.9 l-1.3-2.6l-2.1-1.9l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-4.9l-3.4,0.2l-4.1-3l-1.3-1.3l-0.3-1.8 l0.8-1.9l2.4-1.2l-1.1-1.2l0.1-0.3l-5.8,1l-7,0.8L863.6,458z" /> <text x="865" y="530" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Georgia</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('albuttons', document.getElementById('AL'))" style="text-decoration: none;" role="link" aria-label="Alabama"> <path id="AL" data-info="Alabama" fill="#ccd5ae" d="M799.6,566.8l-1.6-15.2l-2.7-18.8l0.2-14.1l0.8-31l-0.2-16.7l0.2-6.4l7.8-0.4l27.8-2.6l8.9-0.7 l-0.1,2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2 l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l1,2.5h-6.3l-6.8,0.6l-25.5,2.9l-10.4,1.4l-0.1,3.8l1.8,1.8l2.6,1.9l0.6,7.9 l-5.5,2.6l-2.7-0.3l2.7-1.9v-1l-3.1-6l-2.3-0.6l-1.5,4.4l-1.3,2.7l-0.6-0.2H799.6z" /> <text x="795" y="524" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Alabama</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ncbuttons', document.getElementById('NC'))" style="text-decoration: none;" role="link" aria-label="North Carolina"> <path id="NC" data-info="North Carolina" fill="#ccd5ae" d="M1006.1,398.5l1.7,4.7l3.6,6.5l2.4,2.4l0.6,2.3l-2.4,0.2l0.8,0.6l-0.3,4.2l-2.6,1.3l-0.6,2.1 l-1.3,2.9l-3.7,1.6l-2.4-0.3l-1.5-0.2l-1.6-1.3l0.3,1.3v1h1.9l0.8,1.3l-1.9,6.3h4.2l0.6,1.6l2.3-2.3l1.3-0.5l-1.9,3.6l-3.1,4.8 h-1.3l-1.1-0.5l-2.7,0.6l-5.2,2.4l-6.5,5.3l-3.4,4.7l-1.9,6.5l-0.5,2.4l-4.7,0.5l-5.5,1.3l-9.9-8.2l-12.6-7.6l-2.9-0.8l-12.6,1.5 l-4.3,0.8l-1.6-3.2l-3-2.1l-16.5,0.5l-7.3,0.8l-9.1,4.5l-6.1,2.6l-1.6,0.3l-5.8,1l-7,0.8l-6.8,0.5l0.5-4.1l1.8-1.5l2.7-0.6l0.6-3.7 l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.6-3.1l3.9-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1c0.8,0,1.9,0.3,1.9,0.3l2.3-3.6l2.1-0.6l2.3,0.3 l1.6-3.6l2.9-2.6l0.5-2.1v-4l4.5,0.7l7.1-1.3l15.8-1.9l17.1-2.6l19.9-4l19.7-4.2l11.4-2.8L1006.1,398.5z M1010,431.5l2.6-2.5 l3.2-2.6l1.5-0.6l0.2-2l-0.6-6.1l-1.5-2.3l-0.6-1.9l0.7-0.2l2.7,5.5l0.4,4.4l-0.2,3.4l-3.4,1.5l-2.8,2.4l-1.1,1.2L1010,431.5z" /> <text x="900" y="440" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">North Carolina</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('tnbuttons', document.getElementById('TN'))" style="text-decoration: none;" role="link" aria-label="Tennessee"> <path id="TN" data-info="Tennessee" fill="#ccd5ae" d="M871.1,420.6l-51.9,5l-15.8,1.8l-4.6,0.5l-3.9,0v3.9l-8.4,0.5l-7,0.6l-11.1,0.1l-0.3,5.8l-2.1,6.3 l-1,3l-1.3,4.4l-0.3,2.6l-4,2.3l1.5,3.6l-1,4.4l-1,0.8l7.3-0.2l24.1-1.9l5.3-0.2l8.1-0.5l27.8-2.6l10.2-0.8l8.4-1l8.4-1.1l4.8-0.8 l-0.1-4.5l1.8-1.5l2.7-0.6l0.6-3.7l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.9-3.5l4.3-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1s1.9,0.3,1.9,0.3 l2.3-3.6l2.1-0.6l2.3,0.3l1.6-3.6l2.1-2.2l0.6-1l0.2-3.9l-1.5-0.3l-2.4,1.9l-7.9,0.2l-12,1.9L871.1,420.6z" /> <text x="780" y="450" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Tennessee</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ributtons', document.getElementById('RI'))" style="text-decoration: none;" role="link" aria-label="Rhode Island"> <path id="RI" data-info="Rhode Island" fill="#ccd5ae" d="M1048.1,279.8l-0.5-4.2l-0.8-4.4l-1.7-5.9l5.7-1.5l1.6,1.1l3.4,4.4l2.9,4.4l-2.9,1.5l-1.3-0.2 l-1.1,1.8l-2.4,1.9L1048.1,279.8z" /> <text x="1070" y="284" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Rhode</text> <text x="1071" y="295" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Island</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ctbuttons', document.getElementById('CT'))" style="text-decoration: none;" role="link" aria-label="Connecticut"> <path id="CT" data-info="Connecticut" fill="#ccd5ae" d="M1047.2,280.1l-0.6-4.2l-0.8-4.4l-1.6-6l-4.2,0.9l-21.8,4.8l0.6,3.3l1.5,7.3v8.1l-1.1,2.3l1.8,2.1 l5-3.4l3.6-3.2l1.9-2.1l0.8,0.6l2.7-1.5l5.2-1.1L1047.2,280.1z" /> <text x="1060" y="308" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Connecticut</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mabuttons', document.getElementById('MA'))" style="text-decoration: none;" role="link" aria-label="Massachusetts"> <path id="MA" data-info="Massachusetts" fill="#ccd5ae" d="M1074,273.9l2.2-0.7l0.5-1.7l1,0.1l1,2.3l-1.3,0.5l-3.9,0.1L1074,273.9z M1064.6,274.7l2.3-2.6h1.6 l1.8,1.5l-2.4,1l-2.2,1L1064.6,274.7z M1029.8,252.7l17.5-4.2l2.3-0.6l2.1-3.2l3.7-1.7l2.9,4.4l-2.4,5.2l-0.3,1.5l1.9,2.6l1.1-0.8 h1.8l2.3,2.6l3.9,6l3.6,0.5l2.3-1l1.8-1.8l-0.8-2.7l-2.1-1.6l-1.5,0.8l-1-1.3l0.5-0.5l2.1-0.2l1.8,0.8l1.9,2.4l1,2.9l0.3,2.4 l-4.2,1.5l-3.9,1.9l-3.9,4.5l-1.9,1.5v-1l2.4-1.5l0.5-1.8l-0.8-3.1l-2.9,1.5l-0.8,1.5l0.5,2.3l-2.1,1l-2.7-4.5l-3.4-4.4l-2.1-1.8 l-6.5,1.9l-5.1,1.1l-21.8,4.8l-0.4-4.9l0.6-10.6l5.2-0.9L1029.8,252.7z" /> <text x="1050" y="260" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Massachusetts</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mebuttons', document.getElementById('ME'))" style="text-decoration: none;" role="link" aria-label="Maine"> <path id="ME" data-info="Maine" fill="#ccd5ae" d="M1097.2,177.3l1.9,2.1l2.3,3.7v1.9l-2.1,4.7l-1.9,0.6l-3.4,3.1l-4.8,5.5c0,0-0.6,0-1.3,0 c-0.6,0-1-2.1-1-2.1l-1.8,0.2l-1,1.5l-2.4,1.5l-1,1.5l1.6,1.5l-0.5,0.6l-0.5,2.7l-1.9-0.2v-1.6l-0.3-1.3l-1.5,0.3l-1.8-3.2 l-2.1,1.3l1.3,1.5l0.3,1.1l-0.8,1.3l0.3,3.1l0.2,1.6l-1.6,2.6l-2.9,0.5l-0.3,2.9l-5.3,3.1l-1.3,0.5l-1.6-1.5l-3.1,3.6l1,3.2 l-1.5,1.3l-0.2,4.4l-1.1,6.3l-2.5-1.2l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.2-13.6l1.4-0.1l1.5,0.4v-2.6l0.8-5.5l2.6-4.7l1.5-4 l-1.9-2.4v-6l0.8-1l0.8-2.7l-0.2-1.5l-0.2-4.8l1.8-4.8l2.9-8.9l2.1-4.2h1.3l1.3,0.2v1.1l1.3,2.3l2.7,0.6l0.8-0.8v-1l4-2.9l1.8-1.8 l1.5,0.2l6,2.4l1.9,1l9.1,29.9h6l0.8,1.9l0.2,4.8l2.9,2.3h0.8l0.2-0.5l-0.5-1.1L1097.2,177.3z M1076.3,207.5l1.5-1.5l1.4,1.1 l0.6,2.4l-1.7,0.9L1076.3,207.5z M1083,201.6l1.8,1.9c0,0,1.3,0.1,1.3-0.2s0.2-2,0.2-2l0.9-0.8l-0.8-1.8l-2,0.7L1083,201.6z" /> <text x="1048" y="190" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Maine</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('nhbuttons', document.getElementById('NH'))" style="text-decoration: none;" role="link" aria-label="New Hampshire"> <path id="NH" data-info="New Hampshire" fill="#ccd5ae" d="M1054.8,242.4l0.9-1.1l1.1-3.3l-2.5-0.9l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.6-14.5l-0.9,0 l-0.6,1.6l-0.6-0.5l-1-1l-1.5,1.9l0,5l0.3,5.7l1.9,2.7v4l-3.7,5.1l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5 l-0.5,1.8l1.5,0.9l16.4-4.7l2.3-0.6l1.5-2.6L1054.8,242.4z" /> <text x="1085" y="220" fill="#957E7E" font-family="Verdana" font-size="14" style="text-decoration: none; font-weight: normal;">New</text> <text x="1065" y="235" fill="#957E7E" font-family="Verdana" font-size="14" style="text-decoration: none; font-weight: normal;">Hampshire</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('vtbuttons', document.getElementById('VT'))" style="text-decoration: none;" role="link" aria-label="Vermont"> <path id="VT" data-info="Vermont" fill="#ccd5ae" d="M1018.3,253.7l-0.8-5.7l-2.4-10l-0.6-0.3l-2.9-1.3l0.8-2.9l-0.8-2.1l-2.7-4.6l1-3.9l-0.8-5.2 l-2.4-6.5l-0.8-4.9l26.2-6.7l0.3,5.8l1.9,2.7v4l-3.7,4l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5l-0.5,1.8 l0.7,1.6l-7,1.4L1018.3,253.7z" /> <text x="940" y="200" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Vermont</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('nybuttons', document.getElementById('NY'))" style="text-decoration: none;" role="link" aria-label="New York"> <path id="NY" data-info="New York" fill="#ccd5ae" d="M1002.6,289.4l-1.1-1l-2.6-0.2l-2.3-1.9l-1.6-6.1l-3.5,0.1l-2.4-2.7l-19.4,4.4l-43,8.7l-7.5,1.2 l-0.7-6.5l1.4-1.1l1.3-1.1l1-1.6l1.8-1.1l1.9-1.8l0.5-1.6l2.1-2.7l1.1-1l-0.2-1l-1.3-3.1l-1.8-0.2l-1.9-6.1l2.9-1.8l4.4-1.5l4-1.3 l3.2-0.5l6.3-0.2l1.9,1.3l1.6,0.2l2.1-1.3l2.6-1.1l5.2-0.5l2.1-1.8l1.8-3.2l1.6-1.9h2.1l1.9-1.1l0.2-2.3l-1.5-2.1l-0.3-1.5l1.1-2.1 v-1.5h-1.8l-1.8-0.8l-0.8-1.1l-0.2-2.6l5.8-5.5l0.6-0.8l1.5-2.9l2.9-4.5l2.7-3.7l2.1-2.4l2.4-1.8l3.1-1.2l5.5-1.3l3.2,0.2l4.5-1.5 l7.6-2.1l0.5,5l2.4,6.5l0.8,5.2l-1,3.9l2.6,4.5l0.8,2.1l-0.8,2.9l2.9,1.3l0.6,0.3l3.1,11l-0.5,5.1l-0.5,10.8l0.8,5.5l0.8,3.6 l1.5,7.3v8.1l-1.1,2.3l1.8,2l0.8,1.7l-1.9,1.8l0.3,1.3l1.3-0.3l1.5-1.3l2.3-2.6l1.1-0.6l1.6,0.6l2.3,0.2l7.9-3.9l2.9-2.7l1.3-1.5 l4.2,1.6l-3.4,3.6l-3.9,2.9l-7.1,5.3l-2.6,1l-5.8,1.9l-4,1.1l-1.2-0.5l-0.2-3.7l0.5-2.7l-0.2-2.1l-2.8-1.7l-4.5-1l-3.9-1.1 L1002.6,289.4z" /> <text x="942" y="265" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New York</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('njbuttons', document.getElementById('NJ'))" style="text-decoration: none;" role="link" aria-label="New Jersey"> <path id="NJ" data-info="New Jersey" fill="#ccd5ae" d="M1002.2,290.3l-2.1,2.4v3.1l-1.9,3.1l-0.2,1.6l1.3,1.3l-0.2,2.4l-2.3,1.1l0.8,2.7l0.2,1.1l2.7,0.3 l1,2.6l3.6,2.4l2.4,1.6v0.8l-3.2,3.1l-1.6,2.3l-1.5,2.7l-2.3,1.3l-1.2,0.7l-0.2,1.2l-0.6,2.6l1.1,2.2l3.2,2.9l4.8,2.3l4,0.6 l0.2,1.5l-0.8,1l0.3,2.7h0.8l2.1-2.4l0.8-4.8l2.7-4l3.1-6.5l1.1-5.5l-0.6-1.1l-0.2-9.4l-1.6-3.4l-1.1,0.8l-2.7,0.3l-0.5-0.5l1.1-1 l2.1-1.9l0.1-1.1l-0.4-3.4l0.5-2.7l-0.2-2.1l-2.6-1.1l-4.5-1l-3.9-1.1L1002.2,290.3z" /> <text x="1035" y="330" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New Jersey</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('pabuttons', document.getElementById('PA'))" style="text-decoration: none;" role="link" aria-label="Pennsylvania"> <path id="PA" data-info="Pennsylvania" fill="#ccd5ae" d="M996.2,326.5l1.1-0.6l2.3-0.6l1.5-2.7l1.6-2.3l3.2-3.1v-0.8l-2.4-1.6l-3.6-2.4l-1-2.6l-2.7-0.3 l-0.2-1.1l-0.8-2.7l2.3-1.1l0.2-2.4l-1.3-1.3l0.2-1.6l1.9-3.1v-3.1l2.3-2.4l0.2-1.1l-2.6-0.2l-2.3-1.9l-2.4-5.3l-3-0.9l-2.3-2.1 l-18.6,4l-43,8.7l-8.9,1.5l-0.5-7.1l-5.5,5.6l-1.3,0.5l-4.2,3l2.9,19.1l2.5,9.7l3.6,19.3l3.3-0.6l11.9-1.5l37.9-7.7l14.9-2.8 l8.3-1.6l0.3-0.2l2.1-1.6L996.2,326.5z" /> <text x="913" y="320" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Pennsylvania</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('debuttons', document.getElementById('DE'))" style="text-decoration: none;" role="link" aria-label="Delaware"> <path id="DE" data-info="Delaware" fill="#ccd5ae" d="M996.4,330.4l0.6-2.1l0-1.2l-1.3-0.1l-2.1,1.6l-1.5,1.5l1.5,4.2l2.3,5.7l2.1,9.7l1.6,6.3l5-0.2 l6.1-1.2l-2.3-7.4l-1,0.5l-3.6-2.4l-1.8-4.7l-1.9-3.6l-2.3-1l-2.1-3.6L996.4,330.4z" /> <text x="1025" y="350" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Delaware</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mdbuttons', document.getElementById('MD'))" style="text-decoration: none;" role="link" aria-label="Maryland"> <path id="MD" data-info="Maryland" fill="#ccd5ae" d="M1011,355.3l-6.1,1.3l-5.8,0.2l-1.8-7.1l-2.1-9.7l-2.3-5.7l-1.3-4.4l-7.5,1.6l-14.9,2.8l-37.5,7.6 l1.1,5l1,5.7l0.3-0.3l2.1-2.4l2.3-2.6l2.4-0.6l1.5-1.5l1.8-2.6l1.3,0.6l2.9-0.3l2.6-2.1l2-1.5l1.8-0.5l1.6,1.1l2.9,1.5l1.9,1.8 l1.2,1.5l4.1,1.7v2.9l5.5,1.3l1.1,0.5l1.4-2l2.9,2l-1.3,2.5l-0.8,4l-1.8,2.6v2.1l0.6,1.8l5.1,1.4l4.3-0.1l3.1,1l2.1,0.3l1-2.1 l-1.5-2.1v-1.8l-2.4-2.1l-2.1-5.5l1.3-5.3l-0.2-2.1l-1.3-1.3c0,0,1.5-1.6,1.5-2.3c0-0.6,0.5-2.1,0.5-2.1l1.9-1.3l1.9-1.6l0.5,1 l-1.5,1.6l-1.3,3.7l0.3,1.1l1.8,0.3l0.5,5.5l-2.1,1l0.3,3.6l0.5-0.2l1.1-1.9l1.6,1.8l-1.6,1.3l-0.3,3.4l2.6,3.4l3.9,0.5l1.6-0.8 l3.2,4.2l1.4,0.5l6.7-2.8l2-4L1011,355.3z M994.3,364.3l1.1,2.5l0.2,1.8l1.1,1.9c0,0,0.9-0.9,0.9-1.2c0-0.3-0.7-3.1-0.7-3.1 l-0.7-2.3L994.3,364.3z" /> <text x="1025" y="365" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Maryland</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('kybuttons', document.getElementById('KY'))" style="text-decoration: none;" role="link" aria-label="Kentucky"> <path id="KY" data-info="Kentucky" fill="#ccd5ae" d="M895.8,397.8l-2.3,2.7l-4.2,3.6L885,410l-1.8,1.8v2.1l-3.9,2.1l-5.7,3.4l-3.5,0.4l-51.9,4.9 l-15.8,1.8l-4.6,0.5l-3.9,0l-0.2,4.2l-8.2,0.1l-7,0.6l-10.4,0.2l1.9-0.2l2.2-1.8l2.1-1.1l0.2-3.2l0.9-1.8l-1.6-2.5l0.8-1.9l2.3-1.8 l2.1-0.6l2.7,1.3l3.6,1.3l1.1-0.3l0.2-2.3l-1.3-2.4l0.3-2.3l1.9-1.5l2.6-0.6l1.6-0.6l-0.8-1.8l-0.6-1.9l1.1-0.8l1.1-3.3l3-1.7 l5.8-1l3.6-0.5l1.5,1.9l1.8,0.8l1.8-3.2l2.9-1.5l1.9,1.6l0.8,1.1l2.1-0.5l-0.2-3.4l2.9-1.6l1.1-0.8l1.1,1.6h4.7l0.8-2.1l-0.3-2.3 l2.9-3.6l4.7-3.9l0.5-4.5l2.7-0.3l3.9-1.8l2.7-1.9l-0.3-1.9l-1.5-1.5l0.6-2.2l4.1-0.2l2.4-0.8l2.9,1.6l1.6,4.4l5.8,0.3l1.8,1.8 l2.1,0.2l2.4-1.5l3.1,0.5l1.3,1.5l2.7-2.6l1.8-1.3h1.6l0.6,2.7l1.8,1l2.4,2.2l0.2,5.5l0.8,1.6l2.6,1.5l0.6,2.3l2.9,3.7l2.6,2.7 L895.8,397.8z" /> <text x="810" y="413" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Kentucky</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ohbuttons', document.getElementById('OH'))" style="text-decoration: none;" role="link" aria-label="Ohio"> <path id="OH" data-info="Ohio" fill="#ccd5ae" d="M905.4,295l-6.1,4.1l-3.9,2.3l-3.4,3.7l-4,3.9l-3.2,0.8l-2.9,0.5l-5.5,2.6l-2.1,0.2l-3.4-3.1 l-5.2,0.6l-2.6-1.5l-2.4-1.4l-4.9,0.7l-10.2,1.6l-7.8,1.2l1.3,14.6l1.8,13.7l2.6,23.4l0.6,4.8l4.1-0.1l2.4-0.8l3.4,1.5l2.1,4.4 l5.1,0l1.9,2.1l1.8-0.1l2.5-1.3l2.5,0.4l2,1.5l1.7-2.1l2.3-1.3l2.1-0.7l0.6,2.7l1.8,1l3.5,2.3l2.2-0.1l1.1-1.1l-0.1-1.4l1.6-1.5 l0.2-5l1-3.9l1.5-1.4l1.5,0.9l0.8,1.2l1.2-0.2l-0.4-2.4l-0.6-0.6v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9 l0.2-5.4l0.5-5v-4.7l-1.1-3.1l1-1.5l0.9-1l-1.4-9.8L905.4,295z" /> <text x="855" y="350" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Ohio</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mibuttons', document.getElementById('MI'))" style="text-decoration: none;" role="link" aria-label="Michigan"> <path id="MI" data-info="Michigan" fill="#ccd5ae" d="M755.6,182.1l1.8-2.1l2.2-0.8l5.4-3.9l2.3-0.6l0.5,0.5l-5.1,5.1l-3.3,1.9l-2.1,0.9L755.6,182.1z M841.8,214.2l0.6,2.5l3.2,0.2l1.3-1.2c0,0-0.1-1.5-0.4-1.6c-0.3-0.2-1.6-1.9-1.6-1.9l-2.2,0.2l-1.6,0.2l-0.3,1.1L841.8,214.2z M871.9,277.2l-3.2-8.2l-2.3-9.1l-2.4-3.2l-2.6-1.8l-1.6,1.1l-3.9,1.8l-1.9,5l-2.7,3.7l-1.1,0.6l-1.5-0.6c0,0-2.6-1.5-2.4-2.1 c0.2-0.6,0.5-5,0.5-5l3.4-1.3l0.8-3.4l0.6-2.6l2.4-1.6l-0.3-10l-1.6-2.3l-1.3-0.8l-0.8-2.1l0.8-0.8l1.6,0.3l0.2-1.6L850,231 l-1.3-2.6h-2.6l-4.5-1.5l-5.5-3.4h-2.7l-0.6,0.6l-1-0.5l-3.1-2.3l-2.9,1.8l-2.9,2.3l0.3,3.6l1,0.3l2.1,0.5l0.5,0.8l-2.6,0.8 l-2.6,0.3l-1.5,1.8l-0.3,2.1l0.3,1.6l0.3,5.5l-3.6,2.1l-0.6-0.2v-4.2l1.3-2.4l0.6-2.4l-0.8-0.8l-1.9,0.8l-1,4.2l-2.7,1.1l-1.8,1.9 l-0.2,1l0.6,0.8l-0.6,2.6l-2.3,0.5v1.1l0.8,2.4l-1.1,6.1l-1.6,4l0.6,4.7l0.5,1.1l-0.8,2.4l-0.3,0.8l-0.3,2.7l3.6,6l2.9,6.5l1.5,4.8 l-0.8,4.7l-1,6l-2.4,5.2l-0.3,2.7l-3.3,3.1l4.4-0.2l21.4-2.3l7.3-1l0.1,1.7l6.9-1.2l10.3-1.5l3.9-0.5l0.1-0.6l0.2-1.5l2.1-3.7 l2-1.7l-0.2-5.1l1.6-1.6l1.1-0.3l0.2-3.6l1.5-3l1.1,0.6l0.2,0.6l0.8,0.2l1.9-1L871.9,277.2z M741.5,211.2l0.7-0.6l2.7-0.8l3.6-2.3 v-1l0.6-0.6l6-1l2.4-1.9l4.4-2.1l0.2-1.3l1.9-2.9l1.8-0.8l1.3-1.8l2.3-2.3l4.4-2.4l4.7-0.5l1.1,1.1l-0.3,1l-3.7,1l-1.5,3.1 l-2.3,0.8l-0.5,2.4l-2.4,3.2l-0.3,2.6l0.8,0.5l1-1.1l3.6-2.9l1.3,1.3h2.3l3.2,1l1.5,1.1l1.5,3.1l2.7,2.7l3.9-0.2l1.5-1l1.6,1.3 l1.6,0.5l1.3-0.8h1.1l1.6-1l4-3.6l3.4-1.1l6.6-0.3l4.5-1.9l2.6-1.3l1.5,0.2v5.7l0.5,0.3l2.9,0.8l1.9-0.5l6.1-1.6l1.1-1.1l1.5,0.5v7 l3.2,3.1l1.3,0.6l1.3,1l-1.3,0.3l-0.8-0.3l-3.7-0.5l-2.1,0.6l-2.3-0.2l-3.2,1.5h-1.8l-5.8-1.3l-5.2,0.2l-1.9,2.6l-7,0.6l-2.4,0.8 l-1.1,3.1l-1.3,1.1l-0.5-0.2l-1.5-1.6l-4.5,2.4h-0.6l-1.1-1.6l-0.8,0.2l-1.9,4.4l-1,4l-3.2,7l-1.2-1l-1.4-1l-1.9-10.3l-3.5-1.4 l-2.1-2.3l-12.1-2.7l-2.9-1l-8.2-2.2l-7.9-1.1L741.5,211.2z" /> <text x="810" y="275" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Michigan</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mtbuttons', document.getElementById('MT'))" style="text-decoration: none;" role="link" aria-label="Montana"> <path id="MT" data-info="Montana" fill="#ccd5ae" d="M530.7,222.3l0.6-11.2l2.3-24.8c0.5-5,1.1-8.5,1.4-15.4l0.9-14.6l-30.7-2.8L476,150l-29.3-4 l-32.3-5.3l-18.4-3.4l-32.7-6.9l-4.5,21.3l3.4,7.5l-1.4,4.6l1.8,4.6l3.2,1.4l4.6,10.8l2.7,3.2l0.5,1.1l3.4,1.1l0.5,2.1l-7.1,17.6 v2.5l2.5,3.2h0.9l4.8-3l0.7-1.1l1.6,0.7l-0.2,5.3l2.7,12.6l3,2.5l0.9,0.7l1.8,2.3l-0.5,3.4l0.7,3.4l1.1,0.9l2.3-2.3h2.7l3.2,1.6 l2.5-0.9h4.1l3.7,1.6l2.7-0.5l0.5-3l3-0.7l1.4,1.4l0.5,3.2l1.8,1.4l1.5-11.6l20.7,3l28.2,4l16.6,1.9l31.4,3.5l11,1.5l1.1-15.4 L530.7,222.3z"/> <text x="425" y="200" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Montana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('idbuttons', document.getElementById('ID'))" style="text-decoration: none;" role="link" aria-label="Idaho"> <path id="ID" data-info="Idaho" fill="#ccd5ae" d="M336.1,281c-22.6-4.3-14.1-2.8-21.1-4.4l4.4-17.5l4.3-17.7l1.4-4.2l2.5-5.9l-1.3-2.3l-2.5,0.1 l-0.8-1l0.5-1.1l0.3-3.1l4.5-5.5l1.8-0.5l1.1-1.1l0.6-3.2l0.9-0.7l3.9-5.8l3.9-4.3l0.2-3.8l-3.4-2.6l-1.3-4.4l0.4-9.7l3.7-16.5 l4.5-20.8l3.8-13.5l0.8-3.8l13,2.5l-4.2,21.5l2.9,7.7l-1.1,4.6l2,4.6l3.2,1.7l4.5,9.8l2.7,3.8l0.6,1.1l3.4,1.1l0.5,2.5l-6.9,16.8 l0.3,3.3l2.7,2.9l1.9,0.5l4.8-3.6l0.4-0.5l0.2,0.8l0.3,4.1l2.6,12.9l3.5,2.7l0.4,0.8l2.1,2.4l-0.8,2.8l0.7,3.8l1.9,0.9l2.1-1.6 l2.6-0.5l3.4,1.6l2.5-0.6l3.8-0.2l4,1.6l2.7-0.3l0.9-2.3l2.5-1.6l0.7,1.7l0.6,2.2l2.3,2.5l-3.8,24l-5.1,29l-4.2-0.3l-8.2-1.5 l-9.8-1.8l-12.2-2.4l-12.5-2.5l-8.5-1.8l-9.3-1.7L336.1,281z" /> <text x="340" y="260" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Idaho</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('wabuttons', document.getElementById('WA'))" style="text-decoration: none;" role="link" aria-label="Washington"> <path id="WA" data-info="Washington" fill="#ccd5ae" d="M267.6,106.4l4.4,1.5l9.7,2.7l8.6,1.9l20,5.7l23,5.7l15.2,3.4l-1,3.9l-4.1,13.8l-4.5,20.8 l-3.2,16.1l-0.4,9.4l-13.2-3.9l-15.6-3.4l-13.7,0.6l-1.6-1.5l-5.3,1.9l-4-0.3l-2.7-1.8l-1.6,0.5l-4.2-0.2l-1.9-1.4l-4.8-1.7 l-1.4-0.2l-5-1.3l-1.8,1.5l-5.7-0.3l-4.8-3.8l0.2-0.8l0.1-7.9l-2.1-3.9l-4.1-0.7l-0.4-2.4l-2.5-0.6l-2.9-0.5l-1.8,1l-2.3-2.9 l0.3-2.9l2.7-0.3l1.6-4l-2.6-1.1l0.2-3.7l4.4-0.6l-2.7-2.7l-1.5-7.1l0.6-2.9v-7.9l-1.8-3.2l2.3-9.4l2.1,0.5l2.4,2.9l2.7,2.6 l3.2,1.9l4.5,2.1l3.1,0.6l2.9,1.5l3.4,1l2.3-0.2v-2.4l1.3-1.1l2.1-1.3l0.3,1.1l0.3,1.8l-2.3,0.5l-0.3,2.1l1.8,1.5l1.1,2.4l0.6,1.9 l1.5-0.2l0.2-1.3l-1-1.3l-0.5-3.2l0.8-1.8l-0.6-1.5V119l1.8-3.6l-1.1-2.6l-2.4-4.8l0.3-0.8L267.6,106.4z M258.1,112.3l2-0.2 l0.5,1.4l1.5-1.6h2.3l0.8,1.5l-1.5,1.7l0.6,0.8l-0.7,2l-1.4,0.4c0,0-0.9,0.1-0.9-0.2s1.5-2.6,1.5-2.6l-1.7-0.6l-0.3,1.5l-0.7,0.6 l-1.5-2.3L258.1,112.3z" /> <text x="250" y="160" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Washington</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('txbuttons', document.getElementById('TX'))" style="text-decoration: none;" role="link" aria-label="Texas"> <path id="TX" data-info="Texas" fill="#ccd5ae" d="M531.1,433.4l22.7,1.1l31.1,1.1l-2.3,23.5l-0.3,18.2l0.1,2.1l4.3,3.8l1.7,0.8l1.8,0.3l0.7-1.3 l0.9,0.9l1.7,0.5l1.6-0.7l1.1,0.4l-0.3,3.4l4.3,1l2.7,0.8l4,0.5l2.2,1.8l3.2-1.6l2.8,0.4l2,2.8l1.1,0.3l-0.2,2l3.1,1.2l2.8-1.8 l1.5,0.4l2.4,0.2l0.4,1.9l4.6,2l2.7-0.2l2-4.1h0.3l1.1,1.9l4.4,1l3.3,1.2l3.3,0.8l2.1-0.8l0.8-2.5h3.7l1.9,0.8l3.1-1.6h0.7l0.4,1.1 h4.3l2.4-1.3l1.7,0.3l1.4,1.9l2.9,1.7l3.5,1.1l2.7,1.4l2.4,1.6l3.3-0.9l1.9,1l0.5,10.1l0.3,9.7l0.7,9.5l0.5,4l2.7,4.6l1.1,4.1 l3.9,6.3l0.5,2.9l0.5,1l-0.7,7.5l-2.7,4.4l1,2.9l-0.4,2.5l-0.8,7.3l-1.4,2.7l0.6,4.4l-5.7,1.6l-9.9,4.5l-1,1.9l-2.6,1.9l-2.1,1.5 l-1.3,0.8l-5.7,5.3l-2.7,2.1l-5.3,3.2l-5.7,2.4l-6.3,3.4l-1.8,1.5l-5.8,3.6l-3.4,0.6l-3.9,5.5l-4,0.3l-1,1.9l2.3,1.9l-1.5,5.5 l-1.3,4.5l-1.1,3.9l-0.8,4.5l0.8,2.4l1.8,7l1,6.1l1.8,2.7l-1,1.5l-3.1,1.9l-5.7-3.9l-5.5-1.1l-1.3,0.5l-3.2-0.6l-4.2-3.1l-5.2-1.1 l-7.6-3.4l-2.1-3.9l-1.3-6.5l-3.2-1.9l-0.6-2.3l0.6-0.6l0.3-3.4l-1.3-0.6l-0.6-1l1.3-4.4l-1.6-2.3l-3.2-1.3l-3.4-4.4l-3.6-6.6 l-4.2-2.6l0.2-1.9l-5.3-12.3l-0.8-4.2l-1.8-1.9l-0.2-1.5l-6-5.3l-2.6-3.1v-1.1l-2.6-2.1l-6.8-1.1l-7.4-0.6l-3.1-2.3l-4.5,1.8 l-3.6,1.5l-2.3,3.2l-1,3.7l-4.4,6.1l-2.4,2.4l-2.6-1l-1.8-1.1l-1.9-0.6l-3.9-2.3v-0.6l-1.8-1.9l-5.2-2.1l-7.4-7.8l-2.3-4.7v-8.1 l-3.2-6.5l-0.5-2.7l-1.6-1l-1.1-2.1l-5-2.1l-1.3-1.6l-7.1-7.9l-1.3-3.2l-4.7-2.3l-1.5-4.4l-2.6-2.9l-1.9-0.5l-0.6-4.7l8,0.7l29,2.7 l29,1.6l2.3-23.8l3.9-55.6l1.6-18.7l1.4,0 M631.2,667.3l-0.6-7.1l-2.7-7.2l-0.6-7l1.5-8.2l3.3-6.9l3.5-5.4l3.2-3.6l0.6,0.2 l-4.8,6.6l-4.4,6.5l-2,6.6l-0.3,5.2l0.9,6.1l2.6,7.2l0.5,5.2l0.2,1.5L631.2,667.3z" /> <text x="580" y="555" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Texas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('cabuttons', document.getElementById('CA'))" style="text-decoration: none;" role="link" aria-label="California"> <path id="CA" data-info="California" fill="#ccd5ae" d="M310.7,486.8l3.8-0.5l1.5-2l0.7-1.9l-3.2-0.1l-1.1-1.8l0.8-1.7l0-6.2l2.2-1.3l2.7-2.6l0.4-4.9 l1.6-3.5l1.9-2.1l3.3-1.7l1.3-0.7l0.8-1.5l-0.9-0.9l-1-1.5l-0.9-5.3l-2.9-5.2l0.1-2.8l-2.2-3.2l-15-23.2l-19.4-28.7l-22.4-33 l-12.7-19.5l1.8-7.2l6.8-25.9l8.1-31.4l-12.4-3.3l-13.5-3.4l-12.6-4.1l-7.5-2.1l-11.4-3l-7.1-2.4l-1.6,4.7l-0.2,7.4l-5.2,11.8 l-3.1,2.6l-0.3,1.1l-1.8,0.8l-1.5,4.2l-0.8,3.2l2.7,4.2l1.6,4.2l1.1,3.6l-0.3,6.5l-1.8,3.1l-0.6,5.8l-1,3.7l1.8,3.9l2.7,4.5 l2.3,4.8l1.3,4l-0.3,3.2l-0.3,0.5v2.1l5.7,6.3l-0.5,2.4l-0.6,2.3l-0.6,1.9l0.2,8.2l2.1,3.7l1.9,2.6l2.7,0.5l1,2.7l-1.1,3.6 l-2.1,1.6h-1.1l-0.8,3.9l0.5,2.9l3.2,4.4l1.6,5.3l1.5,4.7l1.3,3.1l3.4,5.8l1.5,2.6l0.5,2.9l1.6,1v2.4l-0.8,1.9l-1.8,7.1l-0.5,1.9 l2.4,2.7l4.2,0.5l4.5,1.8l3.9,2.1h2.9l2.9,3.1l2.6,4.8l1.1,2.3l3.9,2.1l4.8,0.8l1.5,2.1l0.6,3.2l-1.5,0.6l0.3,1l3.2,0.8l2.7,0.2 l2.9,4.7l3.9,4.2l0.8,2.3l2.6,4.2l0.3,3.2v9.4l0.5,1.8l10,1.5l19.7,2.7L310.7,486.8z M222.8,437l1.3,1.5l-0.2,1.3l-3.2-0.1 l-0.6-1.2l-0.6-1.5L222.8,437z M224.7,437l1.2-0.6l3.6,2.1l3.1,1.2l-0.9,0.6l-4.5-0.2l-1.6-1.6L224.7,437z M245.4,456.8l1.8,2.3 l0.8,1l1.5,0.6l0.6-1.5l-1-1.8l-2.7-2l-1.1,0.2V456.8z M244,465.5l1.8,3.2l1.2,1.9l-1.5,0.2l-1.3-1.2c0,0-0.7-1.5-0.7-1.9 s0-2.2,0-2.2L244,465.5z" /> <text x="235" y="430" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">California</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('azbuttons', document.getElementById('AZ'))" style="text-decoration: none;" role="link" aria-label="Arizona"> <path id="AZ" data-info="Arizona" fill="#ccd5ae" d="M311.7,487.5l-2.6,2.2l-0.3,1.5l0.5,1l18.9,10.7l12.1,7.6l14.7,8.6l16.8,10l12.3,2.4l25.1,2.7 l2.5-12.5l3.8-27.2l7-52.9l4.3-31l-24.6-3.7l-27.2-4.6l-33.4-6.3l-2.9,18.1l-0.5,0.5l-1.7,2.6l-2.5-0.1l-1.3-2.7l-2.7-0.3l-0.9-1.1 h-0.9l-0.9,0.6l-1.9,1l-0.1,7l-0.2,1.7l-0.6,12.6l-1.5,2.2l-0.6,3.3l2.7,4.9l1.3,5.8l0.8,1l1,0.6l-0.1,2.3l-1.6,1.4l-3.4,1.7 l-1.9,1.9l-1.5,3.7l-0.6,4.9l-2.9,2.7l-2.1,0.7l-0.1,5.8l-0.5,1.7l0.5,0.8l3.7,0.6l-0.6,2.7l-1.5,2.2L311.7,487.5z" /> <text x="345" y="470" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Arizona</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('nvbuttons', document.getElementById('NV'))" style="text-decoration: none;" role="link" aria-label="Nevada"> <path id="NV" data-info="Nevada" fill="#ccd5ae" d="M314.7,277.6l21,4.5l9.7,1.9l9.3,1.8l6.6,1.6l-0.6,5.9l-3.5,17.3l-4.1,20l-1.9,9.7l-2.2,13.3 l-3.2,16.4l-3.5,15.7l-2,10.2l-2.5,16.8l-0.5,1.1l-1.1,2.5l-1.9-0.1l-1.1-2.7l-2.7-0.5l-1.4-1l-2,0.3l-0.9,0.7l-1.3,1.3l-0.4,7 l-0.5,1.7l-0.4,12.1l-1.3,1.7l-1.9-2.3l-14.5-22.7l-19.4-29L263.6,349l-12.4-18.6l1.6-6.6l7-25.9l7.9-31.3l33.6,8.1l13.7,3" /> <text x="280" y="350" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Nevada</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('utbuttons', document.getElementById('UT'))" style="text-decoration: none;" role="link" aria-label="Utah"> <path id="UT" data-info="Utah" fill="#ccd5ae" d="M427,409.3l-24.6-3.5l-26.6-4.9l-33.8-6l1.6-9.2l3.2-15.2L350,354l2.2-13.6l1.9-8.9l3.8-20.5 l3.5-17.5l1.1-5.6l12.7,2.3l12,2.1l10.3,1.8l8.3,1.4l3.7,0.5l-1.5,10.6l-2.3,13.2l7.8,0.9l16.4,1.8l8.2,0.9l-2.1,22l-3.2,22.6 l-3.8,27.8l-1.7,11.1L427,409.3z" /> <text x="380" y="360" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Utah</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('cobuttons', document.getElementById('CO'))" style="text-decoration: none;" role="link" aria-label="Colorado"> <path id="CO" data-info="Colorado" fill="#ccd5ae" d="M552.6,356.8l1.4-21.3l-32.1-3.1l-24.5-2.7l-37.3-4.1l-20.7-2.5l-2.6,22.2l-3.2,22.4l-3.8,28 l-1.5,11.1l-0.3,2.8l33.9,3.8l37.7,4.3l32,3.2l16.6,0.8" /> <text x="460" y="380" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Colorado</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('nmbuttons', document.getElementById('NM'))" style="text-decoration: none;" role="link" aria-label="New Mexico"> <path id="NM" data-info="New Mexico" fill="#ccd5ae" d="M456.7,531l-0.7-6.1l8.6,0.5l29.5,3.1l28.4,1.4l2-22.3l3.7-55.9l1.1-19.4l2,0.3l0-11.1l-32.2-2.4 l-36.9-4.4l-34.5-4.1l-4.2,30.8l-7,53.2l-3.8,26.9l-2,13.3l15.5,2l1.3-10l16.7,2.6L456.7,531z" /> <text x="430" y="480" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New Mexico</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('orbuttons', document.getElementById('OR'))" style="text-decoration: none;" role="link" aria-label="Oregon"> <path id="OR" data-info="Oregon" fill="#ccd5ae" d="M314.3,276.7l4.3-17.9l4.7-17.9l1.1-4.2l2.4-5.6l-0.6-1.2l-2.5,0l-1.3-1.7l0.5-1.5l0.5-3.2l4.5-5.5 l1.8-1.1l1.1-1.1l1.5-3.6l4-5.7l3.6-3.9l0.2-3.5l-3.3-2.5l-1.2-4.5l-13.2-3.7l-15.1-3.5l-15.4,0.1l-0.5-1.4l-5.5,2.1l-4.5-0.6 l-2.4-1.6l-1.3,0.7L273,184l-1.7-1.4l-5.3-2.1l-0.8,0.1l-4.3-1.5l-1.9,1.8l-6.2-0.3l-5.9-4.1l0.7-0.8l0.2-7.8l-2.3-3.9l-4.1-0.6 l-0.7-2.5l-2.4-0.5l-5.8,2.1l-2.3,6.5l-3.2,10l-3.2,6.5l-5,14.1l-6.5,13.6l-8.1,12.6l-1.9,2.9l-0.8,8.6l-1.3,6l2.7,3.5l6.7,2.3 l11.6,3.3l7.9,2.5l12.4,3.6l13.3,3.6l13.2,3.6" /> <text x="250" y="240" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Oregon</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('wybuttons', document.getElementById('WY'))" style="text-decoration: none;" role="link" aria-label="Wyoming"> <path id="WY" data-info="Wyoming" fill="#ccd5ae" d="M528.3,243.8l-10.5-0.8l-32.1-3.3l-16.2-2.1l-28.3-4.1l-19.9-3l-1.4,11.2l-3.8,24.3l-5.3,30.4 l-1.5,10.5l-1.7,11.9l6.5,0.9l25.9,2.5l20.6,2.3l36.8,4.1l23.8,2.9l4.5-44.2l1.4-25.4L528.3,243.8z" /> <text x="440" y="290" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Wyoming</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('sdbuttons', document.getElementById('SD'))" style="text-decoration: none;" role="link" aria-label="South Dakota"> <path id="SD" data-info="South Dakota" fill="#ccd5ae" d="M646.8,303.2l-1-1.1l-1.5-3.6l1.8-3.7l1.1-5.6l-2.6-2.1l-0.3-2.7l0.6-3l2.2-0.8l0.3-5.7l-0.1-30.1 l-0.6-3l-4.1-3.6l-1-2v-1.9l1.9-1.3l1.5-1.9l0.2-2.7l-57.4-1.6l-56.2-3.9l-0.8,5.3l-1.6,15.9l-1.3,17.9l-1.6,24.6l16,1l19.6,1.1 l18,1.3l23.8,1.3l10.7-0.8l2.9,2.3l4.3,3l1,0.8l3.5-0.9l4-0.3l2.7-0.1l3.1,1.2l4.5,1.4l3.1,1.8l0.6,1.9l0.9,1.9l0.7-0.5 L646.8,303.2z" /> <text x="538" y="260" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">South Dakota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('nebuttons', document.getElementById('NE'))" style="text-decoration: none;" role="link" aria-label="Nebraska"> <path id="NE" data-info="Nebraska" fill="#ccd5ae" d="M658.2,347l1.4,2.7l0.1,2.1l2.4,3.7l2.7,3.2h-5l-43.5-0.9l-40.8-0.9l-21.2-1l1.1-21.3l-33.4-2.7 l4.3-44l15.5,1L562,290l17.8,1.1l23.8,1.1l10.7-0.5l2.1,2.3l4.8,3l1.1,0.9l4.3-1.4l3.9-0.5l2.7-0.2l1.8,1.4l5,1.6l3,1.6l0.5,1.6 l0.9,2.1h1.8l0.8,0l1,5.2l2.7,8l1.2,4.6l2.1,3.8l0.5,4.9l1.4,4.3l0.5,6.5" /> <text x="555" y="330" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Nebraska</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('iabuttons', document.getElementById('IA'))" style="text-decoration: none;" role="link" aria-label="Iowa"> <path id="IA" data-info="Iowa" fill="#ccd5ae" d="M740.6,301.6l0.2,1.9l2.3,1.1l1.1,1.3l0.3,1.3l3.9,3.2l0.7,2.2l-0.8,2.9l-1.5,3.5l-0.8,2.7 l-2.2,1.6l-1.7,0.6l-5.5,1.5l-0.7,2.3l-0.8,2.3l0.6,1.4l1.7,1.7l0,3.7l-2.2,1.6l-0.5,1.5v2.5l-1.5,0.5l-1.7,1.4l-0.5,1.5l0.5,1.7 l-1.4,1.2l-2.3-2.7l-1.5-2.6l-8.3,0.8l-10.2,0.6l-25,0.7l-13,0.2l-9.4,0.2l-1.3,0.1l-1.7-4.5l-0.2-6.6l-1.6-4.1l-0.7-5.3l-2.3-3.7 l-0.9-4.8l-2.7-7.5l-1.1-5.4l-1.4-2.2l-1.6-2.7l1.8-4.3l1.4-5.7l-2.7-2.1l-0.5-2.7l0.9-2.5h1.7h11.5l49.6-0.7l19.9-0.7l1.9,2.7 l1.8,2.6l0.5,0.8l-1.8,2.7l0.5,4.2l2.5,3.9l3,1.8l2.4,0.2L740.6,301.6z" /> <text x="675" y="320" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Iowa</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('inbuttons', document.getElementById('IN'))" style="text-decoration: none;" role="link" aria-label="Indiana"> <path id="IN" data-info="Indiana" fill="#ccd5ae" d="M792.4,400.9l0.1-2.9l0.5-4.5l2.3-2.9l1.8-3.9l2.6-4.2l-0.5-5.8l-1.8-2.7l-0.3-3.2l0.8-5.5l-0.5-7 l-1.3-16l-1.3-15.4l-1-11.7l3.1,0.9l1.5,1l1.1-0.3l2.1-1.9l2.8-1.6l5.1-0.2l22-2.3l5.6-0.5l1.5,16l4.3,36.8l0.6,5.8L843,371 l1.2,1.8l0.1,1.4l-2.5,1.6l-3.5,1.6l-3.2,0.6l-0.6,4.9l-4.6,3.3l-2.8,4l0.3,2.4l-0.6,1.5h-3.3l-1.6-1.6l-2.5,1.3l-2.7,1.5l0.2,3.1 l-1.2,0.3l-0.5-1l-2.2-1.5l-3.3,1.3l-1.6,3l-1.4-0.8l-1.5-1.6l-4.5,0.5l-5.6,1L792.4,400.9z" /> <text x="800" y="370" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Indiana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ilbuttons', document.getElementById('IL'))" style="text-decoration: none;" role="link" aria-label="Illinois"> <path id="IL" data-info="Illinois" fill="#ccd5ae" d="M791.8,401.6V398l0.3-4.9l2.4-3.1l1.8-3.8l2.6-3.9l-0.4-5.3l-2-3.5l-0.1-3.3l0.7-5.3l-0.8-7.2 l-1.1-15.8l-1.3-15l-0.9-11.6l-0.3-0.9l-0.8-2.6l-1.3-3.7l-1.6-1.8l-1.5-2.6l-0.2-5.5l-9.9,1.3l-27.2,1.7l-8.7-0.4l0.2,2.4l2.3,0.7 l0.9,1.1l0.5,1.8l3.9,3.4l0.7,2.3l-0.7,3.4l-1.8,3.7l-0.7,2.5l-2.3,1.8l-1.8,0.7l-5.3,1.4l-0.7,1.8L736,330l0.7,1.4l1.8,1.6 l-0.2,4.1l-1.8,1.6l-0.7,1.6v2.7l-1.8,0.5l-1.6,1.1l-0.2,1.4l0.2,2.1l-1.7,1.3l-1,2.8l0.5,3.7l2.3,7.3l7.3,7.5l5.5,3.7l-0.2,4.3 l0.9,1.4l6.4,0.5l2.7,1.4l-0.7,3.7l-2.3,5.9l-0.7,3.2l2.3,3.9l6.4,5.3l4.6,0.7l2.1,5l2.1,3.2l-0.9,3l1.6,4.1l1.8,2.1l1.9-0.8 l0.7-2.2l2-1.4l3.2-1.1l3.1,1.2l2.9,1.1l0.8-0.2l-0.1-1.2l-1.1-2.8l0.4-2.4l2.3-1.6l2.4-1l1.2-0.4l-0.6-1.3l-0.8-2.2l1.2-1.3 L791.8,401.6z" /> <text x="740" y="365" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Illinois</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mnbuttons', document.getElementById('MN'))" style="text-decoration: none;" role="link" aria-label="Minnesota"> <path id="MN" data-info="Minnesota" fill="#ccd5ae" d="M645.9,228.5l-0.5-8.5l-1.8-7.3l-1.8-13.5l-0.5-9.8l-1.8-3.4l-1.6-5v-10.3l0.7-3.9l-1.8-5.5l30.1,0 l0.3-8.2l0.6-0.2l2.3,0.5l1.9,0.8l0.8,5.5l1.5,6.1l1.6,1.6h4.8l0.3,1.5l6.3,0.3v2.1h4.8l0.3-1.3l1.1-1.1l2.3-0.6l1.3,1h2.9l3.9,2.6 l5.3,2.4l2.4,0.5l0.5-1l1.5-0.5l0.5,2.9l2.6,1.3l0.5-0.5l1.3,0.2v2.1l2.6,1h3.1l1.6-0.8l3.2-3.2l2.6-0.5l0.8,1.8l0.5,1.3h1l1-0.8 l8.9-0.3l1.8,3.1h0.6l0.7-1.1l4.4-0.4l-0.6,2.3l-3.9,1.8l-9.2,4.1l-4.8,2l-3.1,2.6l-2.4,3.6l-2.3,3.9l-1.8,0.8l-4.5,5l-1.3,0.2 l-3.8,2.9l-2.8,3.2l-0.2,3l0.2,7.8l-1.6,1.6L704,228l-1.8,5.7l2.5,3.6l0.5,2.5l-1.1,3l-0.2,3.7l0.5,7.1l3.4,4.1h3l2.5,2.3l3.2,1.4 l3.7,5l7.1,5l1.8,2.1l0.2,5.5l-20.6,0.7l-60.2,0.5l-0.3-35.7l-0.5-3l-4.1-3.4l-1.1-1.8v-1.6l2.1-1.6l1.4-1.4L645.9,228.5z" /> <text x="648" y="205" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Minnesota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ndbuttons', document.getElementById('ND'))" style="text-decoration: none;" role="link" aria-label="North Dakota"> <path id="ND" data-info="North Dakota" fill="#ccd5ae" d="M645.3,227.7l-0.4-7.5l-2-7.3l-1.8-13.6l-0.5-9.8l-2-3.1l-1.6-5.4v-10.3l0.7-3.9l-2.1-5.5 l-28.4-0.6l-18.6-0.6l-26.5-1.3l-24.9-1.9l-1.3,14.2l-1.4,15.1l-2.3,24.9l-0.5,11l56.8,3.8L645.3,227.7z" /> <text x="540" y="200" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">North Dakota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('wibuttons', document.getElementById('WI'))" style="text-decoration: none;" role="link" aria-label="Wisconsin"> <path id="WI" data-info="Wisconsin" fill="#ccd5ae" d="M786.9,297.2l0.4-3l-1.6-4.5l-0.6-6.1l-1.1-2.4l1-3.1l0.8-2.9l1.5-2.6l-0.6-3.4l-0.6-3.6l0.5-1.8 l1.9-2.4l0.2-2.7l-0.8-1.3l0.6-2.6l0.5-3.2l2.7-5.7l2.9-6.8l0.2-2.3l-0.3-1l-0.8,0.5l-4.2,6.3l-2.7,4l-1.9,1.8l-0.8,2.3l-1.5,0.8 l-1.1,1.9l-1.5-0.3l-0.2-1.8l1.3-2.4l2.1-4.7l1.8-1.6l1.1-2.3l-1.6-0.9l-1.4-1.4l-1.6-10.3l-3.7-1.1l-1.4-2.3l-12.6-2.7l-2.5-1.1 l-8.2-2.3l-8.2-1.1l-4.2-5.4l-0.5,1.3l-1.1-0.2l-0.6-1.1l-2.7-0.8l-1.1,0.2l-1.8,1l-1-0.6l0.6-1.9l1.9-3.1l1.1-1.1l-1.9-1.5 l-2.1,0.8l-2.9,1.9l-7.4,3.2l-2.9,0.6l-2.9-0.5l-1-0.9l-2.1,2.8l-0.2,2.7v8.5l-1.1,1.6l-5.3,3.9l-2.3,5.9l0.5,0.2l2.5,2.1l0.7,3.2 l-1.8,3.2v3.9l0.5,6.6l3,3h3.4l1.8,3.2l3.4,0.5l3.9,5.7l7.1,4.1l2.1,2.7l0.9,7.4l0.7,3.3l2.3,1.6l0.2,1.4l-2.1,3.4l0.2,3.2l2.5,3.9 l2.5,1.1l3,0.5l1.3,1.4l9.2,0l26.1-1.5L786.9,297.2z" /> <text x="715" y="260" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Wisconsin</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('mobuttons', document.getElementById('MO'))" style="text-decoration: none;" role="link" aria-label="Missouri"> <path id="MO" data-info="Missouri" fill="#ccd5ae" d="M729.8,349.5l-2.5-3.1l-1.1-2.3l-7.8,0.7l-9.8,0.5l-25.4,0.9l-13.5,0.2l-7.9,0.1l-2.3,0.1l1.3,2.5 l-0.2,2.3l2.5,3.9l3.1,4.1l3.1,2.7l2.3,0.2l1.4,0.9v3l-1.8,1.6l-0.5,2.3l2.1,3.4l2.5,3l2.5,1.8l1.4,11.7l-0.7,35.3l0.2,4.7l0.5,5.4 l23.4-0.1l23.2-0.7l20.8-0.8l11.7-0.2l2.2,3.4l-0.7,3.3l-3.1,2.4l-0.6,1.8l5.4,0.5l3.9-0.7l1.7-5.5l0.7-5.9l2.3-2l1.7-1.5l2.1-1 l0.1-2.9l0.6-1.7l-1-1.7l-2.7,0.1l-2.2-2.6l-1.4-4.2l0.8-2.5l-1.9-3.4l-1.8-4.6l-4.8-0.8l-7-5.6l-1.7-4.1l0.8-3.2l2.1-6.1l0.5-2.9 l-1.9-1l-6.9-0.8l-1-1.7l-0.1-4.2l-5.5-3.4l-7-7.8l-2.3-7.3l-0.2-4.2L729.8,349.5z" /> <text x="685" y="390" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Missouri</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('arbuttons', document.getElementById('AR'))" style="text-decoration: none;" role="link" aria-label="Arkansas"> <path id="AR" data-info="Arkansas" fill="#ccd5ae" d="M765,445l-3.8,0.9l-6.2-0.5l0.7-3l3.2-2.7l0.5-2.3l-1.8-3l-11,0.5l-20.8,0.9l-23.3,0.7L679,437 l1.6,6.9v8.2l1.4,11l0.2,37.8l2.3,1.9l3-1.4l2.7,1.1l0.4,10.3l22.9-0.1l18.9-0.8l10.1-0.2l1.1-2.1l-0.3-3.5l-1.8-3l1.6-1.5 l-1.6-2.5l0.7-2.5l1.4-5.6l2.5-2.1l-0.7-2.3l3.7-5.4l2.7-1.4l-0.1-1.5l-0.3-1.8l2.9-5.6l2.4-1.3l0.4-3.4l1.8-1.2l0.9-4.2l-1.3-4 l4-2.4l0.6-2l1.2-4.3L765,445z" /> <text x="685" y="465" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Arkansas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('okbuttons', document.getElementById('OK'))" style="text-decoration: none;" role="link" aria-label="Oklahoma"> <path id="OK" data-info="Oklahoma" fill="#ccd5ae" d="M549.3,422.6l-10.7-0.5l-6.4-0.5l0.3,0.2l-0.7,10.4l22,1.4l32.1,1.3l-2.3,24.4l-0.5,17.8l0.2,1.6 l4.3,3.7l2.1,1.1l0.7-0.2l0.7-2.1l1.4,1.8h2.1v-1.4l2.7,1.4l-0.5,3.9l4.1,0.2l2.5,1.1l4.1,0.7l2.5,1.8l2.3-2.1l3.4,0.7l2.5,3.4h0.9 v2.3l2.3,0.7l2.3-2.3l1.8,0.7h2.5l0.9,2.5l4.8,1.8l1.4-0.7l1.8-4.1h1.1l1.1,2.1l4.1,0.7l3.7,1.4l3,0.9l1.8-0.9l0.7-2.5h4.3l2.1,0.9 l2.7-2.1h1.1l0.7,1.6h4.1l1.6-2.1l1.8,0.5l2.1,2.5l3.2,1.8l3.2,0.9l1.9,1.1l-0.4-37.2l-1.4-11l-0.2-8.9l-1.4-6.5l-0.8-7.2l-0.1-3.8 l-12.1,0.3l-46.4-0.5l-45-2.1L549.3,422.6z" /> <text x="600" y="470" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Oklahoma</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('ksbuttons', document.getElementById('KS'))" style="text-decoration: none;" role="link" aria-label="Kansas"> <path id="KS" data-info="Kansas" fill="#ccd5ae" d="M677.4,425.1l-12.6,0.2l-46.1-0.5l-44.6-2.1l-24.6-1.3l4.1-64.7l21.8,0.8l40.5,1.4l44.1,0.5h5.1 l3.2,3.2l2.8,0.2l0.9,1.1v2l-1.8,1.6l-0.5,2.6l2.2,3.6l2.5,3.1l2.5,2l1.1,11.2L677.4,425.1z" /> <text x="585" y="400" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Kansas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('msbuttons', document.getElementById('MS'))" style="text-decoration: none;" role="link" aria-label="Mississippi"> <path id="MS" data-info="Mississippi" fill="#ccd5ae" d="M798.6,567l-0.3,1.3h-5.2l-1.5-0.8l-2.1-0.3l-6.8,1.9l-1.8-0.8l-2.6,4.2l-1.1,0.8l-1.1-2.5 l-1.1-3.9l-3.4-3.2l1.1-7.5l-0.7-0.9l-1.8,0.2l-8.2,0.7l-24.2,0.7l-0.5-1.6l0.7-8l3.4-6.2l5.3-9.1l-0.9-2.1h1.1l0.7-3.2l-2.3-1.8 l0.2-1.8l-2.1-4.6l-0.3-5.3l1.4-2.7l-0.4-4.3l-1.4-3l1.4-1.4l-1.4-2.1l0.5-1.8l0.9-6.2l3-2.7l-0.7-2.1l3.7-5.3l2.7-0.9v-2.5 l-0.7-1.4l2.7-5.3l2.7-1.1l0.1-3.4l8.7-0.1l24.1-1.9l4.6-0.2l0,6.4l0.2,16.7l-0.8,31l-0.2,14.1l2.7,18.8L798.6,567z" /> <text x="740" y="550" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Mississippi</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('labuttons', document.getElementById('LA'))" style="text-decoration: none;" role="link" aria-label="Louisiana"> <path id="LA" data-info="Louisiana" fill="#ccd5ae" d="M776.2,573l-1-2.6l-1.1-3.1l-3.3-3.5l0.9-6.8l-0.1-1.1l-1.3,0.3l-8.2,0.9l-25,0.5l-0.7-2.4l0.9-8.5 l3.3-5.9l5-8.7l-0.6-2.4l1.3-0.7l0.5-2l-2.3-2.1l-0.1-1.9l-1.8-4.3l-0.5-5.9l-9.7,0.1l-19.2,0.9l-22.2,0l0,9.6l0.7,9.4l0.7,3.9 l2.5,4.1l0.9,5l4.3,5.5l0.2,3.2l0.7,0.7l-0.7,8.5l-3,5l1.6,2.1l-0.7,2.5l-0.7,7.3l-1.4,3.2l0.1,3.6l4.7-1.5l8.1-0.3l10.3,3.6 l6.5,1.1l3.7-1.5l3.2,1.1l3.2,1l0.8-2.1l-3.2-1.1l-2.6,0.5l-2.7-1.6c0,0,0.2-1.3,0.8-1.5c0.6-0.2,3.1-1,3.1-1l1.8,1.5l1.8-1 l3.2,0.6l1.5,2.4l0.3,2.3l4.5,0.3l1.8,1.8l-0.8,1.6l-1.3,0.8l1.6,1.6l8.4,3.6l3.6-1.3l1-2.4l2.6-0.6l1.8-1.5l1.3,1l0.8,2.9 l-2.3,0.8l0.6,0.6l3.4-1.3l2.3-3.4l0.8-0.5l-2.1-0.3l0.8-1.6l-0.2-1.5l2.1-0.5l1.1-1.3l0.6,0.8c0,0-0.2,3.1,0.6,3.1 c0.8,0,4.2,0.6,4.2,0.6l4,1.9l1,1.5h2.9l1.1,1l2.3-3.1v-1.5h-1.3l-3.4-2.7l-5.8-0.8l-3.2-2.3l1.1-2.7l2.3,0.3l0.2-0.6l-1.8-1v-0.5 h3.2l1.8-3.1l-1.3-1.9l-0.3-2.7l-1.5,0.2l-1.9,2.1l-0.6,2.6l-3.1-0.6l-1-1.8l1.8-1.9l2-1.8L776.2,573z" /> <text x="705" y="570" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Louisiana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('vabuttons', document.getElementById('VA'))" style="text-decoration: none;" role="link" aria-label="Virginia"> <path id="VA" data-info="Virginia" fill="#ccd5ae" d="M1002.9,369.2l-0.1-1.9l6.5-2.5l-0.8,3.2l-2.9,3.8l-0.4,4.6l0.5,3.4l-1.8,5l-2.2,1.9l-1.5-4.6 l0.4-5.4l1.6-4.2L1002.9,369.2z M1005.2,397.5L947,410.1l-37.4,5.3l-6.7-0.4l-2.6,1.9l-7.3,0.2l-8.4,1l-8.9,1l8.5-4.9l0-2.1 l1.5-2.1l10.6-11.5l3.9,4.5l3.8,1l2.5-1.1l2.2-1.3l2.5,1.3l3.9-1.4l1.9-4.6l2.6,0.5l2.9-2.1l1.8,0.5l2.8-3.7l0.3-2.1l-1-1.3l1-1.9 l5.3-12.3l0.6-5.7l1.2-0.5l2.2,2.4l3.9-0.3l1.9-7.6l2.8-0.6l1-2.7l2.6-2.3l1.3-2.3l1.5-3.4l0.1-5.1l9.8,3.8 c0.7,0.3,0.7-4.8,0.7-4.8l4.1,1.4l-0.5,2.6l8.2,2.9l1.3,1.8l-0.9,3.7l-1.3,1.3l-0.5,1.7l0.5,2.4l2,1.3l3.9,1.4l2.9,1l4.9,0.9 l2.2,2.1l3.2,0.4l0.9,1.2l-0.4,4.7l1.4,1.1l-0.5,1.9l1.2,0.8l-0.2,1.4l-2.7-0.1l0.1,1.6l2.3,1.5l0.1,1.4l1.8,1.8l0.5,2.5l-2.6,1.4 l1.6,1.5l5.8-1.7L1005.2,397.5z" /> <text x="930" y="400" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Virginia</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('wvbuttons', document.getElementById('WV'))" style="text-decoration: none;" role="link" aria-label="West Virginia"> <path id="WV" data-info="West Virginia" fill="#ccd5ae" d="M930.6,342l1.1,4.9l1.1,6.9l3.6-2.7l2.3-3.1l2.5-0.6l1.5-1.5l1.8-2.6l1.2,0.6l2.9-0.3l2.6-2.1 l2-1.5l1.8-0.5l1.3,1l2.2,1.1l1.9,1.8l1.4,1.3l-0.1,4.7l-5.7-3.1l-4.5-1.8l-0.2,5.3l-0.5,2.1l-1.6,2.7l-0.6,1.6l-3.1,2.4l-0.5,2.3 l-3.4,0.3l-0.3,3.1l-1.1,5.5h-2.6l-1.3-0.8l-1.6-2.7l-1.8,0.2l-0.3,4.4l-2.1,6.6l-5,10.8l0.8,1.3l-0.2,2.7l-2.1,1.9l-1.5-0.3 l-3.2,2.4l-2.6-1l-1.8,4.7c0,0-3.7,0.8-4.4,1c-0.6,0.2-2.4-1.3-2.4-1.3l-2.4,2.3l-2.6,0.6l-2.9-0.8l-1.3-1.3l-2.2-3l-3.1-2 l-2.6-2.7l-2.9-3.7l-0.6-2.3l-2.6-1.5l-0.8-1.6l-0.2-5.3l2.2-0.1l1.9-0.8l0.2-2.7l1.6-1.5l0.2-5l1-3.9l1.3-0.6l1.3,1.1l0.5,1.8 l1.8-1l0.5-1.6l-1.1-1.8v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9l0.3-5.7l0.5-5v-4.7l-1.1-3.1l1-1.5l1.3-1.3 l3.5,19.8l4.6-0.8L930.6,342z" /> <text x="897" y="370" font-family="Verdana" font-size="13" fill="#957E7E" style="text-decoration: none; font-weight: normal;">West</text> <text x="881" y="386" font-family="Verdana" font-size="13" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Virginia</text> </a> <g id="DC"> <path id="path58" fill="#ccd5ae" d="M975.8,353.8l-1.1-1.6l-1-0.8l1.1-1.6l2.2,1.5L975.8,353.8z" /> </g> <a xlink:href="javascript:void(0)" onclick="toggleStateTables('akbuttons', document.getElementById('AK'))" style="text-decoration: none;" role="link" aria-label="Alaska"> <path id="AK" data-info="Alaska" fill="#ccd5ae" d="M332.1,553.7l-0.3,85.4l1.6,1l3.1,0.2l1.5-1.1h2.6l0.2,2.9l7,6.8l0.5,2.6l3.4-1.9l0.6-0.2l0.3-3.1 l1.5-1.6l1.1-0.2l1.9-1.5l3.1,2.1l0.6,2.9l1.9,1.1l1.1,2.4l3.9,1.8l3.4,6l2.7,3.9l2.3,2.7l1.5,3.7l5,1.8l5.2,2.1l1,4.4l0.5,3.1 l-1,3.4l-1.8,2.3l-1.6-0.8l-1.5-3.1l-2.7-1.5l-1.8-1.1l-0.8,0.8l1.5,2.7l0.2,3.7l-1.1,0.5l-1.9-1.9l-2.1-1.3l0.5,1.6l1.3,1.8 l-0.8,0.8c0,0-0.8-0.3-1.3-1c-0.5-0.6-2.1-3.4-2.1-3.4l-1-2.3c0,0-0.3,1.3-1,1c-0.6-0.3-1.3-1.5-1.3-1.5l1.8-1.9l-1.5-1.5v-5h-0.8 l-0.8,3.4l-1.1,0.5l-1-3.7l-0.6-3.7l-0.8-0.5l0.3,5.7v1.1l-1.5-1.3l-3.6-6l-2.1-0.5l-0.6-3.7l-1.6-2.9l-1.6-1.1v-2.3l2.1-1.3 l-0.5-0.3l-2.6,0.6l-3.4-2.4l-2.6-2.9l-4.8-2.6l-4-2.6l1.3-3.2v-1.6l-1.8,1.6l-2.9,1.1l-3.7-1.1l-5.7-2.4h-5.5l-0.6,0.5l-6.5-3.9 l-2.1-0.3l-2.7-5.8l-3.6,0.3l-3.6,1.5l0.5,4.5l1.1-2.9l1,0.3l-1.5,4.4l3.2-2.7l0.6,1.6l-3.9,4.4l-1.3-0.3l-0.5-1.9l-1.3-0.8 l-1.3,1.1l-2.7-1.8l-3.1,2.1l-1.8,2.1l-3.4,2.1l-4.7-0.2l-0.5-2.1l3.7-0.6v-1.3l-2.3-0.6l1-2.4l2.3-3.9v-1.8l0.2-0.8l4.4-2.3l1,1.3 h2.7l-1.3-2.6l-3.7-0.3l-5,2.7l-2.4,3.4l-1.8,2.6l-1.1,2.3l-4.2,1.5l-3.1,2.6l-0.3,1.6l2.3,1l0.8,2.1l-2.7,3.2l-6.5,4.2l-7.8,4.2 l-2.1,1.1l-5.3,1.1l-5.3,2.3l1.8,1.3l-1.5,1.5l-0.5,1.1l-2.7-1l-3.2,0.2l-0.8,2.3h-1l0.3-2.4l-3.6,1.3l-2.9,1l-3.4-1.3l-2.9,1.9 h-3.2l-2.1,1.3l-1.6,0.8l-2.1-0.3l-2.6-1.1l-2.3,0.6l-1,1l-1.6-1.1v-1.9l3.1-1.3l6.3,0.6l4.4-1.6l2.1-2.1l2.9-0.6l1.8-0.8l2.7,0.2 l1.6,1.3l1-0.3l2.3-2.7l3.1-1l3.4-0.6l1.3-0.3l0.6,0.5h0.8l1.3-3.7l4-1.5l1.9-3.7l2.3-4.5l1.6-1.5l0.3-2.6l-1.6,1.3l-3.4,0.6 l-0.6-2.4l-1.3-0.3l-1,1l-0.2,2.9l-1.5-0.2l-1.5-5.8l-1.3,1.3l-1.1-0.5l-0.3-1.9l-4,0.2l-2.1,1.1l-2.6-0.3l1.5-1.5l0.5-2.6 l-0.6-1.9l1.5-1l1.3-0.2l-0.6-1.8v-4.4l-1-1l-0.8,1.5h-6.1l-1.5-1.3l-0.6-3.9l-2.1-3.6v-1l2.1-0.8l0.2-2.1l1.1-1.1l-0.8-0.5 l-1.3,0.5l-1.1-2.7l1-5l4.5-3.2l2.6-1.6l1.9-3.7l2.7-1.3l2.6,1.1l0.3,2.4l2.4-0.3l3.2-2.4l1.6,0.6l1,0.6h1.6l2.3-1.3l0.8-4.4 c0,0,0.3-2.9,1-3.4c0.6-0.5,1-1,1-1l-1.1-1.9l-2.6,0.8l-3.2,0.8l-1.9-0.5l-3.6-1.8l-5-0.2l-3.6-3.7l0.5-3.9l0.6-2.4l-2.1-1.8 l-1.9-3.7l0.5-0.8l6.8-0.5h2.1l1,1h0.6l-0.2-1.6l3.9-0.6l2.6,0.3l1.5,1.1l-1.5,2.1l-0.5,1.5l2.7,1.6l5,1.8l1.8-1l-2.3-4.4l-1-3.2 l1-0.8l-3.4-1.9l-0.5-1.1l0.5-1.6l-0.8-3.9l-2.9-4.7l-2.4-4.2l2.9-1.9h3.2l1.8,0.6l4.2-0.2l3.7-3.6l1.1-3.1l3.7-2.4l1.6,1l2.7-0.6 l3.7-2.1l1.1-0.2l1,0.8l4.5-0.2l2.7-3.1h1.1l3.6,2.4l1.9,2.1l-0.5,1.1l0.6,1.1l1.6-1.6l3.9,0.3l0.3,3.7l1.9,1.5l7.1,0.6l6.3,4.2 l1.5-1l5.2,2.6l2.1-0.6l1.9-0.8l4.8,1.9L332.1,553.7z M217,582.6l2.1,5.3l-0.2,1l-2.9-0.3l-1.8-4l-1.8-1.5H210l-0.2-2.6l1.8-2.4 l1.1,2.4l1.5,1.5L217,582.6z M214.4,616.1l3.7,0.8l3.7,1l0.8,1l-1.6,3.7l-3.1-0.2l-3.4-3.6L214.4,616.1z M193.7,602l1.1,2.6 l1.1,1.6l-1.1,0.8l-2.1-3.1V602H193.7z M180,675.1l3.4-2.3l3.4-1l2.6,0.3l0.5,1.6l1.9,0.5l1.9-1.9l-0.3-1.6l2.7-0.6l2.9,2.6 l-1.1,1.8l-4.4,1.1l-2.7-0.5l-3.7-1.1l-4.4,1.5l-1.6,0.3L180,675.1z M228.9,670.6l1.6,1.9l2.1-1.6l-1.5-1.3L228.9,670.6z M231.8,673.6l1.1-2.3l2.1,0.3l-0.8,1.9H231.8z M255.4,671.7l1.5,1.8l1-1.1l-0.8-1.9L255.4,671.7z M264.2,659.2l1.1,5.8l2.9,0.8 l5-2.9l4.4-2.6l-1.6-2.4l0.5-2.4l-2.1,1.3l-2.9-0.8l1.6-1.1l1.9,0.8l3.9-1.8l0.5-1.5l-2.4-0.8l0.8-1.9l-2.7,1.9l-4.7,3.6l-4.8,2.9 L264.2,659.2z M306.5,639.4l2.4-1.5l-1-1.8l-1.8,1L306.5,639.4z" /> <text x="230" y="630" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Alaska</text> </a> <line x1="1040" y1="245" x2="1060" y2="235" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="200" x2="1025" y2="215" stroke="#957E7E" stroke-width="1" /> <line x1="1015" y1="320" x2="1030" y2="325" stroke="#957E7E" stroke-width="1" /> <line x1="1032" y1="275" x2="1054" y2="295" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="350" x2="1018" y2="348" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="360" x2="1018" y2="358" stroke="#957E7E" stroke-width="1" /> <line x1="1052" y1="275" x2="1062" y2="283" stroke="#957E7E" stroke-width="1" /> </g> </svg> </div> <div id="us-map-usfs" class="map2"> <?xml version="1.0" encoding="utf-8" ?> <svg version="1.1" id="us-map-usfs" x="0px" y="0px" width="799px" height="433px" viewBox="174 100 959 593" enable-background="new 174 100 959 593" xml:space="preserve"> <sodipodi:namedview bordercolor="#666666" objecttolerance="10" pagecolor="#ffffff" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:cx="509.19152" inkscape:cy="282.2353" inkscape:zoom="1.2137643" showgrid="false" id="namedview71" inkscape:current-layer="g6" inkscape:window-maximized="1" inkscape:window-y="-8" inkscape:window-x="-8" inkscape:pageopacity="0" inkscape:window-height="1017" inkscape:window-width="1920" inkscape:pageshadow="2"> </sodipodi:namedview> <g class="region-group" onclick="toggleRegionTables('r1buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 1"> <path style="fill: #989f7e; stroke: white;" d="M645.3,227.7l-0.4-7.5l-2-7.3l-1.8-13.6l-0.5-9.8l-2-3.1l-1.6-5.4v-10.3l0.7-3.9l-2.1-5.5 l-28.4-0.6l-18.6-0.6l-26.5-1.3l-24.9-1.9l-1.3,14.2l-1.4,15.1l-2.3,24.9l-0.5,11l56.8,3.8L645.3,227.7z M530.7,222.3l0.6-11.2l2.3-24.8c0.5-5,1.1-8.5,1.4-15.4l0.9-14.6l-30.7-2.8L476,150l-29.3-4 l-32.3-5.3l-18.4-3.4l-32.7-6.9l-4.5,21.3l3.4,7.5l-1.4,4.6l1.8,4.6l3.2,1.4l4.6,10.8l2.7,3.2l0.5,1.1l3.4,1.1l0.5,2.1l-7.1,17.6 v2.5l2.5,3.2h0.9l4.8-3l0.7-1.1l1.6,0.7l-0.2,5.3l2.7,12.6l3,2.5l0.9,0.7l1.8,2.3l-0.5,3.4l0.7,3.4l1.1,0.9l2.3-2.3h2.7l3.2,1.6 l2.5-0.9h4.1l3.7,1.6l2.7-0.5l0.5-3l3-0.7l1.4,1.4l0.5,3.2l1.8,1.4l1.5-11.6l20.7,3l28.2,4l16.6,1.9l31.4,3.5l11,1.5l1.1-15.4 L530.7,222.3z M 531.719 222.415 C 529.52 225.865 529.631 230.218 529.174 235.631 C 528.98 237.927 527.885 240.789 528.782 242.583 C 529.003 243.023 530.637 242.381 530.936 242.681 C 532.273 244.018 538.313 243.17 540.629 243.17 C 542.32 243.17 544.962 245.067 546.992 244.051 C 548.035 243.53 547.29 237.48 547.678 236.317 C 548.516 233.801 548.048 228.272 549.538 226.037 C 550.052 225.266 549.276 222.752 548.852 222.709 C 545.924 222.413 539.064 222.538 535.244 221.827 C 533.771 221.553 530.936 221.361 530.936 223.296 M 349.201 127.714 C 347.166 134.495 343.788 147.952 343.788 147.952 C 342.622 150.283 342.844 151.073 341.552 153.011 C 339.608 155.927 340.454 160.119 340.123 163.973 C 340.015 165.232 340.701 165.04 339.709 167.343 C 337.868 171.618 337.579 174.622 335.67 181.485 C 335.086 183.586 334.654 192.514 335.669 194.546 C 336.814 196.834 338.606 198.184 339.788 200.546 C 341.355 203.682 332.678 208.498 336.728 212.548 C 337.733 213.553 342.761 208.869 343.2 208.43 C 345.631 205.999 350.855 208.634 353.083 208.077 C 354.181 207.803 355.398 206.508 356.496 205.959 C 357.382 205.516 358.927 206.246 359.555 206.665 C 362.001 208.296 365.96 207.338 368.615 208.665 C 369.21 208.963 370.422 210.821 371.439 210.312 C 372.488 209.788 368.321 205.753 369.556 205.135 C 371.214 204.306 372.589 198.952 373.439 197.252 C 374.707 194.716 377.972 189.435 377.086 186.78 C 376.755 185.785 373.204 185.015 372.38 184.191 C 369.89 181.702 368.522 176.686 365.673 173.837 C 364.892 173.056 365.587 170.648 364.967 169.719 C 363.911 168.135 361.998 168.75 360.849 167.601 C 359.52 166.272 361.202 160.628 361.202 159.129 C 361.202 158.192 360.04 156.556 359.437 155.953 C 359.087 155.603 359.319 152.79 359.319 152.305 C 359.319 148.985 360.122 142.512 361.908 139.833 C 362.74 138.585 360.903 129.949 362.496 129.949 C 362.944 129.949 361.602 129.796 361.202 129.596 C 360.456 129.223 359.044 129.223 358.143 128.773 C 356.07 127.736 347.906 127.576 347.906 129.479"></path> <text x="435" y="195" font-size="23" fill="#827070" style="text-decoration: none; font-weight: normal;">Region 1</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r2buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 2"> <path style="fill: #bc6c25; stroke: white" d=" M 422.941 231.036 C 422.941 233.335 416.593 241.717 418.684 243.808 C 420.612 245.736 424.382 245.249 426.253 247.119 C 428.912 249.778 432.357 252.278 435.24 255.161 C 438.089 258.01 432.098 265.704 431.456 266.987 C 431.072 267.754 428.711 269.919 429.564 270.771 C 432.842 274.049 437.8 276.17 440.444 278.813 C 441.789 280.158 440.209 284.255 441.39 285.435 C 443.072 287.117 442.694 289.577 444.228 291.112 C 444.935 291.819 441.772 291.676 441.39 292.058 C 437.13 296.318 440.144 309.213 437.133 315.237 C 436.734 316.035 436.972 321.699 438.078 322.805 C 441.983 326.709 452.722 322.322 457.473 324.697 C 460.658 326.29 465.327 324.769 468.826 325.643 C 479.598 328.336 491.98 328.955 502.885 328.955 C 506.419 328.955 518.705 333.474 521.333 330.847 C 522.148 330.031 520.874 326.575 521.806 325.643 C 528.119 319.33 520.485 302.742 524.644 294.423 C 526.094 291.523 523.694 286.863 525.117 284.016 C 528.483 277.285 529.375 263.045 529.375 256.107 C 529.375 253.986 531.653 245.141 530.321 243.808 C 528.596 242.084 514.492 243.808 511.399 243.808 C 501.995 243.808 485.419 243.353 477.814 239.551 C 475.554 238.421 472.032 239.735 469.772 238.605 C 467.851 237.644 461.65 238.997 460.311 237.659 C 458.526 235.873 454.792 237.974 452.27 236.713 C 447.196 234.176 437.59 234.533 431.929 233.401 C 428.959 232.807 421.049 231.458 421.049 233.874 M 531.74 244.281 C 527.541 239.458 528.472 269.852 527.942 280.389 C 527.856 282.095 526.494 287.758 527.009 288.274 C 527.935 289.2 531.456 287.659 532.686 288.274 C 538.08 290.971 546.783 286.571 552.08 289.22 C 555.874 291.116 560.702 288.8 564.379 290.639 C 568.674 292.786 575.827 292.058 580.936 292.058 C 591.973 292.058 603.011 292.058 614.048 292.058 C 617.214 292.058 619.376 296.44 620.671 297.734 C 622.634 299.698 628.061 294.896 629.658 294.896 C 631.404 294.896 638.984 299.491 640.065 300.572 C 640.644 301.151 646.176 305.815 647.634 304.357 C 648.391 303.6 645.505 301.282 645.269 301.046 C 642.94 298.717 648.293 292.159 649.053 290.639 C 650.967 286.811 643.623 284.243 645.269 282.597 C 645.663 282.203 647.24 282.991 647.634 282.597 C 649.162 281.069 648.107 274.011 648.107 271.717 C 648.107 262.539 651.74 249.181 647.634 240.97 C 646.802 239.307 644.927 239.682 643.849 238.605 C 641.121 235.877 649.008 231.464 645.742 228.198 C 645.469 227.926 637.055 229.002 636.281 228.671 C 634.892 228.076 628.911 229.245 626.425 228.909 C 619.523 227.977 607.288 226.797 597.57 227.017 C 588.381 227.225 579.782 226.306 570.529 226.306 C 567.651 226.306 563.918 226.014 561.041 225.964 C 557.968 225.911 560.492 226.349 551.316 225.695 C 549.033 225.532 547.706 242.929 550.844 244.016 C 554.349 245.23 530.794 239.162 530.794 247.592 M 658.2,347l1.4,2.7l0.1,2.1l2.4,3.7l2.7,3.2h-5l-43.5-0.9l-40.8-0.9l-21.2-1l1.1-21.3l-33.4-2.7 l4.3-44l15.5,1L562,290l17.8,1.1l23.8,1.1l10.7-0.5l2.1,2.3l4.8,3l1.1,0.9l4.3-1.4l3.9-0.5l2.7-0.2l1.8,1.4l5,1.6l3,1.6l0.5,1.6 l0.9,2.1h1.8l0.8,0l1,5.2l2.7,8l1.2,4.6l2.1,3.8l0.5,4.9l1.4,4.3l0.5,6.5 M552.6,356.8l1.4-21.3l-32.1-3.1l-24.5-2.7l-37.3-4.1l-20.7-2.5l-2.6,22.2l-3.2,22.4l-3.8,28 l-1.5,11.1l-0.3,2.8l33.9,3.8l37.7,4.3l32,3.2l16.6,0.8 M677.4,425.1l-12.6,0.2l-46.1-0.5l-44.6-2.1l-24.6-1.3l4.1-64.7l21.8,0.8l40.5,1.4l44.1,0.5h5.1 l3.2,3.2l2.8,0.2l0.9,1.1v2l-1.8,1.6l-0.5,2.6l2.2,3.6l2.5,3.1l2.5,2l1.1,11.2L677.4,425.1z "></path> <text x="535" y="325" font-size="23" fill="white" style="text-decoration: none; font-weight: normal;">Region 2</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r3buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 3"> <path style="fill: #DFAF5E; stroke: white;" d="M456.7,531l-0.7-6.1l8.6,0.5l29.5,3.1l28.4,1.4l2-22.3l3.7-55.9l1.1-19.4l2,0.3l0-11.1l-32.2-2.4l-36.9-4.4l-34.5-4.1l-4.2,30.8l-7,53.2l-3.8,26.9l-2,13.3l15.5,2l1.3-10l16.7,2.6L456.7,531z M311.7,487.5l-2.6,2.2l-0.3,1.5l0.5,1l18.9,10.7l12.1,7.6l14.7,8.6l16.8,10l12.3,2.4l25.1,2.7l2.5-12.5l3.8-27.2l7-52.9l4.3-31l-24.6-3.7l-27.2-4.6l-33.4-6.3l-2.9,18.1l-0.5,0.5l-1.7,2.6l-2.5-0.1l-1.3-2.7l-2.7-0.3l-0.9-1.1h-0.9l-0.9,0.6l-1.9,1l-0.1,7l-0.2,1.7l-0.6,12.6l-1.5,2.2l-0.6,3.3l2.7,4.9l1.3,5.8l0.8,1l1,0.6l-0.1,2.3l-1.6,1.4l-3.4,1.7l-1.9,1.9l-1.5,3.7l-0.6,4.9l-2.9,2.7l-2.1,0.7l-0.1,5.8l-0.5,1.7l0.5,0.8l3.7,0.6l-0.6,2.7l-1.5,2.2L311.7,487.5z"></path> <text x="390" y="470" font-size="23" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Region 3</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r4buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 4"> <path style="fill:#8FAE93; stroke: white;" d="M314.7,277.6l21,4.5l9.7,1.9l9.3,1.8l6.6,1.6l-0.6,5.9l-3.5,17.3l-4.1,20l-1.9,9.7l-2.2,13.3 l-3.2,16.4l-3.5,15.7l-2,10.2l-2.5,16.8l-0.5,1.1l-1.1,2.5l-1.9-0.1l-1.1-2.7l-2.7-0.5l-1.4-1l-2,0.3l-0.9,0.7l-1.3,1.3l-0.4,7 l-0.5,1.7l-0.4,12.1l-1.3,1.7l-1.9-2.3l-14.5-22.7l-19.4-29L263.6,349l-12.4-18.6l1.6-6.6l7-25.9l7.9-31.3l33.6,8.1l13.7,3 M427,409.3l-24.6-3.5l-26.6-4.9l-33.8-6l1.6-9.2l3.2-15.2L350,354l2.2-13.6l1.9-8.9l3.8-20.5 l3.5-17.5l1.1-5.6l12.7,2.3l12,2.1l10.3,1.8l8.3,1.4l3.7,0.5l-1.5,10.6l-2.3,13.2l7.8,0.9l16.4,1.8l8.2,0.9l-2.1,22l-3.2,22.6 l-3.8,27.8l-1.7,11.1L427,409.3z M 419.174 240.733 C 422.884 242.588 430.827 244.831 433.779 247.784 C 435.668 249.673 435.164 256.723 437.053 258.611 C 439.147 260.706 435.473 268.112 437.556 270.196 C 438.939 271.578 436.876 281.565 438.312 282.283 C 441.627 283.941 442.446 299.449 440.326 303.688 C 439.243 305.855 440.348 322.941 439.067 323.582 C 437.308 324.461 426.711 323.072 424.462 322.323 C 418.443 320.316 411.695 321.479 406.331 318.797 C 404.426 317.845 407.399 309.057 407.59 308.22 C 409.05 301.829 413.19 278.387 414.893 272.714 C 415.574 270.446 416.765 260.665 416.907 258.612 C 416.907 258.612 421.274 238.335 419.173 240.985 C 418.31 242.073 418.54 240.481 420.937 241.74 M 332.885 213.867 C 347.705 213.867 362.551 201.149 374.35 212.949 C 375.082 213.681 378.304 207.586 379.386 208.668 C 380.548 209.83 380.433 218.458 381.798 219.141 C 384.418 220.451 387.493 227.445 388.927 231.761 C 389.741 234.211 388.452 235.612 388.452 235.612 C 389.102 237.042 392.907 236.962 395.689 237.646 C 398.041 238.224 401.17 238.168 401.17 238.168 C 402.382 238.787 403.341 236.977 404.637 237.009 C 407.218 237.071 408.394 239.893 409.856 239.893 C 411.353 239.893 410.385 237.149 411.845 236.443 C 414.34 235.236 416.758 235.715 418.166 237.123 C 418.751 237.708 420.04 249.604 418.922 250.722 C 417.249 252.394 419.84 256.646 418.418 258.78 C 414.137 265.202 415.589 278.036 412.122 284.969 C 410.57 288.074 412.578 293.012 410.297 295.294 C 409.169 296.421 399.925 294.501 398.524 294.034 C 391.297 291.625 380.003 290.741 371.328 289.502 C 357.311 287.499 344.106 284.793 331.792 280.688 C 327.391 279.221 316.882 280.132 313.913 277.163 C 313.221 276.47 316.451 268.612 316.981 267.285 C 318.147 264.371 316.315 257.579 318.95 256.262 C 321.203 255.135 320.215 241.902 322.223 239.893 C 324.483 237.634 327.008 234.378 327.008 230.495 C 327.008 228.866 323.376 229.462 322.223 228.31 C 320.79 226.876 326.932 219.991 328.015 218.907 C 330.171 216.751 330.477 215.981 332.342 214.116 C 332.552 213.906 332.543 213.773 332.762 213.802 C 334.103 213.982 331.653 213.536 332.739 213.987 C 333.734 214.401 357.153 208.303 353.227 209.134 C 347.58 210.33 340.739 212.88 339.599 212.948" /> <text class="" x="300" y="350" font-size="23" fill="#827070" style="text-decoration: none; font-weight: normal;">Region 4</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r5buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 5"> <path style="fill: #6D152B; stroke: white;" d="M310.7,486.8l3.8-0.5l1.5-2l0.7-1.9l-3.2-0.1l-1.1-1.8l0.8-1.7l0-6.2l2.2-1.3l2.7-2.6l0.4-4.9 l1.6-3.5l1.9-2.1l3.3-1.7l1.3-0.7l0.8-1.5l-0.9-0.9l-1-1.5l-0.9-5.3l-2.9-5.2l0.1-2.8l-2.2-3.2l-15-23.2l-19.4-28.7l-22.4-33 l-12.7-19.5l1.8-7.2l6.8-25.9l8.1-31.4l-12.4-3.3l-13.5-3.4l-12.6-4.1l-7.5-2.1l-11.4-3l-7.1-2.4l-1.6,4.7l-0.2,7.4l-5.2,11.8 l-3.1,2.6l-0.3,1.1l-1.8,0.8l-1.5,4.2l-0.8,3.2l2.7,4.2l1.6,4.2l1.1,3.6l-0.3,6.5l-1.8,3.1l-0.6,5.8l-1,3.7l1.8,3.9l2.7,4.5 l2.3,4.8l1.3,4l-0.3,3.2l-0.3,0.5v2.1l5.7,6.3l-0.5,2.4l-0.6,2.3l-0.6,1.9l0.2,8.2l2.1,3.7l1.9,2.6l2.7,0.5l1,2.7l-1.1,3.6 l-2.1,1.6h-1.1l-0.8,3.9l0.5,2.9l3.2,4.4l1.6,5.3l1.5,4.7l1.3,3.1l3.4,5.8l1.5,2.6l0.5,2.9l1.6,1v2.4l-0.8,1.9l-1.8,7.1l-0.5,1.9 l2.4,2.7l4.2,0.5l4.5,1.8l3.9,2.1h2.9l2.9,3.1l2.6,4.8l1.1,2.3l3.9,2.1l4.8,0.8l1.5,2.1l0.6,3.2l-1.5,0.6l0.3,1l3.2,0.8l2.7,0.2 l2.9,4.7l3.9,4.2l0.8,2.3l2.6,4.2l0.3,3.2v9.4l0.5,1.8l10,1.5l19.7,2.7L310.7,486.8z M222.8,437l1.3,1.5l-0.2,1.3l-3.2-0.1 l-0.6-1.2l-0.6-1.5L222.8,437z M224.7,437l1.2-0.6l3.6,2.1l3.1,1.2l-0.9,0.6l-4.5-0.2l-1.6-1.6L224.7,437z M245.4,456.8l1.8,2.3 l0.8,1l1.5,0.6l0.6-1.5l-1-1.8l-2.7-2l-1.1,0.2V456.8z M244,465.5l1.8,3.2l1.2,1.9l-1.5,0.2l-1.3-1.2c0,0-0.7-1.5-0.7-1.9 s0-2.2,0-2.2L244,465.5z M407.1,619.3l1.9-3.6l2.3-0.3l0.3,0.8l-2.1,3.1H407.1z M417.3,615.6l6.1,2.6l2.1-0.3l1.6-3.9 l-0.6-3.4l-4.2-0.5l-4,1.8L417.3,615.6z M448,625.6l3.7,5.5l2.4-0.3l1.1-0.5l1.5,1.3l3.7-0.2l1-1.5l-2.9-1.8l-1.9-3.7l-2.1-3.6 l-5.8,2.9L448,625.6z M468.2,634.5l1.3-1.9l4.7,1l0.6-0.5l6.1,0.6l-0.3,1.3l-2.6,1.5l-4.4-0.3L468.2,634.5z M473.5,639.7l1.9,3.9 l3.1-1.1l0.3-1.6l-1.6-2.1l-3.7-0.3V639.7z M480.5,638.5l2.3-2.9l4.7,2.4l4.4,1.1l4.4,2.7v1.9l-3.6,1.8l-4.8,1l-2.4-1.5 L480.5,638.5z M497.1,654.1l1.6-1.3l3.4,1.6l7.6,3.6l3.4,2.1l1.6,2.4l1.9,4.4l4,2.6l-0.3,1.3l-3.9,3.2l-4.2,1.5l-1.5-0.6l-3.1,1.8 l-2.4,3.2l-2.3,2.9l-1.8-0.2l-3.6-2.6l-0.3-4.5l0.6-2.4l-1.6-5.7l-2.1-1.8l-0.2-2.6l2.3-1l2.1-3.1l0.5-1l-1.6-1.8L497.1,654.1z"></path> <text x="212" y="400" font-size="23" fill="#FFFFFF" style="text-decoration: none; font-weight: normal;">Region 5</text> </a> </g> <g class="region-group" id="region6" onclick="toggleRegionTables('r6buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 6"> <path style="fill: #dfc689; stroke: white; " d="M314.3,276.7l4.3-17.9l4.7-17.9l1.1-4.2l2.4-5.6l-0.6-1.2l-2.5,0l-1.3-1.7l0.5-1.5l0.5-3.2l4.5-5.5l1.8-1.1l1.1-1.1l1.5-3.6l4-5.7l3.6-3.9l0.2-3.5l-3.3-2.5l-1.2-4.5l-13.2-3.7l-15.1-3.5l-15.4,0.1l-0.5-1.4l-5.5,2.1l-4.5-0.6l-2.4-1.6l-1.3,0.7L273,184l-1.7-1.4l-5.3-2.1l-0.8,0.1l-4.3-1.5l-1.9,1.8l-6.2-0.3l-5.9-4.1l0.7-0.8l0.2-7.8l-2.3-3.9l-4.1-0.6l-0.7-2.5l-2.4-0.5l-5.8,2.1l-2.3,6.5l-3.2,10l-3.2,6.5l-5,14.1l-6.5,13.6l-8.1,12.6l-1.9,2.9l-0.8,8.6l-1.3,6l2.7,3.5l6.7,2.3l11.6,3.3l7.9,2.5l12.4,3.6l13.3,3.6l13.2,3.6 M267.6,106.4l4.4,1.5l9.7,2.7l8.6,1.9l20,5.7l23,5.7l15.2,3.4l-1,3.9l-4.1,13.8l-4.5,20.8l-3.2,16.1l-0.4,9.4l-13.2-3.9l-15.6-3.4l-13.7,0.6l-1.6-1.5l-5.3,1.9l-4-0.3l-2.7-1.8l-1.6,0.5l-4.2-0.2l-1.9-1.4l-4.8-1.7l-1.4-0.2l-5-1.3l-1.8,1.5l-5.7-0.3l-4.8-3.8l0.2-0.8l0.1-7.9l-2.1-3.9l-4.1-0.7l-0.4-2.4l-2.5-0.6l-2.9-0.5l-1.8,1l-2.3-2.9l0.3-2.9l2.7-0.3l1.6-4l-2.6-1.1l0.2-3.7l4.4-0.6l-2.7-2.7l-1.5-7.1l0.6-2.9v-7.9l-1.8-3.2l2.3-9.4l2.1,0.5l2.4,2.9l2.7,2.6l3.2,1.9l4.5,2.1l3.1,0.6l2.9,1.5l3.4,1l2.3-0.2v-2.4l1.3-1.1l2.1-1.3l0.3,1.1l0.3,1.8l-2.3,0.5l-0.3,2.1l1.8,1.5l1.1,2.4l0.6,1.9l1.5-0.2l0.2-1.3l-1-1.3l-0.5-3.2l0.8-1.8l-0.6-1.5V119l1.8-3.6l-1.1-2.6l-2.4-4.8l0.3-0.8L267.6,106.4z"></path> <text x="230" y="220" font-size="23" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Region 6</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r8buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 8"> <path fill="#ccd5ae" d="M531.1,433.4l22.7,1.1l31.1,1.1l-2.3,23.5l-0.3,18.2l0.1,2.1l4.3,3.8l1.7,0.8l1.8,0.3l0.7-1.3 l0.9,0.9l1.7,0.5l1.6-0.7l1.1,0.4l-0.3,3.4l4.3,1l2.7,0.8l4,0.5l2.2,1.8l3.2-1.6l2.8,0.4l2,2.8l1.1,0.3l-0.2,2l3.1,1.2l2.8-1.8 l1.5,0.4l2.4,0.2l0.4,1.9l4.6,2l2.7-0.2l2-4.1h0.3l1.1,1.9l4.4,1l3.3,1.2l3.3,0.8l2.1-0.8l0.8-2.5h3.7l1.9,0.8l3.1-1.6h0.7l0.4,1.1 h4.3l2.4-1.3l1.7,0.3l1.4,1.9l2.9,1.7l3.5,1.1l2.7,1.4l2.4,1.6l3.3-0.9l1.9,1l0.5,10.1l0.3,9.7l0.7,9.5l0.5,4l2.7,4.6l1.1,4.1 l3.9,6.3l0.5,2.9l0.5,1l-0.7,7.5l-2.7,4.4l1,2.9l-0.4,2.5l-0.8,7.3l-1.4,2.7l0.6,4.4l-5.7,1.6l-9.9,4.5l-1,1.9l-2.6,1.9l-2.1,1.5 l-1.3,0.8l-5.7,5.3l-2.7,2.1l-5.3,3.2l-5.7,2.4l-6.3,3.4l-1.8,1.5l-5.8,3.6l-3.4,0.6l-3.9,5.5l-4,0.3l-1,1.9l2.3,1.9l-1.5,5.5 l-1.3,4.5l-1.1,3.9l-0.8,4.5l0.8,2.4l1.8,7l1,6.1l1.8,2.7l-1,1.5l-3.1,1.9l-5.7-3.9l-5.5-1.1l-1.3,0.5l-3.2-0.6l-4.2-3.1l-5.2-1.1 l-7.6-3.4l-2.1-3.9l-1.3-6.5l-3.2-1.9l-0.6-2.3l0.6-0.6l0.3-3.4l-1.3-0.6l-0.6-1l1.3-4.4l-1.6-2.3l-3.2-1.3l-3.4-4.4l-3.6-6.6 l-4.2-2.6l0.2-1.9l-5.3-12.3l-0.8-4.2l-1.8-1.9l-0.2-1.5l-6-5.3l-2.6-3.1v-1.1l-2.6-2.1l-6.8-1.1l-7.4-0.6l-3.1-2.3l-4.5,1.8 l-3.6,1.5l-2.3,3.2l-1,3.7l-4.4,6.1l-2.4,2.4l-2.6-1l-1.8-1.1l-1.9-0.6l-3.9-2.3v-0.6l-1.8-1.9l-5.2-2.1l-7.4-7.8l-2.3-4.7v-8.1 l-3.2-6.5l-0.5-2.7l-1.6-1l-1.1-2.1l-5-2.1l-1.3-1.6l-7.1-7.9l-1.3-3.2l-4.7-2.3l-1.5-4.4l-2.6-2.9l-1.9-0.5l-0.6-4.7l8,0.7l29,2.7 l29,1.6l2.3-23.8l3.9-55.6l1.6-18.7l1.4,0 M631.2,667.3l-0.6-7.1l-2.7-7.2l-0.6-7l1.5-8.2l3.3-6.9l3.5-5.4l3.2-3.6l0.6,0.2 l-4.8,6.6l-4.4,6.5l-2,6.6l-0.3,5.2l0.9,6.1l2.6,7.2l0.5,5.2l0.2,1.5L631.2,667.3z M549.3,422.6l-10.7-0.5l-6.4-0.5l0.3,0.2l-0.7,10.4l22,1.4l32.1,1.3l-2.3,24.4l-0.5,17.8l0.2,1.6 l4.3,3.7l2.1,1.1l0.7-0.2l0.7-2.1l1.4,1.8h2.1v-1.4l2.7,1.4l-0.5,3.9l4.1,0.2l2.5,1.1l4.1,0.7l2.5,1.8l2.3-2.1l3.4,0.7l2.5,3.4h0.9 v2.3l2.3,0.7l2.3-2.3l1.8,0.7h2.5l0.9,2.5l4.8,1.8l1.4-0.7l1.8-4.1h1.1l1.1,2.1l4.1,0.7l3.7,1.4l3,0.9l1.8-0.9l0.7-2.5h4.3l2.1,0.9 l2.7-2.1h1.1l0.7,1.6h4.1l1.6-2.1l1.8,0.5l2.1,2.5l3.2,1.8l3.2,0.9l1.9,1.1l-0.4-37.2l-1.4-11l-0.2-8.9l-1.4-6.5l-0.8-7.2l-0.1-3.8 l-12.1,0.3l-46.4-0.5l-45-2.1L549.3,422.6z M776.2,573l-1-2.6l-1.1-3.1l-3.3-3.5l0.9-6.8l-0.1-1.1l-1.3,0.3l-8.2,0.9l-25,0.5l-0.7-2.4l0.9-8.5 l3.3-5.9l5-8.7l-0.6-2.4l1.3-0.7l0.5-2l-2.3-2.1l-0.1-1.9l-1.8-4.3l-0.5-5.9l-9.7,0.1l-19.2,0.9l-22.2,0l0,9.6l0.7,9.4l0.7,3.9 l2.5,4.1l0.9,5l4.3,5.5l0.2,3.2l0.7,0.7l-0.7,8.5l-3,5l1.6,2.1l-0.7,2.5l-0.7,7.3l-1.4,3.2l0.1,3.6l4.7-1.5l8.1-0.3l10.3,3.6 l6.5,1.1l3.7-1.5l3.2,1.1l3.2,1l0.8-2.1l-3.2-1.1l-2.6,0.5l-2.7-1.6c0,0,0.2-1.3,0.8-1.5c0.6-0.2,3.1-1,3.1-1l1.8,1.5l1.8-1 l3.2,0.6l1.5,2.4l0.3,2.3l4.5,0.3l1.8,1.8l-0.8,1.6l-1.3,0.8l1.6,1.6l8.4,3.6l3.6-1.3l1-2.4l2.6-0.6l1.8-1.5l1.3,1l0.8,2.9 l-2.3,0.8l0.6,0.6l3.4-1.3l2.3-3.4l0.8-0.5l-2.1-0.3l0.8-1.6l-0.2-1.5l2.1-0.5l1.1-1.3l0.6,0.8c0,0-0.2,3.1,0.6,3.1 c0.8,0,4.2,0.6,4.2,0.6l4,1.9l1,1.5h2.9l1.1,1l2.3-3.1v-1.5h-1.3l-3.4-2.7l-5.8-0.8l-3.2-2.3l1.1-2.7l2.3,0.3l0.2-0.6l-1.8-1v-0.5 h3.2l1.8-3.1l-1.3-1.9l-0.3-2.7l-1.5,0.2l-1.9,2.1l-0.6,2.6l-3.1-0.6l-1-1.8l1.8-1.9l2-1.8L776.2,573z M798.6,567l-0.3,1.3h-5.2l-1.5-0.8l-2.1-0.3l-6.8,1.9l-1.8-0.8l-2.6,4.2l-1.1,0.8l-1.1-2.5 l-1.1-3.9l-3.4-3.2l1.1-7.5l-0.7-0.9l-1.8,0.2l-8.2,0.7l-24.2,0.7l-0.5-1.6l0.7-8l3.4-6.2l5.3-9.1l-0.9-2.1h1.1l0.7-3.2l-2.3-1.8 l0.2-1.8l-2.1-4.6l-0.3-5.3l1.4-2.7l-0.4-4.3l-1.4-3l1.4-1.4l-1.4-2.1l0.5-1.8l0.9-6.2l3-2.7l-0.7-2.1l3.7-5.3l2.7-0.9v-2.5 l-0.7-1.4l2.7-5.3l2.7-1.1l0.1-3.4l8.7-0.1l24.1-1.9l4.6-0.2l0,6.4l0.2,16.7l-0.8,31l-0.2,14.1l2.7,18.8L798.6,567z M765,445l-3.8,0.9l-6.2-0.5l0.7-3l3.2-2.7l0.5-2.3l-1.8-3l-11,0.5l-20.8,0.9l-23.3,0.7L679,437 l1.6,6.9v8.2l1.4,11l0.2,37.8l2.3,1.9l3-1.4l2.7,1.1l0.4,10.3l22.9-0.1l18.9-0.8l10.1-0.2l1.1-2.1l-0.3-3.5l-1.8-3l1.6-1.5 l-1.6-2.5l0.7-2.5l1.4-5.6l2.5-2.1l-0.7-2.3l3.7-5.4l2.7-1.4l-0.1-1.5l-0.3-1.8l2.9-5.6l2.4-1.3l0.4-3.4l1.8-1.2l0.9-4.2l-1.3-4 l4-2.4l0.6-2l1.2-4.3L765,445z M799.6,566.8l-1.6-15.2l-2.7-18.8l0.2-14.1l0.8-31l-0.2-16.7l0.2-6.4l7.8-0.4l27.8-2.6l8.9-0.7 l-0.1,2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2 l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l1,2.5h-6.3l-6.8,0.6l-25.5,2.9l-10.4,1.4l-0.1,3.8l1.8,1.8l2.6,1.9l0.6,7.9 l-5.5,2.6l-2.7-0.3l2.7-1.9v-1l-3.1-6l-2.3-0.6l-1.5,4.4l-1.3,2.7l-0.6-0.2H799.6z M871.1,420.6l-51.9,5l-15.8,1.8l-4.6,0.5l-3.9,0v3.9l-8.4,0.5l-7,0.6l-11.1,0.1l-0.3,5.8l-2.1,6.3 l-1,3l-1.3,4.4l-0.3,2.6l-4,2.3l1.5,3.6l-1,4.4l-1,0.8l7.3-0.2l24.1-1.9l5.3-0.2l8.1-0.5l27.8-2.6l10.2-0.8l8.4-1l8.4-1.1l4.8-0.8 l-0.1-4.5l1.8-1.5l2.7-0.6l0.6-3.7l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.9-3.5l4.3-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1s1.9,0.3,1.9,0.3 l2.3-3.6l2.1-0.6l2.3,0.3l1.6-3.6l2.1-2.2l0.6-1l0.2-3.9l-1.5-0.3l-2.4,1.9l-7.9,0.2l-12,1.9L871.1,420.6z M863.6,458l-4.8,0.8l-8.4,1.1l-8.6,0.9v2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7 l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l0.6,3.4l2.6,3.9 l1.5,1.5l7.9,0.2l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l2.6,0.8l0.3-4.4l-1.6-4.5l1.1-1.6l5.8,0.8l5,0.3l-0.8-6.3l2.3-10 l1.5-4.2l-0.5-2.6l3.3-6.2l-0.5-1.4l-1.9,0.7l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.9-6.3l-4.2-1.9l-2.1-1.9 l-1.3-2.6l-2.1-1.9l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-4.9l-3.4,0.2l-4.1-3l-1.3-1.3l-0.3-1.8 l0.8-1.9l2.4-1.2l-1.1-1.2l0.1-0.3l-5.8,1l-7,0.8L863.6,458z M929.4,545.5l2.3,7.3l3.7,9.7l5.3,9.4l3.7,6.3l4.8,5.5l4,3.7l1.6,2.9l-1.1,1.3L953,593l2.9,7.4 l2.9,2.9l2.6,5.3l3.6,5.8l4.5,8.2l1.3,7.6l0.5,12l0.6,1.8l-0.3,3.4l-2.4,1.3l0.3,1.9l-0.6,1.9l0.3,2.4l0.5,1.9l-2.7,3.2l-3.1,1.5 l-3.9,0.2l-1.5,1.6l-2.4,1l-1.3-0.5l-1.1-1l-0.3-2.9l-0.8-3.4l-3.4-5.2l-3.6-2.3l-3.9-0.3l-0.8,1.3l-3.1-4.4l-0.6-3.6l-2.6-4 l-1.8-1.1l-1.6,2.1l-1.8-0.3l-2.1-5l-2.9-3.9l-2.9-5.3l-2.6-3.1l-3.6-3.7l2.1-2.4l3.2-5.5l-0.2-1.6l-4.5-1l-1.6,0.6l0.3,0.6l2.6,1 l-1.5,4.5l-0.8,0.5l-1.8-4l-1.3-4.8l-0.3-2.7l1.5-4.7v-9.5L910,585l-1.3-3.1l-5.2-1.3l-1.9-0.6l-1.6-2.6l-3.4-1.6l-1.1-3.4l-2.7-1 l-2.4-3.7l-4.2-1.5l-2.9-1.5h-2.6l-4,0.8l-0.2,1.9l0.8,1l-0.5,1.1l-3.1-0.2l-3.7,3.6l-3.6,1.9h-3.9l-3.2,1.3l-0.3-2.7l-1.6-1.9 l-2.9-1.1l-1.6-1.5l-8.1-3.9l-7.6-1.8l-4.4,0.6l-6,0.5l-6,2.1l-3.5,0.6l-0.2-8l-2.6-1.9l-1.8-1.8l0.3-3.1l10.2-1.3l25.5-2.9 l6.8-0.6l5.4,0.3l2.6,3.9l1.5,1.5l8.1,0.5l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l3.8,0.8l0.3-4.8l-1.6-4.5l1-0.7l5.1,0.5 L929.4,545.5z M941.9,677.9l2.4-0.6l1.3-0.2l1.5-2.3l2.3-1.6l1.3,0.5l1.7,0.3l0.4,1.1l-3.5,1.2l-4.2,1.5l-2.3,1.2L941.9,677.9z M955.4,672.9l1.2,1.1l2.7-2.1l5.3-4.2l3.7-3.9l2.5-6.6l1-1.7l0.2-3.4l-0.7,0.5l-1,2.8l-1.5,4.6l-3.2,5.3l-4.4,4.2l-3.4,1.9 L955.4,672.9z M935.2,512.9l-1.8,1l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.7-6l-4.2-1.9 l-2.1-1.9l-1.3-2.6L910,485l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-5.2l-3.4,0.2l-4-2.4l-1.3-1.3 l-0.3-1.8l0.8-1.9l2.3-1l-0.3-2.1l6.1-2.6l9.1-4.5l7.3-0.8l16.5-0.5l2.3,1.9l1.6,3.2l4.4-0.5l12.6-1.5l2.9,0.8l12.6,7.6l10.1,8.1 l-5.4,5.5l-2.6,6.1l-0.5,6.3l-1.6,0.8l-1.1,2.7l-2.4,0.6l-2.1,3.6l-2.7,2.7l-2.3,3.4l-1.6,0.8l-3.6,3.4l-2.9,0.2l1,3.2l-5,5.5 L935.2,512.9z M1006.1,398.5l1.7,4.7l3.6,6.5l2.4,2.4l0.6,2.3l-2.4,0.2l0.8,0.6l-0.3,4.2l-2.6,1.3l-0.6,2.1 l-1.3,2.9l-3.7,1.6l-2.4-0.3l-1.5-0.2l-1.6-1.3l0.3,1.3v1h1.9l0.8,1.3l-1.9,6.3h4.2l0.6,1.6l2.3-2.3l1.3-0.5l-1.9,3.6l-3.1,4.8 h-1.3l-1.1-0.5l-2.7,0.6l-5.2,2.4l-6.5,5.3l-3.4,4.7l-1.9,6.5l-0.5,2.4l-4.7,0.5l-5.5,1.3l-9.9-8.2l-12.6-7.6l-2.9-0.8l-12.6,1.5 l-4.3,0.8l-1.6-3.2l-3-2.1l-16.5,0.5l-7.3,0.8l-9.1,4.5l-6.1,2.6l-1.6,0.3l-5.8,1l-7,0.8l-6.8,0.5l0.5-4.1l1.8-1.5l2.7-0.6l0.6-3.7 l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.6-3.1l3.9-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1c0.8,0,1.9,0.3,1.9,0.3l2.3-3.6l2.1-0.6l2.3,0.3 l1.6-3.6l2.9-2.6l0.5-2.1v-4l4.5,0.7l7.1-1.3l15.8-1.9l17.1-2.6l19.9-4l19.7-4.2l11.4-2.8L1006.1,398.5z M1010,431.5l2.6-2.5 l3.2-2.6l1.5-0.6l0.2-2l-0.6-6.1l-1.5-2.3l-0.6-1.9l0.7-0.2l2.7,5.5l0.4,4.4l-0.2,3.4l-3.4,1.5l-2.8,2.4l-1.1,1.2L1010,431.5z M895.8,397.8l-2.3,2.7l-4.2,3.6L885,410l-1.8,1.8v2.1l-3.9,2.1l-5.7,3.4l-3.5,0.4l-51.9,4.9 l-15.8,1.8l-4.6,0.5l-3.9,0l-0.2,4.2l-8.2,0.1l-7,0.6l-10.4,0.2l1.9-0.2l2.2-1.8l2.1-1.1l0.2-3.2l0.9-1.8l-1.6-2.5l0.8-1.9l2.3-1.8 l2.1-0.6l2.7,1.3l3.6,1.3l1.1-0.3l0.2-2.3l-1.3-2.4l0.3-2.3l1.9-1.5l2.6-0.6l1.6-0.6l-0.8-1.8l-0.6-1.9l1.1-0.8l1.1-3.3l3-1.7 l5.8-1l3.6-0.5l1.5,1.9l1.8,0.8l1.8-3.2l2.9-1.5l1.9,1.6l0.8,1.1l2.1-0.5l-0.2-3.4l2.9-1.6l1.1-0.8l1.1,1.6h4.7l0.8-2.1l-0.3-2.3 l2.9-3.6l4.7-3.9l0.5-4.5l2.7-0.3l3.9-1.8l2.7-1.9l-0.3-1.9l-1.5-1.5l0.6-2.2l4.1-0.2l2.4-0.8l2.9,1.6l1.6,4.4l5.8,0.3l1.8,1.8 l2.1,0.2l2.4-1.5l3.1,0.5l1.3,1.5l2.7-2.6l1.8-1.3h1.6l0.6,2.7l1.8,1l2.4,2.2l0.2,5.5l0.8,1.6l2.6,1.5l0.6,2.3l2.9,3.7l2.6,2.7 L895.8,397.8z M1002.9,369.2l-0.1-1.9l6.5-2.5l-0.8,3.2l-2.9,3.8l-0.4,4.6l0.5,3.4l-1.8,5l-2.2,1.9l-1.5-4.6 l0.4-5.4l1.6-4.2L1002.9,369.2z M1005.2,397.5L947,410.1l-37.4,5.3l-6.7-0.4l-2.6,1.9l-7.3,0.2l-8.4,1l-8.9,1l8.5-4.9l0-2.1 l1.5-2.1l10.6-11.5l3.9,4.5l3.8,1l2.5-1.1l2.2-1.3l2.5,1.3l3.9-1.4l1.9-4.6l2.6,0.5l2.9-2.1l1.8,0.5l2.8-3.7l0.3-2.1l-1-1.3l1-1.9 l5.3-12.3l0.6-5.7l1.2-0.5l2.2,2.4l3.9-0.3l1.9-7.6l2.8-0.6l1-2.7l2.6-2.3l1.3-2.3l1.5-3.4l0.1-5.1l9.8,3.8 c0.7,0.3,0.7-4.8,0.7-4.8l4.1,1.4l-0.5,2.6l8.2,2.9l1.3,1.8l-0.9,3.7l-1.3,1.3l-0.5,1.7l0.5,2.4l2,1.3l3.9,1.4l2.9,1l4.9,0.9 l2.2,2.1l3.2,0.4l0.9,1.2l-0.4,4.7l1.4,1.1l-0.5,1.9l1.2,0.8l-0.2,1.4l-2.7-0.1l0.1,1.6l2.3,1.5l0.1,1.4l1.8,1.8l0.5,2.5l-2.6,1.4 l1.6,1.5l5.8-1.7L1005.2,397.5z"></path> <text x="700" y="520" font-size="23" fill="#827070" style="text-decoration: none; font-weight: normal;">Region 8</text> </a> </g> <g class="region-group" onclick="toggleRegionTables('r9buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 9"> <path fill="#dfc689" d="M645.9,228.5l-0.5-8.5l-1.8-7.3l-1.8-13.5l-0.5-9.8l-1.8-3.4l-1.6-5v-10.3l0.7-3.9l-1.8-5.5l30.1,0 l0.3-8.2l0.6-0.2l2.3,0.5l1.9,0.8l0.8,5.5l1.5,6.1l1.6,1.6h4.8l0.3,1.5l6.3,0.3v2.1h4.8l0.3-1.3l1.1-1.1l2.3-0.6l1.3,1h2.9l3.9,2.6 l5.3,2.4l2.4,0.5l0.5-1l1.5-0.5l0.5,2.9l2.6,1.3l0.5-0.5l1.3,0.2v2.1l2.6,1h3.1l1.6-0.8l3.2-3.2l2.6-0.5l0.8,1.8l0.5,1.3h1l1-0.8 l8.9-0.3l1.8,3.1h0.6l0.7-1.1l4.4-0.4l-0.6,2.3l-3.9,1.8l-9.2,4.1l-4.8,2l-3.1,2.6l-2.4,3.6l-2.3,3.9l-1.8,0.8l-4.5,5l-1.3,0.2 l-3.8,2.9l-2.8,3.2l-0.2,3l0.2,7.8l-1.6,1.6L704,228l-1.8,5.7l2.5,3.6l0.5,2.5l-1.1,3l-0.2,3.7l0.5,7.1l3.4,4.1h3l2.5,2.3l3.2,1.4 l3.7,5l7.1,5l1.8,2.1l0.2,5.5l-20.6,0.7l-60.2,0.5l-0.3-35.7l-0.5-3l-4.1-3.4l-1.1-1.8v-1.6l2.1-1.6l1.4-1.4L645.9,228.5z M996.2,326.5l1.1-0.6l2.3-0.6l1.5-2.7l1.6-2.3l3.2-3.1v-0.8l-2.4-1.6l-3.6-2.4l-1-2.6l-2.7-0.3 l-0.2-1.1l-0.8-2.7l2.3-1.1l0.2-2.4l-1.3-1.3l0.2-1.6l1.9-3.1v-3.1l2.3-2.4l0.2-1.1l-2.6-0.2l-2.3-1.9l-2.4-5.3l-3-0.9l-2.3-2.1 l-18.6,4l-43,8.7l-8.9,1.5l-0.5-7.1l-5.5,5.6l-1.3,0.5l-4.2,3l2.9,19.1l2.5,9.7l3.6,19.3l3.3-0.6l11.9-1.5l37.9-7.7l14.9-2.8 l8.3-1.6l0.3-0.2l2.1-1.6L996.2,326.5z M786.9,297.2l0.4-3l-1.6-4.5l-0.6-6.1l-1.1-2.4l1-3.1l0.8-2.9l1.5-2.6l-0.6-3.4l-0.6-3.6l0.5-1.8 l1.9-2.4l0.2-2.7l-0.8-1.3l0.6-2.6l0.5-3.2l2.7-5.7l2.9-6.8l0.2-2.3l-0.3-1l-0.8,0.5l-4.2,6.3l-2.7,4l-1.9,1.8l-0.8,2.3l-1.5,0.8 l-1.1,1.9l-1.5-0.3l-0.2-1.8l1.3-2.4l2.1-4.7l1.8-1.6l1.1-2.3l-1.6-0.9l-1.4-1.4l-1.6-10.3l-3.7-1.1l-1.4-2.3l-12.6-2.7l-2.5-1.1 l-8.2-2.3l-8.2-1.1l-4.2-5.4l-0.5,1.3l-1.1-0.2l-0.6-1.1l-2.7-0.8l-1.1,0.2l-1.8,1l-1-0.6l0.6-1.9l1.9-3.1l1.1-1.1l-1.9-1.5 l-2.1,0.8l-2.9,1.9l-7.4,3.2l-2.9,0.6l-2.9-0.5l-1-0.9l-2.1,2.8l-0.2,2.7v8.5l-1.1,1.6l-5.3,3.9l-2.3,5.9l0.5,0.2l2.5,2.1l0.7,3.2 l-1.8,3.2v3.9l0.5,6.6l3,3h3.4l1.8,3.2l3.4,0.5l3.9,5.7l7.1,4.1l2.1,2.7l0.9,7.4l0.7,3.3l2.3,1.6l0.2,1.4l-2.1,3.4l0.2,3.2l2.5,3.9 l2.5,1.1l3,0.5l1.3,1.4l9.2,0l26.1-1.5L786.9,297.2z M791.8,401.6V398l0.3-4.9l2.4-3.1l1.8-3.8l2.6-3.9l-0.4-5.3l-2-3.5l-0.1-3.3l0.7-5.3l-0.8-7.2 l-1.1-15.8l-1.3-15l-0.9-11.6l-0.3-0.9l-0.8-2.6l-1.3-3.7l-1.6-1.8l-1.5-2.6l-0.2-5.5l-9.9,1.3l-27.2,1.7l-8.7-0.4l0.2,2.4l2.3,0.7 l0.9,1.1l0.5,1.8l3.9,3.4l0.7,2.3l-0.7,3.4l-1.8,3.7l-0.7,2.5l-2.3,1.8l-1.8,0.7l-5.3,1.4l-0.7,1.8L736,330l0.7,1.4l1.8,1.6 l-0.2,4.1l-1.8,1.6l-0.7,1.6v2.7l-1.8,0.5l-1.6,1.1l-0.2,1.4l0.2,2.1l-1.7,1.3l-1,2.8l0.5,3.7l2.3,7.3l7.3,7.5l5.5,3.7l-0.2,4.3 l0.9,1.4l6.4,0.5l2.7,1.4l-0.7,3.7l-2.3,5.9l-0.7,3.2l2.3,3.9l6.4,5.3l4.6,0.7l2.1,5l2.1,3.2l-0.9,3l1.6,4.1l1.8,2.1l1.9-0.8 l0.7-2.2l2-1.4l3.2-1.1l3.1,1.2l2.9,1.1l0.8-0.2l-0.1-1.2l-1.1-2.8l0.4-2.4l2.3-1.6l2.4-1l1.2-0.4l-0.6-1.3l-0.8-2.2l1.2-1.3 L791.8,401.6z M930.6,342l1.1,4.9l1.1,6.9l3.6-2.7l2.3-3.1l2.5-0.6l1.5-1.5l1.8-2.6l1.2,0.6l2.9-0.3l2.6-2.1 l2-1.5l1.8-0.5l1.3,1l2.2,1.1l1.9,1.8l1.4,1.3l-0.1,4.7l-5.7-3.1l-4.5-1.8l-0.2,5.3l-0.5,2.1l-1.6,2.7l-0.6,1.6l-3.1,2.4l-0.5,2.3 l-3.4,0.3l-0.3,3.1l-1.1,5.5h-2.6l-1.3-0.8l-1.6-2.7l-1.8,0.2l-0.3,4.4l-2.1,6.6l-5,10.8l0.8,1.3l-0.2,2.7l-2.1,1.9l-1.5-0.3 l-3.2,2.4l-2.6-1l-1.8,4.7c0,0-3.7,0.8-4.4,1c-0.6,0.2-2.4-1.3-2.4-1.3l-2.4,2.3l-2.6,0.6l-2.9-0.8l-1.3-1.3l-2.2-3l-3.1-2 l-2.6-2.7l-2.9-3.7l-0.6-2.3l-2.6-1.5l-0.8-1.6l-0.2-5.3l2.2-0.1l1.9-0.8l0.2-2.7l1.6-1.5l0.2-5l1-3.9l1.3-0.6l1.3,1.1l0.5,1.8 l1.8-1l0.5-1.6l-1.1-1.8v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9l0.3-5.7l0.5-5v-4.7l-1.1-3.1l1-1.5l1.3-1.3 l3.5,19.8l4.6-0.8L930.6,342z M905.4,295l-6.1,4.1l-3.9,2.3l-3.4,3.7l-4,3.9l-3.2,0.8l-2.9,0.5l-5.5,2.6l-2.1,0.2l-3.4-3.1 l-5.2,0.6l-2.6-1.5l-2.4-1.4l-4.9,0.7l-10.2,1.6l-7.8,1.2l1.3,14.6l1.8,13.7l2.6,23.4l0.6,4.8l4.1-0.1l2.4-0.8l3.4,1.5l2.1,4.4 l5.1,0l1.9,2.1l1.8-0.1l2.5-1.3l2.5,0.4l2,1.5l1.7-2.1l2.3-1.3l2.1-0.7l0.6,2.7l1.8,1l3.5,2.3l2.2-0.1l1.1-1.1l-0.1-1.4l1.6-1.5 l0.2-5l1-3.9l1.5-1.4l1.5,0.9l0.8,1.2l1.2-0.2l-0.4-2.4l-0.6-0.6v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9 l0.2-5.4l0.5-5v-4.7l-1.1-3.1l1-1.5l0.9-1l-1.4-9.8L905.4,295z M1048.1,279.8l-0.5-4.2l-0.8-4.4l-1.7-5.9l5.7-1.5l1.6,1.1l3.4,4.4l2.9,4.4l-2.9,1.5l-1.3-0.2 l-1.1,1.8l-2.4,1.9L1048.1,279.8z M1047.2,280.1l-0.6-4.2l-0.8-4.4l-1.6-6l-4.2,0.9l-21.8,4.8l0.6,3.3l1.5,7.3v8.1l-1.1,2.3l1.8,2.1 l5-3.4l3.6-3.2l1.9-2.1l0.8,0.6l2.7-1.5l5.2-1.1L1047.2,280.1z M740.6,301.6l0.2,1.9l2.3,1.1l1.1,1.3l0.3,1.3l3.9,3.2l0.7,2.2l-0.8,2.9l-1.5,3.5l-0.8,2.7 l-2.2,1.6l-1.7,0.6l-5.5,1.5l-0.7,2.3l-0.8,2.3l0.6,1.4l1.7,1.7l0,3.7l-2.2,1.6l-0.5,1.5v2.5l-1.5,0.5l-1.7,1.4l-0.5,1.5l0.5,1.7 l-1.4,1.2l-2.3-2.7l-1.5-2.6l-8.3,0.8l-10.2,0.6l-25,0.7l-13,0.2l-9.4,0.2l-1.3,0.1l-1.7-4.5l-0.2-6.6l-1.6-4.1l-0.7-5.3l-2.3-3.7 l-0.9-4.8l-2.7-7.5l-1.1-5.4l-1.4-2.2l-1.6-2.7l1.8-4.3l1.4-5.7l-2.7-2.1l-0.5-2.7l0.9-2.5h1.7h11.5l49.6-0.7l19.9-0.7l1.9,2.7 l1.8,2.6l0.5,0.8l-1.8,2.7l0.5,4.2l2.5,3.9l3,1.8l2.4,0.2L740.6,301.6z M1054.8,242.4l0.9-1.1l1.1-3.3l-2.5-0.9l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.6-14.5l-0.9,0 l-0.6,1.6l-0.6-0.5l-1-1l-1.5,1.9l0,5l0.3,5.7l1.9,2.7v4l-3.7,5.1l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5 l-0.5,1.8l1.5,0.9l16.4-4.7l2.3-0.6l1.5-2.6L1054.8,242.4z M1018.3,253.7l-0.8-5.7l-2.4-10l-0.6-0.3l-2.9-1.3l0.8-2.9l-0.8-2.1l-2.7-4.6l1-3.9l-0.8-5.2 l-2.4-6.5l-0.8-4.9l26.2-6.7l0.3,5.8l1.9,2.7v4l-3.7,4l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5l-0.5,1.8 l0.7,1.6l-7,1.4L1018.3,253.7z M1002.6,289.4l-1.1-1l-2.6-0.2l-2.3-1.9l-1.6-6.1l-3.5,0.1l-2.4-2.7l-19.4,4.4l-43,8.7l-7.5,1.2 l-0.7-6.5l1.4-1.1l1.3-1.1l1-1.6l1.8-1.1l1.9-1.8l0.5-1.6l2.1-2.7l1.1-1l-0.2-1l-1.3-3.1l-1.8-0.2l-1.9-6.1l2.9-1.8l4.4-1.5l4-1.3 l3.2-0.5l6.3-0.2l1.9,1.3l1.6,0.2l2.1-1.3l2.6-1.1l5.2-0.5l2.1-1.8l1.8-3.2l1.6-1.9h2.1l1.9-1.1l0.2-2.3l-1.5-2.1l-0.3-1.5l1.1-2.1 v-1.5h-1.8l-1.8-0.8l-0.8-1.1l-0.2-2.6l5.8-5.5l0.6-0.8l1.5-2.9l2.9-4.5l2.7-3.7l2.1-2.4l2.4-1.8l3.1-1.2l5.5-1.3l3.2,0.2l4.5-1.5 l7.6-2.1l0.5,5l2.4,6.5l0.8,5.2l-1,3.9l2.6,4.5l0.8,2.1l-0.8,2.9l2.9,1.3l0.6,0.3l3.1,11l-0.5,5.1l-0.5,10.8l0.8,5.5l0.8,3.6 l1.5,7.3v8.1l-1.1,2.3l1.8,2l0.8,1.7l-1.9,1.8l0.3,1.3l1.3-0.3l1.5-1.3l2.3-2.6l1.1-0.6l1.6,0.6l2.3,0.2l7.9-3.9l2.9-2.7l1.3-1.5 l4.2,1.6l-3.4,3.6l-3.9,2.9l-7.1,5.3l-2.6,1l-5.8,1.9l-4,1.1l-1.2-0.5l-0.2-3.7l0.5-2.7l-0.2-2.1l-2.8-1.7l-4.5-1l-3.9-1.1 L1002.6,289.4z M1011,355.3l-6.1,1.3l-5.8,0.2l-1.8-7.1l-2.1-9.7l-2.3-5.7l-1.3-4.4l-7.5,1.6l-14.9,2.8l-37.5,7.6 l1.1,5l1,5.7l0.3-0.3l2.1-2.4l2.3-2.6l2.4-0.6l1.5-1.5l1.8-2.6l1.3,0.6l2.9-0.3l2.6-2.1l2-1.5l1.8-0.5l1.6,1.1l2.9,1.5l1.9,1.8 l1.2,1.5l4.1,1.7v2.9l5.5,1.3l1.1,0.5l1.4-2l2.9,2l-1.3,2.5l-0.8,4l-1.8,2.6v2.1l0.6,1.8l5.1,1.4l4.3-0.1l3.1,1l2.1,0.3l1-2.1 l-1.5-2.1v-1.8l-2.4-2.1l-2.1-5.5l1.3-5.3l-0.2-2.1l-1.3-1.3c0,0,1.5-1.6,1.5-2.3c0-0.6,0.5-2.1,0.5-2.1l1.9-1.3l1.9-1.6l0.5,1 l-1.5,1.6l-1.3,3.7l0.3,1.1l1.8,0.3l0.5,5.5l-2.1,1l0.3,3.6l0.5-0.2l1.1-1.9l1.6,1.8l-1.6,1.3l-0.3,3.4l2.6,3.4l3.9,0.5l1.6-0.8 l3.2,4.2l1.4,0.5l6.7-2.8l2-4L1011,355.3z M994.3,364.3l1.1,2.5l0.2,1.8l1.1,1.9c0,0,0.9-0.9,0.9-1.2c0-0.3-0.7-3.1-0.7-3.1 l-0.7-2.3L994.3,364.3z M792.4,400.9l0.1-2.9l0.5-4.5l2.3-2.9l1.8-3.9l2.6-4.2l-0.5-5.8l-1.8-2.7l-0.3-3.2l0.8-5.5l-0.5-7 l-1.3-16l-1.3-15.4l-1-11.7l3.1,0.9l1.5,1l1.1-0.3l2.1-1.9l2.8-1.6l5.1-0.2l22-2.3l5.6-0.5l1.5,16l4.3,36.8l0.6,5.8L843,371 l1.2,1.8l0.1,1.4l-2.5,1.6l-3.5,1.6l-3.2,0.6l-0.6,4.9l-4.6,3.3l-2.8,4l0.3,2.4l-0.6,1.5h-3.3l-1.6-1.6l-2.5,1.3l-2.7,1.5l0.2,3.1 l-1.2,0.3l-0.5-1l-2.2-1.5l-3.3,1.3l-1.6,3l-1.4-0.8l-1.5-1.6l-4.5,0.5l-5.6,1L792.4,400.9z M1002.2,290.3l-2.1,2.4v3.1l-1.9,3.1l-0.2,1.6l1.3,1.3l-0.2,2.4l-2.3,1.1l0.8,2.7l0.2,1.1l2.7,0.3 l1,2.6l3.6,2.4l2.4,1.6v0.8l-3.2,3.1l-1.6,2.3l-1.5,2.7l-2.3,1.3l-1.2,0.7l-0.2,1.2l-0.6,2.6l1.1,2.2l3.2,2.9l4.8,2.3l4,0.6 l0.2,1.5l-0.8,1l0.3,2.7h0.8l2.1-2.4l0.8-4.8l2.7-4l3.1-6.5l1.1-5.5l-0.6-1.1l-0.2-9.4l-1.6-3.4l-1.1,0.8l-2.7,0.3l-0.5-0.5l1.1-1 l2.1-1.9l0.1-1.1l-0.4-3.4l0.5-2.7l-0.2-2.1l-2.6-1.1l-4.5-1l-3.9-1.1L1002.2,290.3z M1097.2,177.3l1.9,2.1l2.3,3.7v1.9l-2.1,4.7l-1.9,0.6l-3.4,3.1l-4.8,5.5c0,0-0.6,0-1.3,0 c-0.6,0-1-2.1-1-2.1l-1.8,0.2l-1,1.5l-2.4,1.5l-1,1.5l1.6,1.5l-0.5,0.6l-0.5,2.7l-1.9-0.2v-1.6l-0.3-1.3l-1.5,0.3l-1.8-3.2 l-2.1,1.3l1.3,1.5l0.3,1.1l-0.8,1.3l0.3,3.1l0.2,1.6l-1.6,2.6l-2.9,0.5l-0.3,2.9l-5.3,3.1l-1.3,0.5l-1.6-1.5l-3.1,3.6l1,3.2 l-1.5,1.3l-0.2,4.4l-1.1,6.3l-2.5-1.2l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.2-13.6l1.4-0.1l1.5,0.4v-2.6l0.8-5.5l2.6-4.7l1.5-4 l-1.9-2.4v-6l0.8-1l0.8-2.7l-0.2-1.5l-0.2-4.8l1.8-4.8l2.9-8.9l2.1-4.2h1.3l1.3,0.2v1.1l1.3,2.3l2.7,0.6l0.8-0.8v-1l4-2.9l1.8-1.8 l1.5,0.2l6,2.4l1.9,1l9.1,29.9h6l0.8,1.9l0.2,4.8l2.9,2.3h0.8l0.2-0.5l-0.5-1.1L1097.2,177.3z M1076.3,207.5l1.5-1.5l1.4,1.1 l0.6,2.4l-1.7,0.9L1076.3,207.5z M1083,201.6l1.8,1.9c0,0,1.3,0.1,1.3-0.2s0.2-2,0.2-2l0.9-0.8l-0.8-1.8l-2,0.7L1083,201.6z M1074,273.9l2.2-0.7l0.5-1.7l1,0.1l1,2.3l-1.3,0.5l-3.9,0.1L1074,273.9z M1064.6,274.7l2.3-2.6h1.6 l1.8,1.5l-2.4,1l-2.2,1L1064.6,274.7z M1029.8,252.7l17.5-4.2l2.3-0.6l2.1-3.2l3.7-1.7l2.9,4.4l-2.4,5.2l-0.3,1.5l1.9,2.6l1.1-0.8 h1.8l2.3,2.6l3.9,6l3.6,0.5l2.3-1l1.8-1.8l-0.8-2.7l-2.1-1.6l-1.5,0.8l-1-1.3l0.5-0.5l2.1-0.2l1.8,0.8l1.9,2.4l1,2.9l0.3,2.4 l-4.2,1.5l-3.9,1.9l-3.9,4.5l-1.9,1.5v-1l2.4-1.5l0.5-1.8l-0.8-3.1l-2.9,1.5l-0.8,1.5l0.5,2.3l-2.1,1l-2.7-4.5l-3.4-4.4l-2.1-1.8 l-6.5,1.9l-5.1,1.1l-21.8,4.8l-0.4-4.9l0.6-10.6l5.2-0.9L1029.8,252.7z M755.6,182.1l1.8-2.1l2.2-0.8l5.4-3.9l2.3-0.6l0.5,0.5l-5.1,5.1l-3.3,1.9l-2.1,0.9L755.6,182.1z M841.8,214.2l0.6,2.5l3.2,0.2l1.3-1.2c0,0-0.1-1.5-0.4-1.6c-0.3-0.2-1.6-1.9-1.6-1.9l-2.2,0.2l-1.6,0.2l-0.3,1.1L841.8,214.2z M871.9,277.2l-3.2-8.2l-2.3-9.1l-2.4-3.2l-2.6-1.8l-1.6,1.1l-3.9,1.8l-1.9,5l-2.7,3.7l-1.1,0.6l-1.5-0.6c0,0-2.6-1.5-2.4-2.1 c0.2-0.6,0.5-5,0.5-5l3.4-1.3l0.8-3.4l0.6-2.6l2.4-1.6l-0.3-10l-1.6-2.3l-1.3-0.8l-0.8-2.1l0.8-0.8l1.6,0.3l0.2-1.6L850,231 l-1.3-2.6h-2.6l-4.5-1.5l-5.5-3.4h-2.7l-0.6,0.6l-1-0.5l-3.1-2.3l-2.9,1.8l-2.9,2.3l0.3,3.6l1,0.3l2.1,0.5l0.5,0.8l-2.6,0.8 l-2.6,0.3l-1.5,1.8l-0.3,2.1l0.3,1.6l0.3,5.5l-3.6,2.1l-0.6-0.2v-4.2l1.3-2.4l0.6-2.4l-0.8-0.8l-1.9,0.8l-1,4.2l-2.7,1.1l-1.8,1.9 l-0.2,1l0.6,0.8l-0.6,2.6l-2.3,0.5v1.1l0.8,2.4l-1.1,6.1l-1.6,4l0.6,4.7l0.5,1.1l-0.8,2.4l-0.3,0.8l-0.3,2.7l3.6,6l2.9,6.5l1.5,4.8 l-0.8,4.7l-1,6l-2.4,5.2l-0.3,2.7l-3.3,3.1l4.4-0.2l21.4-2.3l7.3-1l0.1,1.7l6.9-1.2l10.3-1.5l3.9-0.5l0.1-0.6l0.2-1.5l2.1-3.7 l2-1.7l-0.2-5.1l1.6-1.6l1.1-0.3l0.2-3.6l1.5-3l1.1,0.6l0.2,0.6l0.8,0.2l1.9-1L871.9,277.2z M741.5,211.2l0.7-0.6l2.7-0.8l3.6-2.3 v-1l0.6-0.6l6-1l2.4-1.9l4.4-2.1l0.2-1.3l1.9-2.9l1.8-0.8l1.3-1.8l2.3-2.3l4.4-2.4l4.7-0.5l1.1,1.1l-0.3,1l-3.7,1l-1.5,3.1 l-2.3,0.8l-0.5,2.4l-2.4,3.2l-0.3,2.6l0.8,0.5l1-1.1l3.6-2.9l1.3,1.3h2.3l3.2,1l1.5,1.1l1.5,3.1l2.7,2.7l3.9-0.2l1.5-1l1.6,1.3 l1.6,0.5l1.3-0.8h1.1l1.6-1l4-3.6l3.4-1.1l6.6-0.3l4.5-1.9l2.6-1.3l1.5,0.2v5.7l0.5,0.3l2.9,0.8l1.9-0.5l6.1-1.6l1.1-1.1l1.5,0.5v7 l3.2,3.1l1.3,0.6l1.3,1l-1.3,0.3l-0.8-0.3l-3.7-0.5l-2.1,0.6l-2.3-0.2l-3.2,1.5h-1.8l-5.8-1.3l-5.2,0.2l-1.9,2.6l-7,0.6l-2.4,0.8 l-1.1,3.1l-1.3,1.1l-0.5-0.2l-1.5-1.6l-4.5,2.4h-0.6l-1.1-1.6l-0.8,0.2l-1.9,4.4l-1,4l-3.2,7l-1.2-1l-1.4-1l-1.9-10.3l-3.5-1.4 l-2.1-2.3l-12.1-2.7l-2.9-1l-8.2-2.2l-7.9-1.1L741.5,211.2z M729.8,349.5l-2.5-3.1l-1.1-2.3l-7.8,0.7l-9.8,0.5l-25.4,0.9l-13.5,0.2l-7.9,0.1l-2.3,0.1l1.3,2.5 l-0.2,2.3l2.5,3.9l3.1,4.1l3.1,2.7l2.3,0.2l1.4,0.9v3l-1.8,1.6l-0.5,2.3l2.1,3.4l2.5,3l2.5,1.8l1.4,11.7l-0.7,35.3l0.2,4.7l0.5,5.4 l23.4-0.1l23.2-0.7l20.8-0.8l11.7-0.2l2.2,3.4l-0.7,3.3l-3.1,2.4l-0.6,1.8l5.4,0.5l3.9-0.7l1.7-5.5l0.7-5.9l2.3-2l1.7-1.5l2.1-1 l0.1-2.9l0.6-1.7l-1-1.7l-2.7,0.1l-2.2-2.6l-1.4-4.2l0.8-2.5l-1.9-3.4l-1.8-4.6l-4.8-0.8l-7-5.6l-1.7-4.1l0.8-3.2l2.1-6.1l0.5-2.9 l-1.9-1l-6.9-0.8l-1-1.7l-0.1-4.2l-5.5-3.4l-7-7.8l-2.3-7.3l-0.2-4.2L729.8,349.5z M996.4,330.4l0.6-2.1l0-1.2l-1.3-0.1l-2.1,1.6l-1.5,1.5l1.5,4.2l2.3,5.7l2.1,9.7l1.6,6.3l5-0.2 l6.1-1.2l-2.3-7.4l-1,0.5l-3.6-2.4l-1.8-4.7l-1.9-3.6l-2.3-1l-2.1-3.6L996.4,330.4z M975.8,353.8l-1.1-1.6l-1-0.8l1.1-1.6l2.2,1.5L975.8,353.8z" /> <text x="735" y="340" font-size="23" fill="#827070" style="text-decoration: none; font-weight: normal;">Region 9</text> </a></g> <g class="region-group" onclick="toggleRegionTables('r10buttons', this)"> <a xlink:href="javascript:void(0)" style="text-decoration: none;" role="link" aria-label="Region 10"> <path fill="#ccd5ae" d="M332.1,553.7l-0.3,85.4l1.6,1l3.1,0.2l1.5-1.1h2.6l0.2,2.9l7,6.8l0.5,2.6l3.4-1.9l0.6-0.2l0.3-3.1 l1.5-1.6l1.1-0.2l1.9-1.5l3.1,2.1l0.6,2.9l1.9,1.1l1.1,2.4l3.9,1.8l3.4,6l2.7,3.9l2.3,2.7l1.5,3.7l5,1.8l5.2,2.1l1,4.4l0.5,3.1 l-1,3.4l-1.8,2.3l-1.6-0.8l-1.5-3.1l-2.7-1.5l-1.8-1.1l-0.8,0.8l1.5,2.7l0.2,3.7l-1.1,0.5l-1.9-1.9l-2.1-1.3l0.5,1.6l1.3,1.8 l-0.8,0.8c0,0-0.8-0.3-1.3-1c-0.5-0.6-2.1-3.4-2.1-3.4l-1-2.3c0,0-0.3,1.3-1,1c-0.6-0.3-1.3-1.5-1.3-1.5l1.8-1.9l-1.5-1.5v-5h-0.8 l-0.8,3.4l-1.1,0.5l-1-3.7l-0.6-3.7l-0.8-0.5l0.3,5.7v1.1l-1.5-1.3l-3.6-6l-2.1-0.5l-0.6-3.7l-1.6-2.9l-1.6-1.1v-2.3l2.1-1.3 l-0.5-0.3l-2.6,0.6l-3.4-2.4l-2.6-2.9l-4.8-2.6l-4-2.6l1.3-3.2v-1.6l-1.8,1.6l-2.9,1.1l-3.7-1.1l-5.7-2.4h-5.5l-0.6,0.5l-6.5-3.9 l-2.1-0.3l-2.7-5.8l-3.6,0.3l-3.6,1.5l0.5,4.5l1.1-2.9l1,0.3l-1.5,4.4l3.2-2.7l0.6,1.6l-3.9,4.4l-1.3-0.3l-0.5-1.9l-1.3-0.8 l-1.3,1.1l-2.7-1.8l-3.1,2.1l-1.8,2.1l-3.4,2.1l-4.7-0.2l-0.5-2.1l3.7-0.6v-1.3l-2.3-0.6l1-2.4l2.3-3.9v-1.8l0.2-0.8l4.4-2.3l1,1.3 h2.7l-1.3-2.6l-3.7-0.3l-5,2.7l-2.4,3.4l-1.8,2.6l-1.1,2.3l-4.2,1.5l-3.1,2.6l-0.3,1.6l2.3,1l0.8,2.1l-2.7,3.2l-6.5,4.2l-7.8,4.2 l-2.1,1.1l-5.3,1.1l-5.3,2.3l1.8,1.3l-1.5,1.5l-0.5,1.1l-2.7-1l-3.2,0.2l-0.8,2.3h-1l0.3-2.4l-3.6,1.3l-2.9,1l-3.4-1.3l-2.9,1.9 h-3.2l-2.1,1.3l-1.6,0.8l-2.1-0.3l-2.6-1.1l-2.3,0.6l-1,1l-1.6-1.1v-1.9l3.1-1.3l6.3,0.6l4.4-1.6l2.1-2.1l2.9-0.6l1.8-0.8l2.7,0.2 l1.6,1.3l1-0.3l2.3-2.7l3.1-1l3.4-0.6l1.3-0.3l0.6,0.5h0.8l1.3-3.7l4-1.5l1.9-3.7l2.3-4.5l1.6-1.5l0.3-2.6l-1.6,1.3l-3.4,0.6 l-0.6-2.4l-1.3-0.3l-1,1l-0.2,2.9l-1.5-0.2l-1.5-5.8l-1.3,1.3l-1.1-0.5l-0.3-1.9l-4,0.2l-2.1,1.1l-2.6-0.3l1.5-1.5l0.5-2.6 l-0.6-1.9l1.5-1l1.3-0.2l-0.6-1.8v-4.4l-1-1l-0.8,1.5h-6.1l-1.5-1.3l-0.6-3.9l-2.1-3.6v-1l2.1-0.8l0.2-2.1l1.1-1.1l-0.8-0.5 l-1.3,0.5l-1.1-2.7l1-5l4.5-3.2l2.6-1.6l1.9-3.7l2.7-1.3l2.6,1.1l0.3,2.4l2.4-0.3l3.2-2.4l1.6,0.6l1,0.6h1.6l2.3-1.3l0.8-4.4 c0,0,0.3-2.9,1-3.4c0.6-0.5,1-1,1-1l-1.1-1.9l-2.6,0.8l-3.2,0.8l-1.9-0.5l-3.6-1.8l-5-0.2l-3.6-3.7l0.5-3.9l0.6-2.4l-2.1-1.8 l-1.9-3.7l0.5-0.8l6.8-0.5h2.1l1,1h0.6l-0.2-1.6l3.9-0.6l2.6,0.3l1.5,1.1l-1.5,2.1l-0.5,1.5l2.7,1.6l5,1.8l1.8-1l-2.3-4.4l-1-3.2 l1-0.8l-3.4-1.9l-0.5-1.1l0.5-1.6l-0.8-3.9l-2.9-4.7l-2.4-4.2l2.9-1.9h3.2l1.8,0.6l4.2-0.2l3.7-3.6l1.1-3.1l3.7-2.4l1.6,1l2.7-0.6 l3.7-2.1l1.1-0.2l1,0.8l4.5-0.2l2.7-3.1h1.1l3.6,2.4l1.9,2.1l-0.5,1.1l0.6,1.1l1.6-1.6l3.9,0.3l0.3,3.7l1.9,1.5l7.1,0.6l6.3,4.2 l1.5-1l5.2,2.6l2.1-0.6l1.9-0.8l4.8,1.9L332.1,553.7z M217,582.6l2.1,5.3l-0.2,1l-2.9-0.3l-1.8-4l-1.8-1.5H210l-0.2-2.6l1.8-2.4 l1.1,2.4l1.5,1.5L217,582.6z M214.4,616.1l3.7,0.8l3.7,1l0.8,1l-1.6,3.7l-3.1-0.2l-3.4-3.6L214.4,616.1z M193.7,602l1.1,2.6 l1.1,1.6l-1.1,0.8l-2.1-3.1V602H193.7z M180,675.1l3.4-2.3l3.4-1l2.6,0.3l0.5,1.6l1.9,0.5l1.9-1.9l-0.3-1.6l2.7-0.6l2.9,2.6 l-1.1,1.8l-4.4,1.1l-2.7-0.5l-3.7-1.1l-4.4,1.5l-1.6,0.3L180,675.1z M228.9,670.6l1.6,1.9l2.1-1.6l-1.5-1.3L228.9,670.6z M231.8,673.6l1.1-2.3l2.1,0.3l-0.8,1.9H231.8z M255.4,671.7l1.5,1.8l1-1.1l-0.8-1.9L255.4,671.7z M264.2,659.2l1.1,5.8l2.9,0.8 l5-2.9l4.4-2.6l-1.6-2.4l0.5-2.4l-2.1,1.3l-2.9-0.8l1.6-1.1l1.9,0.8l3.9-1.8l0.5-1.5l-2.4-0.8l0.8-1.9l-2.7,1.9l-4.7,3.6l-4.8,2.9 L264.2,659.2z M306.5,639.4l2.4-1.5l-1-1.8l-1.8,1L306.5,639.4z" /> <text x="236" y="618" font-size="23" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Region 10</text> </a> </g> </svg> </div> <div id="us-map-blm" class="map3"> <?xml version="1.0" encoding="utf-8" ?> <svg version="1.1" id="us-map-blm" x="0px" y="0px" width="799px" height="433px" viewBox="174 100 959 593" enable-background="new 174 100 959 593" xml:space="preserve"> <sodipodi:namedview bordercolor="#666666" objecttolerance="10" pagecolor="#ffffff" borderopacity="1" gridtolerance="10" guidetolerance="10" inkscape:cx="509.19152" inkscape:cy="282.2353" inkscape:zoom="1.2137643" showgrid="false" id="namedview71" inkscape:current-layer="g5" inkscape:window-maximized="1" inkscape:window-y="-8" inkscape:window-x="-8" inkscape:pageopacity="0" inkscape:window-height="1017" inkscape:window-width="1920" inkscape:pageshadow="2"> </sodipodi:namedview> <g id="blm-group"> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('HI', this)" style="text-decoration: none;" role="link" aria-label="Hawaii"> <path id="HI" class="path2" data-info="Hawaii" fill="#dfc689" aria-label="Hawaii" d="M407.1,619.3l1.9-3.6l2.3-0.3l0.3,0.8l-2.1,3.1H407.1z M417.3,615.6l6.1,2.6l2.1-0.3l1.6-3.9 l-0.6-3.4l-4.2-0.5l-4,1.8L417.3,615.6z M448,625.6l3.7,5.5l2.4-0.3l1.1-0.5l1.5,1.3l3.7-0.2l1-1.5l-2.9-1.8l-1.9-3.7l-2.1-3.6 l-5.8,2.9L448,625.6z M468.2,634.5l1.3-1.9l4.7,1l0.6-0.5l6.1,0.6l-0.3,1.3l-2.6,1.5l-4.4-0.3L468.2,634.5z M473.5,639.7l1.9,3.9 l3.1-1.1l0.3-1.6l-1.6-2.1l-3.7-0.3V639.7z M480.5,638.5l2.3-2.9l4.7,2.4l4.4,1.1l4.4,2.7v1.9l-3.6,1.8l-4.8,1l-2.4-1.5 L480.5,638.5z M497.1,654.1l1.6-1.3l3.4,1.6l7.6,3.6l3.4,2.1l1.6,2.4l1.9,4.4l4,2.6l-0.3,1.3l-3.9,3.2l-4.2,1.5l-1.5-0.6l-3.1,1.8 l-2.4,3.2l-2.3,2.9l-1.8-0.2l-3.6-2.6l-0.3-4.5l0.6-2.4l-1.6-5.7l-2.1-1.8l-0.2-2.6l2.3-1l2.1-3.1l0.5-1l-1.6-1.8L497.1,654.1z" /> <text x="430" y="650" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Hawaii</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('FL', this)" style="text-decoration: none;" role="link" aria-label="Florida"> <path id="FL" class="path2" data-info="Florida" fill="#dfc689" d="M929.4,545.5l2.3,7.3l3.7,9.7l5.3,9.4l3.7,6.3l4.8,5.5l4,3.7l1.6,2.9l-1.1,1.3L953,593l2.9,7.4 l2.9,2.9l2.6,5.3l3.6,5.8l4.5,8.2l1.3,7.6l0.5,12l0.6,1.8l-0.3,3.4l-2.4,1.3l0.3,1.9l-0.6,1.9l0.3,2.4l0.5,1.9l-2.7,3.2l-3.1,1.5 l-3.9,0.2l-1.5,1.6l-2.4,1l-1.3-0.5l-1.1-1l-0.3-2.9l-0.8-3.4l-3.4-5.2l-3.6-2.3l-3.9-0.3l-0.8,1.3l-3.1-4.4l-0.6-3.6l-2.6-4 l-1.8-1.1l-1.6,2.1l-1.8-0.3l-2.1-5l-2.9-3.9l-2.9-5.3l-2.6-3.1l-3.6-3.7l2.1-2.4l3.2-5.5l-0.2-1.6l-4.5-1l-1.6,0.6l0.3,0.6l2.6,1 l-1.5,4.5l-0.8,0.5l-1.8-4l-1.3-4.8l-0.3-2.7l1.5-4.7v-9.5L910,585l-1.3-3.1l-5.2-1.3l-1.9-0.6l-1.6-2.6l-3.4-1.6l-1.1-3.4l-2.7-1 l-2.4-3.7l-4.2-1.5l-2.9-1.5h-2.6l-4,0.8l-0.2,1.9l0.8,1l-0.5,1.1l-3.1-0.2l-3.7,3.6l-3.6,1.9h-3.9l-3.2,1.3l-0.3-2.7l-1.6-1.9 l-2.9-1.1l-1.6-1.5l-8.1-3.9l-7.6-1.8l-4.4,0.6l-6,0.5l-6,2.1l-3.5,0.6l-0.2-8l-2.6-1.9l-1.8-1.8l0.3-3.1l10.2-1.3l25.5-2.9 l6.8-0.6l5.4,0.3l2.6,3.9l1.5,1.5l8.1,0.5l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l3.8,0.8l0.3-4.8l-1.6-4.5l1-0.7l5.1,0.5 L929.4,545.5z M941.9,677.9l2.4-0.6l1.3-0.2l1.5-2.3l2.3-1.6l1.3,0.5l1.7,0.3l0.4,1.1l-3.5,1.2l-4.2,1.5l-2.3,1.2L941.9,677.9z M955.4,672.9l1.2,1.1l2.7-2.1l5.3-4.2l3.7-3.9l2.5-6.6l1-1.7l0.2-3.4l-0.7,0.5l-1,2.8l-1.5,4.6l-3.2,5.3l-4.4,4.2l-3.4,1.9 L955.4,672.9z" /> <text x="950" y="645" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Florida</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('SC', this)" style="text-decoration: none;" role="link" aria-label="South Carolina"> <path id="SC" class="path2" data-info="South Carolina" fill="#dfc689" d="M935.2,512.9l-1.8,1l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.7-6l-4.2-1.9 l-2.1-1.9l-1.3-2.6L910,485l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-5.2l-3.4,0.2l-4-2.4l-1.3-1.3 l-0.3-1.8l0.8-1.9l2.3-1l-0.3-2.1l6.1-2.6l9.1-4.5l7.3-0.8l16.5-0.5l2.3,1.9l1.6,3.2l4.4-0.5l12.6-1.5l2.9,0.8l12.6,7.6l10.1,8.1 l-5.4,5.5l-2.6,6.1l-0.5,6.3l-1.6,0.8l-1.1,2.7l-2.4,0.6l-2.1,3.6l-2.7,2.7l-2.3,3.4l-1.6,0.8l-3.6,3.4l-2.9,0.2l1,3.2l-5,5.5 L935.2,512.9z" /> <text x="905" y="480" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">South Carolina</text> </a> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('GA', this)" style="text-decoration: none;" role="link" aria-label="Georgia"> <path id="GA" class="path2" data-info="Georgia" fill="#dfc689" d="M863.6,458l-4.8,0.8l-8.4,1.1l-8.6,0.9v2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7 l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l0.6,3.4l2.6,3.9 l1.5,1.5l7.9,0.2l10.8-0.6l21.5-1.3l5.4-0.7l4.6,0l0.2,2.9l2.6,0.8l0.3-4.4l-1.6-4.5l1.1-1.6l5.8,0.8l5,0.3l-0.8-6.3l2.3-10 l1.5-4.2l-0.5-2.6l3.3-6.2l-0.5-1.4l-1.9,0.7l-2.6-1.3l-0.6-2.1l-1.3-3.6l-2.3-2.1l-2.6-0.6l-1.6-4.8l-2.9-6.3l-4.2-1.9l-2.1-1.9 l-1.3-2.6l-2.1-1.9l-2.3-1.3l-2.3-2.9l-3.1-2.3l-4.5-1.8l-0.5-1.5l-2.4-2.9l-0.5-1.5l-3.4-4.9l-3.4,0.2l-4.1-3l-1.3-1.3l-0.3-1.8 l0.8-1.9l2.4-1.2l-1.1-1.2l0.1-0.3l-5.8,1l-7,0.8L863.6,458z" /> <text x="865" y="530" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Georgia</text> </a> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('AL', this)" style="text-decoration: none;" role="link" aria-label="Alabama"> <path id="AL" class="path2" data-info="Alabama" fill="#dfc689" d="M799.6,566.8l-1.6-15.2l-2.7-18.8l0.2-14.1l0.8-31l-0.2-16.7l0.2-6.4l7.8-0.4l27.8-2.6l8.9-0.7 l-0.1,2.2l0.2,2.1l0.6,3.4l3.4,7.9l2.4,9.9l1.5,6.1l1.6,4.8l1.5,7l2.1,6.3l2.6,3.4l0.5,3.4l1.9,0.8l0.2,2.1l-1.8,4.8l-0.5,3.2 l-0.2,1.9l1.6,4.4l0.3,5.3l-0.8,2.4l0.6,0.8l1.5,0.8l1,2.5h-6.3l-6.8,0.6l-25.5,2.9l-10.4,1.4l-0.1,3.8l1.8,1.8l2.6,1.9l0.6,7.9 l-5.5,2.6l-2.7-0.3l2.7-1.9v-1l-3.1-6l-2.3-0.6l-1.5,4.4l-1.3,2.7l-0.6-0.2H799.6z" /> <text x="800" y="525" font-family="Verdana" font-size="14" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Alabama</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NC', this)" style="text-decoration: none;" role="link" aria-label="North Carolina"> <path id="NC" data-info="North Carolina" fill="#dfc689" d="M1006.1,398.5l1.7,4.7l3.6,6.5l2.4,2.4l0.6,2.3l-2.4,0.2l0.8,0.6l-0.3,4.2l-2.6,1.3l-0.6,2.1 l-1.3,2.9l-3.7,1.6l-2.4-0.3l-1.5-0.2l-1.6-1.3l0.3,1.3v1h1.9l0.8,1.3l-1.9,6.3h4.2l0.6,1.6l2.3-2.3l1.3-0.5l-1.9,3.6l-3.1,4.8 h-1.3l-1.1-0.5l-2.7,0.6l-5.2,2.4l-6.5,5.3l-3.4,4.7l-1.9,6.5l-0.5,2.4l-4.7,0.5l-5.5,1.3l-9.9-8.2l-12.6-7.6l-2.9-0.8l-12.6,1.5 l-4.3,0.8l-1.6-3.2l-3-2.1l-16.5,0.5l-7.3,0.8l-9.1,4.5l-6.1,2.6l-1.6,0.3l-5.8,1l-7,0.8l-6.8,0.5l0.5-4.1l1.8-1.5l2.7-0.6l0.6-3.7 l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.6-3.1l3.9-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1c0.8,0,1.9,0.3,1.9,0.3l2.3-3.6l2.1-0.6l2.3,0.3 l1.6-3.6l2.9-2.6l0.5-2.1v-4l4.5,0.7l7.1-1.3l15.8-1.9l17.1-2.6l19.9-4l19.7-4.2l11.4-2.8L1006.1,398.5z M1010,431.5l2.6-2.5 l3.2-2.6l1.5-0.6l0.2-2l-0.6-6.1l-1.5-2.3l-0.6-1.9l0.7-0.2l2.7,5.5l0.4,4.4l-0.2,3.4l-3.4,1.5l-2.8,2.4l-1.1,1.2L1010,431.5z" /> <text x="900" y="440" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">North Carolina</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('TN', this)" style="text-decoration: none;" role="link" aria-label="Tennessee"> <path id="TN" class="path2" data-info="Tennessee" fill="#dfc689" d="M871.1,420.6l-51.9,5l-15.8,1.8l-4.6,0.5l-3.9,0v3.9l-8.4,0.5l-7,0.6l-11.1,0.1l-0.3,5.8l-2.1,6.3 l-1,3l-1.3,4.4l-0.3,2.6l-4,2.3l1.5,3.6l-1,4.4l-1,0.8l7.3-0.2l24.1-1.9l5.3-0.2l8.1-0.5l27.8-2.6l10.2-0.8l8.4-1l8.4-1.1l4.8-0.8 l-0.1-4.5l1.8-1.5l2.7-0.6l0.6-3.7l4.2-2.7l3.9-1.5l4.2-3.6l4.4-2.1l0.9-3.5l4.3-3.9l0.6-0.2c0,0,0,1.1,0.8,1.1s1.9,0.3,1.9,0.3 l2.3-3.6l2.1-0.6l2.3,0.3l1.6-3.6l2.1-2.2l0.6-1l0.2-3.9l-1.5-0.3l-2.4,1.9l-7.9,0.2l-12,1.9L871.1,420.6z" /> <text x="780" y="450" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Tennessee</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('RI', this)" style="text-decoration: none;" role="link" aria-label="Rhode Island"> <path id="RI" class="path2" data-info="Rhode Island" fill="#dfc689" d="M1048.1,279.8l-0.5-4.2l-0.8-4.4l-1.7-5.9l5.7-1.5l1.6,1.1l3.4,4.4l2.9,4.4l-2.9,1.5l-1.3-0.2 l-1.1,1.8l-2.4,1.9L1048.1,279.8z" /> <text x="1068" y="285" font-family="Verdana" font-size="14" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Rhode</text> <text x="1071" y="295" font-family="Verdana" font-size="14" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Island</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('CT', this)" style="text-decoration: none;" role="link" aria-label="Connecticut"> <path id="CT" class="path2" data-info="Connecticut" fill="#dfc689" d="M1047.2,280.1l-0.6-4.2l-0.8-4.4l-1.6-6l-4.2,0.9l-21.8,4.8l0.6,3.3l1.5,7.3v8.1l-1.1,2.3l1.8,2.1 l5-3.4l3.6-3.2l1.9-2.1l0.8,0.6l2.7-1.5l5.2-1.1L1047.2,280.1z" /> <text x="1060" y="308" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Connecticut</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MA', this)" style="text-decoration: none;" role="link" aria-label="Massachusetts"> <path id="MA" class="path2" data-info="Massachusetts" fill="#dfc689" d="M1074,273.9l2.2-0.7l0.5-1.7l1,0.1l1,2.3l-1.3,0.5l-3.9,0.1L1074,273.9z M1064.6,274.7l2.3-2.6h1.6 l1.8,1.5l-2.4,1l-2.2,1L1064.6,274.7z M1029.8,252.7l17.5-4.2l2.3-0.6l2.1-3.2l3.7-1.7l2.9,4.4l-2.4,5.2l-0.3,1.5l1.9,2.6l1.1-0.8 h1.8l2.3,2.6l3.9,6l3.6,0.5l2.3-1l1.8-1.8l-0.8-2.7l-2.1-1.6l-1.5,0.8l-1-1.3l0.5-0.5l2.1-0.2l1.8,0.8l1.9,2.4l1,2.9l0.3,2.4 l-4.2,1.5l-3.9,1.9l-3.9,4.5l-1.9,1.5v-1l2.4-1.5l0.5-1.8l-0.8-3.1l-2.9,1.5l-0.8,1.5l0.5,2.3l-2.1,1l-2.7-4.5l-3.4-4.4l-2.1-1.8 l-6.5,1.9l-5.1,1.1l-21.8,4.8l-0.4-4.9l0.6-10.6l5.2-0.9L1029.8,252.7z" /> <text x="1050" y="260" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Massachusetts</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('ME', this)" style="text-decoration: none;" role="link" aria-label="Maine"> <path id="ME" class="path2" data-info="Maine" fill="#dfc689" d="M1097.2,177.3l1.9,2.1l2.3,3.7v1.9l-2.1,4.7l-1.9,0.6l-3.4,3.1l-4.8,5.5c0,0-0.6,0-1.3,0 c-0.6,0-1-2.1-1-2.1l-1.8,0.2l-1,1.5l-2.4,1.5l-1,1.5l1.6,1.5l-0.5,0.6l-0.5,2.7l-1.9-0.2v-1.6l-0.3-1.3l-1.5,0.3l-1.8-3.2 l-2.1,1.3l1.3,1.5l0.3,1.1l-0.8,1.3l0.3,3.1l0.2,1.6l-1.6,2.6l-2.9,0.5l-0.3,2.9l-5.3,3.1l-1.3,0.5l-1.6-1.5l-3.1,3.6l1,3.2 l-1.5,1.3l-0.2,4.4l-1.1,6.3l-2.5-1.2l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.2-13.6l1.4-0.1l1.5,0.4v-2.6l0.8-5.5l2.6-4.7l1.5-4 l-1.9-2.4v-6l0.8-1l0.8-2.7l-0.2-1.5l-0.2-4.8l1.8-4.8l2.9-8.9l2.1-4.2h1.3l1.3,0.2v1.1l1.3,2.3l2.7,0.6l0.8-0.8v-1l4-2.9l1.8-1.8 l1.5,0.2l6,2.4l1.9,1l9.1,29.9h6l0.8,1.9l0.2,4.8l2.9,2.3h0.8l0.2-0.5l-0.5-1.1L1097.2,177.3z M1076.3,207.5l1.5-1.5l1.4,1.1 l0.6,2.4l-1.7,0.9L1076.3,207.5z M1083,201.6l1.8,1.9c0,0,1.3,0.1,1.3-0.2s0.2-2,0.2-2l0.9-0.8l-0.8-1.8l-2,0.7L1083,201.6z" /> <text x="1050" y="190" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Maine</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NH', this)" style="text-decoration: none;" role="link" aria-label="New Hampshire"> <path id="NH" class="path2" data-info="New Hampshire" fill="#dfc689" d="M1054.8,242.4l0.9-1.1l1.1-3.3l-2.5-0.9l-0.5-3.1l-3.9-1.1l-0.3-2.7l-7.3-23.4l-4.6-14.5l-0.9,0 l-0.6,1.6l-0.6-0.5l-1-1l-1.5,1.9l0,5l0.3,5.7l1.9,2.7v4l-3.7,5.1l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5 l-0.5,1.8l1.5,0.9l16.4-4.7l2.3-0.6l1.5-2.6L1054.8,242.4z" /> <text x="1085" y="220" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New</text> <text x="1065" y="235" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Hampshire</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('VT', this)" style="text-decoration: none;" role="link" aria-label="Vermont"> <path id="VT" class="path2" data-info="Vermont" fill="#dfc689" d="M1018.3,253.7l-0.8-5.7l-2.4-10l-0.6-0.3l-2.9-1.3l0.8-2.9l-0.8-2.1l-2.7-4.6l1-3.9l-0.8-5.2 l-2.4-6.5l-0.8-4.9l26.2-6.7l0.3,5.8l1.9,2.7v4l-3.7,4l-2.6,1.1v1.1l1.1,1.8v8.6l-0.8,9.2l-0.2,4.8l1,1.3l-0.2,4.5l-0.5,1.8 l0.7,1.6l-7,1.4L1018.3,253.7z" /> <text x="938" y="200" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Vermont</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NY', this)" style="text-decoration: none;" role="link" aria-label="New York"> <path id="NY" class="path2" data-info="New York" fill="#dfc689" d="M1002.6,289.4l-1.1-1l-2.6-0.2l-2.3-1.9l-1.6-6.1l-3.5,0.1l-2.4-2.7l-19.4,4.4l-43,8.7l-7.5,1.2 l-0.7-6.5l1.4-1.1l1.3-1.1l1-1.6l1.8-1.1l1.9-1.8l0.5-1.6l2.1-2.7l1.1-1l-0.2-1l-1.3-3.1l-1.8-0.2l-1.9-6.1l2.9-1.8l4.4-1.5l4-1.3 l3.2-0.5l6.3-0.2l1.9,1.3l1.6,0.2l2.1-1.3l2.6-1.1l5.2-0.5l2.1-1.8l1.8-3.2l1.6-1.9h2.1l1.9-1.1l0.2-2.3l-1.5-2.1l-0.3-1.5l1.1-2.1 v-1.5h-1.8l-1.8-0.8l-0.8-1.1l-0.2-2.6l5.8-5.5l0.6-0.8l1.5-2.9l2.9-4.5l2.7-3.7l2.1-2.4l2.4-1.8l3.1-1.2l5.5-1.3l3.2,0.2l4.5-1.5 l7.6-2.1l0.5,5l2.4,6.5l0.8,5.2l-1,3.9l2.6,4.5l0.8,2.1l-0.8,2.9l2.9,1.3l0.6,0.3l3.1,11l-0.5,5.1l-0.5,10.8l0.8,5.5l0.8,3.6 l1.5,7.3v8.1l-1.1,2.3l1.8,2l0.8,1.7l-1.9,1.8l0.3,1.3l1.3-0.3l1.5-1.3l2.3-2.6l1.1-0.6l1.6,0.6l2.3,0.2l7.9-3.9l2.9-2.7l1.3-1.5 l4.2,1.6l-3.4,3.6l-3.9,2.9l-7.1,5.3l-2.6,1l-5.8,1.9l-4,1.1l-1.2-0.5l-0.2-3.7l0.5-2.7l-0.2-2.1l-2.8-1.7l-4.5-1l-3.9-1.1 L1002.6,289.4z" /> <text x="935" y="265" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New York</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NJ', this)" style="text-decoration: none;" role="link" aria-label="New Jersey"> <path id="NJ" class="path2" data-info="New Jersey" fill="#dfc689" d="M1002.2,290.3l-2.1,2.4v3.1l-1.9,3.1l-0.2,1.6l1.3,1.3l-0.2,2.4l-2.3,1.1l0.8,2.7l0.2,1.1l2.7,0.3 l1,2.6l3.6,2.4l2.4,1.6v0.8l-3.2,3.1l-1.6,2.3l-1.5,2.7l-2.3,1.3l-1.2,0.7l-0.2,1.2l-0.6,2.6l1.1,2.2l3.2,2.9l4.8,2.3l4,0.6 l0.2,1.5l-0.8,1l0.3,2.7h0.8l2.1-2.4l0.8-4.8l2.7-4l3.1-6.5l1.1-5.5l-0.6-1.1l-0.2-9.4l-1.6-3.4l-1.1,0.8l-2.7,0.3l-0.5-0.5l1.1-1 l2.1-1.9l0.1-1.1l-0.4-3.4l0.5-2.7l-0.2-2.1l-2.6-1.1l-4.5-1l-3.9-1.1L1002.2,290.3z" /> <text x="1035" y="330" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New Jersey</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('PA', this)" style="text-decoration: none;" role="link" aria-label="Pennsylvania"> <path id="PA" class="path2" data-info="Pennsylvania" fill="#dfc689" d="M996.2,326.5l1.1-0.6l2.3-0.6l1.5-2.7l1.6-2.3l3.2-3.1v-0.8l-2.4-1.6l-3.6-2.4l-1-2.6l-2.7-0.3 l-0.2-1.1l-0.8-2.7l2.3-1.1l0.2-2.4l-1.3-1.3l0.2-1.6l1.9-3.1v-3.1l2.3-2.4l0.2-1.1l-2.6-0.2l-2.3-1.9l-2.4-5.3l-3-0.9l-2.3-2.1 l-18.6,4l-43,8.7l-8.9,1.5l-0.5-7.1l-5.5,5.6l-1.3,0.5l-4.2,3l2.9,19.1l2.5,9.7l3.6,19.3l3.3-0.6l11.9-1.5l37.9-7.7l14.9-2.8 l8.3-1.6l0.3-0.2l2.1-1.6L996.2,326.5z" /> <text x="913" y="320" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Pennsylvania</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('DE', this)" style="text-decoration: none;" role="link" aria-label="Delaware"> <path id="DE" class="path2" data-info="Delaware" fill="#dfc689" d="M996.4,330.4l0.6-2.1l0-1.2l-1.3-0.1l-2.1,1.6l-1.5,1.5l1.5,4.2l2.3,5.7l2.1,9.7l1.6,6.3l5-0.2 l6.1-1.2l-2.3-7.4l-1,0.5l-3.6-2.4l-1.8-4.7l-1.9-3.6l-2.3-1l-2.1-3.6L996.4,330.4z" /> <text x="1025" y="350" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Delaware</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MD', this)" style="text-decoration: none;" role="link" aria-label="Maryland"> <path id="MD" class="path2" data-info="Maryland" fill="#dfc689" d="M1011,355.3l-6.1,1.3l-5.8,0.2l-1.8-7.1l-2.1-9.7l-2.3-5.7l-1.3-4.4l-7.5,1.6l-14.9,2.8l-37.5,7.6 l1.1,5l1,5.7l0.3-0.3l2.1-2.4l2.3-2.6l2.4-0.6l1.5-1.5l1.8-2.6l1.3,0.6l2.9-0.3l2.6-2.1l2-1.5l1.8-0.5l1.6,1.1l2.9,1.5l1.9,1.8 l1.2,1.5l4.1,1.7v2.9l5.5,1.3l1.1,0.5l1.4-2l2.9,2l-1.3,2.5l-0.8,4l-1.8,2.6v2.1l0.6,1.8l5.1,1.4l4.3-0.1l3.1,1l2.1,0.3l1-2.1 l-1.5-2.1v-1.8l-2.4-2.1l-2.1-5.5l1.3-5.3l-0.2-2.1l-1.3-1.3c0,0,1.5-1.6,1.5-2.3c0-0.6,0.5-2.1,0.5-2.1l1.9-1.3l1.9-1.6l0.5,1 l-1.5,1.6l-1.3,3.7l0.3,1.1l1.8,0.3l0.5,5.5l-2.1,1l0.3,3.6l0.5-0.2l1.1-1.9l1.6,1.8l-1.6,1.3l-0.3,3.4l2.6,3.4l3.9,0.5l1.6-0.8 l3.2,4.2l1.4,0.5l6.7-2.8l2-4L1011,355.3z M994.3,364.3l1.1,2.5l0.2,1.8l1.1,1.9c0,0,0.9-0.9,0.9-1.2c0-0.3-0.7-3.1-0.7-3.1 l-0.7-2.3L994.3,364.3z" /> <text x="1025" y="365" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Maryland</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('KY', this)" style="text-decoration: none;" role="link" aria-label="Kentucky"> <path id="KY" class="path2" data-info="Kentucky" fill="#dfc689" d="M895.8,397.8l-2.3,2.7l-4.2,3.6L885,410l-1.8,1.8v2.1l-3.9,2.1l-5.7,3.4l-3.5,0.4l-51.9,4.9 l-15.8,1.8l-4.6,0.5l-3.9,0l-0.2,4.2l-8.2,0.1l-7,0.6l-10.4,0.2l1.9-0.2l2.2-1.8l2.1-1.1l0.2-3.2l0.9-1.8l-1.6-2.5l0.8-1.9l2.3-1.8 l2.1-0.6l2.7,1.3l3.6,1.3l1.1-0.3l0.2-2.3l-1.3-2.4l0.3-2.3l1.9-1.5l2.6-0.6l1.6-0.6l-0.8-1.8l-0.6-1.9l1.1-0.8l1.1-3.3l3-1.7 l5.8-1l3.6-0.5l1.5,1.9l1.8,0.8l1.8-3.2l2.9-1.5l1.9,1.6l0.8,1.1l2.1-0.5l-0.2-3.4l2.9-1.6l1.1-0.8l1.1,1.6h4.7l0.8-2.1l-0.3-2.3 l2.9-3.6l4.7-3.9l0.5-4.5l2.7-0.3l3.9-1.8l2.7-1.9l-0.3-1.9l-1.5-1.5l0.6-2.2l4.1-0.2l2.4-0.8l2.9,1.6l1.6,4.4l5.8,0.3l1.8,1.8 l2.1,0.2l2.4-1.5l3.1,0.5l1.3,1.5l2.7-2.6l1.8-1.3h1.6l0.6,2.7l1.8,1l2.4,2.2l0.2,5.5l0.8,1.6l2.6,1.5l0.6,2.3l2.9,3.7l2.6,2.7 L895.8,397.8z" /> <text x="810" y="413" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Kentucky</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('OH', this)" style="text-decoration: none;" role="link" aria-label="Ohio"> <path id="OH" class="path2" data-info="Ohio" fill="#dfc689" d="M905.4,295l-6.1,4.1l-3.9,2.3l-3.4,3.7l-4,3.9l-3.2,0.8l-2.9,0.5l-5.5,2.6l-2.1,0.2l-3.4-3.1 l-5.2,0.6l-2.6-1.5l-2.4-1.4l-4.9,0.7l-10.2,1.6l-7.8,1.2l1.3,14.6l1.8,13.7l2.6,23.4l0.6,4.8l4.1-0.1l2.4-0.8l3.4,1.5l2.1,4.4 l5.1,0l1.9,2.1l1.8-0.1l2.5-1.3l2.5,0.4l2,1.5l1.7-2.1l2.3-1.3l2.1-0.7l0.6,2.7l1.8,1l3.5,2.3l2.2-0.1l1.1-1.1l-0.1-1.4l1.6-1.5 l0.2-5l1-3.9l1.5-1.4l1.5,0.9l0.8,1.2l1.2-0.2l-0.4-2.4l-0.6-0.6v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9 l0.2-5.4l0.5-5v-4.7l-1.1-3.1l1-1.5l0.9-1l-1.4-9.8L905.4,295z" /> <text x="855" y="350" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Ohio</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MI', this)" style="text-decoration: none;" role="link" aria-label="Michigan"> <path id="MI" class="path2" data-info="Michigan" fill="#dfc689" d="M755.6,182.1l1.8-2.1l2.2-0.8l5.4-3.9l2.3-0.6l0.5,0.5l-5.1,5.1l-3.3,1.9l-2.1,0.9L755.6,182.1z M841.8,214.2l0.6,2.5l3.2,0.2l1.3-1.2c0,0-0.1-1.5-0.4-1.6c-0.3-0.2-1.6-1.9-1.6-1.9l-2.2,0.2l-1.6,0.2l-0.3,1.1L841.8,214.2z M871.9,277.2l-3.2-8.2l-2.3-9.1l-2.4-3.2l-2.6-1.8l-1.6,1.1l-3.9,1.8l-1.9,5l-2.7,3.7l-1.1,0.6l-1.5-0.6c0,0-2.6-1.5-2.4-2.1 c0.2-0.6,0.5-5,0.5-5l3.4-1.3l0.8-3.4l0.6-2.6l2.4-1.6l-0.3-10l-1.6-2.3l-1.3-0.8l-0.8-2.1l0.8-0.8l1.6,0.3l0.2-1.6L850,231 l-1.3-2.6h-2.6l-4.5-1.5l-5.5-3.4h-2.7l-0.6,0.6l-1-0.5l-3.1-2.3l-2.9,1.8l-2.9,2.3l0.3,3.6l1,0.3l2.1,0.5l0.5,0.8l-2.6,0.8 l-2.6,0.3l-1.5,1.8l-0.3,2.1l0.3,1.6l0.3,5.5l-3.6,2.1l-0.6-0.2v-4.2l1.3-2.4l0.6-2.4l-0.8-0.8l-1.9,0.8l-1,4.2l-2.7,1.1l-1.8,1.9 l-0.2,1l0.6,0.8l-0.6,2.6l-2.3,0.5v1.1l0.8,2.4l-1.1,6.1l-1.6,4l0.6,4.7l0.5,1.1l-0.8,2.4l-0.3,0.8l-0.3,2.7l3.6,6l2.9,6.5l1.5,4.8 l-0.8,4.7l-1,6l-2.4,5.2l-0.3,2.7l-3.3,3.1l4.4-0.2l21.4-2.3l7.3-1l0.1,1.7l6.9-1.2l10.3-1.5l3.9-0.5l0.1-0.6l0.2-1.5l2.1-3.7 l2-1.7l-0.2-5.1l1.6-1.6l1.1-0.3l0.2-3.6l1.5-3l1.1,0.6l0.2,0.6l0.8,0.2l1.9-1L871.9,277.2z M741.5,211.2l0.7-0.6l2.7-0.8l3.6-2.3 v-1l0.6-0.6l6-1l2.4-1.9l4.4-2.1l0.2-1.3l1.9-2.9l1.8-0.8l1.3-1.8l2.3-2.3l4.4-2.4l4.7-0.5l1.1,1.1l-0.3,1l-3.7,1l-1.5,3.1 l-2.3,0.8l-0.5,2.4l-2.4,3.2l-0.3,2.6l0.8,0.5l1-1.1l3.6-2.9l1.3,1.3h2.3l3.2,1l1.5,1.1l1.5,3.1l2.7,2.7l3.9-0.2l1.5-1l1.6,1.3 l1.6,0.5l1.3-0.8h1.1l1.6-1l4-3.6l3.4-1.1l6.6-0.3l4.5-1.9l2.6-1.3l1.5,0.2v5.7l0.5,0.3l2.9,0.8l1.9-0.5l6.1-1.6l1.1-1.1l1.5,0.5v7 l3.2,3.1l1.3,0.6l1.3,1l-1.3,0.3l-0.8-0.3l-3.7-0.5l-2.1,0.6l-2.3-0.2l-3.2,1.5h-1.8l-5.8-1.3l-5.2,0.2l-1.9,2.6l-7,0.6l-2.4,0.8 l-1.1,3.1l-1.3,1.1l-0.5-0.2l-1.5-1.6l-4.5,2.4h-0.6l-1.1-1.6l-0.8,0.2l-1.9,4.4l-1,4l-3.2,7l-1.2-1l-1.4-1l-1.9-10.3l-3.5-1.4 l-2.1-2.3l-12.1-2.7l-2.9-1l-8.2-2.2l-7.9-1.1L741.5,211.2z" /> <text x="810" y="275" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Michigan</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MT', this)" style="text-decoration: none;" role="link" aria-label="Montana"> <path id="MT" class="path2" data-info="Montana" fill="#dfc689" d="M530.7,222.3l0.6-11.2l2.3-24.8c0.5-5,1.1-8.5,1.4-15.4l0.9-14.6l-30.7-2.8L476,150l-29.3-4 l-32.3-5.3l-18.4-3.4l-32.7-6.9l-4.5,21.3l3.4,7.5l-1.4,4.6l1.8,4.6l3.2,1.4l4.6,10.8l2.7,3.2l0.5,1.1l3.4,1.1l0.5,2.1l-7.1,17.6 v2.5l2.5,3.2h0.9l4.8-3l0.7-1.1l1.6,0.7l-0.2,5.3l2.7,12.6l3,2.5l0.9,0.7l1.8,2.3l-0.5,3.4l0.7,3.4l1.1,0.9l2.3-2.3h2.7l3.2,1.6 l2.5-0.9h4.1l3.7,1.6l2.7-0.5l0.5-3l3-0.7l1.4,1.4l0.5,3.2l1.8,1.4l1.5-11.6l20.7,3l28.2,4l16.6,1.9l31.4,3.5l11,1.5l1.1-15.4 L530.7,222.3z" /> <text x="425" y="200" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Montana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('ID', this)" style="text-decoration: none;" role="link" aria-label="Idaho"> <path id="ID" class="path2" data-info="Idaho" fill="#dfc689" d="M336.1,281c-22.6-4.3-14.1-2.8-21.1-4.4l4.4-17.5l4.3-17.7l1.4-4.2l2.5-5.9l-1.3-2.3l-2.5,0.1 l-0.8-1l0.5-1.1l0.3-3.1l4.5-5.5l1.8-0.5l1.1-1.1l0.6-3.2l0.9-0.7l3.9-5.8l3.9-4.3l0.2-3.8l-3.4-2.6l-1.3-4.4l0.4-9.7l3.7-16.5 l4.5-20.8l3.8-13.5l0.8-3.8l13,2.5l-4.2,21.5l2.9,7.7l-1.1,4.6l2,4.6l3.2,1.7l4.5,9.8l2.7,3.8l0.6,1.1l3.4,1.1l0.5,2.5l-6.9,16.8 l0.3,3.3l2.7,2.9l1.9,0.5l4.8-3.6l0.4-0.5l0.2,0.8l0.3,4.1l2.6,12.9l3.5,2.7l0.4,0.8l2.1,2.4l-0.8,2.8l0.7,3.8l1.9,0.9l2.1-1.6 l2.6-0.5l3.4,1.6l2.5-0.6l3.8-0.2l4,1.6l2.7-0.3l0.9-2.3l2.5-1.6l0.7,1.7l0.6,2.2l2.3,2.5l-3.8,24l-5.1,29l-4.2-0.3l-8.2-1.5 l-9.8-1.8l-12.2-2.4l-12.5-2.5l-8.5-1.8l-9.3-1.7L336.1,281z" /> <text x="340" y="260" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Idaho</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('WA', this)" style="text-decoration: none;" role="link" aria-label="Washington"> <path id="WA" class="path2" data-info="Washington" fill="#dfc689" d="M267.6,106.4l4.4,1.5l9.7,2.7l8.6,1.9l20,5.7l23,5.7l15.2,3.4l-1,3.9l-4.1,13.8l-4.5,20.8 l-3.2,16.1l-0.4,9.4l-13.2-3.9l-15.6-3.4l-13.7,0.6l-1.6-1.5l-5.3,1.9l-4-0.3l-2.7-1.8l-1.6,0.5l-4.2-0.2l-1.9-1.4l-4.8-1.7 l-1.4-0.2l-5-1.3l-1.8,1.5l-5.7-0.3l-4.8-3.8l0.2-0.8l0.1-7.9l-2.1-3.9l-4.1-0.7l-0.4-2.4l-2.5-0.6l-2.9-0.5l-1.8,1l-2.3-2.9 l0.3-2.9l2.7-0.3l1.6-4l-2.6-1.1l0.2-3.7l4.4-0.6l-2.7-2.7l-1.5-7.1l0.6-2.9v-7.9l-1.8-3.2l2.3-9.4l2.1,0.5l2.4,2.9l2.7,2.6 l3.2,1.9l4.5,2.1l3.1,0.6l2.9,1.5l3.4,1l2.3-0.2v-2.4l1.3-1.1l2.1-1.3l0.3,1.1l0.3,1.8l-2.3,0.5l-0.3,2.1l1.8,1.5l1.1,2.4l0.6,1.9 l1.5-0.2l0.2-1.3l-1-1.3l-0.5-3.2l0.8-1.8l-0.6-1.5V119l1.8-3.6l-1.1-2.6l-2.4-4.8l0.3-0.8L267.6,106.4z M258.1,112.3l2-0.2 l0.5,1.4l1.5-1.6h2.3l0.8,1.5l-1.5,1.7l0.6,0.8l-0.7,2l-1.4,0.4c0,0-0.9,0.1-0.9-0.2s1.5-2.6,1.5-2.6l-1.7-0.6l-0.3,1.5l-0.7,0.6 l-1.5-2.3L258.1,112.3z" /> <text x="240" y="160" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Washington</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('TX', this)" style="text-decoration: none;" role="link" aria-label="Texas"> <path id="TX" class="path2" data-info="Texas" fill="#dfc689" d="M531.1,433.4l22.7,1.1l31.1,1.1l-2.3,23.5l-0.3,18.2l0.1,2.1l4.3,3.8l1.7,0.8l1.8,0.3l0.7-1.3 l0.9,0.9l1.7,0.5l1.6-0.7l1.1,0.4l-0.3,3.4l4.3,1l2.7,0.8l4,0.5l2.2,1.8l3.2-1.6l2.8,0.4l2,2.8l1.1,0.3l-0.2,2l3.1,1.2l2.8-1.8 l1.5,0.4l2.4,0.2l0.4,1.9l4.6,2l2.7-0.2l2-4.1h0.3l1.1,1.9l4.4,1l3.3,1.2l3.3,0.8l2.1-0.8l0.8-2.5h3.7l1.9,0.8l3.1-1.6h0.7l0.4,1.1 h4.3l2.4-1.3l1.7,0.3l1.4,1.9l2.9,1.7l3.5,1.1l2.7,1.4l2.4,1.6l3.3-0.9l1.9,1l0.5,10.1l0.3,9.7l0.7,9.5l0.5,4l2.7,4.6l1.1,4.1 l3.9,6.3l0.5,2.9l0.5,1l-0.7,7.5l-2.7,4.4l1,2.9l-0.4,2.5l-0.8,7.3l-1.4,2.7l0.6,4.4l-5.7,1.6l-9.9,4.5l-1,1.9l-2.6,1.9l-2.1,1.5 l-1.3,0.8l-5.7,5.3l-2.7,2.1l-5.3,3.2l-5.7,2.4l-6.3,3.4l-1.8,1.5l-5.8,3.6l-3.4,0.6l-3.9,5.5l-4,0.3l-1,1.9l2.3,1.9l-1.5,5.5 l-1.3,4.5l-1.1,3.9l-0.8,4.5l0.8,2.4l1.8,7l1,6.1l1.8,2.7l-1,1.5l-3.1,1.9l-5.7-3.9l-5.5-1.1l-1.3,0.5l-3.2-0.6l-4.2-3.1l-5.2-1.1 l-7.6-3.4l-2.1-3.9l-1.3-6.5l-3.2-1.9l-0.6-2.3l0.6-0.6l0.3-3.4l-1.3-0.6l-0.6-1l1.3-4.4l-1.6-2.3l-3.2-1.3l-3.4-4.4l-3.6-6.6 l-4.2-2.6l0.2-1.9l-5.3-12.3l-0.8-4.2l-1.8-1.9l-0.2-1.5l-6-5.3l-2.6-3.1v-1.1l-2.6-2.1l-6.8-1.1l-7.4-0.6l-3.1-2.3l-4.5,1.8 l-3.6,1.5l-2.3,3.2l-1,3.7l-4.4,6.1l-2.4,2.4l-2.6-1l-1.8-1.1l-1.9-0.6l-3.9-2.3v-0.6l-1.8-1.9l-5.2-2.1l-7.4-7.8l-2.3-4.7v-8.1 l-3.2-6.5l-0.5-2.7l-1.6-1l-1.1-2.1l-5-2.1l-1.3-1.6l-7.1-7.9l-1.3-3.2l-4.7-2.3l-1.5-4.4l-2.6-2.9l-1.9-0.5l-0.6-4.7l8,0.7l29,2.7 l29,1.6l2.3-23.8l3.9-55.6l1.6-18.7l1.4,0 M631.2,667.3l-0.6-7.1l-2.7-7.2l-0.6-7l1.5-8.2l3.3-6.9l3.5-5.4l3.2-3.6l0.6,0.2 l-4.8,6.6l-4.4,6.5l-2,6.6l-0.3,5.2l0.9,6.1l2.6,7.2l0.5,5.2l0.2,1.5L631.2,667.3z" /> <text x="580" y="545" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Texas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('CA', this)" style="text-decoration: none;" role="link" aria-label="California"> <path id="CA" class="path2" data-info="California" fill="#dfc689" d="M310.7,486.8l3.8-0.5l1.5-2l0.7-1.9l-3.2-0.1l-1.1-1.8l0.8-1.7l0-6.2l2.2-1.3l2.7-2.6l0.4-4.9 l1.6-3.5l1.9-2.1l3.3-1.7l1.3-0.7l0.8-1.5l-0.9-0.9l-1-1.5l-0.9-5.3l-2.9-5.2l0.1-2.8l-2.2-3.2l-15-23.2l-19.4-28.7l-22.4-33 l-12.7-19.5l1.8-7.2l6.8-25.9l8.1-31.4l-12.4-3.3l-13.5-3.4l-12.6-4.1l-7.5-2.1l-11.4-3l-7.1-2.4l-1.6,4.7l-0.2,7.4l-5.2,11.8 l-3.1,2.6l-0.3,1.1l-1.8,0.8l-1.5,4.2l-0.8,3.2l2.7,4.2l1.6,4.2l1.1,3.6l-0.3,6.5l-1.8,3.1l-0.6,5.8l-1,3.7l1.8,3.9l2.7,4.5 l2.3,4.8l1.3,4l-0.3,3.2l-0.3,0.5v2.1l5.7,6.3l-0.5,2.4l-0.6,2.3l-0.6,1.9l0.2,8.2l2.1,3.7l1.9,2.6l2.7,0.5l1,2.7l-1.1,3.6 l-2.1,1.6h-1.1l-0.8,3.9l0.5,2.9l3.2,4.4l1.6,5.3l1.5,4.7l1.3,3.1l3.4,5.8l1.5,2.6l0.5,2.9l1.6,1v2.4l-0.8,1.9l-1.8,7.1l-0.5,1.9 l2.4,2.7l4.2,0.5l4.5,1.8l3.9,2.1h2.9l2.9,3.1l2.6,4.8l1.1,2.3l3.9,2.1l4.8,0.8l1.5,2.1l0.6,3.2l-1.5,0.6l0.3,1l3.2,0.8l2.7,0.2 l2.9,4.7l3.9,4.2l0.8,2.3l2.6,4.2l0.3,3.2v9.4l0.5,1.8l10,1.5l19.7,2.7L310.7,486.8z M222.8,437l1.3,1.5l-0.2,1.3l-3.2-0.1 l-0.6-1.2l-0.6-1.5L222.8,437z M224.7,437l1.2-0.6l3.6,2.1l3.1,1.2l-0.9,0.6l-4.5-0.2l-1.6-1.6L224.7,437z M245.4,456.8l1.8,2.3 l0.8,1l1.5,0.6l0.6-1.5l-1-1.8l-2.7-2l-1.1,0.2V456.8z M244,465.5l1.8,3.2l1.2,1.9l-1.5,0.2l-1.3-1.2c0,0-0.7-1.5-0.7-1.9 s0-2.2,0-2.2L244,465.5z" /> <text x="232" y="430" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">California</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('AZ', this)" style="text-decoration: none;" role="link" aria-label="Arizona"> <path id="AZ" class="path2" data-info="Arizona" fill="#dfc689" d="M311.7,487.5l-2.6,2.2l-0.3,1.5l0.5,1l18.9,10.7l12.1,7.6l14.7,8.6l16.8,10l12.3,2.4l25.1,2.7 l2.5-12.5l3.8-27.2l7-52.9l4.3-31l-24.6-3.7l-27.2-4.6l-33.4-6.3l-2.9,18.1l-0.5,0.5l-1.7,2.6l-2.5-0.1l-1.3-2.7l-2.7-0.3l-0.9-1.1 h-0.9l-0.9,0.6l-1.9,1l-0.1,7l-0.2,1.7l-0.6,12.6l-1.5,2.2l-0.6,3.3l2.7,4.9l1.3,5.8l0.8,1l1,0.6l-0.1,2.3l-1.6,1.4l-3.4,1.7 l-1.9,1.9l-1.5,3.7l-0.6,4.9l-2.9,2.7l-2.1,0.7l-0.1,5.8l-0.5,1.7l0.5,0.8l3.7,0.6l-0.6,2.7l-1.5,2.2L311.7,487.5z" /> <text x="340" y="470" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Arizona</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NV', this)" style="text-decoration: none;" role="link" aria-label="Nevada"> <path id="NV" class="path2" data-info="Nevada" fill="#dfc689" d="M314.7,277.6l21,4.5l9.7,1.9l9.3,1.8l6.6,1.6l-0.6,5.9l-3.5,17.3l-4.1,20l-1.9,9.7l-2.2,13.3 l-3.2,16.4l-3.5,15.7l-2,10.2l-2.5,16.8l-0.5,1.1l-1.1,2.5l-1.9-0.1l-1.1-2.7l-2.7-0.5l-1.4-1l-2,0.3l-0.9,0.7l-1.3,1.3l-0.4,7 l-0.5,1.7l-0.4,12.1l-1.3,1.7l-1.9-2.3l-14.5-22.7l-19.4-29L263.6,349l-12.4-18.6l1.6-6.6l7-25.9l7.9-31.3l33.6,8.1l13.7,3" /> <text x="280" y="350" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Nevada</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('UT', this)" style="text-decoration: none;" role="link" aria-label="Utah"> <path id="UT" class="path2" data-info="Utah" fill="#dfc689" d="M427,409.3l-24.6-3.5l-26.6-4.9l-33.8-6l1.6-9.2l3.2-15.2L350,354l2.2-13.6l1.9-8.9l3.8-20.5 l3.5-17.5l1.1-5.6l12.7,2.3l12,2.1l10.3,1.8l8.3,1.4l3.7,0.5l-1.5,10.6l-2.3,13.2l7.8,0.9l16.4,1.8l8.2,0.9l-2.1,22l-3.2,22.6 l-3.8,27.8l-1.7,11.1L427,409.3z" /> <text x="380" y="360" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Utah</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('CO', this)" style="text-decoration: none;" role="link" aria-label="Colorado"> <path id="CO" class="path2" data-info="Colorado" fill="#dfc689" d="M552.6,356.8l1.4-21.3l-32.1-3.1l-24.5-2.7l-37.3-4.1l-20.7-2.5l-2.6,22.2l-3.2,22.4l-3.8,28 l-1.5,11.1l-0.3,2.8l33.9,3.8l37.7,4.3l32,3.2l16.6,0.8" /> <text x="460" y="380" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Colorado</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NM', this)" style="text-decoration: none;" role="link" aria-label="New Mexico"> <path id="NM" class="path2" data-info="New Mexico" fill="#dfc689" d="M456.7,531l-0.7-6.1l8.6,0.5l29.5,3.1l28.4,1.4l2-22.3l3.7-55.9l1.1-19.4l2,0.3l0-11.1l-32.2-2.4 l-36.9-4.4l-34.5-4.1l-4.2,30.8l-7,53.2l-3.8,26.9l-2,13.3l15.5,2l1.3-10l16.7,2.6L456.7,531z" /> <text x="425" y="480" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">New Mexico</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('OR', this)" style="text-decoration: none;" role="link" aria-label="Oregon"> <path id="OR" class="path2" data-info="Oregon" fill="#dfc689" d="M314.3,276.7l4.3-17.9l4.7-17.9l1.1-4.2l2.4-5.6l-0.6-1.2l-2.5,0l-1.3-1.7l0.5-1.5l0.5-3.2l4.5-5.5 l1.8-1.1l1.1-1.1l1.5-3.6l4-5.7l3.6-3.9l0.2-3.5l-3.3-2.5l-1.2-4.5l-13.2-3.7l-15.1-3.5l-15.4,0.1l-0.5-1.4l-5.5,2.1l-4.5-0.6 l-2.4-1.6l-1.3,0.7L273,184l-1.7-1.4l-5.3-2.1l-0.8,0.1l-4.3-1.5l-1.9,1.8l-6.2-0.3l-5.9-4.1l0.7-0.8l0.2-7.8l-2.3-3.9l-4.1-0.6 l-0.7-2.5l-2.4-0.5l-5.8,2.1l-2.3,6.5l-3.2,10l-3.2,6.5l-5,14.1l-6.5,13.6l-8.1,12.6l-1.9,2.9l-0.8,8.6l-1.3,6l2.7,3.5l6.7,2.3 l11.6,3.3l7.9,2.5l12.4,3.6l13.3,3.6l13.2,3.6" /> <text x="250" y="240" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Oregon</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('ND', this)" style="text-decoration: none;" role="link" aria-label="North Dakota"> <path id="ND" class="path2" data-info="North Dakota" fill="#dfc689" d="M645.3,227.7l-0.4-7.5l-2-7.3l-1.8-13.6l-0.5-9.8l-2-3.1l-1.6-5.4v-10.3l0.7-3.9l-2.1-5.5 l-28.4-0.6l-18.6-0.6l-26.5-1.3l-24.9-1.9l-1.3,14.2l-1.4,15.1l-2.3,24.9l-0.5,11l56.8,3.8L645.3,227.7z" /> <text x="538" y="200" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">North Dakota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('WY', this)" style="text-decoration: none;" role="link" aria-label="Wyoming"> <path id="WY" class="path2" data-info="Wyoming" fill="#dfc689" d="M528.3,243.8l-10.5-0.8l-32.1-3.3l-16.2-2.1l-28.3-4.1l-19.9-3l-1.4,11.2l-3.8,24.3l-5.3,30.4 l-1.5,10.5l-1.7,11.9l6.5,0.9l25.9,2.5l20.6,2.3l36.8,4.1l23.8,2.9l4.5-44.2l1.4-25.4L528.3,243.8z" /> <text x="435" y="290" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Wyoming</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('SD', this)" style="text-decoration: none;" role="link" aria-label="South Dakota"> <path id="SD" class="path2" data-info="South Dakota" fill="#dfc689" d="M646.8,303.2l-1-1.1l-1.5-3.6l1.8-3.7l1.1-5.6l-2.6-2.1l-0.3-2.7l0.6-3l2.2-0.8l0.3-5.7l-0.1-30.1 l-0.6-3l-4.1-3.6l-1-2v-1.9l1.9-1.3l1.5-1.9l0.2-2.7l-57.4-1.6l-56.2-3.9l-0.8,5.3l-1.6,15.9l-1.3,17.9l-1.6,24.6l16,1l19.6,1.1 l18,1.3l23.8,1.3l10.7-0.8l2.9,2.3l4.3,3l1,0.8l3.5-0.9l4-0.3l2.7-0.1l3.1,1.2l4.5,1.4l3.1,1.8l0.6,1.9l0.9,1.9l0.7-0.5 L646.8,303.2z" /> <text x="535" y="260" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">South Dakota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('NE', this)" style="text-decoration: none;" role="link" aria-label="Nebraska"> <path id="NE" class="path2" data-info="Nebraska" fill="#dfc689" d="M658.2,347l1.4,2.7l0.1,2.1l2.4,3.7l2.7,3.2h-5l-43.5-0.9l-40.8-0.9l-21.2-1l1.1-21.3l-33.4-2.7 l4.3-44l15.5,1L562,290l17.8,1.1l23.8,1.1l10.7-0.5l2.1,2.3l4.8,3l1.1,0.9l4.3-1.4l3.9-0.5l2.7-0.2l1.8,1.4l5,1.6l3,1.6l0.5,1.6 l0.9,2.1h1.8l0.8,0l1,5.2l2.7,8l1.2,4.6l2.1,3.8l0.5,4.9l1.4,4.3l0.5,6.5" /> <text x="555" y="330" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Nebraska</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('IA', this)" style="text-decoration: none;" role="link" aria-label="Iowa"> <path id="IA" class="path2" data-info="Iowa" fill="#dfc689" d="M740.6,301.6l0.2,1.9l2.3,1.1l1.1,1.3l0.3,1.3l3.9,3.2l0.7,2.2l-0.8,2.9l-1.5,3.5l-0.8,2.7 l-2.2,1.6l-1.7,0.6l-5.5,1.5l-0.7,2.3l-0.8,2.3l0.6,1.4l1.7,1.7l0,3.7l-2.2,1.6l-0.5,1.5v2.5l-1.5,0.5l-1.7,1.4l-0.5,1.5l0.5,1.7 l-1.4,1.2l-2.3-2.7l-1.5-2.6l-8.3,0.8l-10.2,0.6l-25,0.7l-13,0.2l-9.4,0.2l-1.3,0.1l-1.7-4.5l-0.2-6.6l-1.6-4.1l-0.7-5.3l-2.3-3.7 l-0.9-4.8l-2.7-7.5l-1.1-5.4l-1.4-2.2l-1.6-2.7l1.8-4.3l1.4-5.7l-2.7-2.1l-0.5-2.7l0.9-2.5h1.7h11.5l49.6-0.7l19.9-0.7l1.9,2.7 l1.8,2.6l0.5,0.8l-1.8,2.7l0.5,4.2l2.5,3.9l3,1.8l2.4,0.2L740.6,301.6z" /> <text x="675" y="320" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Iowa</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MS', this)" style="text-decoration: none;" role="link" aria-label="Mississippi"> <path id="MS" class="path2" data-info="Mississippi" fill="#dfc689" d="M798.6,567l-0.3,1.3h-5.2l-1.5-0.8l-2.1-0.3l-6.8,1.9l-1.8-0.8l-2.6,4.2l-1.1,0.8l-1.1-2.5 l-1.1-3.9l-3.4-3.2l1.1-7.5l-0.7-0.9l-1.8,0.2l-8.2,0.7l-24.2,0.7l-0.5-1.6l0.7-8l3.4-6.2l5.3-9.1l-0.9-2.1h1.1l0.7-3.2l-2.3-1.8 l0.2-1.8l-2.1-4.6l-0.3-5.3l1.4-2.7l-0.4-4.3l-1.4-3l1.4-1.4l-1.4-2.1l0.5-1.8l0.9-6.2l3-2.7l-0.7-2.1l3.7-5.3l2.7-0.9v-2.5 l-0.7-1.4l2.7-5.3l2.7-1.1l0.1-3.4l8.7-0.1l24.1-1.9l4.6-0.2l0,6.4l0.2,16.7l-0.8,31l-0.2,14.1l2.7,18.8L798.6,567z" /> <text x="740" y="550" font-family="Verdana" font-size="14" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Mississippi</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('IN', this)" style="text-decoration: none;" role="link" aria-label="Indiana"> <path id="IN" class="path2" data-info="Indiana" fill="#dfc689" d="M792.4,400.9l0.1-2.9l0.5-4.5l2.3-2.9l1.8-3.9l2.6-4.2l-0.5-5.8l-1.8-2.7l-0.3-3.2l0.8-5.5l-0.5-7 l-1.3-16l-1.3-15.4l-1-11.7l3.1,0.9l1.5,1l1.1-0.3l2.1-1.9l2.8-1.6l5.1-0.2l22-2.3l5.6-0.5l1.5,16l4.3,36.8l0.6,5.8L843,371 l1.2,1.8l0.1,1.4l-2.5,1.6l-3.5,1.6l-3.2,0.6l-0.6,4.9l-4.6,3.3l-2.8,4l0.3,2.4l-0.6,1.5h-3.3l-1.6-1.6l-2.5,1.3l-2.7,1.5l0.2,3.1 l-1.2,0.3l-0.5-1l-2.2-1.5l-3.3,1.3l-1.6,3l-1.4-0.8l-1.5-1.6l-4.5,0.5l-5.6,1L792.4,400.9z" /> <text x="800" y="370" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Indiana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('IL', this)" style="text-decoration: none;" role="link" aria-label="Illinois"> <path id="IL" class="path2" data-info="Illinois" fill="#dfc689" d="M791.8,401.6V398l0.3-4.9l2.4-3.1l1.8-3.8l2.6-3.9l-0.4-5.3l-2-3.5l-0.1-3.3l0.7-5.3l-0.8-7.2 l-1.1-15.8l-1.3-15l-0.9-11.6l-0.3-0.9l-0.8-2.6l-1.3-3.7l-1.6-1.8l-1.5-2.6l-0.2-5.5l-9.9,1.3l-27.2,1.7l-8.7-0.4l0.2,2.4l2.3,0.7 l0.9,1.1l0.5,1.8l3.9,3.4l0.7,2.3l-0.7,3.4l-1.8,3.7l-0.7,2.5l-2.3,1.8l-1.8,0.7l-5.3,1.4l-0.7,1.8L736,330l0.7,1.4l1.8,1.6 l-0.2,4.1l-1.8,1.6l-0.7,1.6v2.7l-1.8,0.5l-1.6,1.1l-0.2,1.4l0.2,2.1l-1.7,1.3l-1,2.8l0.5,3.7l2.3,7.3l7.3,7.5l5.5,3.7l-0.2,4.3 l0.9,1.4l6.4,0.5l2.7,1.4l-0.7,3.7l-2.3,5.9l-0.7,3.2l2.3,3.9l6.4,5.3l4.6,0.7l2.1,5l2.1,3.2l-0.9,3l1.6,4.1l1.8,2.1l1.9-0.8 l0.7-2.2l2-1.4l3.2-1.1l3.1,1.2l2.9,1.1l0.8-0.2l-0.1-1.2l-1.1-2.8l0.4-2.4l2.3-1.6l2.4-1l1.2-0.4l-0.6-1.3l-0.8-2.2l1.2-1.3 L791.8,401.6z" /> <text x="740" y="365" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Illinois</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MN', this)" style="text-decoration: none;" role="link" aria-label="Minnesota"> <path id="MN" class="path2" data-info="Minnesota" fill="#dfc689" d="M645.9,228.5l-0.5-8.5l-1.8-7.3l-1.8-13.5l-0.5-9.8l-1.8-3.4l-1.6-5v-10.3l0.7-3.9l-1.8-5.5l30.1,0 l0.3-8.2l0.6-0.2l2.3,0.5l1.9,0.8l0.8,5.5l1.5,6.1l1.6,1.6h4.8l0.3,1.5l6.3,0.3v2.1h4.8l0.3-1.3l1.1-1.1l2.3-0.6l1.3,1h2.9l3.9,2.6 l5.3,2.4l2.4,0.5l0.5-1l1.5-0.5l0.5,2.9l2.6,1.3l0.5-0.5l1.3,0.2v2.1l2.6,1h3.1l1.6-0.8l3.2-3.2l2.6-0.5l0.8,1.8l0.5,1.3h1l1-0.8 l8.9-0.3l1.8,3.1h0.6l0.7-1.1l4.4-0.4l-0.6,2.3l-3.9,1.8l-9.2,4.1l-4.8,2l-3.1,2.6l-2.4,3.6l-2.3,3.9l-1.8,0.8l-4.5,5l-1.3,0.2 l-3.8,2.9l-2.8,3.2l-0.2,3l0.2,7.8l-1.6,1.6L704,228l-1.8,5.7l2.5,3.6l0.5,2.5l-1.1,3l-0.2,3.7l0.5,7.1l3.4,4.1h3l2.5,2.3l3.2,1.4 l3.7,5l7.1,5l1.8,2.1l0.2,5.5l-20.6,0.7l-60.2,0.5l-0.3-35.7l-0.5-3l-4.1-3.4l-1.1-1.8v-1.6l2.1-1.6l1.4-1.4L645.9,228.5z" /> <text x="645" y="205" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Minnesota</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('WI', this)" style="text-decoration: none;" role="link" aria-label="Wisconsin"> <path id="WI" class="path2" data-info="Wisconsin" fill="#dfc689" d="M786.9,297.2l0.4-3l-1.6-4.5l-0.6-6.1l-1.1-2.4l1-3.1l0.8-2.9l1.5-2.6l-0.6-3.4l-0.6-3.6l0.5-1.8 l1.9-2.4l0.2-2.7l-0.8-1.3l0.6-2.6l0.5-3.2l2.7-5.7l2.9-6.8l0.2-2.3l-0.3-1l-0.8,0.5l-4.2,6.3l-2.7,4l-1.9,1.8l-0.8,2.3l-1.5,0.8 l-1.1,1.9l-1.5-0.3l-0.2-1.8l1.3-2.4l2.1-4.7l1.8-1.6l1.1-2.3l-1.6-0.9l-1.4-1.4l-1.6-10.3l-3.7-1.1l-1.4-2.3l-12.6-2.7l-2.5-1.1 l-8.2-2.3l-8.2-1.1l-4.2-5.4l-0.5,1.3l-1.1-0.2l-0.6-1.1l-2.7-0.8l-1.1,0.2l-1.8,1l-1-0.6l0.6-1.9l1.9-3.1l1.1-1.1l-1.9-1.5 l-2.1,0.8l-2.9,1.9l-7.4,3.2l-2.9,0.6l-2.9-0.5l-1-0.9l-2.1,2.8l-0.2,2.7v8.5l-1.1,1.6l-5.3,3.9l-2.3,5.9l0.5,0.2l2.5,2.1l0.7,3.2 l-1.8,3.2v3.9l0.5,6.6l3,3h3.4l1.8,3.2l3.4,0.5l3.9,5.7l7.1,4.1l2.1,2.7l0.9,7.4l0.7,3.3l2.3,1.6l0.2,1.4l-2.1,3.4l0.2,3.2l2.5,3.9 l2.5,1.1l3,0.5l1.3,1.4l9.2,0l26.1-1.5L786.9,297.2z" /> <text x="715" y="260" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Wisconsin</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('MO', this)" style="text-decoration: none;" role="link" aria-label="Missouri"> <path id="MO" class="path2" data-info="Missouri" fill="#dfc689" d="M729.8,349.5l-2.5-3.1l-1.1-2.3l-7.8,0.7l-9.8,0.5l-25.4,0.9l-13.5,0.2l-7.9,0.1l-2.3,0.1l1.3,2.5 l-0.2,2.3l2.5,3.9l3.1,4.1l3.1,2.7l2.3,0.2l1.4,0.9v3l-1.8,1.6l-0.5,2.3l2.1,3.4l2.5,3l2.5,1.8l1.4,11.7l-0.7,35.3l0.2,4.7l0.5,5.4 l23.4-0.1l23.2-0.7l20.8-0.8l11.7-0.2l2.2,3.4l-0.7,3.3l-3.1,2.4l-0.6,1.8l5.4,0.5l3.9-0.7l1.7-5.5l0.7-5.9l2.3-2l1.7-1.5l2.1-1 l0.1-2.9l0.6-1.7l-1-1.7l-2.7,0.1l-2.2-2.6l-1.4-4.2l0.8-2.5l-1.9-3.4l-1.8-4.6l-4.8-0.8l-7-5.6l-1.7-4.1l0.8-3.2l2.1-6.1l0.5-2.9 l-1.9-1l-6.9-0.8l-1-1.7l-0.1-4.2l-5.5-3.4l-7-7.8l-2.3-7.3l-0.2-4.2L729.8,349.5z" /> <text x="682" y="390" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Missouri</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('AR', this)" style="text-decoration: none;" role="link" aria-label="Arkansas"> <path id="AR" class="path2" data-info="Arkansas" fill="#dfc689" d="M765,445l-3.8,0.9l-6.2-0.5l0.7-3l3.2-2.7l0.5-2.3l-1.8-3l-11,0.5l-20.8,0.9l-23.3,0.7L679,437 l1.6,6.9v8.2l1.4,11l0.2,37.8l2.3,1.9l3-1.4l2.7,1.1l0.4,10.3l22.9-0.1l18.9-0.8l10.1-0.2l1.1-2.1l-0.3-3.5l-1.8-3l1.6-1.5 l-1.6-2.5l0.7-2.5l1.4-5.6l2.5-2.1l-0.7-2.3l3.7-5.4l2.7-1.4l-0.1-1.5l-0.3-1.8l2.9-5.6l2.4-1.3l0.4-3.4l1.8-1.2l0.9-4.2l-1.3-4 l4-2.4l0.6-2l1.2-4.3L765,445z" /> <text x="685" y="465" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Arkansas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('OK', this)" style="text-decoration: none;" role="link" aria-label="Oklahoma"> <path id="OK" class="path2" data-info="Oklahoma" fill="#dfc689" d="M549.3,422.6l-10.7-0.5l-6.4-0.5l0.3,0.2l-0.7,10.4l22,1.4l32.1,1.3l-2.3,24.4l-0.5,17.8l0.2,1.6 l4.3,3.7l2.1,1.1l0.7-0.2l0.7-2.1l1.4,1.8h2.1v-1.4l2.7,1.4l-0.5,3.9l4.1,0.2l2.5,1.1l4.1,0.7l2.5,1.8l2.3-2.1l3.4,0.7l2.5,3.4h0.9 v2.3l2.3,0.7l2.3-2.3l1.8,0.7h2.5l0.9,2.5l4.8,1.8l1.4-0.7l1.8-4.1h1.1l1.1,2.1l4.1,0.7l3.7,1.4l3,0.9l1.8-0.9l0.7-2.5h4.3l2.1,0.9 l2.7-2.1h1.1l0.7,1.6h4.1l1.6-2.1l1.8,0.5l2.1,2.5l3.2,1.8l3.2,0.9l1.9,1.1l-0.4-37.2l-1.4-11l-0.2-8.9l-1.4-6.5l-0.8-7.2l-0.1-3.8 l-12.1,0.3l-46.4-0.5l-45-2.1L549.3,422.6z" /> <text x="593" y="470" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Oklahoma</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('KS', this)" style="text-decoration: none;" role="link" aria-label="Kansas"> <path id="KS" class="path2" data-info="Kansas" fill="#dfc689" d="M677.4,425.1l-12.6,0.2l-46.1-0.5l-44.6-2.1l-24.6-1.3l4.1-64.7l21.8,0.8l40.5,1.4l44.1,0.5h5.1 l3.2,3.2l2.8,0.2l0.9,1.1v2l-1.8,1.6l-0.5,2.6l2.2,3.6l2.5,3.1l2.5,2l1.1,11.2L677.4,425.1z" /> <text x="585" y="400" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Kansas</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('LA', this)" style="text-decoration: none;" role="link" aria-label="Louisiana"> <path id="LA" class="path2" data-info="Louisiana" fill="#dfc689" d="M776.2,573l-1-2.6l-1.1-3.1l-3.3-3.5l0.9-6.8l-0.1-1.1l-1.3,0.3l-8.2,0.9l-25,0.5l-0.7-2.4l0.9-8.5 l3.3-5.9l5-8.7l-0.6-2.4l1.3-0.7l0.5-2l-2.3-2.1l-0.1-1.9l-1.8-4.3l-0.5-5.9l-9.7,0.1l-19.2,0.9l-22.2,0l0,9.6l0.7,9.4l0.7,3.9 l2.5,4.1l0.9,5l4.3,5.5l0.2,3.2l0.7,0.7l-0.7,8.5l-3,5l1.6,2.1l-0.7,2.5l-0.7,7.3l-1.4,3.2l0.1,3.6l4.7-1.5l8.1-0.3l10.3,3.6 l6.5,1.1l3.7-1.5l3.2,1.1l3.2,1l0.8-2.1l-3.2-1.1l-2.6,0.5l-2.7-1.6c0,0,0.2-1.3,0.8-1.5c0.6-0.2,3.1-1,3.1-1l1.8,1.5l1.8-1 l3.2,0.6l1.5,2.4l0.3,2.3l4.5,0.3l1.8,1.8l-0.8,1.6l-1.3,0.8l1.6,1.6l8.4,3.6l3.6-1.3l1-2.4l2.6-0.6l1.8-1.5l1.3,1l0.8,2.9 l-2.3,0.8l0.6,0.6l3.4-1.3l2.3-3.4l0.8-0.5l-2.1-0.3l0.8-1.6l-0.2-1.5l2.1-0.5l1.1-1.3l0.6,0.8c0,0-0.2,3.1,0.6,3.1 c0.8,0,4.2,0.6,4.2,0.6l4,1.9l1,1.5h2.9l1.1,1l2.3-3.1v-1.5h-1.3l-3.4-2.7l-5.8-0.8l-3.2-2.3l1.1-2.7l2.3,0.3l0.2-0.6l-1.8-1v-0.5 h3.2l1.8-3.1l-1.3-1.9l-0.3-2.7l-1.5,0.2l-1.9,2.1l-0.6,2.6l-3.1-0.6l-1-1.8l1.8-1.9l2-1.8L776.2,573z" /> <text x="700" y="570" font-family="Verdana" font-size="15" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Louisiana</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('VA', this)" style="text-decoration: none;" role="link" aria-label="Virginia"> <path id="VA" class="path2" data-info="Virginia" fill="#dfc689" d="M1002.9,369.2l-0.1-1.9l6.5-2.5l-0.8,3.2l-2.9,3.8l-0.4,4.6l0.5,3.4l-1.8,5l-2.2,1.9l-1.5-4.6 l0.4-5.4l1.6-4.2L1002.9,369.2z M1005.2,397.5L947,410.1l-37.4,5.3l-6.7-0.4l-2.6,1.9l-7.3,0.2l-8.4,1l-8.9,1l8.5-4.9l0-2.1 l1.5-2.1l10.6-11.5l3.9,4.5l3.8,1l2.5-1.1l2.2-1.3l2.5,1.3l3.9-1.4l1.9-4.6l2.6,0.5l2.9-2.1l1.8,0.5l2.8-3.7l0.3-2.1l-1-1.3l1-1.9 l5.3-12.3l0.6-5.7l1.2-0.5l2.2,2.4l3.9-0.3l1.9-7.6l2.8-0.6l1-2.7l2.6-2.3l1.3-2.3l1.5-3.4l0.1-5.1l9.8,3.8 c0.7,0.3,0.7-4.8,0.7-4.8l4.1,1.4l-0.5,2.6l8.2,2.9l1.3,1.8l-0.9,3.7l-1.3,1.3l-0.5,1.7l0.5,2.4l2,1.3l3.9,1.4l2.9,1l4.9,0.9 l2.2,2.1l3.2,0.4l0.9,1.2l-0.4,4.7l1.4,1.1l-0.5,1.9l1.2,0.8l-0.2,1.4l-2.7-0.1l0.1,1.6l2.3,1.5l0.1,1.4l1.8,1.8l0.5,2.5l-2.6,1.4 l1.6,1.5l5.8-1.7L1005.2,397.5z" /> <text x="930" y="400" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Virginia</text> </a> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('WV', this)" style="text-decoration: none;" role="link" aria-label="West Virginia"> <path id="WV" class="path2" data-info="West Virginia" fill="#dfc689" d="M930.6,342l1.1,4.9l1.1,6.9l3.6-2.7l2.3-3.1l2.5-0.6l1.5-1.5l1.8-2.6l1.2,0.6l2.9-0.3l2.6-2.1 l2-1.5l1.8-0.5l1.3,1l2.2,1.1l1.9,1.8l1.4,1.3l-0.1,4.7l-5.7-3.1l-4.5-1.8l-0.2,5.3l-0.5,2.1l-1.6,2.7l-0.6,1.6l-3.1,2.4l-0.5,2.3 l-3.4,0.3l-0.3,3.1l-1.1,5.5h-2.6l-1.3-0.8l-1.6-2.7l-1.8,0.2l-0.3,4.4l-2.1,6.6l-5,10.8l0.8,1.3l-0.2,2.7l-2.1,1.9l-1.5-0.3 l-3.2,2.4l-2.6-1l-1.8,4.7c0,0-3.7,0.8-4.4,1c-0.6,0.2-2.4-1.3-2.4-1.3l-2.4,2.3l-2.6,0.6l-2.9-0.8l-1.3-1.3l-2.2-3l-3.1-2 l-2.6-2.7l-2.9-3.7l-0.6-2.3l-2.6-1.5l-0.8-1.6l-0.2-5.3l2.2-0.1l1.9-0.8l0.2-2.7l1.6-1.5l0.2-5l1-3.9l1.3-0.6l1.3,1.1l0.5,1.8 l1.8-1l0.5-1.6l-1.1-1.8v-2.4l1-1.3l2.3-3.4l1.3-1.5l2.1,0.5l2.3-1.6l3.1-3.4l2.3-3.9l0.3-5.7l0.5-5v-4.7l-1.1-3.1l1-1.5l1.3-1.3 l3.5,19.8l4.6-0.8L930.6,342z" /> <text x="898" y="370" font-family="Verdana" font-size="13" fill="#957E7E" style="text-decoration: none; font-weight: normal;">West</text> <text x="888" y="385" font-family="Verdana" font-size="13" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Virginia</text> </a> <g id="DC"> <path id="path58" fill="#dfc689" d="M975.8,353.8l-1.1-1.6l-1-0.8l1.1-1.6l2.2,1.5L975.8,353.8z" /> </g> <a xlink:href="javascript:void(0)" onclick="toggleBlmStateTables('AK', this)" style="text-decoration: none;" role="link" aria-label="Alaska"> <path id="AK" class="path2" data-info="Alaska" fill="#dfc689" d="M332.1,553.7l-0.3,85.4l1.6,1l3.1,0.2l1.5-1.1h2.6l0.2,2.9l7,6.8l0.5,2.6l3.4-1.9l0.6-0.2l0.3-3.1 l1.5-1.6l1.1-0.2l1.9-1.5l3.1,2.1l0.6,2.9l1.9,1.1l1.1,2.4l3.9,1.8l3.4,6l2.7,3.9l2.3,2.7l1.5,3.7l5,1.8l5.2,2.1l1,4.4l0.5,3.1 l-1,3.4l-1.8,2.3l-1.6-0.8l-1.5-3.1l-2.7-1.5l-1.8-1.1l-0.8,0.8l1.5,2.7l0.2,3.7l-1.1,0.5l-1.9-1.9l-2.1-1.3l0.5,1.6l1.3,1.8 l-0.8,0.8c0,0-0.8-0.3-1.3-1c-0.5-0.6-2.1-3.4-2.1-3.4l-1-2.3c0,0-0.3,1.3-1,1c-0.6-0.3-1.3-1.5-1.3-1.5l1.8-1.9l-1.5-1.5v-5h-0.8 l-0.8,3.4l-1.1,0.5l-1-3.7l-0.6-3.7l-0.8-0.5l0.3,5.7v1.1l-1.5-1.3l-3.6-6l-2.1-0.5l-0.6-3.7l-1.6-2.9l-1.6-1.1v-2.3l2.1-1.3 l-0.5-0.3l-2.6,0.6l-3.4-2.4l-2.6-2.9l-4.8-2.6l-4-2.6l1.3-3.2v-1.6l-1.8,1.6l-2.9,1.1l-3.7-1.1l-5.7-2.4h-5.5l-0.6,0.5l-6.5-3.9 l-2.1-0.3l-2.7-5.8l-3.6,0.3l-3.6,1.5l0.5,4.5l1.1-2.9l1,0.3l-1.5,4.4l3.2-2.7l0.6,1.6l-3.9,4.4l-1.3-0.3l-0.5-1.9l-1.3-0.8 l-1.3,1.1l-2.7-1.8l-3.1,2.1l-1.8,2.1l-3.4,2.1l-4.7-0.2l-0.5-2.1l3.7-0.6v-1.3l-2.3-0.6l1-2.4l2.3-3.9v-1.8l0.2-0.8l4.4-2.3l1,1.3 h2.7l-1.3-2.6l-3.7-0.3l-5,2.7l-2.4,3.4l-1.8,2.6l-1.1,2.3l-4.2,1.5l-3.1,2.6l-0.3,1.6l2.3,1l0.8,2.1l-2.7,3.2l-6.5,4.2l-7.8,4.2 l-2.1,1.1l-5.3,1.1l-5.3,2.3l1.8,1.3l-1.5,1.5l-0.5,1.1l-2.7-1l-3.2,0.2l-0.8,2.3h-1l0.3-2.4l-3.6,1.3l-2.9,1l-3.4-1.3l-2.9,1.9 h-3.2l-2.1,1.3l-1.6,0.8l-2.1-0.3l-2.6-1.1l-2.3,0.6l-1,1l-1.6-1.1v-1.9l3.1-1.3l6.3,0.6l4.4-1.6l2.1-2.1l2.9-0.6l1.8-0.8l2.7,0.2 l1.6,1.3l1-0.3l2.3-2.7l3.1-1l3.4-0.6l1.3-0.3l0.6,0.5h0.8l1.3-3.7l4-1.5l1.9-3.7l2.3-4.5l1.6-1.5l0.3-2.6l-1.6,1.3l-3.4,0.6 l-0.6-2.4l-1.3-0.3l-1,1l-0.2,2.9l-1.5-0.2l-1.5-5.8l-1.3,1.3l-1.1-0.5l-0.3-1.9l-4,0.2l-2.1,1.1l-2.6-0.3l1.5-1.5l0.5-2.6 l-0.6-1.9l1.5-1l1.3-0.2l-0.6-1.8v-4.4l-1-1l-0.8,1.5h-6.1l-1.5-1.3l-0.6-3.9l-2.1-3.6v-1l2.1-0.8l0.2-2.1l1.1-1.1l-0.8-0.5 l-1.3,0.5l-1.1-2.7l1-5l4.5-3.2l2.6-1.6l1.9-3.7l2.7-1.3l2.6,1.1l0.3,2.4l2.4-0.3l3.2-2.4l1.6,0.6l1,0.6h1.6l2.3-1.3l0.8-4.4 c0,0,0.3-2.9,1-3.4c0.6-0.5,1-1,1-1l-1.1-1.9l-2.6,0.8l-3.2,0.8l-1.9-0.5l-3.6-1.8l-5-0.2l-3.6-3.7l0.5-3.9l0.6-2.4l-2.1-1.8 l-1.9-3.7l0.5-0.8l6.8-0.5h2.1l1,1h0.6l-0.2-1.6l3.9-0.6l2.6,0.3l1.5,1.1l-1.5,2.1l-0.5,1.5l2.7,1.6l5,1.8l1.8-1l-2.3-4.4l-1-3.2 l1-0.8l-3.4-1.9l-0.5-1.1l0.5-1.6l-0.8-3.9l-2.9-4.7l-2.4-4.2l2.9-1.9h3.2l1.8,0.6l4.2-0.2l3.7-3.6l1.1-3.1l3.7-2.4l1.6,1l2.7-0.6 l3.7-2.1l1.1-0.2l1,0.8l4.5-0.2l2.7-3.1h1.1l3.6,2.4l1.9,2.1l-0.5,1.1l0.6,1.1l1.6-1.6l3.9,0.3l0.3,3.7l1.9,1.5l7.1,0.6l6.3,4.2 l1.5-1l5.2,2.6l2.1-0.6l1.9-0.8l4.8,1.9L332.1,553.7z M217,582.6l2.1,5.3l-0.2,1l-2.9-0.3l-1.8-4l-1.8-1.5H210l-0.2-2.6l1.8-2.4 l1.1,2.4l1.5,1.5L217,582.6z M214.4,616.1l3.7,0.8l3.7,1l0.8,1l-1.6,3.7l-3.1-0.2l-3.4-3.6L214.4,616.1z M193.7,602l1.1,2.6 l1.1,1.6l-1.1,0.8l-2.1-3.1V602H193.7z M180,675.1l3.4-2.3l3.4-1l2.6,0.3l0.5,1.6l1.9,0.5l1.9-1.9l-0.3-1.6l2.7-0.6l2.9,2.6 l-1.1,1.8l-4.4,1.1l-2.7-0.5l-3.7-1.1l-4.4,1.5l-1.6,0.3L180,675.1z M228.9,670.6l1.6,1.9l2.1-1.6l-1.5-1.3L228.9,670.6z M231.8,673.6l1.1-2.3l2.1,0.3l-0.8,1.9H231.8z M255.4,671.7l1.5,1.8l1-1.1l-0.8-1.9L255.4,671.7z M264.2,659.2l1.1,5.8l2.9,0.8 l5-2.9l4.4-2.6l-1.6-2.4l0.5-2.4l-2.1,1.3l-2.9-0.8l1.6-1.1l1.9,0.8l3.9-1.8l0.5-1.5l-2.4-0.8l0.8-1.9l-2.7,1.9l-4.7,3.6l-4.8,2.9 L264.2,659.2z M306.5,639.4l2.4-1.5l-1-1.8l-1.8,1L306.5,639.4z" /> <text x="230" y="630" font-family="Verdana" font-size="16" fill="#957E7E" style="text-decoration: none; font-weight: normal;">Alaska</text> </a> <line x1="1032" y1="275" x2="1054" y2="295" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="350" x2="1018" y2="348" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="360" x2="1018" y2="358" stroke="#957E7E" stroke-width="1" /> <line x1="1040" y1="245" x2="1060" y2="235" stroke="#957E7E" stroke-width="1" /> <line x1="1015" y1="320" x2="1030" y2="325" stroke="#957E7E" stroke-width="1" /> <line x1="1052" y1="275" x2="1062" y2="283" stroke="#957E7E" stroke-width="1" /> <line x1="1005" y1="200" x2="1025" y2="215" stroke="#957E7E" stroke-width="1" /> </g> </svg> </div> <div id="nrcs" style="width: 100%;"> <button class="tab-button left" id="nrcsButton" style="margin-bottom: 20px;" onclick="toggleTab('nrcsProtocols', this)" onmouseover="this.style.backgroundColor='#ddd';" onmouseout="this.style.backgroundColor='#f1f1f1';" aria-label="Toggle NRCS National Protocols"> NRCS National Protocols </button> <div class="tab-content"> <table id="nrcsprotTable" style="float: left; flex-direction: column; align-items: flex-start; justify-content: space-between; border:none;" class="collapsible-content protocols-table custom-table" data-protocol="nrcsprotTable"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS DIRH</span> <span class="date">Release Date: 09/14/2023</span> </div> <div class="description-cell"> Description: Describing Indicators of Rangeland Health Assessment Updated 01_2021 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS DIRH (ECS-RANGE-05)_20230913_125933.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Grazed Class Utilization by Species</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Grazed Class - Landscape Appearance Utilization by Species </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Grazed Class Utilization by Species_20240111_162255.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS IIRH V5 Evaluation</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Interpreting Indicators Of Rangeland Health V5 Evaluation Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS IIRH V5 Evaluation_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS IIRH V5 Site Description</span> <span class="date">Release Date: 10/31/2022</span> </div> <div class="description-cell"> Description: NRCS Interpreting Indicators Of Rangeland Health V5 Site Description Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS IIRH V5 Site Description.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Landscape Appearance Utilization</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Landscape Appearance Utilization Key Forage </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Landscape Appearance Utilization_20240111_162307.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lentic PFC Assessment Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lentic PFC Assessment Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lentic PFC Assessment Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lentic Riparian-Wetland Info Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lentic Riparian-Wetland Info Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lentic Riparian-Wetland Info Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lotic PFC Assessment Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lotic PFC Assessment Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lotic PFC Assessment Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lotic Reach Info Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lotic Reach Info Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lotic Reach Info Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS LPI Basic</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: LPI (Basic GC) with height, Line Intercept and Gap Intercept (Based off AIM core methods, 2nd edition 2017) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS LPI Basic_20240119_125443.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS LPI Comprehensive</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: LPI (Basic GC) with height, Line Intercept and Gap Intercept (Based off AIM core methods, 2nd edition 2017) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS LPI Comprehensive_20240119_125459.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Pace Freq Basic</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Long term pace frequency monitoring. Includes Simplified (Basic) Ground Cover, Frequency, Dry Weight Ran, Production and 10th acre density/cover/height class. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Pace Freq Basic_20240117_125714.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Pace Freq Comprehensive</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Long term pace frequency monitoring. Includes Comprehensive Ground Cover, Frequency, Dry Weight Ran, Production and 10th acre density/cover/height class. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Pace Freq Comprehensive_20240117_125202.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Pasture Condition Score Sheet</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Pasture Condition Score Sheet Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Pasture Condition Score Sheet.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Production by Clipping</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Clipping production sampling by species group (0.96 ft^2). Set to 10 samples over 100 feet. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Production by Clipping_20240111_164019.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Production by Double Sampling</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Double-Sampling production sampling by species group (0.96 ft^2). Set to 10 samples over 100 feet. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Production by Double Sampling_20240111_163512.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Production by Weight Units</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Weight-Unit production sampling by species group (0.96 ft^2). Set to 10 samples over 100 feet. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Production by Weight Units_20240111_163522.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Cropland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Cropland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Cropland_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Forestland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Forestland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Forest Land.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Other Land</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Other Land Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Other Land_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Pasture</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Pasture Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Pasture_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Rangeland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Rangeland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Rangeland_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Snow Water Equivalent</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Snow Water Equivalent Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Snow Water Equivalent_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS SVAP2</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Stream Visual Assessment Protocol 2 Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS SVAP2_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Stubble Height</span> <span class="date">Release Date: 02/27/2024</span> </div> <div class="description-cell"> Description: Stubble Height set to measure 50 culms by species group </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Stubble Height_20240111_162845.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Trend Determination Assessment</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Trend Determination Assessment Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Trend Determination Assessment_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">NRCS Zig Zag Method</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Zig Zag Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Zig Zag Method_0.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="" id="albuttons" style="display: none;"> <div class="tabs"> <button class="tab-button right" id="alprotDiv" onclick="toggleTab('alabamaProtocols', this);"> Alabama Protocols </button> <button class="tab-button right" id="allistDiv" onclick="toggleTab('alabamaLists', this);"> Alabama Lists </button> </div> <div class="tab-content"> <table id="alprotTable" style="display:none" class="collapsible-content protocols-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!!</td> </tr> </tbody> </table> <table id="allistTable" style="display:none" class="collapsible-content lists-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="akbuttons" style="display: none; width:100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="akprotDiv" onclick="toggleTab('alaskaProtocols', this);"> Alaska Protocols </button> <button class="tab-button right" id="aklistDiv" onclick="toggleTab('alaskaLists', this);"> Alaska Lists </button> </div> <div class="tab-content"> <table id="akprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="akprotTable"> <tbody> <tr> <td></td> <td>Coming Soon!!</td> <td></td> <td></td> </tr> </tbody> </table> <table id="aklistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="aklistTable"> <tbody> <tr> <td></td> <td>Coming Soon</td> <td></td> <td></td> </tr> </tbody> </table> </div> </div> <div class="" id="azbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="azprotDiv" onclick="toggleTab('arizonaProtocols', this);"> Arizona Protocols </button> <button class="tab-button" id="azlistDiv" onclick="toggleTab('arizonaLists', this);"> Arizona Lists </button> </div> <div class="tab-content"> <table id="azprotTable" style="display:none; border: none;" class="collapsible-content protocols-table custom-table" data-protocol="azprotTable"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ Cover - Point Intercept</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Point Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ Cover - Point Intercept_1_11_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ Pace Frequency</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: GC/Freq/DWR/Production and 10th acre density/cover/height class </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ Pace Frequency_1_11_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ Pace Frequency - Tally</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: GC, Freq, DWR for historical data entry </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ Pace Frequency - Tally_1_11_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ Production - Double Sampling</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Production - Double Sampling (Weight estimation by double sampling) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ Production - Double Sampling_1_11_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ Step Point</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Soil/Live Cover and Species Frequency </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ Step Point_1_11_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ WHEG SWF (above 6000 ft elevation)</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Southwest Willow Flycatcher (>6000ft) Wildlife Habitat Evaluation Guide, Dec 2016 version. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ WHEG SWF (above 6000 ft elevation)_20240422_142947.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS AZ WHEG SWF (below 6000 ft elevation)</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Southwest Willow Flycatcher (<6000ft) Wildlife Habitat Evaluation Guide, Dec 2016 version. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ WHEG SWF (below 6000 ft elevation)_20240422_142924.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">NRCS AZ WHEG Upland</span> <span class="date">Release Date: 05/07/2024</span> </div> <div class="description-cell"> Description: Arizona Wildlife Habitat Evaluation Guide for Upland Habitat, May 2016 version </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS AZ WHEG Upland_20240422_144237.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> <table id="azlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="azlistTable"> <tbody> <tr> <td>Coming Soon</td> </tr> </tbody> </table> </div> </div> <div class="" id="arbuttons" style="display: none;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="arprotDiv" onclick="toggleTab('arkansasProtocols', this);"> Arkansas Protocols </button> <button class="tab-button right" id="arlistDiv" onclick="toggleTab('arkansasLists', this);"> Arkansas Lists </button> </div> <div class="tab-content"> <table id="arprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="arprotTable"> <tbody> <tr> <td colspan="4">Coming Soon</td> </tr> </tbody> </table> <table id="arlistTable" style="display:none" class="collapsible-content lists-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="cabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="caprotDiv" onclick="toggleTab('californiaProtocols', this);"> California Protocols </button> <button class="tab-button right" id="calistDiv" onclick="toggleTab('californiaLists', this);"> California Lists </button> </div> <div class="tab-content"> <table id="caprotTable" style="display:none; border: none;" class="collapsible-content protocols-table custom-table" data-protocol="caprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="calistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="calistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="cobuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="coprotDiv" onclick="toggleTab('coloradoProtocols', this);"> Colorado Protocols </button> <button class="tab-button" id="colistDiv" onclick="toggleTab('coloradoLists', this);"> Colorado Lists </button> </div> <div class="tab-content"> <table id="coprotTable" style="display:none; border:none;" class="collapsible-content protocols-table custom-table" data-protocol="coprotTable"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO CRP Cover Assessment</span> <span class="date">Release Date: 08/12/2022</span> </div> <div class="description-cell"> Description: NRCS CO CRP Cover Assessment Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO CRP Cover Assessment.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO CRP Status Review</span> <span class="date">Release Date: 08/18/2022</span> </div> <div class="description-cell"> Description: NRCS CO CRP Status Review Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO CRP Status Review.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Grazing Response Index</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS CO Grazing Response Index Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Grazing Response Index.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Inventory Site Info</span> <span class="date">Release Date: 10/31/2022</span> </div> <div class="description-cell"> Description: NRCS CO Inventory Site Info Site Description Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Inventory Site Info.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Landscape Appearance Utilization</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS CO Landscape Appearance Utilization Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Landscape Appearance Utilization.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Line Point Intercept</span> <span class="date">Release Date: 09/26/2022</span> </div> <div class="description-cell"> Description: NRCS CO Line Point Intercept Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Line Point Intercept.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Pace Frequency</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS CO Pace Frequency Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Pace Frequency.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Production by Weight Units</span> <span class="date">Release Date: 09/26/2022</span> </div> <div class="description-cell"> Description: NRCS CO Production by Weight Units Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Production by Weight Units.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO Soil Site Stability</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS CO Soil Site Stability Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO Soil Site Stability.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Columbian Sharp-tailed Grouse</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Columbian Sharp-tailed Grouse Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Columbian Sharp-tailed Grouse_20231108_141542.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Cropland</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Cropland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Cropland_20231108_141622.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Desert Shrub</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Desert Shrub Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Desert Shrub_20231108_141633.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Elk</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Elk Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Elk_20231108_141643.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Gambels Quail</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Gambels Quail Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Gambels Quail_20231108_141657.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Greater Prairie Chicken</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Greater Prairie Chicken Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Greater Prairie Chicken_20231108_141712.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Greater Sandhill Crane-Migration</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Greater Sandhill Crane-Migration Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Greater Sandhill Crane-Migration_20231108_141721.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Greater Sandhill Crane-Nesting</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Greater Sandhill Crane-Nesting Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Greater Sandhill Crane-Nesting_20231108_141733.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Hayland</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Hayland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Hayland.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Leopard Frog</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Leopard Frog Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Leopard Frog_20231108_141752.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Mallard Nesting</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Mallard Nesting Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Mallard Nesting_20231108_141801.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Mixed Grass Prairie</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Mixed Grass Prairie Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Mixed Grass Prairie_20231109_135606.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Mountain Plover</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Mountain Plover Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Mountain Plover_20231108_141811.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Mountain Shrub</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Mountain Shrub Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Mountain Shrub_20231109_143959.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Pasture</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Pasture Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Pasture_20231109_144016.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Plains Sharp-tailed Grouse</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Plains Sharp-tailed Grouse Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Plains Sharp-tailed Grouse_20231108_143419.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Ponderosa Pine</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Ponderosa Pine Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Ponderosa Pine_20231108_155052.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Pronghorn</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Pronghorn Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Pronghorn_20231109_101812.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Ring-Necked Pheasant</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Ring-Necked Pheasant Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Ring-Necked Pheasant_20231109_102240.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG River Cutthroat Trout</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG River Cutthroat Trout Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG River Cutthroat Trout_20231109_103549.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Scaled Quail</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Scaled Quail Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Scaled Quail_20231109_103926.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Shortgrass Prairie</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Shortgrass Prairie Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Shortgrass Prairie_20231109_141552.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">NRCS CO WHEG Yellow Billed Cuckoo</span> <span class="date">Release Date: 11/09/2023</span> </div> <div class="description-cell"> Description: NRCS CO WHEG Yellow Billed Cuckoo Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS CO WHEG Yellow Billed Cuckoo_20231109_132324.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> <table id="colistTable" style="display:none; border:none;" class="collapsible-content lists-table custom-table" data-protocol="colistTable"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">034A MLRA PLANT LIST - Cool Central Desertic Basins and Plateaus</span> <span class="date">Release Date: 08/31/2022</span> </div> <div class="description-cell"> Description: 034A MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/034A MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">034B MLRA PLANT LIST - Warm Central Desertic Basins and Plateaus</span> <span class="date">Release Date: 08/31/2022</span> </div> <div class="description-cell"> Description: 034B MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/034B MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">035X MLRA PLANT LIST - Colorado Plateau</span> <span class="date">Release Date: 08/31/2022</span> </div> <div class="description-cell"> Description: 035X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/035X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">036X MLRA PLANT LIST - Southwestern Plateaus, Mesas, and Foothills</span> <span class="date">Release Date: 08/31/2022</span> </div> <div class="description-cell"> Description: 036X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/036X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">046X MLRA PLANT LIST - Northern and Central Rocky Mountain Foothills</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 046X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/046X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">047X MLRA PLANT LIST - Wasatch and Uinta Mountains</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 047X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/047X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">048A MLRA PLANT LIST - Southern Rocky Mountains</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 048A MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/048A MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">049X MLRA PLANT LIST - Southern Rocky Mountain Foothills</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 049X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/049X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">051X MLRA PLANT LIST - High Intermountain Valleys</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 051X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/051X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">067A MLRA PLANT LIST - Central High Plains, Northern</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 067A MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/067A MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">067B MLRA PLANT LIST - Central High Plains, Southern</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 067B MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/067B MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">069X MLRA PLANT LIST - Upper Arkansas Valley Rolling Plains</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 069X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/069X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">070A MLRA PLANT LIST - High Plateaus of the Southwestern Great Plains</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 070A MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/070A MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">072X MLRA PLANT LIST - Central High Tableland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 072X MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/072X MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">077A MLRA PLANT LIST - Southern High Plains, Northern</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: 077A MLRA PLANT LIST - List accessed on 08/2022 from Ecosystem Dynamics Interpretive Tool (EDIT) </div> </td> <td class="download-btn-cell"> <a href="/Downloads/077A MLRA PLANT LIST.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> </div> <div class="" id="ctbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ctprotDiv" onclick="toggleTab('connecticutProtocols', this);"> Connecticut Protocols </button> <button class="tab-button right" id="ctlistDiv" onclick="toggleTab('connecticutLists', this);"> Connecticut Lists </button> </div> <div class="tab-content"> <table id="ctprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="ctprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="ctlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="ctlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="debuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="deprotDiv" onclick="toggleTab('delawareProtocols', this);"> Delaware Protocols </button> <button class="tab-button right" id="delistDiv" onclick="toggleTab('delawareLists', this);"> Delaware Lists </button> </div> <div class="tab-content"> <table id="deprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="deprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="delistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="delistTable"> <tbody> <tr> <td>Coming Soon</td> </tr> </tbody> </table> </div> </div> <div class="" id="flbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="flprotDiv" onclick="toggleTab('floridaProtocols', this);"> Florida Protocols </button> <button class="tab-button right" id="fllistDiv" onclick="toggleTab('floridaLists', this);"> Florida Lists </button> </div> <div class="tab-content"> <table id="flprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="flprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="fllistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="fllistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="gabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="gaprotDiv" onclick="toggleTab('georgiaProtocols', this);"> Georgia Protocols </button> <button class="tab-button right" id="galistDiv" onclick="toggleTab('georgiaLists', this);"> Georgia Lists </button> </div> <div class="tab-content"> <table id="gaprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="gaprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="galistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="galistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="hibuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="hiprotDiv" onclick="toggleTab('hawaiiProtocols', this);"> Hawaii Protocols </button> <button class="tab-button" id="hilistDiv" onclick="toggleTab('hawaiiLists', this);"> Hawaii Lists </button> </div> <div class="tab-content"> <table id="hiprotTable" style="display:none" class="collapsible-content protocols-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="hilistTable" style="display:none" class="collapsible-content lists-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="idbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="idprotDiv" onclick="toggleTab('idahoProtocols', this);"> Idaho Protocols </button> <button class="tab-button right" id="idlistDiv" onclick="toggleTab('idahoLists', this);"> Idaho Lists </button> </div> <div class="tab-content"> <table id="idprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="idprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="idlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="idlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ilbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ilprotDiv" onclick="toggleTab('illinoisProtocols', this);"> Illinois Protocols </button> <button class="tab-button right" id="illistDiv" onclick="toggleTab('illinoisLists', this);"> Illinois Lists </button> </div> <div class="tab-content"> <table id="ilprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="ilprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="illistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="illistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="inbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="inprotDiv" onclick="toggleTab('indianaProtocols', this);"> Indiana Protocols </button> <button class="tab-button right" id="inlistDiv" onclick="toggleTab('indianaLists', this);"> Indiana Lists </button> </div> <div class="tab-content"> <table id="inprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="inprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="inlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="inlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="iabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="iaprotDiv" onclick="toggleTab('iowaProtocols', this);"> Iowa Protocols </button> <button class="tab-button right" id="ialistDiv" onclick="toggleTab('iowaLists', this);"> Iowa Lists </button> </div> <div class="tab-content"> <table id="iaprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="iaprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="ialistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="ialistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ksbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ksprotDiv" onclick="toggleTab('kansasProtocols', this);"> Kansas Protocols </button> <button class="tab-button right" id="kslistDiv" onclick="toggleTab('kansasLists', this);"> Kansas Lists </button> </div> <div class="tab-content"> <table id="ksprotTable" style="display:none;" class="collapsible-content protocols-table custom-table" data-protocol="ksprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="kslistTable" style="display:none;" class="collapsible-content lists-table custom-table" data-protocol="kslistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="kybuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="kyprotDiv" onclick="toggleTab('kentuckyProtocols', this);"> Kentucky Protocols </button> <button class="tab-button right" id="kylistDiv" onclick="toggleTab('kentuckyLists', this);"> Kentucky Lists </button> </div> <div class="tab-content"> <table id="kyprotTable" style="display:none;" class="collapsible-content protocols-table custom-table" data-protocol="kyprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="kylistTable" style="display:none;" class="collapsible-content lists-table custom-table" data-protocol="kylistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="labuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="laprotDiv" onclick="toggleTab('louisianaProtocols', this);"> Louisiana Protocols </button> <button class="tab-button right" id="lalistDiv" onclick="toggleTab('louisianaLists', this);"> Louisiana Lists </button> </div> <div class="tab-content"> <table id="laprotTable" style="display:none;" class="collapsible-content protocols-table custom-table" data-protocol="laprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="lalistTable" style="display:none;" class="collapsible-content lists-table custom-table" data-protocol="lalistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mebuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="meprotDiv" onclick="toggleTab('maineProtocols', this);"> Maine Protocols </button> <button class="tab-button right" id="melistDiv" onclick="toggleTab('maineLists', this);"> Maine Lists </button> </div> <div class="tab-content"> <table id="meprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="meprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="melistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="melistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mdbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="mdprotDiv" onclick="toggleTab('marylandProtocols', this);"> Maryland Protocols </button> <button class="tab-button right" id="mdlistDiv" onclick="toggleTab('marylandLists', this);"> Maryland Lists </button> </div> <div class="tab-content"> <table id="mdprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="mdprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="mdlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="mdlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="maprotDiv" onclick="toggleTab('massachusettsProtocols', this);"> Massachusetts Protocols </button> <button class="tab-button right" id="malistDiv" onclick="toggleTab('massachusettsLists', this);"> Massachusetts Lists </button> </div> <div class="tab-content"> <table id="maprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="maprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="malistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="malistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mibuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="miprotDiv" onclick="toggleTab('michiganProtocols', this);"> Michigan Protocols </button> <button class="tab-button right" id="milistDiv" onclick="toggleTab('michiganLists', this);"> Michigan Lists </button> </div> <div class="tab-content"> <table id="miprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="miprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="milistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="milistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mnbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="mnprotDiv" onclick="toggleTab('minnesotaProtocols', this);"> Minnesota Protocols </button> <button class="tab-button right" id="mnlistDiv" onclick="toggleTab('minnesotaLists', this);"> Minnesota Lists </button> </div> <div class="tab-content"> <table id="mnprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="mnprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="mnlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="mnlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="msbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="msprotDiv" onclick="toggleTab('mississippiProtocols', this);"> Mississippi Protocols </button> <button class="tab-button right" id="mslistDiv" onclick="toggleTab('mississippiLists', this);"> Mississippi Lists </button> </div> <div class="tab-content"> <table id="msprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="msprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="mslistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="mslistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mobuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="moprotDiv" onclick="toggleTab('missouriProtocols', this);"> Missouri Protocols </button> <button class="tab-button right" id="molistDiv" onclick="toggleTab('missouriLists', this);"> Missouri Lists </button> </div> <div class="tab-content"> <table id="moprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="moprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="molistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="molistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="mtbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="mtprotDiv" onclick="toggleTab('montanaProtocols', this);"> Montana Protocols </button> <button class="tab-button right" id="mtlistDiv" onclick="toggleTab('montanaLists', this);"> Montana Lists </button> </div> <div class="tab-content"> <table id="mtprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="mtprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="mtlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="mtlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="nebuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="neprotDiv" onclick="toggleTab('nebraskaProtocols', this);"> Nebraska Protocols </button> <button class="tab-button" id="nelistDiv" onclick="toggleTab('nebraskaLists', this);"> Nebraska Lists </button> </div> <div class="tab-content"> <table id="neprotTable" style="display:none" class="collapsible-content custom-table protocols-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Nebraska Line Point</span> <span class="date">Release Date: 09/26/2019</span> </div> <div class="description-cell"> Description: Nebraska Line Point Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Nebraska Line Point_20190925_174003.zip">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Nebraska Pace Frequency</span> <span class="date">Release Date: 09/26/2019</span> </div> <div class="description-cell"> Description: Nebraska Pace Frequency Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Nebraska Pace Frequency_20190925_174030.zip">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Nebraska Production</span> <span class="date">Release Date: 09/26/2019</span> </div> <div class="description-cell"> Description: Nebraska Production Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Nebraska Production_20190925_174037.zip">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Nebraska Step Point</span> <span class="date">Release Date: 09/26/2019</span> </div> <div class="description-cell"> Description: Nebraska Step Point Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Nebraska Step Point_20190925_174044.zip">Download</a> </td> </tr> </tbody> </table> <table id="nelistTable" style="display:none" class="collapsible-content custom-table lists-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="nvbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="nvprotDiv" onclick="toggleTab('nevadaProtocols', this);"> Nevada Protocols </button> <button class="tab-button" id="nvlistDiv" onclick="toggleTab('nevadaLists', this);"> Nevada Lists </button> </div> <div class="tab-content"> <table id="nvprotTable" style="display:none" class="collapsible-content custom-table protocols-table"> <tbody> <tr> <td> Coming Soon!! </td> </tr> </tbody> </table> <table id="nvlistTable" style="display:none" class="collapsible-content custom-table lists-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="nhbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="nhprotDiv" onclick="toggleTab('newhampshireProtocols', this);"> New Hampshire Protocols </button> <button class="tab-button" id="nhlistDiv" onclick="toggleTab('newhampshireLists', this);"> New Hampshire Lists </button> </div> <div class="tab-content"> <table id="nhprotTable" style="display:none"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="nhlistTable" style="display:none"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="njbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="njprotDiv" onclick="toggleTab('newjerseyProtocols', this);"> New Jersey Protocols </button> <button class="tab-button right" id="njlistDiv" onclick="toggleTab('newjerseyLists', this);"> New Jersey Lists </button> </div> <div class="tab-content"> <table id="njprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="njprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="njlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="njlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="nmbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="nmprotDiv" onclick="toggleTab('newmexicoProtocols', this);"> New Mexico Protocols </button> <button class="tab-button" id="nmlistDiv" onclick="toggleTab('newmexicoLists', this);"> New Mexico Lists </button> </div> <div class="tab-content"> <table id="nmprotTable" style="display:none" class="custom-table protocols-table collapsible-content"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="nmlistTable" style="display:none" class="custom-table lists-table collapsible-content"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="nybuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="nyprotDiv" onclick="toggleTab('newyorkProtocols', this);"> New York Protocols </button> <button class="tab-button right" id="nylistDiv" onclick="toggleTab('newyorkLists', this);"> New York Lists </button> </div> <div class="tab-content"> <table id="nyprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="nyprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="nylistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="nylistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ncbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ncprotDiv" onclick="toggleTab('northcarolinaProtocols', this);"> North Carolina Protocols </button> <button class="tab-button right" id="nclistDiv" onclick="toggleTab('northcarolinaLists', this);"> North Carolina Lists </button> </div> <div class="tab-content"> <table id="ncprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="ncprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="nclistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="nclistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ndbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ndprotDiv" onclick="toggleTab('northdakotaProtocols', this);"> North Dakota Protocols </button> <button class="tab-button right" id="ndlistDiv" onclick="toggleTab('northdakotaLists', this);"> North Dakota Lists </button> </div> <div class="tab-content"> <table id="ndprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="ndprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="ndlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="ndlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ohbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="ohprotDiv" onclick="toggleTab('ohioProtocols', this);"> Ohio Protocols </button> <button class="tab-button right" id="ohlistDiv" onclick="toggleTab('ohioLists', this);"> Ohio Lists </button> </div> <div class="tab-content"> <table id="ohprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="ohprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="ohlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="ohlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="okbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="okprotDiv" onclick="toggleTab('oklahomaProtocols', this);"> Oklahoma Protocols </button> <button class="tab-button right" id="oklistDiv" onclick="toggleTab('oklahomaLists', this);"> Oklahoma Lists </button> </div> <div class="tab-content"> <table id="okprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="okprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="oklistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="oklistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="orbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="orprotDiv" onclick="toggleTab('oregonProtocols', this);"> Oregon Protocols </button> <button class="tab-button right" id="orlistDiv" onclick="toggleTab('oregonLists', this);"> Oregon Lists </button> </div> <div class="tab-content"> <table id="orprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="orprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="orlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="orlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="pabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="paprotDiv" onclick="toggleTab('pennsylvaniaProtocols', this);"> Pennsylvania Protocols </button> <button class="tab-button right" id="palistDiv" onclick="toggleTab('pennsylvaniaLists', this);"> Pennsylvania Lists </button> </div> <div class="tab-content"> <table id="paprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="paprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="palistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="palistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="ributtons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="riprotDiv" onclick="toggleTab('rhodeislandProtocols', this);"> Rhode Island Protocols </button> <button class="tab-button right" id="rilistDiv" onclick="toggleTab('rhodeislandLists', this);"> Rhode Island Lists </button> </div> <div class="tab-content"> <table id="riprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="riprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="rilistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="rilistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="scbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="scprotDiv" onclick="toggleTab('southcarolinaProtocols', this);"> South Carolina Protocols </button> <button class="tab-button right" id="sclistDiv" onclick="toggleTab('southcarolinaLists', this);"> South Carolina Lists </button> </div> <div class="tab-content"> <table id="scprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="scprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="sclistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="sclistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="sdbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="sdprotDiv" onclick="toggleTab('southdakotaProtocols', this);"> South Dakota Protocols </button> <button class="tab-button" id="sdlistDiv" onclick="toggleTab('southdakotaLists', this);"> South Dakota Lists </button> </div> <div class="tab-content"> <table id="sdprotTable" style="display:none" class="collapsible-content protocols-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="sdlistTable" style="display:none" class="collapsible-content lists-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="tnbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="tnprotDiv" onclick="toggleTab('tennesseeProtocols', this);"> Tennessee Protocols </button> <button class="tab-button right" id="tnlistDiv" onclick="toggleTab('tennesseeLists', this);"> Tennessee Lists </button> </div> <div class="tab-content"> <table id="tnprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="tnprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="tnlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="tnlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="txbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="txprotDiv" onclick="toggleTab('texasProtocols', this);"> Texas Protocols </button> <button class="tab-button right" id="txlistDiv" onclick="toggleTab('texasLists', this);"> Texas Lists </button> </div> <div class="tab-content"> <table id="txprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="txprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="txlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="txlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="utbuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="utprotDiv" onclick="toggleTab('utahProtocols', this);"> Utah Protocols </button> <button class="tab-button" id="utlistDiv" onclick="toggleTab('utahLists', this);"> Utah Lists </button> </div> <div class="tab-content"> <table id="utprotTable" style="display:none" class="collapsible-content protocols-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="utlistTable" style="display:none" class="collapsible-content lists-table custom-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="vtbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="vtprotDiv" onclick="toggleTab('vermontProtocols', this);"> Vermont Protocols </button> <button class="tab-button right" id="vtlistDiv" onclick="toggleTab('vermontLists', this);"> Vermont Lists </button> </div> <div class="tab-content"> <table id="vtprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="vtprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="vtlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="vtlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="vabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="vaprotDiv" onclick="toggleTab('virginiaProtocols', this);"> Virginia Protocols </button> <button class="tab-button right" id="valistDiv" onclick="toggleTab('virginiaLists', this);"> Virginia Lists </button> </div> <div class="tab-content"> <table id="vaprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="vaprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="valistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="valistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="wabuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="waprotDiv" onclick="toggleTab('washingtonProtocols', this);"> Washington Protocols </button> <button class="tab-button right" id="walistDiv" onclick="toggleTab('washingtonLists', this);"> Washington Lists </button> </div> <div class="tab-content"> <table id="waprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="waprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="walistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="walistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="wvbuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="wvprotDiv" onclick="toggleTab('westvirginaProtocols', this);"> West Virgina Protocols </button> <button class="tab-button right" id="wvlistDiv" onclick="toggleTab('westvirginaLists', this);"> West Virgina Lists </button> </div> <div class="tab-content"> <table id="wvprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="wvprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="wvlistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="wvlistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="wibuttons" style="display: none; width: 100%;"> <div class="tabs" style="position: relative;"> <button class="tab-button right" id="wiprotDiv" onclick="toggleTab('wisconsinProtocols', this);"> Wisconsin Protocols </button> <button class="tab-button right" id="wilistDiv" onclick="toggleTab('wisconsinLists', this);"> Wisconsin Lists </button> </div> <div class="tab-content"> <table id="wiprotTable" style="display:none" class="collapsible-content protocols-table custom-table" data-protocol="wiprotTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> <table id="wilistTable" style="display:none" class="collapsible-content lists-table custom-table" data-protocol="wilistTable"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> </div> <div class="" id="wybuttons" style="display: none;"> <div class="tabs"> <button class="tab-button" id="wyprotDiv" onclick="toggleTab('wyomingProtocols', this);"> Wyoming Protocols </button> <button class="tab-button" id="wylistDiv" onclick="toggleTab('wyomingLists', this);"> Wyoming Lists </button> </div> <div class="tab-content"> <table id="wyprotTable" style="display:none" class="collapsible-content custom-table protocols-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> <table id="wylistTable" style="display:none" class="collapsible-content custom-table lists-table"> <tbody> <tr> <td colspan="4">Coming Soon!!</td> </tr> </tbody> </table> </div> </div> </div> <div class="collapsible-content" id="vgs"> <div style="text-align: center; border-bottom: 1px solid #ddd;"> <a href="/home/version" class="whats-new-btn">WHAT'S NEW</a> </div> <table> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">VGS 5.1.2</span> <span class="date">Release Date: 12/13/2024</span> </div> <div class="description-cell"> Description: Latest build for general availability, delivering improved performance and user experience. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/VGS v5.1.2 SetupEV.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">VGS 5.1.0 NRCS</span> <span class="date">Release Date: 05/16/2024</span> </div> <div class="description-cell"> Description: This build is approved for installation on NRCS computers and can also be installed from the NRCS Software Center. <br /> If this is your first time using VGS 5, please contact the VGS Dev Team (<a href="mailto:vgs@cals.arizona.edu" style="font-size: medium;">vgs@cals.arizona.edu</a>) for assistance in setting up an account. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/VGS v5.0.33 EV Setup.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">VGS Default Species Group List</span> <span class="date">Release Date: 06/17/2022</span> </div> <div class="description-cell"> Description: This is a large list, so please be patient when importing to VGS. Please see the video tutorial for more information. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/VGS Default_10_2_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">VGS 4.0 Installation Package (Deprecated)</span> <span class="date">Release Date: 10/17/2019</span> </div> <div class="description-cell"> Description: Installation package for the latest release of VGS version 4.0. Please report issues through the support ticketing section of this web site. <br /> <br /> <div class="download-note"> NOTE: Please contact the VGS Dev Team (<a href="mailto:vgs@cals.arizona.edu" style="font-size: medium; font-weight: bolder;">vgs@cals.arizona.edu</a>) if you need to download. </div> </div> </td> <td class="download-btn-cell"> <a href="/Downloads/VGS v4.0 Setup 2019-10-17 EV.zip" class="download-link-grayed">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">Executive Summary</span> <span class="date">Release Date: 02/07/2023</span> </div> <div class="description-cell"> Description: This is a description and introduction to the VGS suite of software.This Document is a 2-page basic description of the VGS Software. It is a resource for managers or individuals unfamiliar with VGS. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/VGS Summary 02072023 Final.pdf" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="collapsible-content" id="ars"> <h3>ARS Protocols (4.0)</h3> <table> <tr class="table-row"> <td> <div class="title-date"> <span class="title">ARS Basal Gap Protocol</span> <span class="date">Release Date: 10/11/2019</span> </div> <div class="description-cell"> Description: ARS Basal Gap Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/ARS Basal Gap_20191011_120539.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">ARS Plant Height by Species Protocol</span> <span class="date">Release Date: 10/14/2019</span> </div> <div class="description-cell"> Description: ARS Plant Height by Species Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/ARS Height by Species_20191014_162843.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">ARS Plant Height Protocol</span> <span class="date">Release Date: 10/14/2019</span> </div> <div class="description-cell"> Description: ARS Plant Height Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/ARS Height_20191014_162850.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">ARS RaBET Point Intercept Protocol</span> <span class="date">Release Date: 10/11/2019</span> </div> <div class="description-cell"> Description: ARS RaBET Point Intercept Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/ARS RaBET_20191011_115039.zip" class="download-link">Download</a> </td> </tr> </table> </div> <div id="usfs" style="display: none; width: 100%;"> <button class="tab-button left" id="usfsButton" onclick="toggleUsfsTab('usfsProtocols', this)" onmouseover="this.style.backgroundColor='#ddd';" onmouseout="this.style.backgroundColor='#f1f1f1';"> National Protocols </button> <div class="tab-content"> <table id="usfsprotTable" style="border: none; float: left; flex-direction: column; align-items: flex-start; justify-content: space-between; " class="collapsible-content protocols-table custom-table" data-protocol="usfsprotTable"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS DIRH (ECS-RANGE-05)</span> <span class="date">Release Date: 09/14/2023</span> </div> <div class="description-cell"> Description: Describing Indicators of Rangeland Health Assessment Updated 01_2021 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS DIRH (ECS-RANGE-05)_20230913_125933.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS IIRH V5 Evaluation</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Interpreting Indicators Of Rangeland Health V5 Evaluation Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS IIRH V5 Evaluation_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS IIRH V5 Site Description</span> <span class="date">Release Date: 10/31/2022</span> </div> <div class="description-cell"> Description: NRCS Interpreting Indicators Of Rangeland Health V5 Site Description Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS IIRH V5 Site Description.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lentic PFC Assessment Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lentic PFC Assessment Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lentic PFC Assessment Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lentic Riparian-Wetland Info Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lentic Riparian-Wetland Info Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lentic Riparian-Wetland Info Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lothic PFC Assessment Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lothic PFC Assessment Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lothic PFC Assessment Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Lotic Reach Info Form</span> <span class="date">Release Date: 08/15/2022</span> </div> <div class="description-cell"> Description: NRCS Lotic Reach Info Form Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Lotic Reach Info Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Pasture Condition Score Sheet</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Pasture Condition Score Sheet Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Pasture Condition Score Sheet.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Cropland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Cropland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Cropland_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Forestland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Forestland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Forest Land.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Other Land</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Other Land Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Other Land_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Pasture</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Pasture Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Pasture_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Resource Concerns Checklist - Rangeland</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Resource Concerns Checklist - Rangeland Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Resource Concerns Checklist - Rangeland_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Snow Water Equivalent</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Snow Water Equivalent Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Snow Water Equivalent_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS SVAP2</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Stream Visual Assessment Protocol 2 Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS SVAP2_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Trend Determination Assessment</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Trend Determination Assessment Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Trend Determination Assessment_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">NRCS Zig Zag Method</span> <span class="date">Release Date: 09/22/2022</span> </div> <div class="description-cell"> Description: NRCS Zig Zag Sampling Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/NRCS Zig Zag Method_0.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r1buttons" style="display: none; width: 100%;"> <button class="region-button" id="r1Div" onclick="toggleUsfsTab('region1Protocols', this);"> Region 1 </button> <table id="r1protTable" style="display:none" class="collapsible-content custom-table"> <tbody> <tr> <td>Coming Soon!!</td> </tr> </tbody> </table> </div> <div class="region-container" id="r2buttons" style="display: none; width: 100%;"> <button class="region-button" id="r2Div" onclick="toggleUsfsTab('region2Protocols', this);"> Region 2 </button> <table id="r2protTable" style="display:none; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Cover Frequency</span> <span class="date">Release Date: 07/03/2023</span> </div> <div class="description-cell"> Description: Daubenmire and Ground Cover monitoring methods </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Cover Frequency_7_3_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Landscape Appearance Utilization</span> <span class="date">Release Date: 07/10/2024</span> </div> <div class="description-cell"> Description: Landscape Appearance Utilization Key Forage </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Landscape Appearance Utilization.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Line Distance</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Line Distance - Big Horn Willow </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Line Distance_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Line Intercept</span> <span class="date">Release Date: 07/03/2024</span> </div> <div class="description-cell"> Description: R2-2200-LI Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Line Intercept_7_3_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Proper Functioning Condition</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: R2 Proper Functioning Condition Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Proper Functioning Condition_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Rooted Nested Frequency</span> <span class="date">Release Date: 07/3/2024</span> </div> <div class="description-cell"> Description: R2-2200-RN Rooted Nested Frequency </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Rooted Nested Frequency_7_3_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 Stubble Height</span> <span class="date">Release Date: 07/03/2024</span> </div> <div class="description-cell"> Description: R2-2200-SH Stubble Heights </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 Stubble Height_7_3_2024.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 WRNF Cover Frequency</span> <span class="date">Release Date: 07/10/2024</span> </div> <div class="description-cell"> Description: Daubenmire and Ground Cover </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 WRNF Cover Frequency.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R2 WRNF Range</span> <span class="date">Release Date: 07/10/2024</span> </div> <div class="description-cell"> Description: Nested Frequency, Ground Cover (including fuel gc options), DWR, Fetch, and Utilization. Based off R3 CNVSP protocol. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R2 WRNF Range.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">WYRMG Cover By Life Form</span> <span class="date">Release Date: 05/13/2020</span> </div> <div class="description-cell"> Description: Wyoming Rangeland Monitoring Guide - Cover By Life Form </div> </td> <td class="download-btn-cell"> <a href="/Downloads/WYRMG Cover By Life Form.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">WYRMG Landscape Appearance Utilization</span> <span class="date">Release Date: 05/13/2020</span> </div> <div class="description-cell"> Description: Wyoming Rangeland Monitoring Guide - Landscape Appearance Utilization </div> </td> <td class="download-btn-cell"> <a href="/Downloads/WYRMG Landscape Appearance Utilization.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r3buttons" style="display: none; width: 100%;"> <button class="region-button" id="r3Div" onclick="toggleUsfsTab('region3Protocols', this);"> Region 3 </button> <table id="r3protTable" style="display: none; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R3 A-S Cover/Frequency</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Daubenmire Sampling </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 A-S CoverFrequency_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Coronado Line Intercept</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Coronado Line Intercept_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Coronado Riparian Veg Plot</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Canopy Cover & Size Class </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Coronado Riparian Veg Plot_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Coronado Standard</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Quadrat 40x40 Only </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Coronado Standard_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Coronado Standard - Nested Tally Only</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tally 10x10 Only - form for entering historical data </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Coronado Standard - Nested Tally Only_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Coronado Standard - Tally</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tally 40x40 Only - form for entering historical data </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Coronado Standard - Tally_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 - CNVSP</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Protocol definition file for USFS Southwest Region CNVSP protocol. <br /> Changes: <br /> 2018/10/05 - Weight/Clipping modules were changed to allow disabling enforcement warnings for empty quadrats. Default was set to not warn since such a small percentage of quadrats are harvested. <br /> 2017/7/25 - Protocol import file updated to latest format <br /> 2016/7/27 - Bed Depth event was moved to page 3 on the data form with sampling requested only twice per sampling event in conjunction with gathering fuels for weighing. <br /> 2015 - The name of the event for recording fuel bed depth has been corrected to "Bed Depth". </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 - CNVSP_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R3 CNVSP Field Guide</span> <span class="date">Release Date: 11/01/2013</span> </div> <div class="description-cell"> Description: Field Guide - USFS Region 3 Common Non-Forested Vegetation Sampling Procedure. </div> </td> <td class="download-btn-cell"> <a href="/Downloads/CNVSP_Protocol__November 2013.docx" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R3 - CNVSP - Tally</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tally - Freq/GC/DWR form for entering historical data </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 - CNVSP - Tally_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R3 - PNF Gap</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Canopy cover, ground cover, gap intercept and woody cover 1/10th acre </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 - PNF Gap_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R3 Range Trend Quick Assessment</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Survey for Range Trend Quick Assessment </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Range Trend Quick Assessment_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Tenth Acre</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tenth acre cover/frequency </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Tenth Acre_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Tonto Production</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Clipping production </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Tonto Production_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Tonto Shrubland</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Point ground cover and Shrub Density/Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Tonto Shrubland_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R3 Tonto Standard</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Quadrat - Freq/GC/DWR/Fetch </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Tonto Standard_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title"> USFS R3 Tonto Standard - Tally</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tally - Freq/GC/DWR/Fetch form for entering historical data </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R3 Tonto Standard - Tally_8_31_2023.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r4buttons" style="display: none; width: 100%;"> <button class="region-button" id="r4Div" onclick="toggleUsfsTab('region4Protocols', this);"> Region 4 </button> <table id="r4protTable" style="display:none; justify-content:center; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 Apparent Trend</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Rooted Nested Frequency, Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 Apparent Trend_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 Range Monitoring</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Rooted Nested Frequency, Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 Range Monitoring_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 BTNF DIRH</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Describing Indicators of Rangeland Health Assessment Derived from NRCS CO DIRH </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 BTNF DIRH_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 BTNF ESD Development</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: USFS R4 BTNF ESD Development RNF, LPI, LI, SC </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 BTNF ESD Development_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R4 BTNF LPI</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Line Point Intercept Only </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 BTNF LPI_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R4 BTNF Range Monitoring</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Rooted Nested Frequency, Line Point Intercept, Line Intercept, SC </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 BTNF Range Monitoring_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R4 HT - Riparian Bank Disturbance/LA</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Bank Disturbance, Landscape Appearance, Stubble Height </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 HT - Riparian Bank Disturbance-LA_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 HT - Upland Landscape Appearance</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Landscape Appearance Herbaceous/Shrubs </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 HT - Upland Landscape Appearance_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 Range Monitoring</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Rooted Nested Frequency, Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 Range Monitoring_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R4 Shrub Protocol</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Density, Shrub Height, Age Class </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R4 Shrub Procotol _8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title"> Key to shrublands of the intermountain region 2.5.2</span> <span class="date">Release Date: 04/29/2016</span> </div> <div class="description-cell"> Description: </div> </td> <td class="download-btn-cell"> <a href="/Downloads/KEY TO SHRUBLANDS OF THE INTERMOUNTAIN REGION 2.5.2.pdf" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r5buttons" style="display: none; width: 100%;"> <button class="region-button" id="r5Div" onclick="toggleUsfsTab('region5Protocols', this);"> Region 5 </button> <table id="r5protTable" style="display: none; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R5 Meadow Monitoring 10x10</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 10x10 Frequency, Ground Cover </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R5 Meadow Monitoring 10x10_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R5 Meadow Monitoring 20x20</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 20x20 Nested Frequency, Ground Cover </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R5 Meadow Monitoring 20x20_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R5 Site Description</span> <span class="date">Release Date: 11/15/2012</span> </div> <div class="description-cell"> Description: R5 Site Description Survey </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R5 Site Description_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R5 Upland Monitoring</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 50x50 Nested Frequency, Ground Cover </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R5 Upland Monitoring_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title"> Instructions for exporting raw data</span> <span class="date">Release Date: 11/15/2012</span> </div> <div class="description-cell"> Description: Instructions for exporting raw frequency and ground cover data as per R5 Excel analysis templates </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Instructions For Exporting Raw Frequency and Ground Cover Data.docx" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r6buttons" style="display: none; width: 100%;"> <button class="region-button" id="r6Div" onclick="toggleUsfsTab('region6Protocols', this);"> Region 6 </button> <table id="r6protTable" style="display:none; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Ecology ESD</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Ecology ESD development protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Ecology ESD_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Ecology Production</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Weight-Unit Sampling </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Ecology Production_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Inspection Record</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: R6 - Updated 2023-05-01 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Inspection Record_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Landscape Appearance Utilization</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Landscape Appearance Utilization Key Forage - Adapted from NRCS </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Landscape Appearance Utilization_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Landscape Utilization by Species</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Landscape Appearance Utilization by Species </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Landscape Utilization by Species_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Livestock Sighting Form</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Updated 2023-05-01 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Livestock Sighting Form_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R6 - LPI</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Line Point Intercept, Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 - LPI_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Macroplot</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Species List Only </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Macroplot_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Malheur Livestock Sighting Form</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Updated 2023-05-01 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Malheur Livestock Sighting Form_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R6 Malheur Range Readiness Checks</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Updated 2023-05-01 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Malheur Range Readiness Checks_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 - Riparian Herbaceous Frequency</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 20 by 20 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 - Riparian Herbaceous Frequency_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 - Riparian Woody Frequency</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 50 by 50 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 - Riparian Woody Frequency_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Rogue River Standard</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Nested Frequency/Ground Cover/Line Intercept </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Rogue River Standard_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Rogue River - Tally</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Tally - Freq/GC form for entering historical data </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Rogue River - Tally_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 Stubble Height</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Stubble Height measurements </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 Stubble Height_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R6 - Upland Frequency</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: 50 by 50 </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R6 - Upland Frequency_8_31_2023.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r8buttons" style="display: none; width: 100%;"> <button class="region-button" id="r8Div" onclick="toggleUsfsTab('region8Protocols', this);"> Region 8 </button> <table id="r8protTable" style="display:none" class="collapsible-content custom-table"> <tbody> <tr> <td>COMING SOON!</td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r9buttons" style="display: none; width: 100%;"> <button class="region-button" id="r9Div" onclick="toggleUsfsTab('region9Protocols', this);"> Region 9 </button> <table id="r9protTable" style="display:none; border: none;" class="collapsible-content custom-table"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 CHI - Acidic Woodland</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Meandering Transects and Prism Plots </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 CHI - Acidic Woodland_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 CHI - Glade</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Meandering Transects - 40x40 Frequency </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 CHI - Glade_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 Vegetation Inventory & Monitoring</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Prism Plot - veg stata, cover/freq, trees, robel pole </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 Vegetation Inventory And Monitoring_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 WMNF Alphine Nested Quadrats</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Monroe Flats 10m Interval </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Alpine Nested Quadrats_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 WMNF Alpine Spider Transects</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Monroe Flats </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Alpine Spider Transects_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 WMNF Alpine Trail Transect</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Plant Cover, Surface Cover, Disturbance Width </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Alpine Trail Transect_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R9 WMNF Modified Whittaker Plot</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Permanent monitoring plots </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Modified Whittaker Plot_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 WMNF Rapid Assessment</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Updated 2023-06-15 - WMNF Assessement </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Rapid Assessment_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title"> USFS R9 WMNF Releve</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Cover Protocol </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Releve_8_31_2023.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">USFS R9 WMNF Site of Interest</span> <span class="date">Release Date: 08/31/2023</span> </div> <div class="description-cell"> Description: Updated 2023-06-15 - WMNF Site of Interest </div> </td> <td class="download-btn-cell"> <a href="/Downloads/USFS R9 WMNF Site of Interest_8_31_2023.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> <div class="region-container" id="r10buttons" style="display: none; width: 100%;"> <button class="region-button" id="r10Div" onclick="toggleUsfsTab('region10Protocols', this);"> Region 10 </button> <table id="r10protTable" style="display:none" class="collapsible-content custom-table"> <tbody> <tr> <td>COMING SOON!</td> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </div> </div> <div id="blm" width="100%" style="display:none"> <table id="blm-alabama" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-alaska" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-arizona" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-arkansas" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-california" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-colorado" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-connecticut" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-delaware" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-florida" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-georgia" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-hawaii" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-idaho" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-illinois" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-indiana" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-iowa" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-kansas" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-kentucky" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-louisiana" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-maine" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-maryland" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-massachusetts" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-michigan" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-minnesota" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-mississippi" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-missouri" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-montana" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-nebraska" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-nevada" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-newhampshire" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-newjersey" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-newmexico" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-newyork" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-northcarolina" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-northdakota" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-ohio" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-oklahoma" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-oregon" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-pennsylvania" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-rhodeisland" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-southcarolina" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-southdakota" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-tennessee" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-texas" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-utah" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">Utah BLM Base Database File</span> <span class="date">Release Date: 06/07/2013</span> </div> <div class="description-cell"> Description: VGS Database file preconfigured for Utah BLM organization and protocols </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Utah BLM Base Database.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> <table id="blm-vermont" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-virginia" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-washington" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-westvirginia" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-wisconsin" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> <table id="blm-wyoming" class="collapsible-content custom-table" style="display:none;"> <tbody> <tr> <td>Coming Soon!</td> </tr> </tbody> </table> </div> <div id="bia" class="collapsible-content"> VGS 4 Protocols <table width="100%"> <tbody> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Navajo Production Protocol - Definition File</span> <span class="date">Release Date: 07/22/2020</span> </div> <div class="description-cell"> Description: </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Navajo Trend Monitoring_20200722_162017_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Navajo Shrubland Protocol - Definition File</span> <span class="date">Release Date: 07/22/2020</span> </div> <div class="description-cell"> Description: </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Navajo Shrubland_20200722_160919_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Navajo Utilization Protocol - Definition File</span> <span class="date">Release Date: 07/22/2020</span> </div> <div class="description-cell"> Description: </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Navajo Utilization - Grazed Class_20200722_162034_1.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row"> <td> <div class="title-date"> <span class="title">Navajo Production Protocol - Definition File</span> <span class="date">Release Date: 07/22/2020</span> </div> <div class="description-cell"> Description: </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Navajo Production - Double-Sampling_20200722_160900_0.zip" class="download-link">Download</a> </td> </tr> <tr class="table-row2"> <td> <div class="title-date"> <span class="title">Navajo Protocol Definition Files</span> <span class="date">Release Date: 07/22/2020</span> </div> <div class="description-cell"> Description: All standard VGS protocol definition files for BIA Navajo </div> </td> <td class="download-btn-cell"> <a href="/Downloads/Navajo Protocol Definition Files_20200722_182007.zip" class="download-link">Download</a> </td> </tr> </tbody> </table> </div> </div> <style> :root { --active-border-color: #283618; --inactive-border-color: #ccc; } .region-container { display: none; width: 100%; } body { margin: 0; padding: 0; min-height: 100vh; } .body-content { max-width: 1400px; flex: 1; display: flex; flex-direction: column; margin: auto; justify-content: center; align-items: center; } .collapsible-content { margin-top: 10px; border: 1px solid #ccc; padding: 10px; width: 80%; display: none; } .custom-table { width: 100%; justify-content: center; border-collapse: collapse; } .custom-table th, .custom-table td { padding: 8px; text-align: left; } #button-container { position: relative; width: fit-content; margin: auto; } .description-cell { background-color: #f0f0f0; border-radius: 8px; padding: 10px; width: 100%; } .download-note { font-weight: bolder; } .download-btn-cell { width: auto; padding: 10px; align-content: center; } .download-link { background-color: #283618; color: white; border: none; border-radius: 10px; cursor: pointer; text-decoration: none; text-align: center; padding: 8px 12px 8px 10px; margin-top: -5px; } .download-link a { color: white; text-decoration: none; } .download-link:hover { color: black; text-decoration: none; background-color: #606c38; } .download-link-grayed { background-color: darkgray; color: black; border: none; border-radius: 10px; pointer-events: none; text-decoration: none; cursor: not-allowed; text-decoration: none; text-align: center; padding: 8px 12px 8px 10px; margin-top: -5px; } .map, .map2, .map3 { display: none; } #nrcs { display: flex; justify-content: space-between; align-items: center; position: relative; } #nrcsprotTable { display: none; top: 100%; left: 0; z-index: 1; padding-bottom: 70px; } select { padding: 5px; font-size: 16px; border: 1px solid #ccc; border-radius: 4px; } .tabs, .tab-content { display: none; } /* Show tab buttons and tab contents for "nrcs" option */ #nrcs .tabs, #nrcs .tab-content { display: flex; } .table-row { align-items: center; padding-bottom: 8px; border-bottom: 2px solid #ddd; } .table-row2 { align-items: center; padding-bottom: 8px; } .table-row > td { width: 100%; } .table-data { display: flex; justify-content: space-between; width: 100%; } .title-date { display: flex; justify-content: space-between; width: 100%; flex-wrap: wrap; align-items: center; } .tabs { display: flex; position: relative; overflow: hidden; } .tab-button.right { float: right; } .tab-button.left { float: left; border: none; margin-bottom: 8px; overflow: hidden; position: relative; border-bottom: 3px solid var(--inactive-border-color); } .tab-button.left::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 3px; transition: width 0.3s ease, left 0.3s ease; } .tab-button.left.active, .region-button.active { color: #283618; } .tab-button.left.active::after { width: 100%; } .region-button { border: none; font-size: 20px; color: #575757; font-family: 'Geneva', sans-serif; outline: none; cursor: pointer; padding: 10px 12px; transition: 0.3s; flex-grow: 1; display: flex; margin-bottom: 8px; overflow: hidden; border-bottom: 3px solid #ccc; background-color: #f1f1f1; } .region-button:hover { background-color: #ddd; } .tab-button { border: none; font-size: 20px; color: #575757; font-family: 'Geneva', sans-serif; background-color: inherit; outline: none; cursor: pointer; padding: 10px 12px; transition: 0.3s; flex-grow: 1; margin-bottom: 8px; display: none; border-bottom: 3px solid var(--inactive-border-color); } .tab-button:hover { background-color: #ddd; } .tab-button.active::after { width: 100%; left: 0; } .sliding-border { position: absolute; bottom: 0; height: 3px; width: 0; background-color: var(--active-border-color); transition: left 0.3s ease, width 0.3s ease; z-index: 0; } .tab-button.active { color: #283618; } . .tab-content { display: none; padding: 6px 12px; border: 1px solid #ccc; border-top: none; animation: fadeEffect 1s; } .active { background-color: #ddd !important; } @keyframes fadeEffect { from { opacity: 0; } to { opacity: 1; } } /*Table header colors*/ #blm .collapsible-content table, #nrcs .collapsible-content table { width: 100%; } #us-map-nrcs, #us-map-usfs, #us-map-blm { position: center; top: 0; width: 95%; height: auto; justify-content: center; align-content: center; margin-left: 3%; } path:hover, circle:hover, .active { stroke-width: 2px; stroke-linejoin: round; fill: #405630 !important; cursor: pointer; } g.region-group.active path { fill: #405630 !important; stroke: white !important; stroke-width: 2px !important; stroke-linejoin: round !important; cursor: pointer; } .path2:hover, .active { stroke-width: 2px; stroke-linejoin: round; fill: #405630 !important; cursor: pointer; } .disabled { pointer-events: none; opacity: 0.5; } .table-container { overflow-x: auto; } table { width: 100%; border-collapse: collapse; } th, td { padding: 10px; } .whats-new-btn { display: inline-block; padding: 10px 25px; font-size: 18px; text-align: center; background-color: #bc6c25; color: white; text-decoration: none; border-radius: 6px; margin: 5px auto; } .whats-new-btn a { color: white; text-decoration: none; } .whats-new-btn:hover { color: black; text-decoration: none; background-color: #dda15e; } /* Mobile table styling */ @media (max-width: 667px) { .tabs { display: flex; flex-direction: column; align-items: stretch; width: 100%; } .tab-button { width: 100%; box-sizing: border-box; display: block; } .table-row { display: flex; flex-direction: column; align-items: center; } .download-btn-cell { display: flex; justify-content: center; width: 100%; } .description-cell { flex-direction: column; align-items: flex-start; } .description-cell a { justify-content: center; font-size: 1em; } table { display: block; } table, tbody, tr, td { display: block; width: 100%; } td { margin-bottom: 10px; } td, th { border: none; } tbody, tr, td { display: block; width: 100%; } td:before { content: attr(data-label); float: left; font-weight: bold; } th { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 120px; min-width: 50px; word-break: break-all; } .title-date { flex-direction: column; align-items: flex-start; } .title-date .date { margin-right: 0; margin-top: 5px; } } #nrcsButton { display: none; } @media (max-width: 347px) { .tabs { display: flex; } .tab-button { margin-bottom: 10px; } } </style> <script> /********************** NRCS **********************/ function resetActiveStates() { const allStates = document.querySelectorAll('path'); for (const stateElement of allStates) { stateElement.classList.remove('active'); } } // Add an event listener for page unload or map change window.addEventListener('beforeunload', function () { resetActiveStates(); }); // Handles when states are toggled from map. let activeStateId = null; function toggleStateTables(stateId, currState) { var buttonsDiv = document.getElementById(stateId); //restarts active state const allStates = document.querySelectorAll('path'); for (const stateElement of allStates) { stateElement.classList.remove('active'); } if (currState && currState.classList) { currState.classList.add('active'); } // Check if the state is active. If so, hide if (activeStateId === stateId) { buttonsDiv.style.display = "none"; activeStateId = null; } else { // Hides active state if (activeStateId !== null) { var activeStateDiv = document.getElementById(activeStateId); activeStateDiv.style.display = "none"; } // Shows current toggled state buttonsDiv.style.display = "block"; activeStateId = stateId; buttonsDiv.scrollIntoView({ behavior: 'smooth', block: 'start', }); } } // Add an event listener for page unload or map change window.addEventListener('beforeunload', function () { resetActiveRegions(); }); // Used for NRCS, USFS, and BLM url quick find var activeRegionId = null; function toggleRegionTables(regionId, currRegion) { var buttonsDiv = document.getElementById(regionId); const allRegions = document.querySelectorAll('g.region-group'); for (const regionElement of allRegions) { regionElement.classList.remove('active'); } if (currRegion && currRegion.classList) { currRegion.classList.add('active'); } // Check if the region is active. If so, hide if (activeRegionId === regionId) { buttonsDiv.style.display = "none"; activeRegionId = null; } else { // Hides active region if (activeRegionId !== null) { var activeRegionDiv = document.getElementById(activeRegionId); activeRegionDiv.style.display = "none"; } // Shows current toggled region buttonsDiv.style.display = "block"; activeRegionId = regionId; buttonsDiv.scrollIntoView({ behavior: 'smooth', block: 'start', }); } } // Handles functionality for blm states. let activeBlmTableId = null; function toggleBlmStateTables(blmStateId, currState) { const stateTableMappings = { "AL": "blm-alabama", "AK": "blm-alaska", "AZ": "blm-arizona", "AR": "blm-arkansas", "CA": "blm-california", "CO": "blm-colorado", "CT": "blm-connecticut", "DE": "blm-delaware", "FL": "blm-florida", "GA": "blm-georgia", "HI": "blm-hawaii", "ID": "blm-idaho", "IL": "blm-illinois", "IN": "blm-indiana", "IA": "blm-iowa", "KS": "blm-kansas", "KY": "blm-kentucky", "LA": "blm-louisiana", "ME": "blm-maine", "MD": "blm-maryland", "MA": "blm-massachusetts", "MI": "blm-michigan", "MN": "blm-minnesota", "MS": "blm-mississippi", "MO": "blm-missouri", "MT": "blm-montana", "NE": "blm-nebraska", "NJ": "blm-newjersey", "NH": "blm-newhampshire", "NM": "blm-newmexico", "NY": "blm-newyork", "NV": "blm-nevada", "NC": "blm-northcarolina", "ND": "blm-northdakota", "OH": "blm-ohio", "OK": "blm-oklahoma", "OR": "blm-oregon", "PA": "blm-pennsylvania", "RI": "blm-rhodeisland", "SC": "blm-southcarolina", "SD": "blm-southdakota", "TN": "blm-tennessee", "TX": "blm-texas", "UT": "blm-utah", "VT": "blm-vermont", "VA": "blm-virginia", "WA": "blm-washington", "WI": "BLM-wisconsin", "WV": "blm-westvirginia", "WY": "blm-wyoming", }; const allStates = document.querySelectorAll('path'); for (const stateElement of allStates) { stateElement.classList.remove('active'); } if (currState && currState.classList) { currState.classList.add('active'); } const tableId = stateTableMappings[blmStateId]; if (!tableId) { return; } const buttonsDiv = document.getElementById(blmStateId); // If the clicked table is already active, hide it and reset the activeBlmTableId if (activeBlmTableId === tableId) { buttonsDiv.style.display = "none"; activeBlmTableId = null; } else { // If another table is active, hide it first if (activeBlmTableId !== null) { document.getElementById(activeBlmTableId).style.display = "none"; } // Show the clicked table and set it as the active one buttonsDiv.style.display = "block"; activeBlmTableId = tableId; document.getElementById(tableId).style.display = "block"; buttonsDiv.scrollIntoView({ behavior: 'smooth', block: 'start', }); } } // Handler for drop down content document.addEventListener("DOMContentLoaded", function () { const dropdown = document.getElementById("dropdownSelect"); if (dropdown.value) { toggleContent(); toggleMapVisibility(); } }); function toggleContent() { var dropdown = document.getElementById("dropdownSelect"); var selectedOption = dropdown.options[dropdown.selectedIndex].value; var contentDiv = document.getElementById(selectedOption); var mapNrcs = document.getElementById("us-map-nrcs"); var mapUsfs = document.getElementById("us-map-usfs"); var mapBlm = document.getElementById("us-map-blm"); var nrcsButton = document.getElementById("nrcsButton"); var usfsButton = document.getElementById("usfsButton"); const sections = ["al", "az", "ar", "ak", "ca", "co", "ct", "de", "fl", "ga", "hi", "id", "il", "in", "ia", "ks", "ky", "la", "me", "md", "ma", "mi", "mn", "ms", "md", "mt", "ne", "nv", "nh", "nj", "nm", "ny", "nc", "nd", "oh", "ok", "or", "pa", "ri", "sc", "sd", "tn", "tx", "ut", "vt", "va", "wa", "wv", "wi", "wy"]; const regions = ["r1", "r2", "r3", "r4", "r5", "r6", "r8", "r9", "r10"]; // Hide all content var allContentDivs = document.getElementsByClassName("collapsible-content"); for (var i = 0; i < allContentDivs.length; i++) { allContentDivs[i].style.display = "none"; } const allTabs = document.getElementsByClassName('tab-button'); for (const tab of allTabs) { tab.style.display = 'none'; } mapNrcs.style.display = "none"; mapUsfs.style.display = "none"; mapBlm.style.display = "none"; nrcsButton.style.display = "none"; usfsButton.style.display = "none"; if (selectedOption === "nrcs") { for (const section of sections) { document.getElementById(section + "protDiv").style.display = "block"; document.getElementById(section + "listDiv").style.display = "block"; nrcsButton.style.display = "block"; } for (const region of regions) { document.getElementById(region + "Div").style.display = "none"; } if (contentDiv) { contentDiv.style.display = "block"; } const nrcsTabs = document.querySelectorAll('#nrcs .tab-button'); const nrcsTabContents = document.querySelectorAll('#nrcs .tab-content'); nrcsTabs.forEach(tab => (tab.style.display = "block")); nrcsTabContents.forEach(content => (content.style.display = "block")); mapNrcs.style.display = "block"; nrcsButton.style.display = "block"; } else if (selectedOption === "usfs") { for (const section of sections) { document.getElementById(section + "protDiv").style.display = "none"; document.getElementById(section + "listDiv").style.display = "none"; document.getElementById(section + "protTable").style.display = "none"; document.getElementById(section + "listTable").style.display = "none"; } for (const region of regions) { document.getElementById(region + "Div").style.display = "block"; } if (contentDiv) { contentDiv.style.display = "block"; } const usfsTabs = document.querySelectorAll('#usfs .region-button, #usfs tab-button'); const usfsTabContents = document.querySelectorAll('#usfs .tab-content'); usfsTabs.forEach(tab => (tab.style.display = "block")); usfsTabContents.forEach(content => (content.style.display = "block")); mapUsfs.style.display = "block"; usfsButton.style.display = "block"; } else if (selectedOption === "blm") { for (const section of sections) { document.getElementById(section + "protDiv").style.display = "none"; document.getElementById(section + "listDiv").style.display = "none"; document.getElementById(section + "protTable").style.display = "none"; document.getElementById(section + "listTable").style.display = "none"; } for (const region of regions) { document.getElementById(region + "Div").style.display = "none"; } if (contentDiv) { contentDiv.style.display = "block"; } const allNrcs = document.getElementsByClassName('nrcs'); for (const nrcs of allNrcs) { nrcs.style.display = 'none'; } mapBlm.style.display = "block"; } // other drop down menu items else { for (const section of sections) { document.getElementById(section + "protDiv").style.display = "none"; document.getElementById(section + "listDiv").style.display = "none"; document.getElementById(section + "protTable").style.display = "none"; document.getElementById(section + "listTable").style.display = "none"; } for (const region of regions) { document.getElementById(region + "Div").style.display = "none"; } if (contentDiv) { contentDiv.style.display = "block"; } } } // Used in select drop down menu. Toggles map that we are currently on. function toggleMapVisibility() { const dropdown = document.getElementById("dropdownSelect"); const mapNrcs = document.getElementById("us-map-nrcs"); const mapUsfs = document.getElementById("us-map-usfs"); const mapBlm = document.getElementById("us-map-blm"); const selectedValue = dropdown.value; mapNrcs.style.display = "none"; mapUsfs.style.display = "none"; mapBlm.style.display = "none"; if (selectedValue === "nrcs") { mapNrcs.style.display = "block"; mapUsfs.style.display = "none"; mapBlm.style.display = "none"; } else if (selectedValue === "usfs") { mapNrcs.style.display = "none"; mapUsfs.style.display = "block"; mapBlm.style.display = "none"; } else if (selectedValue === "blm") { mapNrcs.style.display = "none"; mapUsfs.style.display = "none"; mapBlm.style.display = "block"; } else { mapNrcs.style.display = "none"; mapUsfs.style.display = "none"; mapBlm.style.display = "none"; } } /********************* USFS ***********************/ function resetActiveRegions() { const allRegions = document.querySelectorAll('g.region-group'); for (const regionElement of allRegions) { regionElement.classList.remove('active'); } } function toggleTabAni(currTab) { const slidingBorder = document.querySelector('.sliding-border'); } function toggleUsfsTab(tabName, currTab) { resetActiveRegions(); const regionTablesMap = { 'usfsProtocols': 'usfsprotTable', 'region1Protocols': 'r1protTable', 'region2Protocols': 'r2protTable', 'region3Protocols': 'r3protTable', 'region4Protocols': 'r4protTable', 'region5Protocols': 'r5protTable', 'region6Protocols': 'r6protTable', 'region8Protocols': 'r8protTable', 'region9Protocols': 'r9protTable', 'region10Protocols': 'r10protTable', }; // Hide all tables const allTables = document.querySelectorAll('.collapsible-content'); allTables.forEach(table => { table.style.display = 'none'; }); // Show the selected table const selectedTable = document.getElementById(regionTablesMap[tabName]); if (selectedTable) { selectedTable.style.display = 'block'; } const regionButtons = document.querySelectorAll('.region-button'); regionButtons.forEach(button => { button.style.borderBottomColor = 'var(--inactive-border-color)'; }); // Set bottom border color of the current tab-button const tabButtons = document.querySelectorAll('.tab-button.left'); tabButtons.forEach(button => { button.style.borderBottomColor = 'var(--inactive-border-color)'; }); currTab.style.borderBottomColor = 'var(--active-border-color)'; // Active tab button animation toggleTabAni(currTab); } window.addEventListener('DOMContentLoaded', (event) => { document.querySelectorAll('.tab-button.left.active').forEach(activeButton => { toggleTabAni(activeButton); }); }); function toggleRegionTables(buttonsId, mapRegion) { const allRegions = document.getElementsByClassName('region-container'); for (const region of allRegions) { region.style.display = 'none'; } // Display the selected region's buttons const buttonsDiv = document.getElementById(buttonsId); if (buttonsDiv) { buttonsDiv.style.display = 'block'; // Automatically opens the corresponding table when the region is selected if (buttonsId === 'r1buttons') { const regionButton = document.getElementById('r1Div'); if (regionButton) { toggleUsfsTab('region1Protocols', regionButton); } } else if (buttonsId === 'r2buttons') { const regionButton = document.getElementById('r2Div'); if (regionButton) { toggleUsfsTab('region2Protocols', regionButton); } } else if (buttonsId === 'r3buttons') { const regionButton = document.getElementById('r3Div'); if (regionButton) { toggleUsfsTab('region3Protocols', regionButton); } } else if (buttonsId === 'r4buttons') { const regionButton = document.getElementById('r4Div'); if (regionButton) { toggleUsfsTab('region4Protocols', regionButton); } } else if (buttonsId === 'r5buttons') { const regionButton = document.getElementById('r5Div'); if (regionButton) { toggleUsfsTab('region5Protocols', regionButton); } } else if (buttonsId === 'r6buttons') { const regionButton = document.getElementById('r6Div'); if (regionButton) { toggleUsfsTab('region6Protocols', regionButton); } } else if (buttonsId === 'r8buttons') { const regionButton = document.getElementById('r8Div'); if (regionButton) { toggleUsfsTab('region8Protocols', regionButton); } } else if (buttonsId === 'r9buttons') { const regionButton = document.getElementById('r9Div'); if (regionButton) { toggleUsfsTab('region9Protocols', regionButton); } } else if (buttonsId === 'r10buttons') { const regionButton = document.getElementById('r10Div'); if (regionButton) { toggleUsfsTab('region10Protocols', regionButton); } } } } function resetActiveRegions() { const allRegions = document.querySelectorAll('.region-button'); allRegions.forEach(regionButton => { regionButton.classList.remove('active'); }); } // Tabs only used for NRCS - protocols and lists function toggleTab(tabName, currTab) { // Maps states to their protocols and lists tables const stateTablesMap = { 'alabamaProtocols': { protocolsTable: 'alprotTable', listsTable: null }, 'alabamaLists': { protocolsTable: null, listsTable: 'allistTable' }, 'alaskaProtocols': { protocolsTable: 'akprotTable', listsTable: null }, 'alaskaLists': { protocolsTable: null, listsTable: 'aklistTable' }, 'arkansasProtocols': { protocolsTable: 'arprotTable', listsTable: null }, 'arkansasLists': { protocolsTable: null, listsTable: 'arlistTable' }, 'arizonaProtocols': { protocolsTable: 'azprotTable', listsTable: null }, 'arizonaLists': { protocolsTable: null, listsTable: 'azlistTable' }, 'californiaProtocols': { protocolsTable: 'caprotTable', listsTable: null }, 'californiaLists': { protocolsTable: null, listsTable: 'calistTable' }, 'coloradoProtocols': { protocolsTable: 'coprotTable', listsTable: null }, 'coloradoLists': { protocolsTable: null, listsTable: 'colistTable' }, 'connecticutProtocols': { protocolsTable: 'ctprotTable', listsTable: null }, 'connecticutLists': { protocolsTable: null, listsTable: 'ctlistTable' }, 'delawareProtocols': { protocolsTable: 'deprotTable', listsTable: null }, 'delawareLists': { protocolsTable: null, listsTable: 'delistTable' }, 'floridaProtocols': { protocolsTable: 'flprotTable', listsTable: null }, 'floridaLists': { protocolsTable: null, listsTable: 'fllistTable' }, 'georgiaProtocols': { protocolsTable: 'gaprotTable', listsTable: null }, 'georgiaLists': { protocolsTable: null, listsTable: 'galistTable' }, 'hawaiiProtocols': { protocolsTable: 'hiprotTable', listsTable: null }, 'hawaiiLists': { protocolsTable: null, listsTable: 'hilistTable' }, 'idahoProtocols': { protocolsTable: 'idprotTable', listsTable: null }, 'idahoLists': { protocolsTable: null, listsTable: 'idlistTable' }, 'illinoisProtocols': { protocolsTable: 'ilprotTable', listsTable: null }, 'illinoisLists': { protocolsTable: null, listsTable: 'illistTable' }, 'indianaProtocols': { protocolsTable: 'inprotTable', listsTable: null }, 'indianaLists': { protocolsTable: null, listsTable: 'inlistTable' }, 'iowaProtocols': { protocolsTable: 'iaprotTable', listsTable: null }, 'iowaLists': { protocolsTable: null, listsTable: 'ialistTable' }, 'kansasProtocols': { protocolsTable: 'ksprotTable', listsTable: null }, 'kansasLists': { protocolsTable: null, listsTable: 'kslistTable' }, 'kentuckyProtocols': { protocolsTable: 'kyprotTable', listsTable: null }, 'kentuckyLists': { protocolsTable: null, listsTable: 'kylistTable' }, 'louisianaProtocols': { protocolsTable: 'laprotTable', listsTable: null }, 'louisianaLists': { protocolsTable: null, listsTable: 'lalistTable' }, 'maineProtocols': { protocolsTable: 'meprotTable', listsTable: null }, 'maineLists': { protocolsTable: null, listsTable: 'melistTable' }, 'marylandProtocols': { protocolsTable: 'mdprotTable', listsTable: null }, 'marylandLists': { protocolsTable: null, listsTable: 'mdlistTable' }, 'massachusettsProtocols': { protocolsTable: 'maprotTable', listsTable: null }, 'massachusettsLists': { protocolsTable: null, listsTable: 'malistTable' }, 'michiganProtocols': { protocolsTable: 'miprotTable', listsTable: null }, 'michiganLists': { protocolsTable: null, listsTable: 'milistTable' }, 'minnesotaProtocols': { protocolsTable: 'mnprotTable', listsTable: null }, 'minnesotaLists': { protocolsTable: null, listsTable: 'mnlistTable' }, 'mississippiProtocols': { protocolsTable: 'msprotTable', listsTable: null }, 'mississippiLists': { protocolsTable: null, listsTable: 'mslistTable' }, 'missouriProtocols': { protocolsTable: 'moprotTable', listsTable: null }, 'missouriLists': { protocolsTable: null, listsTable: 'molistTable' }, 'montanaProtocols': { protocolsTable: 'mtprotTable', listsTable: null }, 'montanaLists': { protocolsTable: null, listsTable: 'mtlistTable' }, 'nebraskaProtocols': { protocolsTable: 'neprotTable', listsTable: null }, 'nebraskaLists': { protocolsTable: null, listsTable: 'nelistTable' }, 'nevadaProtocols': { protocolsTable: 'nvprotTable', listsTable: null }, 'nevadaLists': { protocolsTable: null, listsTable: 'nvlistTable' }, 'newhampshireProtocols': { protocolsTable: 'neprotTable', listsTable: null }, 'newhampshireLists': { protocolsTable: null, listsTable: 'nelistTable' }, 'newjerseyProtocols': { protocolsTable: 'njprotTable', listsTable: null }, 'newjerseyLists': { protocolsTable: null, listsTable: 'njlistTable' }, 'newmexicoProtocols': { protocolsTable: 'nmprotTable', listsTable: null }, 'newmexicoLists': { protocolsTable: null, listsTable: 'nmlistTable' }, 'newyorkProtocols': { protocolsTable: 'nyprotTable', listsTable: null }, 'newyorkLists': { protocolsTable: null, listsTable: 'nylistTable' }, 'northcarolinaProtocols': { protocolsTable: 'ncprotTable', listsTable: null }, 'northcarolinaLists': { protocolsTable: null, listsTable: 'nclistTable' }, 'northdakotaProtocols': { protocolsTable: 'ndprotTable', listsTable: null }, 'northdakotaLists': { protocolsTable: null, listsTable: 'ndlistTable' }, 'ohioProtocols': { protocolsTable: 'ohprotTable', listsTable: null }, 'ohioLists': { protocolsTable: null, listsTable: 'ohlistTable' }, 'oklahomaProtocols': { protocolsTable: 'okprotTable', listsTable: null }, 'oklahomaLists': { protocolsTable: null, listsTable: 'oklistTable' }, 'oregonProtocols': { protocolsTable: 'orprotTable', listsTable: null }, 'oregonLists': { protocolsTable: null, listsTable: 'orlistTable' }, 'pennsylvaniaProtocols': { protocolsTable: 'paprotTable', listsTable: null }, 'pennsylvaniaLists': { protocolsTable: null, listsTable: 'palistTable' }, 'rhodeislandProtocols': { protocolsTable: 'riprotTable', listsTable: null }, 'rhodeislandLists': { protocolsTable: null, listsTable: 'rilistTable' }, 'southcarolinaProtocols': { protocolsTable: 'scprotTable', listsTable: null }, 'southcarolinaLists': { protocolsTable: null, listsTable: 'sclistTable' }, 'southdakotaProtocols': { protocolsTable: 'sdprotTable', listsTable: null }, 'southdakotaLists': { protocolsTable: null, listsTable: 'sdlistTable' }, 'tennesseeProtocols': { protocolsTable: 'tnprotTable', listsTable: null }, 'tennesseeLists': { protocolsTable: null, listsTable: 'tnlistTable' }, 'texasProtocols': { protocolsTable: 'txprotTable', listsTable: null }, 'texasLists': { protocolsTable: null, listsTable: 'txlistTable' }, 'utahProtocols': { protocolsTable: 'utprotTable', listsTable: null }, 'utahLists': { protocolsTable: null, listsTable: 'utlistTable' }, 'vermontProtocols': { protocolsTable: 'vtprotTable', listsTable: null }, 'vermontLists': { protocolsTable: null, listsTable: 'vtlistTable' }, 'virginiaProtocols': { protocolsTable: 'vaprotTable', listsTable: null }, 'virginiaLists': { protocolsTable: null, listsTable: 'valistTable' }, 'washingtonProtocols': { protocolsTable: 'waprotTable', listsTable: null }, 'washingtonLists': { protocolsTable: null, listsTable: 'walistTable' }, 'westvirginaProtocols': { protocolsTable: 'wvprotTable', listsTable: null }, 'westvirginiaLists': { protocolsTable: null, listsTable: 'wvlistTable' }, 'wisconsinProtocols': { protocolsTable: 'wiprotTable', listsTable: null }, 'wisconsinLists': { protocolsTable: null, listsTable: 'wilistTable' }, 'wyomingProtocols': { protocolsTable: 'wyprotTable', listsTable: null }, 'wyomingLists': { protocolsTable: null, listsTable: 'wylistTable' }, 'nrcsProtocols': { protocolsTable: 'nrcsprotTable', listsTable: null }, }; // Get the state's corresponding tables from the map const stateTables = stateTablesMap[tabName]; // Hide other states' tables for (const state in stateTablesMap) { if (state !== tabName) { const otherStateTables = stateTablesMap[state]; if (otherStateTables) { const otherProtocolsTable = document.getElementById(otherStateTables.protocolsTable); const otherListsTable = document.getElementById(otherStateTables.listsTable); if (otherProtocolsTable) { otherProtocolsTable.style.display = 'none'; } if (otherListsTable) { otherListsTable.style.display = 'none'; } } } } const allButtons = document.getElementsByClassName('tab-button'); for (const button of allButtons) { button.classList.remove('active'); } if (currTab && currTab.classList) { currTab.classList.add('active'); } // For nrcs button; sets button to active const nrcsTab = document.getElementById('nrcsButton'); if (tabName === 'nrcsProtocols') { nrcsTab.classList.add('active'); } else { nrcsTab.classList.remove('active'); } // Gets curr table const protocolsTable = document.getElementById(stateTables.protocolsTable); const listsTable = document.getElementById(stateTables.listsTable); // Displays curr table if (protocolsTable) { protocolsTable.style.display = protocolsTable.style.display === 'block' ? 'none' : 'block'; } if (listsTable) { listsTable.style.display = listsTable.style.display === 'block' ? 'none' : 'block'; } } function showInstructions() { var dropdown = document.getElementById("dropdownSelect"); var instructionsDiv = document.getElementById("instructions"); var usfsInstructions = document.getElementById("usfsInstructions"); var nrcsInstructions = document.getElementById("nrcsInstructions"); if (dropdown.selectedIndex !== 0) { instructionsDiv.style.display = "block"; if (dropdown.options[dropdown.selectedIndex].value === "usfs") { usfsInstructions.style.display = "block"; nrcsInstructions.style.display = "none"; } else if (dropdown.options[dropdown.selectedIndex].value === "nrcs" || dropdown.options[dropdown.selectedIndex].value === "blm") { usfsInstructions.style.display = "none"; nrcsInstructions.style.display = "block"; } else { usfsInstructions.style.display = "none"; nrcsInstructions.style.display = "none"; } } else { instructionsDiv.style.display = "none"; } } $(document).ready(function () { // Get the current URL var url = new URL(window.location.href); // Use URLSearchParams to parse the query string var params = new URLSearchParams(url.search); // Get the value of the 'section' and 'region' parameter var section = params.get('section'); var region = params.get('region'); if (region == null) { region = ""; //prevent errors later in code since this is optional parameter } switch (section) { case 'program': $("#dropdownSelect option").each(function () { if ($(this).text() == 'VGS Software') { $(this).attr('selected', 'selected'); } }); break; case 'ARS': $("#dropdownSelect option").each(function () { if ($(this).text() == 'USDA ARS') { $(this).attr('selected', 'selected'); } }); break; case 'NRCS': $("#dropdownSelect option").each(function () { if ($(this).text() == 'USDA NRCS') { $(this).attr('selected', 'selected'); } }); setTimeout(function () { // Need to wait for select to show button $("#nrcsButton").click(); if (region.length > 1) { toggleRegionTables(region + "buttons", this); } }, 1000); break; case 'USFS': $("#dropdownSelect option").each(function () { if ($(this).text() == 'USDA Forest Service') { $(this).attr('selected', 'selected'); } }); setTimeout(function () { // Need to wait for select to show button $("#usfsButton").click(); if (region.length > 1) { toggleRegionTables(region + "buttons", this); setTimeout(function () { toggleUsfsTab('region' + region.substring(1) + 'Protocols', this); }, 1000) } }, 1000); break; case 'BLM': $("#dropdownSelect option").each(function () { if ($(this).text() == 'USDI Bureau of Land Management') { $(this).attr('selected', 'selected'); } }); break; case 'BIA': $("#dropdownSelect option").each(function () { if ($(this).text() == 'USDI Bureau of Indian Affairs') { $(this).attr('selected', 'selected'); } }); break; default: // Optional: handle the case when 'section' is not any of the expected values break; } }); </script> </div> <div id="viewDiv"></div> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Downloads</title> <link rel="stylesheet" href="" /> <style> body { margin: 0; padding: 0; } .body-content { max-width: 1400px; flex: 1; display: flex; flex-direction: column; margin: auto; } footer.footer-container { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; width: 100%; max-width: 1400px; margin-top: 20px; padding: 20px 10px; border-top: 1px solid #ccc; } .footer-content-left { display: flex; flex-direction: column; align-items: center; padding-left: 15px; } .ua-logo { width: 90px; height: auto; padding-bottom: 1px; } .footer-text { font-size: 14px; margin-right: 20px; color: #5e5e5e; } .logo-wrapper { display: flex; justify-content: center; align-items: center; } .logo-wrapper img { height: 55px; } .footer-link { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; font-size: 10px; margin-top: 5px; } .footer-link a { margin-left: 0; color: #5e5e5e; text-decoration: none; } .footer-link a:hover { text-decoration: none; color: #5C9916; } @media (max-width: 768px) { footer.footer-container { flex-direction: column; justify-content: center; height: auto; padding-bottom: 10px; } .logo-wrapper { margin-bottom: 10px; } .footer-content { margin-top: 10px; } .ua-logo { display: none; } .footer-content-left { margin-top: 10px; order: 1; } .footer-text { margin-top: 5px; } } </style> </head> <body> <footer class="footer-container" role="contentinfo" aria-label="Footer"> <div class="footer-content-left"> <img src="/Content/Images/ua_horiz_rgb-preview_cropped.png" alt="University of Arizona Logo" class="ua-logo" /> <span class="footer-text">© 2025 - University of Arizona</span> </div> <div class="logo-wrapper"> <img src="/Content/Images/footer_vgs_logo.png" alt="VGS Logo" class="vgs-logo" /> </div> <div class="footer-content"> <span class="footer-link"> <a class="" href="/Home/Support">Contact Us</a> </span> <span class="footer-link" style="margin-left: 10px; padding-right: 1rem"> <a href="https://privacy.arizona.edu/privacy-statement">Privacy Policy</a> </span> </div> </footer> <script> function toggleFooterVisibility() { const footer = document.getElementById('footer'); const contentHeight = Math.max(document.body.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight, document.documentElement.scrollHeight, document.documentElement.offsetHeight); const viewportHeight = window.innerHeight; if (contentHeight <= viewportHeight) { footer.style.bottom = '0'; } else if (isAtBottom()) { footer.style.bottom = '0'; } else { footer.style.bottom = '-70px'; } } window.addEventListener('scroll', toggleFooterVisibility); window.addEventListener('resize', toggleFooterVisibility); </script> </body> </html> <style> .navbar-inverse .navbar-nav > li > a { color: #957E7E; } .navbar-inverse .navbar-link { color: #957E7E; } .navbar-inverse { background-color: #dbd3cb; } .dropdown-menu { background-color: #dbd3cb; } .panel-primary > .panel-heading { background-color: #dbd3cb; color: #957E7E; } .navbar-toggle { background-color:#dbd3cb ; color: #957E7E; } btn { background-color:#dbd3cb ; color: #957E7E; } input.btn-primary { background-color:#dbd3cb ; color: #957E7E; } button.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } input.btn-primary:hover { background-color: #957E7E color: #dbd3cb; } button.btn-primary { background-color:#dbd3cb ; color: #957E7E; } input.btn-default { background-color:#dbd3cb ; color: #957E7E; } input.btn-default:hover { background-color: ; #957E7E color:#dbd3cb; } </style> </body> </html>