html, body {
    /* overflow: auto; */
    font-family: "Open Sans", Helvetica, Arial, Helmet, Freesans, sans-serif;
}
main {
    margin: calc(0px) 0 0;
    -webkit-transition: margin .2s ease-in-out;
    -o-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;
    font-size: 11pt;
}
nav {
    /* height: 120px; */
}
/* a {
	line-height: 1.25rem;
	font-size: 11pt;
} */
/* #detail_modal a:focus {
    outline-style: dotted;
    outline-width: 2px;
    outline-color: black;
} */
li {
    font-weight: normal;
}
h4 {
    margin-top: 5px;
    margin-bottom: 5px;
}
hr {
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ccc;
    border: 0 none;
}
.right button:hover,
.right .button:hover, .right input[type=button]:hover {
    cursor: pointer;
    background:var(--lag-light);
    color:var(--lag-dark);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

button, input[type=button] {
    background:var(--lag-dark);
    color:white;
    padding:.5em 1em;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
iframe {
    height:70vh;
    width:100%;
    overflow:auto;
    -webkit-overflow-scrolling:touch;
}
.olagHeader {
    clear: both;
    position: fixed;
    padding-top: 30px;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 100%;
    height: 68px;
    background-color: var(--main-light);
    /*border: 1px green transparent;*/
    z-index: 800;
    -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 1px 10px 7px(0, 0, 0, 0.3);*/
}
.olagMenu {
    /*border: 1px green transparent;*/
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 0;
    position: fixed;
    left:30%;
}
.olagMenu a {
    font-size: 12pt;
}
#olagContainer {
    z-index: 1;
    /* margin: 0;
    padding: 0; */
    /* padding-top: 62px;
    padding-right: 10px;
    margin-left: 20px; */
    /* width: 100%;
    height: 100%; */
    /* color: #000; */
}
.olagTagLine {
    text-align: center;
}
.olagTagLine h4 {
    font-style: italic;
    color: #999;
    font-weight:bold;
    /* font-family: 'Courgette', cursive; */
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 10px;
    /*text-shadow: 2px 2px #666;*/
}
#olagContent {
    width: 78%;
    margin-left: 10px;
    padding-right: 10px;
}
.olagNav {
    margin: 0;
    padding: 0;
    background-color:var(--main-light);
    float: left;
    width: 68%;
    border: 1px blue solid;
}
.olagMenu {
    /*border: 1px blue transparent;*/
}
#olagSubNav {
    float: left;
    width: 20%;
}
.olagLogo {
    margin: -25px 0px 0px 0px;
    padding: 0;
    /*border: 1px red transparent;*/
    width: 350px;
    position: fixed;
    left: 40%;
}
.olagLogo h4 {
    margin: 0;
    padding: 0;
    color: #2c3a4e;
    font-size: 80%;
    display: inline;
}
.olagLogo h2 {
    margin: 0;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 2px;
    display: inline;
}
#olagSearch {
    float: left;
    width: 38%;
}
#olagFooter {
    border-top: 1px var(--main-light) solid;
    margin-top: 8em;
    font-size: 80%;
}
#olagFooter h3 {
    color:#232C39;
}
img:not(li > a img) {
    margin: 5px;
}
form {
    border: 0px;
    /* background-color: #fff; */
}
fieldset {
    margin: 5px;
    border: 0px;
    background-color: #fff;
}
label {
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 10px 0px 0px 0px;
    display:block;
}
input {
    border-radius: 4px;
    background-color: #fff;
    margin: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 5px;
}
textarea {
    border-radius: 4px;
    font-family: sans-serif;
    font-size: 10pt;
    margin: 2px;
    padding: 6px;
    border:1px solid #ccc;
}
.searchBox{
    border-radius: 4px;
    background-color: #fff;
    margin: 10pt;
    border: 1px solid #ccc;
    padding: 5px 15px 5px 15px;
    background: url(./icons/baseline-search-24px.svg) no-repeat scroll 7px 7px;
    padding-left:30px;
    padding-bottom: 8px;
}
input:focus {
    /* outline: none; */
}
select {
    display: block;
    border-radius: 4px;
    font-family: sans-serif;
    margin: 2px;
    padding: 6px;
    border:1px solid #ccc;
    width: 30%;
    max-width: 100%;
    box-sizing: border-box;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
}
select:focus {
    /* outline: none; */
}
#olagContent > ul {
    margin: 2px 2px 2px 10px;
    padding: 2px 5px 2px 2px;
}
#olagContent > ul > li {
    margin: 2px 2px 2px 20px;
    border: 0px red solid;
    list-style: disc;
}
#olagContent > ul > li > ul > li {
    margin: 2px 2px 2px 20px;
    border: 0px red solid;
    list-style: square;
}
.clearfix {
    clear: both;
    overflow: auto;
}
.olagTabs {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color:var(--main-light);;
    letter-spacing: 0;
    border-spacing: 0;
    list-style: none;
    color: #2c3a4e;
    border: 1px var(--main-light) transparent;
    border-radius: 5px;
}
.olagTabs li {
    color: #333;
    display: inline;
    background-color: var(--main-light);;
    border:1px var(--main-light) solid;
    border-radius: 5px;
    margin: 0px 0px 0px 0px;
    float:left;
    width:auto;
}
.olagTabs li:hover {
    color: #fff;
    border:1px #fff solid;
    border-radius: 5px;
    transition: background .3s ease-in-out;
}
.olagTabs li a {
    color: #2c3a4e;
    padding: 5px 10px 5px 10px;
}
.olagTabOn {
    /* color: #2c3a4e; */
    color: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
}
.olagSubMenu li {
    margin: 0px;
    padding: 10px 15px 10px 15px;
    border: 1px #fff solid;
    border-bottom: 1px #fff solid;
    cursor: pointer;
    width: 98%;
}
.olagSubMenu li:hover {
    color: #333;
    margin: 0px;
    padding: 10px 15px 10px 15px;
    /*background-color: #fff;*/
    border-radius: 5px;
    border: 1px var(--main-light) solid;
}
.olagSubMenu li a {
    color: #333;
    margin: 0;
}
.olagSubMenuOn {
    color: #333;
    margin: 0px 15px 0px 0px;
    padding: 5px 15px 5px 15px;
    background-color: var(--main-light);
    border-radius: 5px;
    border: 1px #fff solid;
}
#dialogContent > a {
    font-size: 90%;
}
.olagUl {
    display: block;
    /*background-color: #ddd;*/
}
.olagUl li {
    /*display: block;*/
    list-style-type: circle;
    display: list-item;
    margin: 10pt;
    padding: 5pt;
}
.olagUl li li {
    /*display: block;*/
    list-style-type: square;
    display: list-item;
    margin: 10pt;
    padding: 5pt;
}
.hidden {
    visibility: hidden;
}
.olagReportOld {
    width: 98%;
    padding: 2pt 2pt 2pt 2pt;
    margin: 5pt 2pt 5pt 5pt;
    border-bottom: 1px #ddd dotted;
    position: relative;
}
.olagReport {
    width: 48%;
    float: left;
    padding: 2pt 2pt 2pt 2pt;
    margin: 5pt 2pt 2pt 5pt;
    border: 1px #fff solid;
    border-radius: 5px;
}
.olagReport:hover {
    width: 48%;
    float: left;
    padding: 2pt 2pt 2pt 2pt;
    margin: 5pt 2pt 2pt 5pt;
    border: 1px var(--main-light) solid;
    border-radius: 5px;
    /*cursor: pointer;*/
}
/* === HOME PAGE === */
.olagReportHomeImage {
    width: 95%;
    /* float: left; */
    /* border:1px red solid; */
}
.olagReportHomeTable {
    float: left;
    /* border:1px blue solid; */
    background: transparent;
}
.olagReportHomeTable a {
    font-size: 90%;
}
.olagReportHome {
    /* width: 95%; */
    /* float: left; */
    padding: 2pt 2pt 2pt 2pt;
    margin: 5pt 2pt 2pt 5pt;
    border: 1px #fff solid;
    /* border-radius: 5px; */
    background-color: #fff;
    text-align: left;
}
.olagReportHome table {
    width: 95%;
}
.olagReportHome:hover {
}
.olagReportHome td {
    text-align: left;
}
.olagReportImg {
    width: 150px;
    height: 100px;
    border: 1px var(--main-light) solid;
    border-radius: 5px;
}
.olagMostRecent {
    padding-top: 0px;
}
.olagChart {
    padding-top: 0px;
    /* max-height: 700px;
    max-width: 800px; */
    width: 98%;
}
#showChartDetail {
    margin:2em 0;
}
.olagReportNumber {
    font-weight: bold;
}
.olagReportNumber > a:hover {
    cursor: pointer;
}
.olagReportTitle {
    font-weight: bold;
}
.olagReportSummary {
    font-size: 90%;
    color: #666;
    margin-left: 20px;
    margin-top: 5px;
}
.olagReportNav {
    float: left;
    width: 48%;
}
.olagReportNavFull {
    float: left;
    width: 99%;
}
.olagSection {
    font-weight: bold;
}
.pad10 {
    padding: 10px 10px 10px 10px;
}
.olagReportNav > a {
    font-size: 90%;
    margin: 8px;
    padding: 8px;
    border: 1px #fff solid;
    border-radius: 4px;
}
.olagReportNavFull h3 {
    display: inline-block;
}
.olagReportNav > a:hover {
    border: 1px #ddd solid;
    border-radius: 4px;
}
.smryLink {
    border: 1px #fff solid;
    border-radius: 4px;
    padding: 1px 5px 1px 5px;
}
.smryLink:hover {
    border: 1px #ddd solid;
    border-radius: 4px;
    padding: 1px 5px 1px 5px;
}
#progressBar {
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    padding: 1px 1px 1px 1px;
    /*opacity: .5;*/
}
#innerBar {
    width: 1%;
    height: 10px;
    background-color: #4CAF50;
    border-radius: 5px;
}
.icon {
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
}
.backdrop {
    display: none;
    position: fixed;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
#detail_modal {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    background-color: white;
    padding: 2em;
    width: 70%;
    height: 70%;
    z-index: 10;
    position: fixed;
    display: none;
    overflow-y: auto;
    z-index: 10000;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#modalTitleLink {
    display:flex;
    align-items:center;
    grid-column-gap:.5em;
}
#modalTitleLink h4 {
    font-size:1.5em;
}
#olag-mod #detail_modal h5 {
    background-color:var(--lag-dark);
    color:white;
    font-size:1.15em;
    border-radius: 5px;
    padding: 7px 5px 7px 15px;
}
.modal-flex {
    display:flex;
    grid-column-gap:2em;
    flex-wrap:wrap;
}
/* .detailModal {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
} */
/* .modalWrapper {
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 1px;
    width: 70%;
    height: 70%;
    background-color: white;
    color: darkgray;
    border-radius: 5px;
    position: absolute;
    left: 15%;
    top: 15%;
    box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.8);
    font-size: 90%;
    overflow-y: auto;
    overflow-x: none;
} */
/* .modalWrapper p {
    padding: 0;
    margin: 5px 2px 2px 2px;
    color: #666;
} */
.modalWrapper table {
    /*width: 50%;*/
}
/* .modalWrapper td {
    padding: 0;
    margin: 0;
    background-color: #fff;
} */
/* .modalWrapper td:hover {
    padding: 0;
    margin: 0;
    background-color: #fff;
} */
/* .modalWrapper h4 {
    background-color: var(--main-light);
    border-radius: 5px;
    padding: 7px 5px 7px 15px;
} */
/* .modalSplit {
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 8px;
    float: left;
    width: 48%;
}
.modalTitle {
    padding-right: 10px;
    margin: 0;
    float: left;
    width: 90%;
    background-color: #fff;
}
.modalSplit ul {
    margin: 10px 2px 2px 10px;
}
.modalSplit ul li {
    list-style-type: disc;
    display: list-item;
    margin: 1px 1px 1px 10px;
    padding: 1px;
}
.modalLink {
    cursor: pointer;
} */
.grayOut {
    font-size: 90%;
    font-weight: normal;
    /* color: #232C39; */
    /* color: #999; */
}
.olagLink {
    font-size: 90%;
    font-weight: bold;
    color: #184477;
    /* text-transform: uppercase; */
}
.olagLink2 {
    /* font-size: 85%; */
    font-weight: normal;
    color: var(--link-color);
}
#pageMsg {
    font-size: 90%;
    color: #666;
}
#wipPublishedDate {
    text-align: right;
    font-size: 80%;
    padding-top: 3px;
    padding-bottom: 3px;
}
.olagAnualReportBullets li {
    font-weight: bold;
}
.olagAnualReportBullets li p {
    margin-left: 20px;
    font-weight: normal;
    color: #666;
}
.olagAnualReportBullets > ul > li > ul > li {
    margin-left: 100px;
    font-weight: normal;
    color: #666;
    list-style: disc;
}
.indentMore {
    margin-left: 50px;
    font-weight: normal;
    color: #666;
}
.indentMore li {
    margin-left: 50px;
    font-weight: normal;
    color: #666;
    list-style: circle;
}
.olagAnualReportList li {
    display: inline-block;
    list-style: none;
    padding: 5px;
    margin: 0px;
}
#audits_historical select {
    display: inline-block;
}
.olagToolBar {
    background-color: #eee;
    padding: 1em;
    border: 0px green solid;
    border-radius: 5px;
    /* height: 100px; */
    position: sticky;
    top: 8em;
     z-index: 1;
}
.olagToolBarSection {
    /* width: 20%; */
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 5px;
}
.olagToolBarTitle {
    background-color: #666;
    width: 98%;
    border: 1px #fff solid;
    border-radius: 5px;
    margin: 2px auto;
    padding: 5px 5px 5px 5px;
    font-weight: bold;
    color: #fff;
}
.filterOptions {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
    width: 98%;
    margin: auto;
    grid-row-gap:.5em;
}
.olagToolBar label {
    border: 0;
    color: #666;
    margin: 0;
    padding: 0;
}
.olagToolBar > div > a {
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    color: #666;
    margin-top: 50px;
}
#summaryBtn {
    background-color: #fff;
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 3px 6px 3px 6px;
    font-weight: bold;
    font-size: 90%;
    color: #666;
    margin-top: 50px;
    /* background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); */
    background-image: -webkit-linear-gradient(top, #fff, #ccc);
    background-image: linear-gradient(to bottom, #fff, #ccc);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
}
.olagToolBar > a:hover {
    background-color: #fff;
    border: 1px #999 solid;
    border-radius: 5px;
    padding: 1px 6px 1px 6px;
    color: #666;
}

.loading {
    padding:10px 10px 10px 10px;
    font-weight: bold;
    color: #ccc;
}

.olagHeader .menu-icon {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}
.olagHeader .menu-icon .navicon {
    background: #fff;
    display: none;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}
.olagHeader .menu-icon .navicon:before,
.olagHeader .menu-icon .navicon:after {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.olagHeader .menu-icon .navicon:before {
    top: 5px;
}
.olagHeader .menu-icon .navicon:after {
    top: -5px;
}
/* menu btn */
.olagHeader .menu-btn {
    display: none;
}
.olagHeader .menu-btn:checked ~ .menu {
    max-height: 240px;
}
.olagHeader .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}
.olagHeader .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.olagHeader .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.olagHeader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.olagHeader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}
.topLink {
    width: 90%;
    text-align: right;
}
.topLink a {
    font-size: 80%;
    font-weight: bold;
    /* color: #999; */
    text-decoration:underline;
}
.error {
    color: #ff0000;
}
.errorMsg {
    font-size: 80%;
    color: #ff0000;
    margin-left: 10px;
    margin-top: 0;
    padding-top: 0;
}
/* .modalCloseBtn {
	font-weight: bold;
	color: #999; 
} */
.searchIcon {
    margin-top: 12px;
    margin-left: 12px;
}
.olagPhotoCredit {
    width: 60%;
}
.olagPhotoCredit td {
    border:0px blue solid;
    background: #fff;
    text-align: left;
    align: left;
}
.olagPhotoCredit td:hover {
    background: #fff;
}

/* .olagAuditReport {
    display:grid;
    grid-gap:1em 2em;
} */
.flex-audits {
    display: grid;
    grid-template-columns: 150px 1fr;
    grid-column-gap: 1em;
}
.flex-audits h3 {
    margin-top:0;
}
@media  (max-width:450px) {
    .flex-audits {
        grid-template-columns: 1fr;
        grid-row-gap: 1em;
    }
}
/* .olagAuditReport table {
	width: 60%;
}
.olagAuditReport td {
	background-color: #fff;
}
.olagAuditReport table td:hover {
	background-color: #fff;
} */
.bold {
    font-weight:bold;
}
.italic {
    font-style:italic;
}
.boldAndItalic {
    font-weight: bold;
    font-style: italic;
}
.sticky {
    position: fixed;
    top: 194px;
    right:10px;
    margin: 0;
    width:calc(40%);
    background-color: #fff;
    color: #666;
    border: 1px #99ccff solid;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
    /* overflow-y: scroll; */
    overflow: auto;
}
#dialogTitle {
    width: 48%;
    float:left;
    font-weight: bold;
}
#dialogClose {
    width: 48%;
    float:left;
    font-color: #666;
    font-weight: bold;
    text-align: right;
    font-size: 90%;
}
#dialogClose a {
    font-size: 95%;
}
#chart_dialog td {
    background-color: #fff;
}
.floatLeft30 {
    float:left;
    width: 30%;
}
.floatLeft60 {
    float:left;
    width: 60%;
}
.subsetUl {
    font-size: 85%;
    display: flex;
    flex-wrap:wrap;
}
.subsetUl li {
    padding: 5px 5px 5px 5px;
    border-radius: 5px;
    border: 1px #fff solid;
}
.subsetUl li:hover {
    cursor:pointer;
    border-radius: 5px;
    border: 1px var(--main-light) solid;
}
.olagSubMenuOn2 {
    color: #333;
    /* margin: 0px 15px 0px 0px; */
    padding: 5px 15px 5px 15px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px #eee solid;
}
.olagSubMenu img {
    margin: 0;
}
.subMenuIcon {
    padding-top: 8px;
}
.select2-container .select2-choice {
    display: block;
    height: 30px;
    padding: 2px 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff!important;
}
.olagCovidBox {
    border: 1px white solid;
    width: 30%;
    height:400px;
    float: left;
    text-align: center;
    align: center;
}
.olagCovidBoxImg {
    width: 200px;
    height: 140px;
    border: 1px var(--main-light) solid;
    border-radius: 5px;
}
.olagCovidBoxDesc {
    width: 90%;
    position: relative;
    /* left: 16vw; */
}
.olagCovidBoxSummary {
    width: 90%;
    position: relative;
    /* left: 16vw; */
    font-size: 90%;
    text-align:left;
    color: #666;
}
.laContent {
    text-indent: 15px;
    font-size: 95%;
    padding: 2px 15px 15px 15px;
    background-color: #eee;
    border-radius: 5px;
    border: 1px #eee solid;
}
.laContent p, ul, span {
    font-weight: normal;
    /* font-size: 95%; */
    /* padding-left: 15px; */
}
.laContent li {
    list-style-type: disc !important;
}
.laLink {
    background-color: #fff;
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    font-size: 90%;
}
.laLink a {
    font-weight: bold;
}
.laLinkOn {
    background-color: var(--main-light);
    border: 1px var(--main-light) solid;
    padding: 5px;
}
.laLinkOff {
    background-color: #fff;
    border: 1px #fff solid;
    padding: 5px;
}
.covid19 {
    display: block;
    z-index: 100;
    top: 68px;
    width: 100%;
    height: 38px;
    margin: 0 auto;
    padding: 0rem;
    padding-top: 0px;
    /* z-index: 2; */
    color: white;
    font-size: 1.2rem;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.3);
    background-color: #AD301E;
    /* background-image: url(./images/corona-virus.svg); */
    background-position: center 1rem;
    background-repeat: no-repeat;
    background-size: 50px auto;
    a: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    text-align: center;
}
.covid19 a {
    color: #fff;
    font-size: 120%;
    padding: 8px 35% 8px 35%;
}
.covid19 a:hover {
    cursor: pointer;
}
.tagged {
    font-size: 85%;
    color: #000000;
    border-radius: 3px;
    padding: 1px 3px 1px 3px;
    margin-left: 2px;
    opacity: 70%;
}
.COVID-19 {
    background-color: #DA402A;
}
.CRIMINAL_JUSTICE {
    background-color: #54b369;
}
.HIGHER_ED {
    background-color: #6666ff;
}
.EDUCATION {
    background-color: #FFC500;
}
.ENVIRONMENT {
    background-color: #0099cc;
}
.MEDICAID {
    background-color: #DA7E2A;
}
.TAX {
    background-color: #C144C1;
}
.BUDGET_REVIEW {
    background-color: #56844D;
}

span#tagLabel {
    text-transform: uppercase;
    font-size: 80%;
    font-weight: bold;
    padding: 2px 4px 2px 4px;
}
div#alert-div {
    display:none;
}
/* MAIN SITE ITEMS WE WISH TO OVERRIDE */
.has-drop {
    font-weight: normal
}
.nav-header {
    font-size: 90%;
}
.big-header {
    font-size: 90%;
}
a#logo img {
    width: 150px;
    margin-left: 0;
    margin-top: 0;
}
#logo,
#logo > div,
#logo img {
    flex-shrink: 0;
}
#toggle-search {
    font-weight: normal;
}
.historical-link {
    margin-bottom:1em;
    text-align:right;
}
.historical-link a{
    text-decoration:underline;
}
.vis-hidden {
    position: absolute;
    left: -1000vw;
}