#memList {
	color: #333;
	display: block;
		max-width: 800px;
	font-size: 16px;
	margin: auto;
}
#memList a {
	color: inherit;
}
#memList .left {
	clear: left;
	float: left;
	text-align: left;
}
#memList .right {
	clear: right;
	float: right;
	text-align: right;
}
#memList .block:after{content:"";display:table;clear:both} {
}
#memList h1 {
	border-bottom: 3px double #333;
	display: block;
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 2em;
	padding: 0;
	text-align: left;
}
ul.member-list, .member-list ul, .member-list ul li, #memList li {
	list-style-image: none;
}
.member-list, .member-list ul {
	display: block;
		width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.member-list .member {
	border-bottom: 1px dotted #ccc;
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
.member-list li:last-child .member {
	border-bottom: 0;
	margin-bottom: 0;
}
.member-logo {
	float: left;
	width: 300px;
	margin-right: 1rem;
	text-align: center;
}
.member-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.member-name {
	display: block;
	font-weight: 700;
	margin-bottom: 2px;
}
.member-address, .member-phones {
	display: inline-block;
		vertical-align: top;
}
.member-address {
	width: 250px;
}
.member-name a:after, .member-contact a:after {
    margin-left: 5px;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.member-name a:after {
	content: "\21E8 website";
}
.member-contact {
	margin-top: 5px;
}
.member-contact a:after {
	content: "\21E8 email";
}

#countiesMap {
	display: none;
	position: relative;
	text-align: center;
}
#countiesMap svg {
	width: 800px;
	height: auto;
	-webkit-filter: drop-shadow( 0 0 3px rgba(0, 0, 0, .7));
	filter: drop-shadow( 0 0 3px rgba(0, 0, 0, .7));
}
#countiesMap path {
	fill: none;
	stroke: none;
}
#countiesMap path.county {
	fill: #fefbc8;
	stroke: #333;
}
#countiesMap path.county.in-use {
	fill: #ffd366;
}
#countiesMap path.county.in-use:hover {
	fill: #fff874;
}
#countyName {
	color: #000;
	display: block;
		width: 140px;
		height: 2em;
	font-family: Oswald, Verdana, Arial, Helvetica, sans-serif;;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
		top: 60px;
		right: 10px;
	text-align: left;
	text-transform: uppercase;
}
#stateOutline {
	stroke: #000;
	stroke-width: 3;
}

@media screen and (max-width: 899px) {
	#countiesMap svg {
		width: 100%;
	}
}
@media screen and (max-width: 699px) {
	.member-logo {
		float: none;
		max-width: 300px;
		margin: 1rem auto;
		text-align: center;
	}
}