.widget.mg-locations .location a {
	color: #636466;
}

.widget.mg-locations .location a:hover {
	color: #2ecc71;
}

.widget.mg-locations h4 {
	margin-bottom: 5px;
}

.widget.mg-locations ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 240px;
}

.widget.mg-locations li.telephone span,
.widget.mg-locations li.fax span {
    font-family: 'ProximaNovaBold';
    color: #2980b9;
}

.widget.mg-locations li.telephone a {
    color: #636466;
}

.widget.mg-locations .map-canvas {
    height: 377px;
    width: 100%;
}

/* Large desktop */
@media (min-width: 1200px) {
    .widget.mg-locations .map-canvas {
        height: 460px;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {
    .widget.mg-locations .map-canvas {
        height: 295px;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .widget.mg-locations .map-canvas {
        height: 185px;
    }

}

/* Landscape phones and down */
@media (max-width: 150px) {

}
