#find-agency-btn { display: none !important; }

/* Main Container */
.sub-banner-info h4, #main.content #agency-spotlights-container a {color: #ffffff}
.bold{font-weight: bold}
.tilt{font-style: oblique}

h2{font-weight: bold;}
h3, h4, h5, h6{margin: .5em 0; font-weight: bold;}

#main.content #subpage-text-container p, #main.content .subpage-text-container p{margin: 1em 0;}
#main.content .basic-table th.head {background-color: #183464; color: #ffffff;}
#main.content .basic-table th.subhead{background-color: #2a4d87; color: #ffffff;}
#main.content .basic-table th.subsubhead{background-color: #3d63a1; color: #ffffff;}
#main.content .basic-table th.section{background-color: #9cbef6; color: #000000;}
#main.content .basic-table td{background-color: #ffffff; color: #000000;}

/*#subpage-text-container .subpage-text-inner ol, #subpage-text-container .subpage-text-inner ul, .subpage-text-container .subpage-text-inner ol, .subpage-text-container .subpage-text-inner ul{margin: 0 40px;}*/

.rules-calendar {border: 1px solid #222299; margin-bottom: 1em;}
.rules-calendar th, .rules-calendar td {text-align: center;}
.rules-calendar .nomeet {background-color: #cccccc; color: #777777;}
.rules-calendar .active {font-weight: bold; background-color: #ddffdd;}
.rules-calendar .active:hover {font-weight: bold; background-color: #eeeeff;}
.rules-calendar .active:hover a {color: #222299;}


form ol.form {
    margin: 1rem 0 0 0 !important;
}

ul.accordion {
    margin: 0 !important;
}

/* site time stamp style */
#site-time-stamp {
    background-color: #8A1A28;
    color: #fff;
    padding: 2rem;
    margin-bottom: 0;
}

/* Email signup form styles */
fieldset {
    border: solid 1px #DDD;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: .5rem;
    position: relative;
    background: #EEE;
}
fieldset legend {
    display: flex;
    background: none;
    border: none;
    position: absolute;
    font-weight: bold;
}
fieldset > div:not(.button_panel) {
    margin-top: 2rem;
}

/*hide site alert*/
header .alert.callout.site-alert{
  display: none !important;
}

/*Twitter Widget*/

#twitter-widget-0 {
    min-height: 400px !important;
}

#corona-intro-row .columns:first-child {
    padding-left: 0;
}

#corona-intro-row .columns:last-child {
    padding-right: 0;
}

/*Recent Updates Styles */

.recent-updates {
    border: solid 1px #DDD;
    padding: 1rem;
    border-radius: .5rem;
    position: relative;
    background: #EEE;
}

.recent-updates h3 {
    margin-top: 0;
}

.recent-updates-timestamp {
    background-color: #8A1A28;
    color: #fff;
    padding: 1rem;
    margin-bottom: 0;
    text-align: center;
}

.recent-updates .accordion-title {
    background-color: rgb(90, 96, 137);
}

.recent-updates .accordion .accordion-item a.accordion-title, .recent-updates .accordion .accordion-item .accordion-title:before {
    color:#fff !important;
}


/* Chatbot Mobile Styles */

@media screen and (max-width: 63.99875em) {
    #covid-chatbot-button {
        font-size: 0.75rem !important;
        padding: 0.5rem !important;
    }
    #covid-chatbot-button i{
        margin-right: 0.25rem !important;
    }
}