/* @override http://www.acfloodcontrol.org/files/watersheds/gmaps-api/style.css */

/* @override http://www.acfloodcontrol.org/files/watersheds/gmaps-api/style.css */


#map {
  height: 800px;
  width: 100%;
  overflow: unset;
}
.gm-style-iw {
   max-width: 270px;
}
.gm-style-iw + div {
    width: 28px !important;
    height: 28px !important;
}
#map .gm-style-iw + div img {
    display: none;
}
#map .gm-style-iw + div:after {
    content: '\2716';
    font-size: 28px;
    line-height: 28px;
    color: #A6A6A6;
    text-align: center;
}

.info-box-wrap {
    background-color: rgba(255, 255, 255, 0.6);
}
.info-box-text-wrap {
    padding: 3px 4px 3px 4px;
}
.info-box-title-wrap {
    text-align: center;
}
.info-box-label {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.info-box-value {
    font-size: 12px;
    color: #ffffff;
}
.infowin-wrapper {
    padding: 14px 0 10px 10px;
}
.infowin-outer {
    overflow: auto;
}
.infowin-inner {
    font-family: "Roboto",Arial,sans-serif;
    font-size: small;
}
.infowin-content {
    
}
.infowin-title {
    font-size: 18px;
    color: #4caf50;
    margin-bottom: 6px;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.infowin-subtitle {
    font-weight: 400;
    font-size: 14px;
    color: #444544;
    margin-bottom: 12px!important;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.infowin-content p {
    font-size: 14px;
    color: #484444;
    line-height: 1.5em;
    margin: 0 0 12px;
}

.infowin-content p:last-child {
	margin-bottom: 0;
}

.watersheds-cta {
	margin-top: 20px;
	margin-bottom: 12px;
}

.watersheds-cta a {
    font-weight: 600;
	color: #fff;
	background-color: #4caf50;
	padding: 6px 20px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	letter-spacing: 0.03em;
}

.watersheds-cta a:hover {
	background-color: #4e9351!important;
    color: #fff!important;
}
