

/*# sourceMappingURL=custom.css.map */

.hero-content .display-1{
    /*font-size: 4.38rem;*/
}
.right-sidebar .display-1{
  font-size: 2rem;
}

img.mr-1{
    margin-right: 1em;
}

img.ml-1{
    margin-left: 1em;
}

#lawmsg{
    display: none;
}

.carousel-item {
    text-align: center !important;
}

.carousel-item img {
    width: unset !important;
    height: unset !important;
}

.more-chars{
    font-family: "Roboto", "Helvetica Neue";
    font-weight: 300;
    color: lightgray;
}

.text-warning {
    color: #FF823C !important;
}


.spu-calendar-wrap {
    padding: 0.5rem !important;
    min-height: 400px;
}

.disabled {
    pointer-events: none;
    cursor: default;
  }


.disabled:hover {
    color: #cccccc !important;
}

.pointer {
    cursor: pointer;
  }

.spu-today {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FF823C;
}

.bg-covid-red {
    background-color: #c01404 !important;
}

.citation{
    position: relative;
    padding-left: 1rem;
    padding-top: 0.01rem;
    border-left: 2px solid #000;
    margin-bottom: 1.5rem;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif;
}



@media (min-width: 1200px){
    .infocart-col h2, .infocart-col .h2 {
        font-size: 2.00rem;
    }
}
