@charset "utf-8";
/* CSS Document */
body {
    margin-top: 30px;
}

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;
}

#boldnew {
    font-weight: bold;
}

#itnew {
    font-style: italic;
}

#font15 {
    font-size: 15px !important;
}

#mc_embed_signup {
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
}

.messages-container {
    margin-top: 15px;
}

ul li:before {
    content: "\00BB \0020";
}

ul {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    list-style-type: none;
}

h1 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 100;
}

h2 {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    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;
}

.LoginTable {
    background-color: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #646464 !important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
    position: absolute;
    z-index: 2;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    border: thin solid #0085da;
    height: 93%;
    overflow-y: auto;
    overflow-x: hidden;
}

.LoginTable .NEW {
    position: relative;
    font-size: 24px;
    left: 49px;
    padding-top: 50px;
}

.LoginTable .TableHeader {
    position: relative;
    color: #0085da !important;
    font-size: 50px;
    left: 48px;
}

.LoginTable .Subheader {
    position: relative;
    font-size: 15px;
    max-width: 500px;
    left: 49px;
    padding-bottom: 20px;
}

.LoginTable .CountyList {
    position: relative;
    max-height: 200px;
    /*font-size: 18px;*/
    left: 50px; /* here we are compensating for the invisible bullet points by shifting the list*/
    padding: 10px;
    padding-bottom: 0px;
    border: thin solid #666;
    width: 575px;
    max-width: 575px;
}

.LoginTable .oldpv {
    position: relative;
    top: 20px;
    font-size: 18px;
    left: 50px;
    padding: 10px;
    border: thin solid #666;
    width: 575px;
    max-width: 575px;
}

.LoginTable .explain {
    position: relative;
    top: 30px;
    font-size: 15px;
    padding-left: 48px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.Useitwisely {
    position: absolute;
    font-size: 15px;
    left: 50px;
    top: 740px;
}

.features {
    position: absolute;
    background-color: #FFF;
    top: 775px;
    left: 50px;
    font-size: 15px;
}

.notify {
    position: absolute;
    background-color: #FFF;
    top: 795px;
    left: 50px;
    font-size: 15px;
}

.footer {
    position: absolute;
    font-size: 15px;
    bottom: 50px;
    left: 50px;
}

.box {
    box-sizing: border-box;
    border: solid thin #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 15px;
    /*border-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    height: 30px;
    width: 300px;
    padding: 5px;
}

.box:focus {
    outline: none;
    border: 1px solid #0085da;
    /*box-shadow: 0px 0px 8px #2b579a;*/
}

.Submitbox {
    box-sizing: border-box;
    border: solid thin;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    /*border-radius: 5px;*/
    /*border-top-left-radius: 5px;*/
    height: 30px;
}

.Submitbox:focus {
    outline: none;
    border: 1px solid #0085da;
    /*box-shadow: 0px 0px 8px #2b579a; */
}

.enplan {
    position: absolute;
    right: 51px;
    bottom: 100px;
    width: 119px;
    height: 31px;
}

.footertoo {
    position: absolute;
    font-size: 15px;
    bottom: 70px;
    right: 50px;
}

/*h1 {
	text-align: center;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 80px 0;
	z-index: 20;
}*/

.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;
    /*box-shadow: 0px 0px 30px #fff;*/
    /*border-radius: 5px;*/
    width: 575px;
    position: relative;
    top: 60px;
    transition: all 5s ease-in-out;
    z-index: 20;
}

.popup h2 {
    margin-top: 0;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    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%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    overflow: auto;
    z-index: 20;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
        z-index: 20;
    }

    .popup {
        width: 70%;
        z-index: 20;
    }
}

