@charset "utf-8";
* {
	font-size: 16px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #f9f9f9;
}

h1 {
    font-size: 1.85em;
    margin: 12px 0;
	text-align: center;
}
h2 {
    font-size: 1.45em;
    margin: 10px 0;
	text-align: left;
}
h3 {
    font-size: 1.20em;
    margin: 8px 0;
	text-align: left;
}
h4 {
    font-size: 1.1em;
    margin: 7px 0;
	text-align: left;
}
h5 {
    font-size: 1em;
    margin: 6px 0;
	text-align: left;
}
h6 {
    font-size: 0.85em;
    margin: 5px 0;
	text-align: left;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
}

li a{
    font-size: 16px;
}


table {
	width: 100%;
	border-collapse: collapse;
	background: #e8e8e8;
	margin: 1rem 0;
}

th, td {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: left;
	word-break: break-word;
}


a:hover {
    text-decoration: underline;
}

.container {
	width: 90%;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding: 10px 0;
}

header {
	background-color: #445315;
	color: #fff;
	padding: 10px 0;
	top: 0;
	z-index: 1000;
}

header .container {
	justify-content: space-between;
	align-items: center;
}

header img {
	vertical-align: text-top;
	margin-right: 0.5rem;
}

header .logo a {
	color: #fff;
	text-decoration: none;
	font-size: 1.65em;
	font-weight: bold;
	
}

.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar {
	position: relative;
	min-height: 60px;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.navbar-nav {
	float: left;
	margin: 0;
}
.navbar-nav>li {
	float: left;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 15px;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 15px 40px;
}
.nav>li {
	position: relative;
	display: block;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.dropdown .select{
	background-color: #dddddd;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu .active{
	background-color: #dddddd;
}

.dropdown-menu .active a{
	color:#000000;
}

.dropdown-menu li{
	padding: 8px;
}

.dropdown-menu li:hover{
	background-color: #e7e7e7;
}

.dropdown-menu li:hover a{
	font-weight: normal;
	color: #ffa500;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f2f2f2;
}
.open>.dropdown-menu {
	display: block;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
	display: table;
	content: " ";
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7;
}
.open>a {
	outline: 0;
}
.navbar-nav a{ text-decoration:none; font-size:1.1rem;}

.synopsis{
	background:#F9F4EC;
	padding: 0.5rem;
	margin-bottom: 1.25rem !important;
	font-size: 0.9rem !important;
	border-radius: 0.5rem;
	border: 1px solid #dedede;
}

.state-content, .county-content {
	padding: 20px 0;
	background-color: #f4f4f4;
	text-align: left;
}

.state-content .container, .county-content .container {
	max-width: 800px;
	margin: auto;
}

.state-content h1, .county-content h1 {
	margin: 20px 0 20px 0;
	color: #445315;
	text-align: center;
	line-height: 2.25rem;
}

.state-content p, .county-content p {
	font-size: 16px;
	margin: 12px 0;
	color: #555;
	line-height: 1.8;
}

.state-content a, .county-content a {
	display: inline-block;
	color: #445315;
}

.state-content a:hover, .county-content a:hover {
	color: #ffa500;
}

.counties,.states {
	padding: 20px 0 40px 0;
	background-color: #fff;
	text-align: center;
}

nav,.counties .container,.states .container {
	max-width: 1200px;
	margin: auto;
}

.counties .title,.states .title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #445315;
	font-weight: bold;
}

.counties p,.states p {
	font-size: 18px;
	margin-bottom: 40px;
	color: #555;
	line-height: 1.6;
}

.counties ul,.states ul {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 15px;
	padding: 0 20px;
}

.counties ul li,.states ul li {
	background-color: #f4f4f4;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
}

.counties ul .now,.states ul .now{
	background-color: #aaaaaa;
}

.counties ul .now a,.states ul .now a{
	color: #ffffff;
}

.counties ul li:hover,.states ul li:hover {
	transform: translateY(-5px);
	background-color: #e0e0e0;
}

.counties ul li a,.states ul li a {
	text-decoration: none;
	color: #445315;
	font-weight: bold;
}

.counties ul li a:hover,.states ul li a:hover {
	color: #ffa500;
}

.othercounties{
	margin: 1.5rem 0 0 0;
	line-height: 2rem;
}

footer {
	background-color: #445315;
	color: #fff;
	padding: 20px 0;
	text-align: center;
}

footer .footer-links {
	list-style: none;
	margin-top: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .footer-links li {
	margin: 0 10px;
}

footer .footer-links li a {
	color: #fff;
	text-decoration: none;
}

footer .footer-links li a:hover {
	color: #ffa500;
	text-decoration: underline;
}

#topBtn {
	display: none; 
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99; 
	border: none; 
	outline: none; 
	background-color: #FF9500; 
	color: white;
	cursor: pointer; 
	width:40px;
	height:40px;
	border-radius: 40px;
	font-size: 12px;
}

#topBtn:hover {
	background-color: #FF7000;
}

@media only screen and (max-width: 1199px) {
	.nav>li>a {padding: 15px 20px;}

}

@media only screen and (max-width: 959px) {
	.nav>li{width:20%;}
	.nav>li>a {padding: 15px 22px;}
	.container-fluid:after{clear: both;}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 1.65em;
		margin: 12px 0;
	}
	h2 {
		font-size: 1.25em;
		margin: 10px 0;
	}
	h3 {
		font-size: 1.15em;
		margin: 8px 0;
	}
	h4 {
		font-size: 1.0em;
		margin: 7px 0;
	}
	h5 {
		font-size: 0.9em;
		margin: 6px 0;
	}
	h6 {
		font-size: 0.75em;
		margin: 5px 0;
	}

	.nav>li{width:25%;}
	.county-content .container,
	.counties .container {
		flex-direction: column;
		align-items: center;
	}

	.counties ul {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
	
	table, thead, tbody, th, td, tr {
		display: block;
	  }

	thead tr {
		display: none;
	  }

	tr {
		margin-bottom: 15px;
		border: 1px solid #ddd;
	  }

	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 40%;
		word-break: break-word;
		overflow-wrap: break-word;
	  }

	td:before {
		content: attr(data-label);
		position: absolute;
		left: 10px;
		font-weight: bold;
	  }
	
	header .logo a {
		font-size: 1.45em;
	}

}
@media only screen and (max-width: 599px) {
	.nav>li{width:33%;}
}
@media only screen and (max-width: 479px) {
	#topBtn {right:10px;}
	.nav>li{width:50%;}
}