﻿#mapwrapper {
  font-family: Arial, Helvetica, sans-serif;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 0;
  background-color: transparent;
  min-width: 220px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}
#mapbase svg {
  max-height: 100%;
  width: 100%;
  margin: 0;
  -webkit-filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) ); 
    filter: drop-shadow( 1px 1px 2px rgba(0, 0, 0, 0.2) );
}
#usfljstip {
  font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
  display: none;
  max-width: 40%;
  padding: 5px;
  border: 1px solid #404040;
  color: #404040;
  z-index: 1000;
  float: left;
  position: absolute;
  background: rgba(265, 265, 265, 0.9);
  word-break: keep-all;
  box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow:1px 2px 4px rgba(0, 0, 0, 0.5);
}
#usfljstip p {
  margin: 0!important;
  color: #404040!important;
}
#usfljstip img {
  float: left;
  padding: 3px;
  max-width: 100%;
}

#countyinfo {
  background: white;
  position: absolute;
  top: 55%;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 11px 20px 0 #001f40;
  width: 600px;
  display: none;
}

#countyinfo.active {
  display: block;
}

#countyinfo h4 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

#countyinfo p {
  margin-bottom: 0;
  margin-top: 0;
}

#countyinfo .county_name {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  border: ;
  background: #ececec;
  padding: 5px 20px;
  border-radius: 40px;
}

#countyinfo .county_info {
  color: #505050;
  font-size: 24px;
  line-height: 34px;
  font-style: italic;
  margin: 15px 0;
}

#countyinfo .county_website a, #countyinfo .county_phone a {
  font-size: 21px;
  color: #e87511;
  text-decoration: underline;
  line-height: 31px;
}

#countyinfo .county_website,
#countyinfo .county_phone {
  background: #ececec;
  border-radius: 30px;
  padding: 10px 24px;
  margin: 0px 0 20px;
}

#countyinfo img {
  margin-right: 20px;
}

@media screen and (max-width: 320px){
  #mapbase svg {
    height:260px;
  }
}
@media screen and (max-width: 400px) and (min-width: 321px) {
  #mapbase svg {
    height:310px;
  }
}
@media screen and (max-width: 480px) and (min-width: 401px) {
  #mapbase svg {
    height:390px;
  }
}
@media screen and (max-width: 568px) and (min-width: 481px) {
  #mapbase svg {
    height:470px;
  }
}
@media screen and (max-width: 685px) and (min-width: 569px) {
  #mapbase svg {
    height:530px;
  }
}
@media screen and (max-width: 767px) and (min-width: 686px) {
  #mapbase svg {
    height:580px;
  }
}
@media screen and (min-width: 768px) {
  #mapbase svg {
    height:1088px;
  }
}
/* THIS IS TO HIDE AN AREA IF NEEDED
#usfljs2, #usfljsvn2 {
  display: none;
}*/

