/*  ################################################# */
/*  CARDS SECTION*/
/*  ################################################# */
#content_cont{
    font-family:'segoe ui', 'Helvetica Neue', 'Arial', sans-serif;
}
.section-intro{
    padding:10px;
}
.section-header{
    background:#000 url('../img/covid19_banner_new.jpg') -120px 0px repeat-x;
    height:150px;
    border-radius:10px 10px 0px 0px;
    overflow: hidden;
}
.section-header h2{
    padding: 25px;
    margin: 0px;
    color:#fff;
    font-weight:500;
    font-size:2.5rem;
    text-shadow:2px 2px 5px rgba(0,0,0,0.8);
    letter-spacing: 0.2rem;
    text-align:center;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px 10px 0px 0px;
    height:100%;
}
.section-header small{
    display:block;
    letter-spacing:1px;
}
.section-intro .section-text{
    padding: 10px;
}
.section-intro .core-link{
    text-align:center;
}
.section-intro .core-link a{
    font-size: 1.0rem;
    font-weight: 500;
}
#section_cards{
    background-color:#f2f2f2;
    margin:30px 10px;
    padding:1px;
}
#section_cards::after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0px;
    clear: both;
}
 .card{
    width:inherit;
    margin:15px 10px;
    display:inline-block;
    float:left;
    border-radius:6px;
    border:1px solid #d4dbe9;
    cursor:pointer;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    background-color: rgb(255, 255, 255);
    padding: 15px 15px 25px 15px
}
.card-icon-cont{
    text-align:center;
}
.card-icon{
    display:inline-block;
    background-image:url(../img/c19_icons_sprite.png);
    background-repeat:no-repeat;
    width:75px;
    height:75px;
}
.card-title{
    text-align:center;
    font-weight:500;
    padding:10px;
    margin:0px;
    display:block;
}
.card:hover{
    box-shadow:0px 1px 16px 0px rgb(176, 198, 221);
    transition:0.3s;
}

.card-desc{
    font-size:0.9em;
}

.icon-sent-reform{
    background-position:-8px 0px;
}
.icon-incentives{
    background-position:-145px 0px;
}
.icon-confinement{
    background-position:-300px 0px;
}
.icon-account{
    background-position:-455px 0px;
}
.icon-corr-reform{
    background-position:-607px 0px;
}
.icon-recid{
    background-position:-764px 0px;
}
.learn-more-cont {
    display: block;
    text-align:center;
}

/*  ################################################# */
/*  STATS SECTION WITH MAP */
/*  ################################################# */

.highlight{
    background-color:#ffffd1;
    display:inline-block;
    padding:2px 5px;
}
 .faq-link{
    text-align:center;
}
.faq-link a{
    padding-right: 10px;
    margin: 20px;
    background: url(/images2/icon_blue_arrow_rt.png) center right no-repeat;
    font-weight:500;
}
#stats{
    padding:10px;
    clear:both;
}
.stats-section-bar{
    margin: 20px 0px;
    background-color:#095672;
    height: 5px;
}
.stats-table{
    padding-top:20px;
    overflow-y: scroll;
    max-height:370px;
    border:1px solid #dbdbdb;
}
#private_details{
    display:none;
    font-size:0.85rem;
}

.stats-table table, #private_data{
    font-size:0.85rem;
    width:100%;
}
.stats-table th, #private_data th{
    font-weight:bold;
    color:#555;
    text-align:left;
}
.stats-table td, .stats-table th, #private_data td, #private_data th{
    padding:10px 5px;
    border-bottom:1px solid #f2f2f2;
}
#totals_breakdown{
    overflow-y: hidden;
    height: 1100px;
    transition-property: all;
    transition-duration: 2s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#private_data_container{
    overflow: auto;
    max-height:225px;
    border:1px solid #dbdbdb;
}
#totals_breakdown.closed{
    height:0px;
}
#totals_breakdown .side-note{
    padding:20px;
    border:3px dotted #dbdbdb;
    background-color:#f2f2f2;
    margin:10px 0px;
    font-size:0.8rem;
    line-height:1.2rem;
}
.table-sorter img{
    display:inline-block;
    margin-left:3px;
}
.city-data{
    text-transform: capitalize;
}
.subsection-title{
    text-align:center;
    font-size: 2rem;
    font-weight: normal;
    padding: 0rem;
    margin: 0rem;
}
.stats-section-main{
    padding:10px
 }
.stats-main-cont{
    text-align:left;
    padding:15px 10px;
    line-height:1.5rem;
}
#map_cont{
    width:100%;
    height:450px;
    position:relative;
    background-color: #f2f2f2;
}
#map{
    width:100%;
    height:450px;
    position:relative;
}
#map_info{
    padding:10px 15px;
    font-size:0.75rem;
    margin:10px;
    color:#fff;
    background-color:#000;
    border-radius:2px;
    display:none;
    text-align:center;
}
.map-note{
    text-align:center;
    font-style:italic;
    font-size:0.70rem;
}
.map-info{
    padding:10px 5px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10+ and Edge */
    user-select: none; /* Standard syntax */
    max-height:275px;
}
.map-info .facl-name{
    font-size:1.1rem;
    padding:3px;
}
.map-info .loc{
    padding:3px;
}
.map-info .facl-name a{
    text-decoration:none;
}
.amt-desc{
    padding-top:15px;
}
.map-info .amt{
    padding:3px;
}
.map-info .facl-list{
    margin-left:0px;
    padding-left:0px;
}
.map-info .facl-list li{
    border-top:1px solid #f2f2f2;
    padding:15px 3px;
}
.map-info .facl-list a{
    font-size: 0.95rem;
    text-decoration:none;
    padding:0px;
    margin:0px;
}

#totals_breakdown_link{
    white-space:nowrap;
}

.cluster, .cluster > * {
    outline:none !important;
}
.cluster:focus, .cluster > *:focus{
    outline:none !important;
}





/*  ################################################# */
/*  RESOURCES SECTION  */
/*  ################################################# */

#resources{
    margin-bottom:60px;
    padding:10px;
}

#resources .section-sub-title{
    margin-left:15px;
    margin-top:0px;
    font-size:1.6rem;
    font-weight:normal;
}
#resources ul {
    margin-top: 30px;
    padding-left: 30px;
}
#resources ul li{
    padding-bottom:30px;
}
#resources ul li a{
    font-size:1.1em;
    text-decoration:none;
    display:block;
    font-weight: 500;
}
#resources ul li a:hover{
    text-decoration:underline;
}
#resources .resource-description{
    color:#666;
    font-size:0.9em;
    padding-top:3px;
    display:inline-block;
}


/*  ################################################# */
/*  HOME CONFINEMENT SECTION  */
/*  ################################################# */

#home_confinement{
   margin:0px 20px 30px;
   padding:0px 0px 30px 0px;
   border-top:none;
   border-bottom:1px solid #999;
}
#home_confinement h3{
    padding-bottom: 1rem;
    font-size: 1.7rem;
}
#home_confinement p{
    color:#333;
    line-height:1.7rem;
}
#home_confinement p b{
    color:#000;
}

.blocker{
    padding:10px;
}
.modal{
    width:100%;
    padding:30px 15px;
}


/* ###########  Inmate Test area MOBILE styles  ############# */
#stats_inmate_tests{
    background-color:#f2f2f2;
    margin:60px 10px;
    padding: 40px 20px;
    border-top: 2px solid #edeee9;
}
#stats_inmate_tests h3{
    text-align:center;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0rem;
   margin-bottom: 3rem;
    opacity:0.8;
}
#stats_inmate_tests .stat-box-cont{
    margin: 30px 0px;
}
#stats_inmate_tests .stat-box{
    background-color:#fff;
    text-align:center;
    padding: 20px 10px;
    box-shadow: 0px 0px 20px 0px rgba(213, 227, 240, 1);
    border:1px solid #dde1ea;
}
#stats_inmate_tests .stat-box-title{
    font-weight: 500;
    font-size:1.2rem;
}
#stats_inmate_tests .stat-box-num{
    font-size:2rem;
    color:#095672;
    padding:0px 0px 10px;
}
#stats_inmate_tests .stat-box-details{
    font-size: 0.75rem;
    color: #333;
    padding: 6px;
    text-align: center;
    color: #444;
}
#inmate_stats_more{
    text-align:center;
    clear:both;
    padding:20px 0px 10px;
}
#inmate_stats_more{
    font-weight:500;

}
.inmate-stats-about{
    display:none;
    font-size: 0.8rem;
    margin: 20px 0px 30px;
    border: 2px dotted #c6c6c6;
    padding: 30px;
    background-color: #fbfbfb;
    clear:both;
}
.inmate-stats-about h4{
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 0px;
}
.inmate-stats-table{
    display:none;
    padding:0px;
    width:100%;
    font-size: 0.80rem;
}
.inmate-stats-table td{
    padding:5px 10px;
    border-bottom:1px solid #dbdbdb;
}
.inmate-stats-table td:first-child{
    white-space:nowrap;
}
.inmate-stats-table tr:last-child td{
    border-bottom:none;
}
.inmate-stats-table th{
    text-align:left;
    padding:5px 10px;
    border-bottom:2px solid #dbdbdb;
}
.inmate-stats-table-cont{
  overflow-x:scroll;
}
a.inmate-test-sort{
    text-decoration: none;
    color: #08519a;
    font-weight: 500;
}
a.inmate-test-sort:hover{
    color:#0066cc;
}
.inmate-test-sort img{
    display:inline-block;
    margin-left:2px;
}



/*  ################################################# */
/*  OPERATIONAL LEVEL MOBILE VERSION*/
/*  ################################################# */

#op_levels{
    margin:60px 10px;
    padding: 40px 20px;
}
#op_levels h3{
    text-align:center;
    font-size: 2rem;
    font-weight: 400;
    margin-top: 0rem;
    margin-bottom: 3rem;
    opacity:0.8;
}

#op_levels .stat-box-cont{
    text-align:center;
    padding: 0px 0px 20px;
}
#op_levels  .stat-box-cont:last-child{
    border-right: none;
}
#op_levels .stat-box-title{
    font-weight: 500;
    font-size:1.2rem;
    padding: 0px 0px 20px;
}
#op_levels .stat-box-num{
    font-size:2rem;
    font-weight:400;
    padding:10px 0px 0px;
}
#op_levels .stat-box-details{
    font-size: 0.75rem;
    color: #333;
    padding: 6px;
    text-align: center;
    color: #444;
}
#op_level_stats_more{
    text-align:center;
    clear:both;
    padding:20px 0px 10px;
    font-weight:500;
}
.op-level-stats-about{
    display:none;
    font-size: 0.8rem;
    margin: 20px 0px 30px;
    border: 2px dotted #c6c6c6;
    padding: 30px;
    background-color: #fbfbfb;
    clear:both;
}
.op-level-stats-about h4{
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 0px;
    padding-top: 0px;
}
.op-level-table{
    display:none;
    padding:0px;
    width:100%;
    font-size: 0.80rem;
}
.op-level-table td{
    padding:5px 10px;
    border-bottom:1px solid #dbdbdb;
}
.op-level-table td:first-child{
    white-space:nowrap;
}
.op-level-table tr:last-child td{
    border-bottom:none;
}
.op-level-table th{
    text-align:left;
    padding:5px 10px;
    border-bottom:2px solid #dbdbdb;
}
.op-level-table-cont{
  overflow-x:scroll;
}
a.op-level-sort{
    text-decoration: none;
    color: #08519a;
    font-weight: 500;
}
a.op-level-sort:hover{
    color:#0066cc;
}
.op-level-sort img{
    display:inline-block;
    margin-left:2px;
}







/*  ################################################# */
/*  VACCINE SECTION */
/*  ################################################# */
#stats_vaccinations{
    background:#ebf2f6 url(../img/vaccineBg.jpg) top left no-repeat;
    margin-bottom:100px;
}
.vac-content .stat-box-details{
    display:none;
}
#vac_stats{
    display:none;
    padding: 10px 10px 30px;
}
.vac-content {
      padding: 300px 10px 30px;
}
.vac-content h3{
    font-size:1.2rem;
}

#stats_vaccinations .stat-box-cont{
    margin: 30px 0px;
}
#stats_vaccinations .stat-box{
    background-color:#fff;
    text-align:center;
    padding: 20px 10px;
    box-shadow: 0px 0px 20px 0px rgba(213, 227, 240, 1);
    border:1px solid #dde1ea;
}
#stats_vaccinations  .stat-box-title{
    font-weight: 500;
    font-size:1.2rem;
}
#stats_vaccinations .stat-box-num{
    font-size:2rem;
    color:#095672;
    padding:0px 0px 10px;
}
#stats_vaccinations .stat-box-details{
    font-size: 0.75rem;
    color: #333;
    padding: 6px;
    text-align: center;
    color: #444;
}


#vac_stats_more{
    padding: 0px 20px;
}
#vac_stats_more a{
    color:#1d7cab;
    font-weight:bold;
    font-size:1.0rem;
}
.vac-stats-about{
    font-size:0.85rem;
    padding-bottom: 30px;
}
.vac-table-cont{
    font-size:0.85rem;
    overflow-x: scroll;
}
.vac-table{
    font-size: 0.80rem;
    width: 100%;
}
.vac-table th{
    text-align: left;
    padding: 5px 10px;
    border-bottom: 2px solid #dbdbdb;
}
.vac-table tr{
    text-align: left;
    padding: 5px 10px;
    border-bottom: 2px solid #dbdbdb;
}
.vac-table td{
    padding: 5px 10px;
    border-bottom: 1px solid #dbdbdb;
}
.vac-table td:first-child{
    white-space: nowrap;
}
.vac-table tr:last-child td {
    border-bottom: none;
}
.vac-sort{
    text-decoration: none;
    color: #08519a;
    font-weight: 500;
}
.vac-sort:hover{
    color:#0066cc;
}
.vac-sort img {
    display: inline-block;
    margin-left: 2px;
}


/*  ################################################# */
/*  Desktop specific styles  */
/*  ################################################# */

@media (min-width: 768px) {
    #stats{
        padding-top:30px;
    }
    .blocker{
        padding:20px;
    }
    .modal{
        width:90%;
        padding:15px 30px;
        max-width:700px;
    }
    .section-header{
        background:#000 url('../img/covid19_banner_new.jpg') top left repeat-x;
        height:190px;
    }
    .section-header h2{
        font-size:3.5rem;
        padding: 40px;
        line-height: 3.5rem;
    }
    .section-intro .section-text{
        padding: 20px 90px;
    }
    .card{
        height:310px;
        width:258px;
        padding: 15px;
    }
    .card-title{
        padding:10px 30px;
    }
    .learn-more-cont{
        display:none;
    }
    .stats-section-bar{
        margin: 30px 20px;
    }
    .stats-main-cont{
        padding:30px;
    }
    .stats-section-main{
         padding:20px
     }
    .stats-table{
        overflow-y: auto;
        border:none;
        font-size:0.85rem;
    }
    .stats-table td, .stats-table th{
        padding:10px 20px;
    }
    #totals_breakdown{
        height: 750px;
    }
    #map_cont, #map{
        height:600px;
    }
    #map_info{
        font-weight:bold;
        font-size:1rem;
        text-align:left;
    }
    .map-info{
        padding:15px 10px;
        min-width:200px;
    }
    .map-note{
        font-size:0.9rem;
    }
    .faq-link{
        padding:15px;
    }
    #home_confinement{
        margin: 0px 30px 60px;
        padding: 50px 30px 100px;
        border:none;
    }
    #resources{
        padding:30px;
    }
    #resources ul{
        margin-top:30px;
    }
    
    
    /* ######### INMATE TEST AREA DESKTOP STYLES ############ */
    #stats_inmate_tests h3{
      margin-top: 1rem;
      margin-bottom: 2rem;
    }
    
    #stats_inmate_tests{
      margin: 60px 20px;
    }
    
    #stats_inmate_tests .stat-box-cont{
        float: left;
        width: 240px;
        margin: 23px;
    }
    
    
    
    #inmate_stats_more{
      padding: 40px 0px 20px;
    }
    
    
    .inmate-stats-about{
      font-size: 0.9rem;
      margin: 40px 20px 30px;
    }
    
    .inmate-stats-about h4{
      font-size: 1.1rem;
    }
    
    .inmate-stats-table{
      font-size: inherit;
      padding:30px;
    }
    .inmate-stats-table-cont{
      overflow-x: visible;
    }
    
    
    /*  ################################################# */
    /*  OPERATIONAL LEVEL DESKTOP VERSION*/
    /*  ################################################# */
    
    
    #op_levels h3{
      margin-top: 1rem;
      margin-bottom: 2rem;
    }
    
    #op_levels{
      margin: 0px 20px 80px;
    }
    
    #op_levels  .stat-box-cont{
        float: left;
        width: 275px;
        margin: 0px;
        border-right: 1px solid #eaeaea;
    }
    
    
    #op_level_stats_more{
      padding: 40px 0px 20px;
    }
    
    
    .op-level-stats-about{
      font-size: 0.9rem;
      margin: 40px 20px 30px;
    }
    
    .op-level-stats-about h4{
      font-size: 1.1rem;
    }
    
    .op-level-table{
      font-size: inherit;
      padding:30px;
    }
    .op-level-table-cont{
      overflow-x: visible;
    }
   
    
    
    
    
    /* ######### VACCINE AREA DESKTOP STYLES ############ */
    
    .vac-table-cont{
        overflow-x: auto;
    }
    #stats_vaccinations{
        min-height:325px;
        margin-bottom:80px;
        padding:30px;
    }
    .vac-content{
       margin-left: 370px;
       padding:0px;
    }
    .vac-content h3{
        font-weight: normal;
        font-size: 1.8rem;
    }
    .vac-content .intro-text{
        font-size:0.83rem;
        line-height:1.2rem;
    }
    #stats_vaccinations .stat-box-title{
        font-size: 1rem;

    }
    
    #stats_vaccinations .stat-box-cont{
        float: left;
        width: 240px;
        margin:20px 6px;
    }
    
    #vac_stats{
        padding: auto;
    }
    #vac_stats_more{
        padding: 0px;
    }
    #vac_stats_more a{
        font-size: inherit;
    }
    .vac-table{
        font-size: inherit;
    }
    
    
    


    
}