#map {
  height: 100%;
  height: 320px;
}
#map :focus {
  outline: 3px auto rgba(132,189,0,.2);
}
/* Optional: Makes the sample page fill the window. */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
#description {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}
#infowindow-content .title {
  font-weight: bold;
}
#infowindow-content {
  display: none;
}
#map #infowindow-content {
  display: inline;
}
.pac-card {
  margin: 10px 10px 0 0;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 210px;
  top: 60vh !important;
}
#pac-container {
  padding: 10px 5px;
  background-color: #eceded;
  position: relative;
}
/* .pac-container:after {
        background-image: none !important;
        height: 0px;
    } */
.pac-controls {
  display: inline-block;
  padding: 5px 0px;
  width: 100%;
}
.search_opt {
  display: block;
  width: 95%;
  float: left;
  margin: 5px;
}
.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}
.check-search {
  float: right;
}
#pac-input {
  font-size: 10px;
  font-family: 'Quicksand';
  font-weight: 600;
  padding: 5px;
  width: 100%;
  border: 1px solid #767676;
  background: white;
}
#pac-input:focus {
  border-color: #4d90fe;
}
.map_wrp #title {
  color: #fff;
  background-color: #7bbc49;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 12px;
  font-family: 'Quicksand';
  text-align: center;
}
.map-search-btn {
  position: absolute;
  right: 8px;
  top: 10px;
  background-color: #7bbc49;
  border: none;
  color: #fff;
  padding: 4px 10px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  float: right;
  width: 34px;
  height: 25px;
}
.map-search-btn:focus {
  outline: none;
}
.pac-card .map-search-btn {
  right: 5px;
}
.check-search {
  float: right;
  margin-left: 10px;
}
.float-right {
  text-align: right;
}
img.map-indicator {
  width: 24px;
  display: block;
  float: left;
}
.search_opt label {
  display: block;
  float: left;
  font-size: 12px;
  font-family: 'Quicksand';
  font-weight: 600;
  line-height: 2;
  margin-bottom: 0;
  margin-left: 5px;
}
.res_cnt {
  color: #ddd;
}
.search_opt.float-right label {
  text-align: right;
  float: right;
  line-height: 1;
  font-size: 11px;
  font-family: 'Quicksand';
}
.map_wrp {
  display: block;
  float: left;
  width: 100%;
  /* margin-top: 120px; */
  /* height: 400px; */
}
section#important-safety-information-panel {
  font-family: Quicksand, sans-serif;
  padding: 0 3rem 1rem!important;
  /* bottom: -45px!important; */
}
.gm-style-iw.gm-style-iw-c {
  width: 275px;
  border-radius: 0;
  padding: 0px;
}
.wrp_div {
  display: block;
  float: left;
  padding: 5px;
  width: 100%;
}
.gm-style .gm-style-iw-d::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.img_div {
  display: block;
  float: left;
  width: 100%;
}
.img_div img {
  width: 100%;
}
.map_wrp .title {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background-color: #7bbc49;
  color: #fff;
  margin-top: 2px;
  text-align: center;
  font-weight: 600;
}
.text.advocacy_group,
.text.net_centers {
  padding: 5px;
}
.text.advocacy_group .gr_title {
  font-weight: 500;
}
.gr_phone {
  font-weight: 500;
}
.gr_site a {
  font-size: 12px;
  text-decoration: underline;
  color: blue;
  font-weight: 700;
}
.gr_site a:hover {
  color: #73c046;
}
.gr_addr {
  opacity: .5;
  font-size: 12px;
  margin-bottom: 5px;
}
.title1.net_centers {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background-color: #00b0f0;
  color: #fff;
  text-align: left;
}
.title1.advocacy_group {
  display: block;
  float: left;
  width: 100%;
  padding: 5px;
  background-color: #eeb916;
  color: #fff;
  text-align: left;
}
div#disclaimer_text {
  padding: .5rem 3rem 1rem!important;
  font-size: 12px;
  line-height: 15px;
}
.text {
  display: block;
  float: left;
  width: 100%;
  margin: 5px 0;
  font-weight: 400;
}
.gm-style .gm-style-iw-t::after {
  height: 10px;
  width: 10px;
  top: -1px;
}
button.gm-ui-hover-effect {
  display: none !important;
}
/* Checkbox Styling for map page */
label.filter_checkbox>input[type="checkbox"] {
  display: none;
}
label.filter_checkbox>input[type="checkbox"]+*::before {
  content: "\00A0";
  display: inline-block;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  border: 1px solid #ddd;
}
label.filter_checkbox>input[type="checkbox"]:checked+*::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 104%;
  background-color: #7bbc49;
  content: "";
  transform: translateX(6px) rotate( -47deg);
  transform-origin: left bottom;
}
label.filter_checkbox>input[type="checkbox"]:checked+* {
  color: teal;
  position: relative;
  width: 16px;
  height: 17px;
  border: 1px solid #7bbc49;
  margin-top: 5px;
}
label.filter_checkbox>input[type="checkbox"]:checked+*::before {
  position: absolute;
  left: -5px;
  top: 43%;
  height: 43%;
  width: 2px;
  background-color: #7bbc49;
  content: "";
  transform: translateX(9px) rotate( -35deg);
  transform-origin: left bottom;
}
label.filter_checkbox>input[type="checkbox"]+* {
  display: inline-block;
  /* padding: 1px 2px; */
  margin-top: 5px;
}
label.filter_checkbox {
  float: right;
}
#map_div .widescreen__contents {
  width: 100%;
  max-width: max-content;
}
div#map_div .widescreen__image {
  display: none;
}
#map_div .widescreen__wrapper {
  width: 100%;
  padding: 0px;
}
h3.heading.heading--medium {
  display: none;
}
.page-id-2225 section.hero__upper,
.page-id-2247 section.hero__upper {
  display: none;
}
#disclaimer_text a {
  text-decoration: underline;
  color: #367d0c;
  font-weight: 600;
}
#disclaimer_text a:hover {
  color: #73c046;
}
div#map.fullscreen_map_cls {
  position: inherit !important;
}
.fa-search:before {
    content: "\f002";
}
#block-googlemap #map {
  height: calc(80vh - 160px) !important;
}
#block-googlemap #map {
  height: calc(90vh - 160px) !important
}
.pac-card{ 
  top: 70vh!important;
}
div#pac-card-m {
  top: 70vh !important;
}
.pac-card {
  width:220px;
}
@media only screen and (max-width:810px){ 
  .map_wrp{
    position: relative;
  }
  div#pac-card-m {
    top:50% !important
  }
}