body, div, span, p, a
{
	font-family:		Arial, Verdana, Helvetica, Sans-Serif;
	font-size:			13px;
	line-height:        15px;
}
body, div, span, p
{
	color:				#000000;
}
body, div, span
{
	margin:             0px 0px 0px 0px;
	padding:            0px;
}
div
{
	position:           relative;
}
p
{
	margin:             0px 0px 0px 0px;
	padding:            5px 0px 5px 0px;	
}
a
{
	color:				#4374e0;
	text-decoration:	none;
	cursor:             pointer;
	font-size:		    13px;
}

table, tbody {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #000000;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
} 
/* end general styles */

/* start class styles */

clear
{
    clear:both;
}



.background {
    background-color: rgba(0,0,0,.1);
    
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    
    margin-top:20px;

}

.header {
        width:70%;
        height:100%;
    }

    .header IMG {
        display: inline;
        padding-right:20px;
        margin-top:10px;
    }


.whitetext{
	color: #ffffff;
    font-size:12px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    width:70%;
}

.blacktext
{
	color: #003366;
	text-decoration: underline;
	font-size: 11px;
	font-weight: 600;
	line-height: 15px;
	vertical-align: bottom;
}


.titletext
{   font-family: Trebuchet MS;
	font-size: 32px;
	font-weight: 600;
	color: #666666;
    line-height:  34px;
    margin-left:25px;
    vertical-align:middle;
}
.smalltext
{
	font-size: 13px;
	font-weight: 600;
    display:inline-block;
    margin-right:20px;
}

.smalltext td
{
    padding-right:50px;
    }

.dgaItem
{
	font-size: 13px;
    line-height:15px;
	font-weight: 400;
	background-color: #cccccc;
	color: #000000;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
}

.dgaItem td
{
	font-size: 13px;
    line-height:15px;
	font-weight: 400;
	background-color: #cccccc;
	color: #000000;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
}

    .dgaItem td a {
        color: #4374e0;
        text-decoration:underline;
    }
    

.dgItem
{
	font-size: 13px;
    line-height:15px;
	font-weight: 400;
	background-color: #ffffff;
	color: #000000;
    padding-left:10px; 
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
   
}

.dgitem td
{
	font-size: 13px;
    line-height:15px;
	font-weight: 400;
	background-color: #ffffff;
	color: #000000;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:10px;
    padding-right:10px;
    
}

   .dgitem td a {
        color: #4374e0;
        text-decoration:underline;
    }
    

.dgheader
{
	font-size: 13px;
	font-weight: 600;
	background-color: #808080;
	color: #ffffff;
}

    .dgheader td {
        padding-left: 10px;
    }

 .dgheader a {
     color:#ffffff;
  
    }

.controls
{
    height: 30px;
    padding-top: 10px;
}

.buttons {
    display: inline;
    float: left;
}

.button {
    float:left;
    width:90px;

}

.counters
{
    float: right;
    padding-bottom:10px;
}

.info
{
    margin-left: 20px;
    margin-top: 60px; 
    float: left; 
    width: 70%;
}

/* start div styles */

/* IT: Web team changed width and margin to align with new header */
.wrap {
    position: relative;
    margin: 0 44px;
    width: auto;
}

#main
{
	width: inherit;
	background-color: #ffffff;
}

#pageHeader
{	width: 100%;
	background-color: #4374e0;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
}

#pageHeader img
{
    padding-right:25px;
    vertical-align: middle;
}

#headercontent
{
    padding:15px;
}

.headertext
{
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
    vertical-align:middle;
}

#radiobuttons
{
	width: 50%;
	padding: 0px 5px 0px 5px;
	background-color: #ffffff;
    float:left;
   
}

.seal {
    width: 160px;
    margin-top: 10px;
    margin-left: 30px;
    margin-bottom:10px;
    margin-right:25px;
    float:left;
}

.seal img {
        width: 120px;
        height: 120px;
        margin-right:25px;
        
    }

.incidents {
    font-size:18px;
    padding-bottom:10px;
    font-weight:bold;
    
}

.section {
    border: 2px solid;
    width: 98%;
    border-color: #c0c0c0;

}

.footer {
    background-color: #036baa;
    padding-top: 10px;
}

.label {
    font-size: 16px;
    font-weight: 900;
    padding: 5px 5px 5px 5px;
}

.information {
    font-size: 14px;
    padding: 0px 0px 10px 5px;
}


.data_table {
    width: 100% ;
    font-family: arial, sans-serif;
    border-collapse: collapse;
}
/* IT: Web team removing the border so it looks better on mobile and in general. */
.countycontainer {
    background-color: #ffffff;
    border-radius: 4px;
    margin-bottom: 25px;
    padding: 15px;
}

.countyheader, tr.data
{
    text-transform: uppercase;-
}

td, th {
    width: calc(100% / 3);
    border: 0;
}

.countyheader img
{
    vertical-align: middle;
}

.navbar > .container, .navbar > .container-fluid{
    justify-content:unset;
}
@media (min-width: 0px) and (max-width: 767px) {
    .wrap {
        width: 100%;
        margin: 0 auto;
    }
    .item {
        background-color: #ececec;
        padding: 10px 10px 5px 10px;
        display: block;
        word-break: break-word;
    }
    .whitetext{
        white-space: pre-line;
        word-wrap: break-word;
    }
    .footer-icon{
        display:flex;
    }
    .item:nth-child(2n) {
        background-color: #d6d6d6;
    }

    #car_icon{
        display:none;
    }
    .countyheader {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    th {
        border: 0;
        width: calc(30% / 3);
    }

}

@media (min-width: 361px) and (max-width: 1000px) {

/* IT: Web team removed width to align with new header 

.wrap
{  
    width: 100%;
}
    */

        /*.center {
        width: 100%;
    }*/

        .titletext {
            font-size: 24px;
            line-height: 30px;
        }

        .dgHeader {
            font-size: 18px;
        }

            .dgHeader td {
                font-size: 18px;
            }


        .dgItem {
            font-size: 18px;
            line-height: 20px;
        }

            .dgItem td {
                font-size: 18px;
                line-height: 20px;
            }

        .dgaItem {
            font-size: 18px;
            line-height: 20px;
        }

            .dgaItem td {
                line-height: 20px;
            }

        .smalltext {
            font-size: 14px;
            margin-right: 20px;
            line-height: 20px;
        }

        .headertext {
            font-size: 25px;
            line-height: 50px;
            margin-top: 10px;
            vertical-align: middle;
        }
    }

    @media (min-width: 0px) and (max-width: 360px) {

        .wrap {
            width: 100%;
        }

        img {
            display: none;
        }

       

        .whitetext {
            font-size: 11px;
        }

        .titletext {
            margin-left: 0px;
            margin-bottom: 10px;
            font-size: 18pt;
            font-weight: bold;
            line-height: 20px;
        }

        .footer {
            width: 100%;
        }

            .footer img {
                display: inherit;
                zoom: .6;
                margin-right: 75px;
            }

        .header {
            width: 100%;
        }

            .header img {
                display: none;
            }

        .henrico_table {
            width: 100%;
        }

        .buttons {
            display: none;
        }

        .incidents {
            display: none;
        }

        .information a {
            color: #4374e0;
            text-decoration: underline;
        }

        .information a {
            color: #4374e0;
            text-decoration: underline;
        }

        .header IMG {
            display: none;
        }

        .headertext {
            font-size: 11pt;
            line-height: normal;
        }

        #headercontent {
            padding-top: 5px;
            padding-bottom: 5px;
        }

       /*** .controls {
            display: none;
        }**/

        .countyheader {
            margin-bottom: 10px;
        }

        .countycontainer {
            margin-bottom: 0px;
            border: none;
        }

        #pageHeader {
            margin-bottom: 0px;
        }

        .information {
            padding-bottom: 5px;
        }
    }


/*
     FILE ARCHIVED ON 08:37:28 Jul 12, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:00:38 May 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.416
  exclusion.robots: 0.034
  exclusion.robots.policy: 0.025
  esindex: 0.008
  cdx.remote: 8.067
  LoadShardBlock: 55.084 (3)
  PetaboxLoader3.datanode: 40.927 (4)
  PetaboxLoader3.resolve: 62.599 (2)
  load_resource: 129.535
*/