/* Put your custom styles here */

.color-light-green {
	color: #A2B9A3;
}
.color-dark-green {
	color: #004600;
}
.color-off-white {
	color: #CCCCCC;
}
.font-size-18px {
	font-size: 18px;
}
.gmap-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.gmap-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.responsive-container {
	position: relative;
	padding-bottom: 45%;
	padding-top: 5px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.responsive-container, .responsive-container iframe {
	max-width: 960px;
	max-height: 540px;
}
.responsive-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
