a, a:hover {
	color: #000000;
}
a > u,
p > u {
	font-weight: 700;
}
u.gmaps {
    text-decoration:none;
	color: #009dd9;

}
.gmaps:hover {
	cursor: pointer;
    text-decoration:underline !important;

}

@media only screen and (max-width : 767px) {
	h3:nth-child(1) {display: none;}
	p > u:hover {
		color: #009dd9;
	}
	a > u,
	p > u {
		font-size: 16px;
	}

	.gmaps-container {
		max-width: 100%;
	}
}
