﻿.BillDetailInstructions {
    padding: 15px 25px;
    text-align: left;
    font-size: 1.1em;
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #f4f2ee;
    border-color: #0d5761;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
}



.agency-page-section-heading {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #555;
    font-size: 1.3em;
    line-height: 35px;
    font-weight: 800;
    text-align: left;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #e4dfd4;
    color: #555666;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: #938d81;
        color: #ffffff;
    }

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0px 15px;
    background-color: #f8f5ed;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    text-align: left;
    margin-bottom: 10px;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}


.Report-2022-Supp-Note {
    margin-left: 20px;
    margin-top: 20px;
    background-color: #587771;
    border-style: solid;
    border-width: 1px;
    border-color: #0d5761;
    padding: 8px;
    text-align: left;
    max-width: 1400px;
    color: #ffffff;
    margin-right: 10px;
}

.ReportStyle {
    padding: 2px;
}


.GlossaryJumpDiv {
    text-align: left;
    margin-top: 20px;
}

.GlossaryJumpLink {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 1.2em;
    font-weight: 700;
    color: #707070;
}


.BasicTable {
    width: 100%;
    font-size: 1em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .BasicTable th {
        font-size: 1.2em;
        padding: 7px;
        background-color: #7C756A;
        color: white;
        text-align: left;
    }

    .BasicTable td {
        padding: 7px;
        vertical-align: top;
    }

    .BasicTable tr:nth-child(even) {
        background-color: #e4dfd4;
    }

.BasicTableNarrow {
    width: 100% font-size: 1em;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .BasicTableNarrow th {
        font-size: 1.2em;
        padding: 7px 15px;
        background-color: #7C756A;
        color: white;
        text-align: left;
    }

    .BasicTableNarrow td {
        padding: 7px 15px;
        vertical-align: top;
    }

    .BasicTableNarrow tr:nth-child(even) {
        background-color: #e4dfd4;
    }

.term {
    font-weight: 700;
}

.ItemList {
    line-height: 28px;
}

.ItemList2 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #555;
    text-align: left;
    width: 150px;
}

.TextContentSectionHeading {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #555;
    font-size: 1.4em;
    /*line-height: 35px;*/
    font-weight: 700;
    text-align: left;
}

.FiscalImpactContentSectionHeading {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #555;
    font-size: 1.3em;
    /*line-height: 35px;*/
    font-weight: 700;
    text-align: left;
}

.TextContentInteralHeading {
    margin-top: 15px;
    margin-bottom: 0px;
    color: #555;
    font-size: 1.2em;
    /*line-height: 35px;*/
    font-weight: 700;
    text-align: left;
}

.TextContentIndent {
    margin-left: 40px;
}

a {
    color: #707070 font-weight: 400;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.topnavdropdown {
    color: #fff;
    font-size: 1em;
}

.dropdown-toggle {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 9px;
    border: 0px solid #9b9a9a;
    background-color: #0d5761;
}

    .dropdown-toggle:hover {
        background-color: #377078;
        color: #ccc;
    }

.body {
    height: 45px;
    background-color: #e4dfd4;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 14px;
}

.dropdown-link {
    padding-right: 12px;
    padding-left: 25px;
    background-color: #377078;
    color: #fff;
    font-size: 1em;
}

    .dropdown-link:hover {
        background-color: #729397;
        color: #fff;
        font-weight: 600;
    }

    .dropdown-link.w--current {
        background-color: #729397;
        color: #fff;
        font-weight: 600;
    }

.container-4 {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    float: none;
    background-color: transparent;
    text-align: center;
}

.navbar {
    background-color: #9d978b;
    font-size: 1em;
    text-align: left;
}

.navbarlink {
    padding: 10px 9px;
    background-color: #0d5761;
    color: #fff;
    font-size: 1em;
}

    .navbarlink:hover {
        background-color: #377078;
    }

    .navbarlink.w--current {
        background-color: #0d5761;
        color: #ebebeb;
    }

        .navbarlink.w--current:hover {
            background-color: #377078;
        }

.nav-menu {
    float: none;
    background-color: #0d5761;
    font-size: 1.1em;
    text-align: center;
}

.dropdown-list {
    overflow: visible;
}

    .dropdown-list.w--open {
        overflow: visible;
    }

.title-block {
    position: relative;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    max-height: none;
    padding-bottom: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    background-image: url('../images/LegBuilding75.jpg');
    background-position: 50% 30%;
    background-size: auto;
    background-attachment: scroll;
    font-size: 1em;
    line-height: 20px;
}

.div-block {
    width: 70%;
    margin-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
}

.title-area {
    position: absolute;
    left: auto;
    top: 0px;
    right: auto;
    bottom: auto;
    z-index: -1;
    overflow: visible;
    width: 100%;
    height: 100%;
    background-color: #e4dfd4;
    opacity: 1;
    -o-object-fit: cover;
    object-fit: cover;
}

.text-block {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    font-size: 1.3em;
    line-height: 1.3em;
    font-weight: 400;
}

.section-2 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
    background-color: #e4dfd4;
    font-family: 'Open Sans', sans-serif;
}

.div-block-3 {
    padding: 30px 30px 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
}

.help-link {
    padding-right: 0px;
    padding-left: 0px;
    color: #605c53;
    font-size: 1em;
    text-align: left;
    text-decoration: none;
    vertical-align: bottom;
}

    .help-link:hover {
        text-decoration: underline;
    }

.fp-highlight-box {
    position: static;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 18px 30px;
    padding: 5px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c2bdb2;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.paragraph {
    color: #555;
    font-size: 1.1em;
    text-align: center;
}

.div-block-5 {
    display: -ms-grid;
    display: grid;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 9px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #c2bdb2;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.fp-highlight-box-session {
    position: static;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px 30px 30px;
    padding: 5px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c2bdb2;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.fp-highlight-box-r {
    position: static;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 30px 30px 0px;
    padding: 5px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c2bdb2;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.fp-subject-section {
    margin-top: 10px;
    padding: 10px 40px 0px;
    font-size: 1em;
}

.jump-menu {
    margin-bottom: -7px;
    padding-top: 8px;
    padding-bottom: 10px;
    border-radius: 8px;
    background-color: #0d5761;
    color: #fff;
    line-height: 15px;
    text-align: left;
}

    .jump-menu.w--open {
        padding-bottom: 15px;
    }

.jump-dropdown {
    margin-right: 0px;
    margin-left: 40px;
    font-size: 1em;
    line-height: 15px;
}

.icon-2 {
    margin-top: 12px;
    margin-right: 10px;
    margin-bottom: 8.5px;
}

.dropdown-list-2 {
    display: none;
    margin-top: 0px;
    background-color: #d6d6d6;
    color: #707070;
    font-size: 1em;
    line-height: 20px;
}

    .dropdown-list-2.w--open {
        margin-top: 2px;
        padding-top: 0px;
    }

.jump-menu-link {
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #0d5761;
    color: #fff;
}

    .jump-menu-link:hover {
        background-color: #729397;
        color: #fff;
        font-weight: 600;
    }

    .jump-menu-link.w--current {
        background-color: #729397;
        color: #fff;
        font-weight: 600;
    }

.fp-jump-menu-div {
    height: 37px;
    margin-bottom: 9px;
    font-size: 1em;
}

.fp-highlight-menu {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 12px;
    border-radius: 8px;
    background-color: #0d5761;
    color: #fff;
}

    .fp-highlight-menu.w--open {
        margin-bottom: -7px;
        background-color: #0d5761;
        color: #fff;
    }

.div-block-6 {
    display: block;
    height: 37px;
    margin-top: 4px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1em;
    text-align: left;
}

.fp-highlight-dropdown {
    font-size: 1em;
    line-height: 15px;
}

.fp-subject-desc {
    margin-bottom: 0px;
    color: #555;
    font-size: 1em;
}

.fp-highlight-heading {
    margin-top: 15px;
    color: #707070;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 800;
    text-align:center;
}

    /*.fp-highlight-heading.link:hover {
        text-decoration: underline;
    }*/

.fp-subject-heading {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #555;
    font-size: 1.3em;
    line-height: 25px;
}

.body-text-link {
    color: #1f656e;
    font-weight: 700;
    text-decoration: none;
}

    .body-text-link:hover {
        font-weight: 700;
        text-decoration: underline;
    }

.bold-link-u {
    color: #1f656e;
    font-weight: 700;
    text-decoration: underline;
}

    .bold-link-u:hover {
        font-weight: 700;
        text-decoration: underline;
        background-color: #ffffff;
    }

.bold-link {
    color: #1f656e;
    font-weight: 700;
    text-decoration: none;
}

    .bold-link:hover {
        font-weight: 700;
        text-decoration: underline;
    }

.bold-link-white {
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

    .bold-link-white:hover {
        font-weight: 700;
        text-decoration: underline;
    }

.normal-link {
    color: #1f656e;
    font-weight: 500;
    text-decoration: none;
}

    .normal-link:hover {
        font-weight: 500;
        text-decoration: underline;
    }

.text-block-3 {
    display: block;
    padding: 5px 20px 7px;
    background-color: #e4dfd4;
}

.bold-text {
    line-height: 18px;
}

.fp-highlight-heading-link {
    color: #555;
    font-weight: 800;
}

.div-block-7 {
    margin-top: 0px;
    padding: 20px 40px 0px;
    border-style: solid none none;
    border-width: 1px;
    border-color: #c2bdb2;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    color: #707070;
    font-size: 1.1em;
}

.paragraph-2 {
    margin-bottom: 0px;
    color: #555;
}

.fp-highlight-dropdown-small {
    display: none;
    font-size: 1em;
    line-height: 15px;
}

.jump-dropdown-phone {
    display: none;
    margin-right: 0px;
    margin-left: 40px;
    font-size: 1em;
    line-height: 15px;
}

.fp-highlight-dropdown-phone {
    display: none;
    font-size: 1em;
    line-height: 15px;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-top: 10px;
    padding: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px solid #9b9a9a;
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
}

.govdelbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    margin-top: 10px;
    padding: 2px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border: 1px solid #9b9a9a;
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
    color: #707070;
    font-weight: 500;
    text-decoration: none;
}

    .govdelbutton:hover {
        font-weight: 500;
        text-decoration: underline;
    }


.image-6 {
    margin-left: 8px;
}

.div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.test-site-note {
    position: relative;
    z-index: auto;
    display: none;
    margin-top: 2px;
    padding: 5px 10px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.text-block-14 {
    color: #bd231e;
    font-size: 3.2em;
    line-height: 38px;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 2px #000;
}

.footer-front {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    background-color: #e4dfd4;
    color: #707070;
    font-size: 1em;
    text-align: center;
}

.heading-5 {
    font-weight: bold; 
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #605c53;
    font-size: 1.25em;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.div-block-13 {
    width: 60%;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: center;
}

.div-block-14 {
    width: auto;
    text-align: center;
}

.footer-nav-bullet {
    color: #605c53;
    font-size: 1.0em;
    text-align: left;
}

.footer-interior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none;
    border-width: 2px 1px 1px;
    border-color: #938d81 #000 #000;
    background-color: #e4dfd4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    text-align: left;
}

.main-content-report-sublinks {
    display: block;
    margin-top: 0px;
    padding: 20px 25px 5px;
    background-color: #fff;
    font-size: 1em;
    text-align: left;
}

.main-content-interior-report {
    display: block;
    margin-top: 0px;
    padding: 20px 25px;
    background-color: #fff;
    font-size: 1em;
    text-align: left;
}

.main-content-interior-viz {
    display: block;
    margin-top: 0px;
    padding: 20px 25px;
    background-color: #fff;
    font-size: 1em;
    text-align: left;
}

.report-white-back {
    display: none;
    margin: 0px;
    padding: 0px;
}

.page-title-section {
    padding-bottom: 15px;
    background-color: #e4dfd4;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

.body-2 {
    background-color: #e4dfd4;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 14px;
}

.report-section-heading {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #666;
    font-size: 1.7em;
    line-height: 35px;
    font-weight: 800;
    text-align: left;
}

.fiscal-impact-section-heading {
    margin-top: 5px;
    margin-bottom: 0px;
    color: #666;
    font-size: 1.5em;
    line-height: 35px;
    font-weight: 800;
    text-align: left;
}

.budget-type-div {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.subnav-heading {
    display: block;
    width: auto;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 25px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

    .subnav-heading.reports-d {
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 5px;
    }

.heading-6 {
    display: none;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #fff;
    font-size: 1.6em;
    line-height: 20px;
    font-weight: 700;
    text-align: left;
}

.subnav-link {
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 6px;
    border: 1px solid #938d81;
    border-radius: 4px;
    background-color: #fff;
    color: #5A564E;
    font-size: 1em;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

    .subnav-link:hover {
        border-color: #938d81;
        background-color: #767165;
        color: #fff;
        font-weight: 400;
        text-decoration: underline;
    }

    .subnav-link:focus {
        font-weight: 400;
    }

    .subnav-link.on-page {
        margin-left: 5px;
        padding: 2px 6px;
        border: 1px solid #5A564E;
        border-radius: 4px;
        background-color: #767165;
        color: #fff;
        font-size: 1em;
        line-height: 20px;
        font-weight: 600;
    }

        .subnav-link.on-page.w--current {
            border-color: #938d81;
        }

    .subnav-link.p-c-toggle {
        margin-left: 5px;
        border-color: #938d81;
        border-style: none;
        background-color: transparent;
        color: #5A564E;
        font-weight: 600;
    }

        .subnav-link.p-c-toggle:hover {
            background-color: #767165;
            color: #fff;
        }

    .subnav-link.bien-supp-toggle {
        display: block;
        margin-left: 5px;
        border-color: #938d81;
        border-style: none;
        background-color: transparent;
        color: #5A564E;
        font-weight: 600;
    }

        .subnav-link.bien-supp-toggle:hover {
            background-color: #767165;
            color: #fff;
        }

.report-sublink-button {
    margin-right: 5px;
    margin-left: 5px;
    padding: 3px 10px;
    border: 1px solid #c2bdb3;
    border-radius: 4px;
    background-color: #fff;
    color: #7f736c;
    font-size: 1em;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
}

    .report-sublink-button:hover {
        border-color: #e4dfd4;
        background-color: #e4dfd4;
        color: #605c53;
        font-weight: 400;
        text-decoration: underline;
    }

    .report-sublink-button:focus {
        font-weight: 400;
    }

    .report-sublink-button.on-page {
        margin-left: 5px;
        padding: 3px 10px;
        border: 1px solid #e4dfd4;
        border-radius: 4px;
        background-color: #e4dfd4;
        color: #605c53;
        font-size: 1em;
        line-height: 20px;
        font-weight: 600;
    }

        .report-sublink-button.on-page.w--current {
            border-color: #e4dfd4;
        }

.report-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px none #b3ada2;
    border-bottom: 2px none #b3ada2;
    background-color: #c2bdb3;
}

.div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 36px;
    margin-left: 25px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.basic-report-menu {
    margin-left: 20px;
    font-size: 1em;
    line-height: 32px;
}

.icon-5 {
    margin-top: 9px;
    margin-right: 10px;
    margin-bottom: 9.5px;
}

.budget-type-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    color: #605c53;
    font-size: 2.3em;
    line-height: 35px;
    font-weight: 800;
}

.proposal-title-section {
    display: block;
    margin-top: 0px;
    padding-top: 20px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.viz-phone-portrait {
    display: block;
}

.viz-phone-portrait-salary {
    display: none;
}

.viz-phone-land-salary {
    display: none;
}

.viz-desktop-salary {
    display:block;
}

.viz-desktop {
    border: 1px none #000;
    text-align: left;
}


.proposal-section {
    margin-top: 0px;
    margin-right: 30px;
    padding: 5px 20px 10px 0px;
    text-align: left;
}

.heading-8 {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #555;
    font-size: 1.3em;
    line-height: 20px;
    text-align: left;
}

.prop-title {
    margin-top: 25px;
    margin-bottom: 5px;
    color: #555;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.prop-subtitle {
    margin-top: 15px;
    margin-bottom: 2px;
    margin-left: 20px;
    color: #555;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.heading-normal-link {
    color: #555;
}

.paragraph-3 {
    margin-left: 15px;
    text-align: left;
}

.prop-text {
    margin-left: 20px;
    text-align: left;
}

.text-block-17 {
    margin-top: 5px;
    font-style: italic;
    text-align: left;
}

.report-name {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #605c53;
    font-size: 1.6em;
    line-height: 20px;
    font-weight: 800;
    text-align: left;
}

.report-heading {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #605c53;
    font-size: 1.5em;
    line-height: 20px;
    font-weight: 800;
    text-align: left;
}

.subnav-label {
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 0px;
    color: #606060;
    font-weight: 600;
}

    .subnav-label.pl {
        width: 450px;
        margin-right: 0px;
        color: #5A564E;
    }

    .subnav-label.ab {
        width: 160px;
        margin-right: 0px;
        color: #5A564E;
    }

.reports-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    max-height: 460px;
    margin-top: 20px;
    margin-bottom: 00px;
    margin-left: 0px;
    padding: 15px 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px;
    background-color: #e4dfd4;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
}

.prop-report-links {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1f656e;
}

.main-content-interior-proposals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 10px 25px;
    background-color: #fff;
    font-size: 1em;
    text-align: center;
}

.subnav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.main-content-interior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 10px 25px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    font-size: 1em;
    text-align: center;
}

.main-content-search {
    display: block;
    width: 100%;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 10px 25px 20px;
}

.text-block-20 {
    font-size: 1em;
    text-align: left;
}

.subnav-links-prop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.report-sublinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.subnav-links-other {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.subnav-links-prior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 20px;
    padding: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
}

.paragraph-4 {
    margin-right: 25px;
    margin-left: 25px;
    font-size: 1.1em;
}

.Content-explainer-paragraph {
    margin-right: 25px;
    margin-left: 0px;
    margin-top:5px;
    font-size: 1.1em;
    margin-bottom: 10px;
    text-align: left;
}

.state-budget-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 15px;
    text-align: left;
}

.modal-link {
    margin-left: 8px;
    font-size: 1em;
    cursor: pointer;
}

.html-embed-2 {
    width: 18px;
    height: 18px;
    color: #606060;
    cursor: pointer;
}

.proposal-list-bien {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.proposal-list-supp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.budgets-block-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 120px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 0.25fr 1fr 0.5fr;
    grid-template-columns: 1fr 0.25fr 1fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.div-block-29 {
    /*max-width: 1000px;*/
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 0px;
    padding: 0px;
    border: 1px none #ccc;
}

.modal-container {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 99999;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-content {
    position: relative;
    z-index: 1;
    max-width: 70%;
    padding: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: #fff;
}

.close-modal {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 3px;
    margin-right: 8px;
    font-size: 3em;
    font-weight: 700;
    color: #555;
}

    .close-modal:hover {
        text-decoration: none;
    }

.close-modal-bg {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.proposed-budgets-bien-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px 20px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.prior-budgets-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.text-block-21 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 700;
}

.proposed-budgets-supp-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.operating-budget-list-left {
    margin-top: 10px;
}

.operating-budget-list-middle {
    margin-top: 10px;
}

.operating-budget-list-right {
    margin-top: 10px;
}

.capital-budget-list-left {
    margin-top: 10px;
}

.capital-budget-list-middle {
    margin-top: 10px;
}

.capital-budget-list-right {
    margin-top: 10px;
}

.transportation-budget-list-left {
    margin-top: 10px;
}

.transportation-budget-list-middle {
    margin-top: 10px;
}

.transportation-budget-list-right {
    transportation-top: 10px;
}

.paragraph-6 {
    font-size: .95em;
    text-align: left;
    max-width: 300px;
    line-height: 16px;
}

.dropdown-toggle-2 {
    display: inline-block;
    margin-bottom: -7px;
    padding: 8px 40px 10px 20px;
    border-radius: 8px;
    background-color: #0d5761;
    color: #fff;
    line-height: 15px;
    text-align: left;
}

.standard-dropdown-menu {
    position: relative;
    z-index: auto;
    display: inline-block;
    margin: 0px 0px 20px;
    line-height: 28px;
    text-align: left;
}

.dropdown-list-3 {
    z-index: 2;
    background-color: #0d5761;
    line-height: 20px;
}

.budgets-block-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 0.25fr 1fr 0.5fr;
    grid-template-columns: 1fr 0.25fr 1fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.button {
    border-radius: 8px;
    background-color: #0d5761;
    color: #fff;
}

    .button:hover {
        background-color: #729397;
    }

.text-block-22 {
    margin-left: 0px;
    padding-left: 20px;
    background-color: #e4dfd4;
}

.bold-text-7 {
    line-height: 30px;
}

.div-block-30 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0px;
}

.div-block-31 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    -ms-grid-columns: 1fr 0.25fr 1fr 0.5fr;
    grid-template-columns: 1fr 0.25fr 1fr 0.5fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.historical-proposals {
    margin-top: 20px;
}

.div-block-32 {
    margin-top: 10px;
}

.div-block-33 {
    margin-top: 10px;
    margin-bottom: 20px;
}

/*1279 up*/
.chart-language-explained {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
}

.heading-9 {
    margin-top: 0px;
    color: #333;
    font-size: 1.3em;
    line-height: 28px;
}

.text-block-24 {
    overflow: auto;
    color: #333;
}

.arrow-fp-menus {
    margin-top: 9.5px;
    margin-right: 10px;
    margin-bottom: 8.5px;
}

.icon-6 {
    margin-right: 10px;
}

.div-block-35 {
    display: block;
    padding: 0px 20px;
    border: 1px none #c2bdb2;
    border-radius: 10px;
}

.text-block-26 {
    color: #555;
    font-size: 1.2em;
    line-height: 25px;
    font-weight: 700;
}

.text-block-27 {
    color: #555;
}

.logo-front-page-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-front-page-phone {
    display: none;
}

.main-content-interior-map {
    display: block;
    margin-top: 0px;
    padding: 10px 25px 20px;
    background-color: #fff;
    font-size: 1em;
    text-align: center;
}

.map-title-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px none #b3ada2;
    border-bottom: 2px none #b3ada2;
    background-color: #c2bdb3;
}

.fp-highlight-box-l-toggle {
    position: static;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0px 30px 30px;
    padding: 5px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #c2bdb2;
    border-radius: 10px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
}

.text-block-30 {
    color: #555;
}

.text-block-32 {
    margin-top: 0px;
    margin-bottom: 40px;
    text-align: left;
}

.viz-div-desktop-bien {
    display: block;
    padding: 0px;
    border-style: none;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
    text-align: left;
}

.viz-div-phone-land-bien {
    display: none;
    padding: 20px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
}

.viz-div-phone-portrait-bien {
    display: none;
}

.viz-div-desktop-prior {
    display: block;
    padding: 0px;
    border-style: none;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
    text-align: left;
}

.viz-div-phone-land-prior {
    display: none;
    padding: 20px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
}

.viz-div-phone-portrait-prior {
    display: none;
}

.viz-div-desktop-supp {
    display: block;
    padding: 0px;
    border-style: none;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: white;
    text-align: left;
}

.viz-div-phone-land-supp {
    display: none;
    padding: 20px;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: white;
}

.viz-div-phone-portrait-supp {
    display: none;
}

.side-by-side-maps {
    display: block;
    padding: 0px;
    border-style: none;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #ccc;
    background-color: transparent;
    text-align: left;
}

.map-screen-notes {
    display: none;
    margin-top: 0px;
}

.map-notes {
    display: block;
    text-align: left;
    margin-top: 20px;
    font-style: italic;
}

.district-map-note {
    display: block;
    margin-top: 10px;
    text-align: left;
}

/*--------------Standard Desktop and up--------------*/
@media screen and (min-width: 1280px) {
    .dropdown-toggle {
        display: inline-block;
        margin-right: 0px;
        margin-left: 0px;
        color: #ebebeb;
        font-size: 1em;
        text-align: center;
    }

        .dropdown-toggle.w--open {
            text-align: left;
        }

    .body {
        background-color: #e4dfd4;
    }

    .dropdown-link {
        text-align: left;
    }

    .navbarlink {
        text-align: center;
        text-decoration: none;
    }

    .nav-menu {
        background-color: #0d5761;
    }

    .div-block-5 {
        border-bottom: 1px solid #c2bdb2;
    }

    .div-block-7 {
        border-top: 1px solid #c2bdb2;
    }

    .viz-desktop {
        text-align: left;
    }

    .state-budget-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .container-div {
        grid-column-gap: 140px;
        grid-row-gap: 140px;
    }
}

/*--------------Larger desktop and up--------------*/
@media screen and (min-width: 1440px) {
    .body {
        background-color: #e4dfd4;
    }

    .nav-menu {
        background-color: #0d5761;
    }

    .div-block-5 {
        border-bottom-width: 1px;
        border-bottom-color: #c2bdb2;
    }

    .div-block-7 {
        border-top-width: 1px;
        border-top-color: #c2bdb2;
    }

    .div-block-13 {
        width: 45%;
    }

    .main-content-report-sublinks {
        padding: 20px 25px 5px;
    }

    .main-content-interior-report {
        padding: 20px 25px;
    }

    .main-content-interior-viz {
        padding: 20px 25px;
    }

    .report-white-back {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .subnav-heading {
        width: auto;
    }

    .viz-desktop {
        text-align: left;
    }

    .subnav-links {
        width: auto;
    }

    .subnav-links-prop {
        width: auto;
    }

    .report-sublinks {
        width: 80%;
    }

    .subnav-links-other {
        width: auto;
    }

    .subnav-links-prior {
        width: auto;
    }

    .text-block-32 {
        margin-right: 20px;
        margin-left: 15px;
    }

    .state-budget-block {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .budgets-block-top {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-column-gap: 100px;
        grid-row-gap: 0px;
    }

    .prior-budgets-list {
        margin-right: 0px;
    }

    .operating-budget-list-left {
        margin-right: 80px;
    }

    .operating-budget-list-middle {
        margin-right: 80px;
    }

    .operating-budget-list-right {
        margin-right: 20px;
    }

    .capital-budget-list-left {
        margin-right: 80px;
    }

    .capital-budget-list-middle {
        margin-right: 80px;
    }

    .capital-budget-list-right {
        margin-right: 20px;
    }

    .transportation-budget-list-left {
        margin-right: 80px;
    }

    .transportation-budget-list-middle {
        margin-right: 80px;
    }

    .transportation-budget-list-right {
        margin-right: 20px;
    }

    .budgets-block-bottom {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .container-div {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-column-gap: 160px;
        grid-row-gap: 160px;
    }

    /*1440 up XL*/
    .chart-language-explained {
        margin-left: 15px;
    }

    .main-content-interior-map {
        padding-right: 10px;
        padding-left: 10px;
    }

    .viz-div-desktop-bien {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .viz-div-desktop-prior {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .viz-div-desktop-supp {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .map-screen-notes {
        margin-left: 16px;
    }

    .map-notes {
        margin-left: 16px;
        text-align: left;
        margin-top: 20px;
        font-style: italic;
    }

    .district-map-note {
        margin-left: 16px;
    }

    .side-by-side-maps {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

/*--------------Largest desktop--------------*/
@media screen and (min-width: 1920px) {
    .dropdown-toggle {
        padding-right: 25px;
        padding-left: 25px;
    }

    .body {
        background-color: #e4dfd4;
    }

    .navbarlink {
        padding-right: 25px;
        padding-left: 25px;
    }

    .nav-menu {
        background-color: #0d5761;
    }

    .div-block {
        width: 50%;
    }

    .section-2 {
        background-size: auto;
    }

    .div-block-5 {
        border-bottom-width: 1px;
        border-bottom-color: #c2bdb2;
    }

    .div-block-7 {
        border-top-width: 1px;
        border-top-color: #c2bdb2;
    }

    .div-block-13 {
        width: 35%;
    }

    .subnav-heading {
        width: auto;
    }

    .viz-desktop {
        display: block;
        text-align: left;
    }

    .subnav-links {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subnav-links-prop {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .report-sublinks {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subnav-links-other {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .subnav-links-prior {
        width: 60%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .text-block-32 {
        margin-right: 20px;
        margin-left: 15px;
    }

    .state-budget-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .budgets-block-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prior-budgets-list {
        margin-right: 0px;
    }

    .operating-budget-list-left {
        margin-right: 100px;
    }

    .operating-budget-list-middle {
        margin-right: 100px;
    }

    .operating-budget-list-right {
        margin-right: 20px;
    }

    .capital-budget-list-left {
        margin-right: 100px;
    }

    .capital-budget-list-middle {
        margin-right: 100px;
    }

    .capital-budget-list-right {
        margin-right: 20px;
    }

    .transportation-budget-list-left {
        margin-right: 100px;
    }

    .transportation-budget-list-middle {
        margin-right: 100px;
    }

    .transportation-budget-list-right {
        margin-right: 20px;
    }

    .budgets-block-bottom {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .container-div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        grid-column-gap: 160px;
        grid-row-gap: 160px;
    }

    /*1920 up XXL*/
    .chart-language-explained {
        margin-left: 15px;
    }

    .text-block-26 {
        line-height: 25px;
    }

    .viz-div-desktop-bien {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
    }

    .viz-div-desktop-prior {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
    }

    .viz-div-desktop-supp {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
    }

    .map-screen-notes {
        margin-left: 16px;
    }

    .map-notes {
        margin-left: 16px;
        text-align: left;
        margin-top: 20px;
        font-style: italic;
    }

    .district-map-note {
        margin-left: 16px;
    }

    .side-by-side-maps {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        text-align: left;
    }
}

/*--------------Tablet max--------------*/
@media screen and (max-width: 991px) {
    .navbar {
        background-color: #0d5761;
    }

    .nav-menu {
        background-color: #0d5761;
    }

    .menu-button {
        margin-left: 2px;
        padding: 2px 0px 0px;
        float: left;
    }

        .menu-button.w--open {
            background-color: #707070;
        }

    .div-block {
        width: 85%;
    }

    .text-block {
        font-size: 1.2em;
    }

    .section-2 {
        grid-column-gap: 14px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        background-position: 50% 50%;
    }

    .div-block-3 {
        padding-top: 25px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .help-link {
        text-align: center;
    }

    .fp-highlight-box {
        margin-top: 10px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-style: solid;
        border-color: #c8c8c8;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .paragraph {
        padding-right: 5px;
        padding-left: 5px;
    }

    .fp-highlight-box-session {
        margin-top: 10px;
        margin-left: 15px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-style: solid;
        border-color: #c8c8c8;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .fp-highlight-box-r {
        width: auto;
        margin-top: 10px;
        margin-right: 15px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        border-style: solid;
        border-color: #c8c8c8;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .fp-subject-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .jump-dropdown {
        margin-left: 25px;
    }

    .dropdown-list-2 {
        max-width: none;
    }

        .dropdown-list-2.w--open {
            max-width: 300px;
            white-space: normal;
        }

    .jump-menu-link {
        overflow: visible;
        max-width: none;
        font-size: 1em;
        line-height: 18px;
        white-space: normal;
    }

    .fp-highlight-dropdown {
        display: none;
    }

    .fp-highlight-heading.link {
        padding-right: 19px;
        padding-left: 19px;
        font-size: 1.3em;
        text-align: center;
    }

    .div-block-7 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .fp-highlight-dropdown-small {
        display: block;
    }

    .fp-highlight-dropdown-phone {
        display: none;
    }

    .icon-3 {
        color: #ebebeb;
        font-size: 1.3em;
    }

    .test-site-note {
        padding-bottom: 2px;
    }

    .text-block-14 {
        font-size: 3em;
        line-height: 38px;
        text-align: center;
    }

    .div-block-13 {
        width: 85%;
    }

    .main-content-report-sublinks {
        display: block;
        padding-right: 5px;
        padding-left: 25px;
    }

    .main-content-interior-report {
        display: inline-block;
        padding-right: 5px;
        padding-left: 25px;
    }

    .main-content-interior-viz {
        display: block;
        padding-right: 5px;
        padding-left: 25px;
    }

    .report-white-back {
        display: none;
        margin: 0px;
        padding: 0px;
    }

    .page-title-section {
        padding-bottom: 14px;
        background-image: none;
        background-position: 0px 0px;
        background-size: auto;
    }

    .report-section-heading {
        margin-bottom: 0px;
        font-size: 1.7em;
        line-height: 33px;
    }

    .fiscal-impact-section-heading {
        margin-bottom: 0px;
        font-size: 1.5em;
        line-height: 33px;
    }

    .budget-type-div {
        margin-top: 0px;
        padding-left: 25px;
    }

    .subnav-heading {
        width: auto;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .subnav-link {
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-left: 5px;
        background-color: #fff;
        line-height: 20px;
        text-align: center;
    }

        .subnav-link:hover {
            border-color: #938d81;
        }

        .subnav-link.on-page {
            margin-left: 5px;
            padding-right: 6px;
            padding-left: 6px;
        }

            .subnav-link.on-page.w--current {
                margin-left: 5px;
            }

        .subnav-link.p-c-toggle {
            display: inline-block;
            font-weight: 600;
        }

        .subnav-link.bien-supp-toggle {
            display: block;
            font-weight: 600;
        }

    .report-sublink-button {
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 4px;
        margin-left: 5px;
        background-color: #fff;
        line-height: 20px;
        text-align: center;
    }

        .report-sublink-button:hover {
            border-color: #e4dfd4;
        }

        .report-sublink-button.on-page {
            margin-left: 5px;
            padding-right: 10px;
            padding-left: 10px;
        }

            .report-sublink-button.on-page.w--current {
                margin-left: 5px;
            }

    .report-title-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .div-block-19 {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .basic-report-menu {
        margin-right: 0px;
        margin-left: 0px;
    }

    .budget-type-heading {
        font-size: 2.1em;
    }

    .proposal-title-section {
        margin-top: 23px;
    }

    .viz-phone-portrait {
        display: block;
    }

    .viz-phone-portrait-salary {
        display: none;
    }

    .viz-phone-landscape-salary {
        display: none;
    }

    .viz-desktop-salary {
        display: block;
    }

    .viz-desktop {
        display: block;
    }

    .subnav-label {
        margin-right: 0px;
    }

        .subnav-label.pl {
            margin-bottom: 2px;
        }

    .reports-links {
        max-height: 700px;
        margin-left: 11px;
    }

    .subnav-links {
        display: block;
        width: 100%;
        margin-left: 20px;
        padding-left: 0px;
    }

    .subnav-links-prop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-top: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 20px;
    }

    .report-sublinks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-top: 5px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 20px;
    }

    .subnav-links-other {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-top: 6px;
        margin-left: 20px;
        padding-left: 0px;
    }

    .subnav-links-prior {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        margin-right: 20px;
        margin-left: 20px;
        padding-left: 0px;
    }

    .state-budget-block {
        margin: 15px 0px;
    }

    .modal-link {
        display: block;
    }

    .html-embed-2 {
        display: block;
    }

    .budgets-block-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        grid-column-gap: 80px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr 0.25fr 1fr;
        grid-template-columns: 1fr 0.25fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .div-block-29 {
        max-width: none;
        margin-top: 20px;
        margin-right: 0px;
    }

    .operating-budget-list-left {
        margin-right: 80px;
    }

    .operating-budget-list-middle {
        margin-right: 80px;
    }

    .operating-budget-list-right {
        margin-right: 2px;
    }

    .capital-budget-list-left {
        margin-right: 80px;
    }

    .capital-budget-list-middle {
        margin-right: 80px;
    }

    .capital-budget-list-right {
        margin-right: 2px;
    }

    .transporation-budget-list-left {
        margin-right: 80px;
    }

    .transporation-budget-list-middle {
        margin-right: 80px;
    }

    .transporation-budget-list-right {
        margin-right: 2px;
    }

    .budgets-block-bottom {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-columns: 1fr 0.25fr 1fr;
        grid-template-columns: 1fr 0.25fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .container-div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        -ms-grid-columns: 1fr 0.25fr 1fr;
        grid-template-columns: 1fr 0.25fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .div-block-32 {
        margin-top: 10px;
    }

    /*Max 991 Medium*/
    .chart-language-explained {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        text-align: left;
    }

    .logo-front-page-2 {
        display: inline-block;
    }

    .main-content-interior-map {
        display: block;
        padding-right: 5px;
        padding-left: 5px;
    }

    .text-block-28 {
        font-size: 1.1em;
        font-weight: 700;
        background-color: #f9f04f;
    }

    .text-block-29 {
        display: none;
    }

    .map-title-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
    }

    .fp-highlight-box-l-toggle {
        margin-top: 10px;
        margin-left: 15px;
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
        border-style: solid;
        border-color: #c8c8c8;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .text-block-32 {
        margin-right: 20px;
        margin-left: 20px;
    }

    .viz-div-desktop-bien {
        padding: 0px;
    }

    .viz-div-phone-land-bien {
        display: none;
    }

    .viz-div-desktop-prior {
        padding: 0px;
    }

    .viz-div-phone-land-prior {
        display: none;
    }

    .viz-div-desktop-supp {
        padding: 0px;
    }

    .viz-div-phone-land-supp {
        display: none;
    }

    .map-screen-notes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 15px;
        text-align: left;
    }

    .map-notes {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        padding-left: 15px;
        text-align: left;
        margin-top: 20px;
        font-style: italic;
    }

    .district-map-note {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        padding-left: 15px;
        text-align: left;
        margin-top: 15px;
    }

    .side-by-side-maps {
        padding: 0px;
    }
}

/*--------------Phone landscape max--------------*/
@media screen and (max-width: 767px) {
    .main-content-search {
        display: block;
        width: 100%;
        background-color: white;
        margin-top: 5px;
        margin-bottom: 0px;
        padding: 10px 5px 20px;
    }

    .text-block {
        display: none;
        font-size: 1.1em;
    }

    .section-2 {
        grid-column-gap: 21px;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        background-position: 50% 0%;
        background-size: cover;
        background-attachment: scroll;
        opacity: 1;
    }

    .div-block-3 {
        padding: 20px 16px 10px;
    }

    .help-link {
        font-size: 1.1em;
    }

    .fp-highlight-box {
        margin: 20px 15px 0px;
        padding: 5px 20px 10px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .paragraph {
        margin-bottom: 5px;
        padding-right: 0px;
        padding-left: 0px;
        color: #555;
        text-align: left;
    }

    .div-block-5 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }

    .fp-highlight-box-session {
        margin: 10px 16px 0px;
        padding: 5px 20px 10px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .fp-highlight-box-r {
        margin: 20px 15px;
        padding: 5px 20px 10px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .fp-subject-section {
        padding-right: 25px;
        padding-left: 25px;
    }

    .jump-dropdown {
        margin-left: 0px;
    }

    .fp-jump-menu-div {
        padding-left: 20px;
    }

    .div-block-6 {
        position: relative;
        margin-bottom: 0px;
    }

    .fp-subject-desc {
        display: block;
    }

    .fp-highlight-heading.link {
        padding-left: 0px;
        font-size: 1.3em;
    }

    .fp-highlight-heading-link {
        font-size: 1em;
        text-align: left;
    }

    .div-block-7 {
        padding-right: 25px;
        padding-left: 25px;
    }

    .fp-highlight-dropdown-small {
        display: none;
    }

    .jump-dropdown-phone {
        margin-left: 0px;
    }

    .fp-highlight-dropdown-phone {
        display: block;
    }

    .test-site-note {
        z-index: auto;
        margin-top: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .text-block-14 {
        font-size: 2.5em;
        line-height: 34px;
        text-align: center;
    }

    .div-block-13 {
        width: 80%;
    }

    .main-content-report-sublinks {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-content-interior-report {
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-content-interior-viz {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .report-white-back {
        display: inline-block;
        background-color: white;
        margin: 0px;
        padding: 0px;
    }

    .report-section-heading {
        margin-bottom: 5px;
        font-size: 1.6em;
        line-height: 28px;
        text-align: left;
    }

    .fiscal-impact-section-heading {
        margin-bottom: 5px;
        font-size: 1.4em;
        line-height: 28px;
        text-align: left;
    }

    .budget-type-div {
        margin-top: 0px;
        margin-bottom: 10px;
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 15px;
    }

    .subnav-heading {
        margin-top: 0px;
        margin-left: 5px;
        padding: 0px 15px 0px 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

        .subnav-heading.reports-d {
            padding-right: 0px;
        }

    .heading-6 {
        font-size: 1.3em;
    }

    .subnav-link {
        display: inline-block;
        padding: 2px 4px;
        border-style: solid;
        border-color: #938d81;
        background-color: #fff;
        line-height: 20px;
    }

        .subnav-link.on-page {
            margin-left: 5px;
            padding: 2px 4px;
            border-style: solid;
            border-color: #5A564E;
            background-color: #767165;
            line-height: 20px;
            text-decoration: none;
        }

            .subnav-link.on-page.w--current {
                border-style: solid;
                background-color: #767165;
            }

        .subnav-link.p-c-toggle {
            basic-report-menu margin-left: 5px;
            padding-top: 2px;
            padding-bottom: 2px;
            border-style: none;
            background-color: transparent;
            font-weight: 600;
        }

        .subnav-link.bien-supp-toggle {
            display: inline-block;
            padding-top: 2px;
            padding-bottom: 2px;
            font-weight: 600;
        }

    /*.report-sublink-button {
        display: inline-block;
        padding: 3px 10px;
        border-style: solid;
        border-color: #c2bdb3;
        background-color: #fff;
        line-height: 20px;
    }

        .report-sublink-button.on-page {
            margin-left: 5px;
            padding: 3px 10px;
            border-style: solid;
            border-color: #e4dfd4;
            background-color: #e4dfd4;
            line-height: 20px;
            text-decoration: none;
        }

            .report-sublink-button.on-page.w--current {
                border-style: solid;
                background-color: #e4dfd4;
            }*/


    .report-sublink-button {
        width: 90%;
        margin: 3px 0px;
        padding: 0px 5px;
        border-style: none;
        background-color: transparent;
        font-size: 1.1em;
    }

        .report-sublink-button.on-page {
            width: 90%;
            margin: 3px 0px;
            padding: 0px 5px;
            background-color: #e4dfd4;
            color: #605c53;
            font-size: 1.1em;
            font-weight: 700;
        }

            .report-sublink-button.on-page.w--current {
                margin-left: 0px;
                color: #605c53;
            }


    .report-title-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .div-block-19 {
        margin-right: 15px;
        margin-bottom: 5px;
        margin-left: 15px;
    }

    .basic-report-menu {
        margin-right: 15px;
        margin-left: 0px;
    }

    .budget-type-heading {
        margin-bottom: 0px;
        font-size: 1.8em;
        line-height: 28px;
        text-align: left;
    }

    .proposal-title-section {
        margin-top: 15px;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .viz-phone-land {
        display: block;
        text-align: left;
    }

    .viz-phone-portrait {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .viz-phone-land-salary {
        display: block;
    }

    .viz-phone-portrait-salary {
        display: none;
    }

    .viz-desktop-salary {
        display: block;
    }

    .viz-desktop {
        display: block;
    }

    .proposal-section {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .report-name {
        font-size: 1.3em;
    }

    .report-heading {
        font-size: 1.2em;
    }

    .subnav-label {
        margin: 0px 0px 0px 10px;
        font-size: 1em;
    }

        .subnav-label.pl {
            margin-left: 0px;
            color: #5A564E;
        }

    .reports-links {
        margin-top: 25px;
        margin-left: 0px;
    }

    .main-content-interior-proposals {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subnav-links {
        margin-top: 2px;
        margin-left: 10px;
        padding: 0px 10px 0px 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .main-content-interior {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .subnav-links-prop {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    /*.report-sublinks {
        margin-top: 10px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }*/

    .report-sublinks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .subnav-links-other {
        margin-top: 12px;
        margin-left: 10px;
        padding: 0px 10px 0px 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .subnav-links-prior {
        margin-top: 2px;
        margin-right: 10px;
        margin-left: 10px;
        padding: 0px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
    }

    .paragraph-4 {
        margin-right: 15px;
        margin-left: 15px;
    }

    .Content-explainer-paragraph {
        margin-right: 15px;
        margin-left: 10px;
    }

    .state-budget-block {
        margin: 5px 15px;
    }

    .budgets-block-top {
        grid-row-gap: 21px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .div-block-29 {
        margin-top: 20px;
        padding: 0px;
        border: 1px none #ccc;
    }

    .modal-content {
        max-width: 80%;
    }

    .operating-budget-list-left {
        margin-right: 50px;
    }

    .operating-budget-list-middle {
        margin-right: 50px;
    }

    .operating-budget-list-right {
        margin-right: 20px;
    }

    .capital-budget-list-left {
        margin-right: 50px;
    }

    .capital-budget-list-middle {
        margin-right: 50px;
    }

    .capital-budget-list-right {
        margin-right: 20px;
    }

    .transportation-budget-list-left {
        margin-right: 50px;
    }

    .transportation-budget-list-middle {
        margin-right: 50px;
    }

    .transportation-budget-list-right {
        margin-right: 20px;
    }

    .budgets-block-bottom {
        grid-row-gap: 21px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .container-div {
        grid-column-gap: 40px;
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }

    .historical-proposals {
        margin-top: 0px;
    }

    .div-block-32 {
        margin-top: 30px;
    }

    .div-block-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-nav-bullet {
        display: none;
    }

    /*Max 767 Small or Tab*/
    .chart-language-explained {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo-front-page-2 {
        margin-bottom: 10px;
    }

    .main-content-interior-map {
        padding-right: 5px;
        padding-left: 5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text-block-29 {
        display: none;
    }

    .map-title-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fp-highlight-box-l-toggle {
        margin: 10px 16px 0px;
        padding: 5px 20px 10px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
    }

    .viz-div-desktop-bien {
        display: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .viz-div-phone-land-bien {
        display: block;
        overflow: visible;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-style: none;
        text-align: left;
    }

    .viz-div-phone-portrait-bien {
        display: none;
    }

    .viz-div-desktop-prior {
        display: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .viz-div-phone-land-prior {
        display: block;
        overflow: visible;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-style: none;
        text-align: left;
    }

    .viz-div-phone-portrait-prior {
        display: none;
    }

    .viz-div-desktop-supp {
        display: none;
        padding-right: 10px;
        padding-left: 10px;
    }

    .viz-div-phone-land-supp {
        display: block;
        overflow: visible;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom-style: none;
        text-align: left;
    }

    .viz-div-phone-portrait-supp {
        display: none;
    }

    .map-screen-notes {
        display: none;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .map-notes {
        display: block;
        padding-left: 0px;
        /*-webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;*/
        text-align: left;
        margin-top: 20px;
        font-style: italic;
        margin-left: 16px;
    }

    .district-map-note {
        display: block;
        padding-left: 0px;
        margin-left: 15px;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        margin-top: 15px;
    }

    .side-by-side-maps {
        display: none;
        padding-right: 10px;
        padding-left: 10px;
    }
}

/*--------------Phone portrait max--------------*/
@media screen and (max-width: 479px) {
    .main-content-search {
        display: block;
        width: 100%;
        background-color: white;
        margin-top: 5px;
        margin-bottom: 0px;
        padding: 10px 10px 20px;
    }
    
    .section-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto;
        background-position: 50% 0%;
        background-size: auto;
        background-repeat: repeat;
    }

    .div-block-3 {
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 1em;
    }

    .help-link {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .fp-highlight-box {
        width: 90%;
        margin: 25px 15px 0px;
        padding: 0px 15px 20px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-color: #c2bdb2;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
        font-size: 1em;
    }

    .paragraph {
        display: block;
        margin-bottom: 5px;
        padding-right: 0px;
        padding-left: 0px;
        text-align: left;
    }

    .div-block-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    }

    .fp-highlight-box-session {
        display: none;
        width: 90%;
        margin: 10px 15px 0px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-color: #c2bdb2;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
        font-size: 1em;
    }

    .fp-highlight-box-r {
        width: 90%;
        margin: 25px 15px 0px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-color: #c2bdb2;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
        font-size: 1em;
    }

    .fp-subject-section {
        display: none;
        margin-top: 0px;
    }

    .jump-menu {
        width: 100%;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 8px;
    }

        .jump-menu.w--open {
            padding-bottom: 10px;
        }

    .jump-dropdown {
        display: none;
    }

    .icon-2 {
        margin-top: 15px;
        margin-bottom: 8.5px;
    }

    .dropdown-list-2 {
        width: 50%;
        margin-top: -4px;
        margin-bottom: -4px;
        background-color: #e9e8e8;
    }

        .dropdown-list-2.w--open {
            z-index: 2;
            width: auto;
            max-width: 1vw;
            margin-top: -5px;
            background-color: #d6d6d6;
        }

        .dropdown-list-2.highlight {
            margin-top: 0px;
            background-color: #e9e8e8;
        }

            .dropdown-list-2.highlight.w--open {
                margin-top: 2px;
            }

    .jump-menu-link {
        display: inline-block;
        overflow: visible;
        width: 100%;
        max-width: none;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1em;
    }

    .fp-jump-menu-div {
        height: auto;
        padding-right: 20px;
        line-height: 1vh;
    }

    .fp-highlight-menu {
        width: 100%;
        margin-bottom: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .div-block-6 {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        line-height: 1vh;
    }

    .fp-subject-desc {
        display: none;
    }

    .fp-highlight-heading.link {
        margin-top: 15px;
        margin-bottom: 5px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .fp-subject-heading {
        display: none;
        font-size: 1.25em;
    }

    .text-block-3 {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .div-block-7 {
        margin-top: 30px;
        padding-bottom: 10px;
        font-size: 1em;
    }

    .paragraph-2 {
        font-size: 1.1em;
    }

    .fp-highlight-dropdown-small {
        display: none;
    }

    .jump-dropdown-phone {
        display: block;
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 2vh;
    }

    .phone-topic-button-text {
        font-size: 1.2em;
        font-weight: 700;
    }

    .fp-highlight-dropdown-phone {
        display: block;
        width: 100%;
        line-height: 2vh;
    }

    .text-block-10 {
        margin-bottom: 0px;
        font-size: 1.2em;
    }

    .text-block-11 {
        font-size: 1.2em;
        line-height: 2vh;
    }

    .text-block-12 {
        font-size: 1.2em;
    }

    .phone-button-bold-text {
        font-size: 1.2em;
    }

    .test-site-note {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .text-block-14 {
        font-size: 2.3em;
        line-height: 32px;
        text-align: center;
    }

    .div-block-12 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-nav-bullet {
        display: none;
    }

    .footer-interior {
        position: relative;
        margin-top: 0px;
    }

    .main-content-report-sublinks {
        height: auto;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left: 5px;
    }

    .main-content-interior-report {
        display: inline-block;
        height: auto;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 5px;
    }

    .main-content-interior-viz {
        display: block;
        height: auto;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 5px;
    }

    .report-white-back {
        display: inline-block;
        background-color: white;
        margin: 0px;
        padding: 0px;
    }

    .page-title-section {
        background-size: cover;
    }

    .report-section-heading {
        font-size: 1.5em;
        line-height: 26px;
        text-align: left;
    }

    .fiscal-impact-section-heading {
        font-size: 1.3em;
        line-height: 26px;
        text-align: left;
    }

    .budget-type-div {
        margin-top: 0px;
        padding-top: 5px;
        padding-left: 5px;
        text-align: center;
    }

    .subnav-heading {
        margin-top: 20px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .subnav-heading.reports-d {
            margin-top: 5px;
        }

    .heading-6 {
        margin-right: 0px;
        padding-bottom: 0px;
        font-size: 1.3em;
        line-height: 24px;
        text-align: center;
    }

    .subnav-link {
        width: 90%;
        margin: 3px 0px;
        padding: 0px 5px;
        border-style: none;
        background-color: transparent;
        font-size: 1.1em;
    }

        .subnav-link.on-page {
            width: 90%;
            margin: 3px 0px;
            padding: 0px 5px;
            background-color: #767165;
            color: #fff;
            font-size: 1.1em;
            font-weight: 700;
        }

            .subnav-link.on-page.w--current {
                margin-left: 0px;
                color: #fff;
            }

        .subnav-link.p-c-toggle {
            padding-top: 0px;
            padding-bottom: 0px;
            border-style: none;
            background-color: transparent;
            font-weight: 400;
        }

        .subnav-link.bien-supp-toggle {
            display: block;
            padding-top: 0px;
            padding-bottom: 0px;
            background-color: transparent;
            font-weight: 400;
        }

    .report-sublink-button {
        width: 90%;
        margin: 3px 0px;
        padding: 0px 5px;
        border-style: none;
        background-color: transparent;
        font-size: 1.1em;
    }

        .report-sublink-button.on-page {
            width: 90%;
            margin: 3px 0px;
            padding: 0px 5px;
            background-color: #e4dfd4;
            color: #605c53;
            font-size: 1.1em;
            font-weight: 700;
        }

            .report-sublink-button.on-page.w--current {
                margin-left: 0px;
                color: #605c53;
            }

    .report-title-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .div-block-19 {
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .basic-report-menu {
        margin-top: 5px;
        margin-right: 0px;
    }

    .icon-5 {
        margin-right: 10px;
    }

    .dropdown-2 {
        display: block;
    }

    .budget-type-heading {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 1.8em;
        line-height: 28px;
        text-align: center;
    }

    .proposal-title-section {
        margin-top: 15px;
        padding-top: 5px;
        padding-left: 15px;
    }

    .viz-phone-land {
        display: block;
    }

    .viz-phone-land-salary {
        display: none;
    }

    .viz-phone-portrait {
        position: static;
        display: block;
        overflow: visible;
        margin-right: 0px;
        -o-object-fit: fill;
        object-fit: fill;
    }

    .viz-phone-land-salary {
        display: none;
    }
    .viz-phone-portrait-salary {
        display: block;
    }

    .viz-desktop-salary {
        display: block;
    }

    .viz-desktop {
        display: block;
    }

    .proposal-section {
        padding-right: 0px;
        padding-left: 0px;
    }

    .report-name {
        font-size: 1.3em;
        line-height: 24px;
        text-align: center;
    }

    .report-heading {
        font-size: 1.2em;
        line-height: 24px;
        text-align: center;
    }

    .subnav-label {
        display: inline-block;
        margin-bottom: 2px;
        margin-left: 0px;
        padding-bottom: 4px;
        /*border-bottom: 1px solid #9b9a9a;*/
        font-size: 1.1em;
        text-align: center;
    }

        .subnav-label.pl {
            width: 250px;
            color: #5A564E;
        }

    .reports-links {
        margin-top: 25px;
    }

    .main-content-interior-proposals {
        padding-right: 15px;
        padding-left: 15px;
    }

    .subnav-links {
        margin-left: 0px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .main-content-interior {
        padding-right: 15px;
        padding-left: 15px;
    }

    .subnav-links-prop {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .report-sublinks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .subnav-links-other {
        margin-left: 0px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .subnav-links-prior {
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
        padding-right: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .state-budget-block {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .proposal-list-bien {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .proposal-list-supp {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .div-block-29 {
        margin-top: 20px;
    }

    .modal-container {
        display: none;
    }

    .modal-content {
        max-width: 90%;
    }

    .proposed-budgets-bien-list {
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .prior-budgets-list {
        margin-top: 8px;
        margin-bottom: 0px;
    }

    .proposed-budgets-supp-list {
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .operating-budget-list-left {
        margin-top: 0px;
        margin-right: 0px;
    }

    .operating-budget-list-middle {
        margin-top: 0px;
        margin-right: 0px;
    }

    .operating-budget-list-right {
        margin-top: 0px;
        margin-right: 0px;
    }

    .capital-budget-list-left {
        margin-top: 0px;
        margin-right: 0px;
    }

    .capital-budget-list-middle {
        margin-top: 0px;
        margin-right: 0px;
    }

    .capital-budget-list-right {
        margin-top: 0px;
        margin-right: 0px;
    }

    .transportation-budget-list-left {
        margin-top: 0px;
        margin-right: 0px;
    }

    .transportation-budget-list-middle {
        margin-top: 0px;
        margin-right: 0px;
    }

    .transportation-budget-list-right {
        margin-top: 0px;
        margin-right: 0px;
    }

    .container-div {
        grid-column-gap: 40px;
        grid-row-gap: 30px;
    }

    .historical-proposals {
        margin-top: 0px;
    }

    .div-block-32 {
        margin-top: 30px;
    }

    /*Max 479 Phone Tiny*/
    .chart-language-explained {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        padding-left: 15px;
    }

    .heading-9 {
        line-height: 24px;
    }

    .text-block-24 {
        overflow: visible;
    }

    .logo-inside-page {
        margin-top: 10px;
    }

    .arrow-fp-menus {
        margin-top: 9.5px;
        margin-bottom: 8.5px;
    }

    .div-block-35 {
        margin-bottom: 10px;
    }

    .logo-front-page-2 {
        display: none;
    }

    .logo-front-page-phone {
        display: block;
        margin-top: 10px;
    }

    .main-content-interior-map {
        height: auto;
        margin-bottom: 20px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .text-block-28 {
        display: none;
    }

    .text-block-29 {
        display: block;
        margin-right: 15px;
        padding: 5px;
        background-color: #f9f04f;
        font-size: 1.1em;
        font-weight: 700;
    }

    .map-title-section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fp-highlight-box-l-toggle {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: 10px 15px 0px;
        padding-right: 15px;
        padding-bottom: 20px;
        padding-left: 15px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-style: solid;
        border-color: #c2bdb2;
        border-radius: 10px;
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.6)));
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.6), hsla(0, 0%, 100%, 0.6));
        font-size: 1em;
    }

    .viz-div-desktop-bien {
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-land-bien {
        display: none;
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-portrait-bien {
        display: block;
        overflow: visible;
        height: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .viz-div-desktop-prior {
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-land-prior {
        display: none;
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-portrait-prior {
        display: block;
        overflow: visible;
        height: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .viz-div-desktop-supp {
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-land-supp {
        display: none;
        padding-right: 7px;
        padding-left: 7px;
    }

    .viz-div-phone-portrait-supp {
        display: block;
        overflow: visible;
        height: auto;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: left;
    }

    .map-screen-notes {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: 0px;
        padding-left: 15px;
    }

    .map-notes {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        margin-left: 0px;
        padding-left: 15px;
        text-align: left;
        margin-top: 20px;
        font-style: italic;
    }

    .district-map-note {
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/
        margin-left: 0px;
        padding-left: 15px;
    }

    .side-by-side-maps {
        padding-right: 7px;
        padding-left: 7px;
    }
}

#w-node-_6500282f-f6c0-1773-8369-395aaa756599-4dbb9771 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

#w-node-_0094a397-ecaa-77e2-b183-0b27bd341f13-4dbb9771 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_8f2750d1-7061-63c6-198d-9f5019efe6e1-4dbb9771 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_0094a397-ecaa-77e2-b183-0b27bd341f13-4dbb9771 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-cfadd9ab-ec0d-956b-e096-896dac32ea58-4dbb9771 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
}

#w-node-_9a54fc71-be91-b58c-8c76-78681669df56-4dbb9771 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_292b0e70-355d-a995-0f77-e1d85a4cc380-4dbb9771 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

#w-node-_3c0cfb02-acc3-b4c2-f8ee-3cbbe45fc341-4dbb9771 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

#w-node-d522b4f9-182b-6982-18d4-9e0451e6ea4f-4dbb9771 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

#w-node-_71bba6f8-e4b8-5540-eea1-de822782304f-87410941 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-87410941 {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-87410941 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
}

#w-node-_71bba6f8-e4b8-5540-eea1-de822782304f-2abff32d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}

#w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-2abff32d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-2abff32d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
}

/*--------------Tablet max--------------*/
@media screen and (max-width: 991px) {
    #w-node-_6500282f-f6c0-1773-8369-395aaa756599-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-cfadd9ab-ec0d-956b-e096-896dac32ea58-4dbb9771 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 2;
        grid-row-end: 4;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        justify-self: center;
    }

    #w-node-_9a54fc71-be91-b58c-8c76-78681669df56-4dbb9771 {
        -ms-grid-row: span 2;
        grid-row-start: span 2;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_292b0e70-355d-a995-0f77-e1d85a4cc380-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-_3c0cfb02-acc3-b4c2-f8ee-3cbbe45fc341-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-87410941 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-2abff32d {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }
}

/*--------------Phone landscape max--------------*/
@media screen and (max-width: 767px) {
    #w-node-_0094a397-ecaa-77e2-b183-0b27bd341f13-4dbb9771 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-_8f2750d1-7061-63c6-198d-9f5019efe6e1-4dbb9771 {
        -ms-grid-column-align: auto;
        justify-self: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
    }

    #w-node-cfadd9ab-ec0d-956b-e096-896dac32ea58-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        justify-self: auto;
    }

    #w-node-_9a54fc71-be91-b58c-8c76-78681669df56-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 3;
        grid-column-start: span 3;
        -ms-grid-column-span: 3;
        grid-column-end: span 3;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-b60ffa09-a779-c768-fec3-fad892566ced-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    #w-node-f0370cd6-7c4f-08ae-86ae-1b6558894e2e-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-e7d720ea-24f9-d7c2-1dc8-e2c950b9c61f-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_0487f0a9-5fe9-167b-4e7a-7dbe7c7c3326-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_583ca979-4222-9e13-cc1c-0b1bac0a0d51-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 4;
        -ms-grid-row: 3;
        grid-row-start: 3;
    }

    #w-node-_592dbd86-7e42-2727-37d7-b2f6bfd46371-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    #w-node-f925c09b-f574-047b-8eb2-ef21b7925828-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
        -ms-grid-row: 5;
        grid-row-start: 5;
    }

    #w-node-afbcfa7e-4b68-82ff-1a2f-50e06ecfa5d0-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 5;
        -ms-grid-row: 4;
        grid-row-start: 4;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_273685e3-21c7-11f7-6694-80faa289c390-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_140114f4-cfba-fafc-0800-b75604dd01c7-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
        -ms-grid-row: 6;
        grid-row-start: 6;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-87410941 {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-87410941 {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-e9d01ef1-15d3-e8b5-d8d9-ec0bfd3f7385-87410941 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-e81e7892-6e72-b68a-a8e7-b10071bd9af2-87410941 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-2abff32d {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 1;
        grid-column-end: 3;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-2abff32d {
        -ms-grid-column: span 2;
        grid-column-start: span 2;
        -ms-grid-column-span: 2;
        grid-column-end: span 2;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-e81e7892-6e72-b68a-a8e7-b10071bd9af2-2abff32d {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    .BasicTable {
        width: 100%;
    }
}

/*--------------Phone portrait max--------------*/
@media screen and (max-width: 479px) {
    #w-node-_6500282f-f6c0-1773-8369-395aaa756599-4dbb9771 {
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
    }

    #w-node-_0094a397-ecaa-77e2-b183-0b27bd341f13-4dbb9771 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    #w-node-_8f2750d1-7061-63c6-198d-9f5019efe6e1-4dbb9771 {
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column-align: center;
        justify-self: center;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    #w-node-cfadd9ab-ec0d-956b-e096-896dac32ea58-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        justify-self: center;
    }

    #w-node-_9a54fc71-be91-b58c-8c76-78681669df56-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column-align: center;
        justify-self: center;
    }

    #w-node-_292b0e70-355d-a995-0f77-e1d85a4cc380-4dbb9771 {
        -ms-grid-row: 5;
        grid-row-start: 5;
        -ms-grid-row-span: 1;
        grid-row-end: 6;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
    }

    #w-node-_3c0cfb02-acc3-b4c2-f8ee-3cbbe45fc341-4dbb9771 {
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row-span: 1;
        grid-row-end: 7;
        -ms-grid-row: 6;
        grid-row-start: 6;
    }

    #w-node-_202aca0a-542d-c29f-bc23-182a6c42802d-4dbb9771 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-b60ffa09-a779-c768-fec3-fad892566ced-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-f0370cd6-7c4f-08ae-86ae-1b6558894e2e-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-e7d720ea-24f9-d7c2-1dc8-e2c950b9c61f-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_0487f0a9-5fe9-167b-4e7a-7dbe7c7c3326-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_583ca979-4222-9e13-cc1c-0b1bac0a0d51-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-_592dbd86-7e42-2727-37d7-b2f6bfd46371-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-f925c09b-f574-047b-8eb2-ef21b7925828-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-afbcfa7e-4b68-82ff-1a2f-50e06ecfa5d0-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_273685e3-21c7-11f7-6694-80faa289c390-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column-align: auto;
        justify-self: auto;
    }

    #w-node-_140114f4-cfba-fafc-0800-b75604dd01c7-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
    }

    #w-node-d522b4f9-182b-6982-18d4-9e0451e6ea4f-4dbb9771 {
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-87410941 {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-87410941 {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    #w-node-_45f1fd1e-5177-790b-faef-6ef5409a58f6-2abff32d {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-column-span: 1;
        grid-column-end: 2;
        -ms-grid-row: 2;
        grid-row-start: 2;
        -ms-grid-row-span: 1;
        grid-row-end: 3;
    }

    #w-node-_9f2be8d7-e949-9573-3911-8a25ff267c50-2abff32d {
        -ms-grid-row: span 1;
        grid-row-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }

    .BasicTable {
        width: 100%;
    }
}
