/*
 * Info Window
 */

.google-map .info-window { padding: 5px; }
.google-map .info-window h5 {
    color: #104777;
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.google-map .info-window ul {
    list-style: none;
    margin: 0;
}
.google-map .info-window ul li {
    font-size: 14px;
    line-height: 14px;
}
.google-map .info-window ul li::before {
    content: "";
    margin: 0;
}
.google-map .info-window img { float: left; margin: 0px 10px 10px 0; display: inline; }
.google-map .info-window .contact-info { margin-left: 0; margin-bottom: 0; line-height: 1.5rem; font-size: .8rem; }
.google-map .info-window .event-actions { font-size: .9rem; line-height: 1.0rem; margin-top: 6px; margin-left: 0px;   }
.google-map .info-window .event-actions li { display: inline; padding-right: 10px; }


/* 
 * Map Containers
 */

.google-map-wrapper {background-color: #F8F5EE;}
.map-open .google-map-wrapper {min-height: 100px;}
.google-map-wrapper .google-map {height: 352px; display: none;}


/*
 * Map Handle
 */
.google-map-toggle {}
.google-map-toggle .handle {
	display: block;
	background-image: url("/includes/public/assets/images/background-map-handle.jpg");
	height: 100px;
	background-position: center;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}
.google-map-toggle .handle span {
	display: block;
    background-image: url("/includes/public/assets/images/icon-map-handle.png");
    color: #fff;
    cursor: pointer;
    text-align: center;
    width: 101px;
    height: 93px;
    padding-top: 10px;
    font-size: 17px;	
    font-family: "mostra-nuova", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 11px;
    padding-right: 34px;
    line-height: 19px;
    padding-top: 27px;
}
.juneau_cares .google-map-toggle .handle span {
    background-image: url("/includes/public/assets/images/microsite/circle.png");
}
.google-map-toggle .open-map {display: block;}
.google-map-toggle .close-map {display: none;}
/* open state */
.map-open .google-map-toggle .open-map {display: none;}
.map-open .google-map-toggle .close-map {display: block;}
.map-open .google-map-toggle .handle {
	background-image: none;
	height: 25px;
}
.map-open .google-map-toggle .handle span {
	top: auto;
    bottom: 35px;
}

