/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */
#locations-map {
    height: 500px;
}


.gm-style-iw-d a,
.gm-style-iw-d a:hover,
.gm-style-iw-d a:visited,
.gm-style-iw-d a:active,
.gm-style-iw-d a:link {
    font-family: "niveau-grotesk", sans-serif;
    text-transform: uppercase;
    color: #008b71;
}


/**
fix for the info window on the map
 */
.gm-style-iw-t { bottom: 5px !important; }