body {
    background-color: #F2F2F2;
    background-image: url(../images/bkgd-gradient.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
}

* { outline: none; }

a, u {
    text-decoration: none;
}


label {
    font-size: smaller;
}

input[type=text] {
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px 5px;
    width: 100%;
}

#keywordTextBox {
    border-width: medium;
}

input[type=button], input[type=submit] {
    background-color: gainsboro;
    border-radius: 10px;
    color: black;
    cursor: pointer;
    margin-top: 10px;
    padding: 10px;
    width: 48%;
}

select {
    border-radius: 5px;
    box-sizing: border-box;
    margin: 5px 0;
    padding: 5px 5px;
    width: 100%;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

div#resultsWrap {
    background: #f1f1f1;
    border: 2px;
    border-color: #c1c1c1;
    border-radius: 10px;
    border-style: solid;
    display: none;
    height: 350px;
    padding: 10px;
    position: absolute;
    left: 15px;
    text-align: left;
    top: 95px;
    width: 40%;
    z-index: 1;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.resultDistanceOptions {
    border-radius: 4px;
    margin: 0;
    padding: 0;
    color: blue;
    width: auto;
    border: 2px solid #fdb6b6;
    background-color: #fff0f0;
}

div#searchWrap {
    background: #f1f1f1;
    border: 2px solid #c1c1c1;
    border-radius: 10px;
    display: none;
    padding: 10px;
    position: absolute;
    left: 15px;
    text-align: left;
    top: 95px;
    width: 30%;
    z-index: 1;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

div#legendWrap {
    background: #f1f1f1;
    border: 2px;
    border-color: #c1c1c1;
    border-radius: 10px;
    border-style: solid;
    display: none;
    height: 350px;
    padding: 10px;
    position: absolute;
    left: 15px;
    text-align: left;
    top: 95px;
    width: 30%;
    z-index: 1;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

div#infoWrap {
    font-size: small;
    background: white;
    border: 2px;
    border-color: #c1c1c1;
    border-radius: 10px;
    border-style: solid;
    display: none;
    padding: 10px;
    position: absolute;
    right: 16px;
    text-align: left;
    top: 62px;
    width: 30%;
    z-index: 1;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

div#resultsMessage {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    width: 95%;
    justify-content: center;
    position: absolute;
    font-size: small;
    color: gray;
}

div#results {
    height: 290px;
    left: 10px;
    overflow-y: scroll;
    position: absolute;
    text-align: left;
    top: 64px;
    width: 95%;
    z-index: 1;
}

div#results .result {
    background: white;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    border-top: 2px solid #f1f1f1;
    border-radius: 6px;
    cursor: pointer;
    font-size: small;
    padding: 5px 5px 5px 45px;
}

div#results .result .locationName {
    font-weight: bold;
    color: steelblue;
}

#resultStatus {
    float: left;
    font-weight: bold;
}

div#sortResults {

    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: medium;
    font-size: small;
    padding: 2px;
}

.wrapInfo {
    border-bottom-color: #CCCCCC;
    border-bottom-style: solid;
    border-bottom-width: medium;
    font-size: smaller;
    font-weight: bold;
    padding: 2px;
}

div#legend button {
    border: 0;
}

div#legend {
    background: #f1f1f1;
    height: 320px;
    left: 10px;
    overflow-y: scroll;
    position: absolute;
    text-align: left;
    width: 95%;
    z-index: 1;
}

    div#legend .key {
        background: white;
        background-position: 5px 5px;
        background-repeat: no-repeat;
        border-radius: 6px;
        cursor: pointer;
        font-size: small;
        padding: 10px 5px 16px 45px;
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }

div#legend .key .keyName {
    font-weight: bold;
    color: steelblue;
}

.dialogTitle {
    font-weight: bold;
    font-size: small;
}

div#mapCodes {
    float: right;
    margin-top: -4px;
}

div#mapCodes img {
    height: 28px;
    width: 25px;
}

.infoNoIcon {
    background: #f3fbfb;
    border-bottom: 2px solid #004386;
    border-top: 2px solid #004386;
    padding: 5px 5px 5px 5px;
    text-align: left;
}

h1 {
    color: #006e52;
    font-size: 185%;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    padding: 0px;
}

h2 {
    color: #006e52;
    font-size: 128%;
    line-height: 90%;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
}

h3 {
    color: #333;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}

h4 {
    color: #006E52;
    font-size: 93%;
    font-weight: bold;
    line-height: 115%;
}

.left { float: left; }

.right { float: right; }

.clear {
    clear: both;
    height: 0px;
}

.bold { font-weight: bold; }

.arrowright {
    position: absolute;
    right: 0px;
}

div#container {
    background-image: url(../images/bkgd-pattern.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: static;
    width: 1080px;
}

div#banner {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 872px;
}

ul#nav {
    float: right;
    margin: 25px 0 5px 0;
    width: 767px;
}

ul#nav li {
    float: left;
    font-weight: bold;
    list-style-type: none;
}

ul#nav li a {
    color: #fff;
    display: block;
    font-size: 12px;
    height: 20px;
    margin: 0 0 0 10px;
    padding: 7px 8px 0 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 3px 3px #114624;
    text-transform: uppercase;
}

ul#nav li a:hover {
    background-color: #81ac90;
    border: 2px solid #51866d;
    padding: 5px 6px 0 6px;
}

ul#nav li a.active {
    background-color: #81ac90;
    border: 2px solid #51866d;
    padding: 5px 6px 0 6px;
}

div#main {
    background-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
    border-right-width: 2px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 475px;
    padding-bottom: 0px;
    width: 872px;
}

div#topcorners {
    height: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 876px;
}

img.docimage {
    border: 0;
    float: left;
    height: 100px;
    margin-bottom: 4px;
    margin-right: 6px;
    position: relative;
    top: 0;
    width: 150px;
}

#logo {
    height: 80px;
    left: 110px;
    margin: 10px 0 0 0px;
    position: absolute;
    top: 0;
    width: 180px;
    z-index: 1;
}



h1.pagetitle {
    color: #006e52;
    font-family: "trebuchet ms", arial, sans-serif;
    font-size: 160%;
    font-weight: bold;
    margin: 0 0 0.4em;
    padding-left: 210px;
}

h1.contact {
    border-bottom: 1px solid rgb(225, 225, 225);
    color: #000;
    font-size: 100%;
    font-weight: normal;
    margin: 0 0 1.5em;
    padding: 0 0 2px;
    text-align: left;
}

.tagline {
    border-bottom: 4px solid rgb(225, 225, 225);
    color: #1e6342;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    margin-top: -10px;
    padding-bottom: 5px;
    padding-left: 210px;
    width: 650px;
}

div#leftcolumn {
    background-color: #FFFFFF;
    background-image: url('../images/barn.jpg');
    background-position: 0px 220px;
    background-repeat: no-repeat;
    height: 768px;
    left: 0px;
    min-height: 600px;
    padding: 0px 7px;
    position: relative;
    top: 0px;
    width: 203px;
}

div#leftcolumnb {
    background-color: #fff;
    background-position: 0px 220px;
    background-repeat: no-repeat;
    min-height: 475px;
    padding-bottom: 0px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 0px;
    position: relative;
    width: 203px;
}

div#funfact { padding: 10px; }

div#funfact h2 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

div#dates {
    background-color: #e9e9f0;
    border: 1px solid #3aadc9;
    margin-left: 10px;
    margin-right: 10px;
}

div#dates ul {
    margin: 0px;
    padding: 0px;
}

div#dates li {
    font-size: 85%;
    font-weight: bold;
    list-style-type: none;
}

div#dates ul li a {
    color: #444;
    display: block;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-top: 7px;
}

div#dates ul li a:hover {
    background: #fbfbfb;
    color: #3aadc9;
}

div#dates h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}

ul#buttons {
    bottom: 0px;
    margin-bottom: 20px;
    margin-left: 7px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 0px;
    position: absolute;
}

ul#buttons li { list-style-type: none; }

div#slider {
    background-color: #262626;
    height: 255px;
    margin: 10px;
    width: 632px;
}

div#leftlinks {
    background-color: #e9e9f0;
    border: 1px solid #3aadc9;
    margin-left: 5px;
    margin-right: 5px;
}

div#rightcontent {
    background-image: url(../images/left-inside-shadow.jpg);
    background-position: left top;
    background-repeat: repeat-y;
    float: left;
    min-height: 475px;
    width: 655px;
}

div#middlecol {
    padding-left: 10px;
    width: 420px;
}

#middlecol img { margin-bottom: 10px; }

div#content {
    padding-left: 10px;
    width: 98%;
}

div#rightcontent .feature {
    float: left;
    padding: 10px;
    width: 197px;
}

div#rightcontent .feature p { font-size: 11px; }

div#rightcontent .feature img {
    padding-bottom: 5px;
    padding-top: 5px;
}

#rightcontent .feature ul.quicklinks {
    border-top-color: #48B3CD;
    border-top-style: dotted;
    border-top-width: thin;
    font-size: 93%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 15px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

#rightcontent .feature ul.quicklinks li {
    border-bottom-color: #48B3CD;
    border-bottom-style: dotted;
    border-bottom-width: thin;
    list-style-type: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}

#rightcontent .feature .quicklinks a { display: block; }

#footer { text-align: center; }

div#pageshadow {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#footer p {
    font-size: 100%;
}

#nav {
    float: left;
    font-size: 93%;
    line-height: normal;
    position: relative;
    width: 872px;
}

#nav ul {
    float: right;
    list-style: none;
    margin: 30px 0 5px 0;
    width: 550px;
}

#nav li {
    display: inline;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#nav a {
    background: url("../images/tableft.gif") no-repeat left top;
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a span {
    background: url("../images/tabright.gif") no-repeat right top;
    color: #066;
    display: block;
    float: left;
    padding: 5px 15px 4px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#nav a span { float: none; }

/* End IE5-Mac hack */

#nav a:hover span { color: #030; }

#nav a:hover { background-position: 0% -42px; }

#nav a:hover span { background-position: 100% -42px; }

div#maplegend { margin-top: 6px; }

div#maplegend img {
    float: left;
    font-size: 5px;
    height: 35px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 4px;
    position: relative;
    width: 35px;	
}

div#maplegend div.legendItem {
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 12px;
    padding: 2px;
    padding-bottom: 5px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    width: 118px;
}

#wrapper {
    float: left;
    position: relative;
    width: 100%;
}

#map {
    border: 1px solid #979797;
    float: left;
    height: 500px;
    width: 100%;
    z-index: 0;
    display: none;
}

#splash {
    border: 1px solid #979797;
    float: left;
    height: 500px;
    width: 100%;
    z-index: 1;
    display: none;
}

#showResults {
    background: white;
    background-image: url(../images/menu.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border: 2px groove bisque;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-size: small;
    font-weight: bold;
    padding: 9px 9px 9px 32px;
}

#showResults:hover {
    background: lavender;
    background-image: url(../images/menu.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border: 2px groove bisque;
    cursor: pointer;
}

#showSearch {
    background: white;
    background-image: url(../images/search.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border: 2px groove bisque;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    font-size: small;
    font-weight: bold;
    padding: 9px 9px 9px 32px;
}

#showSearch:hover {
    background: lavender;
    background-image: url(../images/search.png);
    background-position: 4px 4px;
    background-repeat: no-repeat;
    border: 2px groove bisque;
    cursor: pointer;
}

#exportList {
    float: right;
    font-size: small;
    position: absolute;
    right: 45px;
    top: 12px;
}

.closePanel {
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.gm-style-iw-chr {
    height: 0px !important;
}

#iw-container { margin-bottom: 5px; }

#iw-container .iw-title {
    background-color: #318873;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: medium;
    font-weight: 400;
    margin: 0;
    padding: 10px;
}

.iw-subTitle {
    font-weight: 500;
    padding: 5px 0;
}

#iw-container .iw-content {
    font-weight: 400;
    line-height: 16px;
    margin-right: 0px;
    max-height: 180px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px 0 10px;
    width: 94%;
}

.iw-content img {
    float: right;
    margin: 0 5px 5px 10px;
}

.iw-footer {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 10px 15px 10px;
 }

.iw-link {
    color: blue;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}

.iw-program {
    position: relative;
    border: 2px solid #318873;
    border-radius: 6px;
    color: #318873;
    display: inline-block;
    font-weight: 500;
    font-size: smaller;
    margin-right: 4px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
}

#iw-farm-programs {
    margin: 10px;
}

.error-dialog .ui-dialog-titlebar {
    background: #f9b2b2;
}

.alert-dialog .ui-dialog-titlebar {
    background: #f9f0b2;
}

.success-dialog .ui-dialog-titlebar{
    background: #def5d9;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
  display: none;
  width: 140px;
  bottom: 110%;
  left: 0;
  background-color: #464646;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 4px;
  border: 1px solid #929292;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
    display: inline-block;
}

.tooltip .mapcodetooltiptext {
  display: none;
  width: 100px;
  top: 110%;
  right: 0;
  background-color: #464646;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  padding: 4px;
  border: 1px solid #929292;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .mapcodetooltiptext {
    display: inline-block;
}

#survey-thanks-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    padding: 20px;
    font-weight: 800;
    color: #006e52;
    font-size: 128%;
    line-height: 90%;
    text-align: center;
    border: 2px solid #006e52;
    border-radius: 10px;
    background-color: #def5d9;
    z-index: 1000;
}

.contextMenu {
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 6px;
    cursor: pointer;
    font-size: .8rem;
    text-align: center;
    color: #0d1f49;
    width: 6vw;
    margin: 1px; /*Please note that this margin is necessary otherwise browser will open its own context menu*/
}

.loadingImg {
    position: relative;
    width: 16px;
    height: 16px;
    padding-right: 4px;
    top: 4px;
}

.resultMessage {
    position: relative;
    top: -2px;
}

.poi-info-window {
    padding: 10px;
}

.gm-style .gm-style-iw-c {
    padding: 0px !important;
    overflow: visible;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style-iw button.gm-ui-hover-effect img {
    display: none !important;
}

.gm-style-iw button.gm-ui-hover-effect {
    opacity: 1 !important;
    width: 22px !important;
    height: 22px !important;
    top: -10px !important;
    right: -10px !important;
}

.gm-style-iw button.gm-ui-hover-effect:before {
    display: block;
    content: "";
    background: url('../images/close-icon.png') center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    position: relative;
}

.gm-style-iw button.gm-ui-hover-effect span{
    display: none !important;
}

.search-button {
    background-color: #1b4e8c;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.search-button:hover {
    background-color: #033470;
}

:focus-visible {
    outline: 3px solid gray;
    outline-offset: 2px;
}

.button:focus-visible {
    outline: 3px solid gray;
    outline-offset: 2px;
}