@charset "utf-8";
/* CSS Document */
/* CSS for MAPPORT.COM */
body {
	font-family:Helvetica Neue,Helvetica,Arial,sans-serif !important;
	overflow-y:scroll;
}
a:link {color: #2b579a;text-decoration: none;}
a:visited {text-decoration: none;color: #2b579a;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;color: #2b579a;}
.boldme {font-weight: bold;display:inline;}
.italme {font-style: italic;display:inline;}
.font15 {font-size: 15px !important;display:inline;}

#boldme {font-weight: bold;}
#italme {font-style: italic;}
#font15 {font-size: 15px !important;}
#mc_embed_signup{clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
.nav {
	font-size:15px;
	width: 600px;
	padding-bottom: 20px;
	margin-top:-20px;
}
ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
li {
	display:inline;
	padding-right:20px;
	float:left;
}
.countylist {
	columns:3;
	-webkit-columns:3;
	-moz-columns:3;
	list-style-type: none;
	padding:20px;
}
h1 {
	font-size:18px;
	font-weight:100;
	margin:0px;
}
h2 {
	font-size: 15px;
}
.background-image {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: block;
  background-image: url(../img/bg.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  position: fixed;
}
.window {
	background-color: #fff;
	color: #646464 !important;
	text-rendering: optimizeLegibility !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
	position:absolute;
	z-index: 2;
	left: 50%;
	margin-left: -350px;
	border: thin solid #0085da;
	#height: 63%;
	#overflow-y: auto;
	#overflow-x: hidden;
	padding: 50px;
}
.welcome {
	position: relative;
	font-size: 24px;
}
.thebrand {
	position: relative;
	font-size: 50px;
}
.thecompany::before {
	content:"by ";
	font-size:20px;
	color: #646464;
	text-transform:lowercase;
}
.thecompany {
	font-size: 20px !important;
	color:#0085da;
	display:inline;
	text-transform:uppercase;
}
.thecompany a:link {color: #0085da;text-decoration: none;}
.thecompany a:visited {text-decoration: none;color: #0085da;}
.thecompany a:hover {text-decoration: underline;}
.thecompany a:active {text-decoration: none;color: #0085da;}

.subheading {
	position: relative;
	font-size: 15px;
	max-width: 600px;
	padding-bottom:20px;
}
.counties {
	position: relative;
	padding: 10px;
	padding-bottom: 0px;
	border: thin solid #666;
	width: 575px;
	max-width: 575px;
}
.explain {
	position:relative;
	top: 30px;
	font-size: 15px;
	max-width: 600px;
	width: 575;
	#padding-bottom:50px;
}
.contact {
	position:relative;
	top: 8px;
}
.box {
	box-sizing: border-box;
	border: solid thin #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	height: 30px;
	width: 300px;
	padding: 5px;
}
.box:focus { 
    outline: none; 
    border: 1px solid #0085da; 
} 

/* CSS additions for redirects from PV.ENPLAN.COM */

.oldpv {
	position: relative;
	top: 20px;
	font-size: 18px;
	padding: 10px;
	border: thin solid #666;
	width: 575px;
	max-width: 575px;
}

/* CSS for Paragraph roll outs */

.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-trigger {
	height: 20px;
	width: 20px;
	cursor: pointer;
	display:inline;
}
.read-more-trigger:hover {
	text-decoration:underline;
}

/* CSS for the popup */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 20;
}

.popup {
  margin: 20px auto;
  padding: 20px;
  background: #f5f5f5;
  border:  thin solid #0085da;
  width: 575px;
  position: relative;
  top: 60px;
  transition: all 5s ease-in-out;
  z-index: 20;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  z-index: 20;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  z-index: 20;
}
.popup .close:hover {
  color: #0085da;
  z-index: 20;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
  z-index: 20;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
	z-index: 20;
  }
  .popup{
    width: 70%;
	z-index: 20;
  }
}

