/*
Org Info
 -----------------------------*/
.org-info {
	position: relative;
	width: 100%;
}
.org-info .org-title {
	padding: 49px 20px;
}
.org-info h1 {
	text-align: center;
}
.org-info .services {
	padding-bottom: 10px;
	overflow: hidden;
}
.org-info .services > div {
	margin-top: 30px;
	text-align: center;
}
.org-info .services .service-block {
	padding: 20px 10px;
	position: relative;
	overflow: hidden;
}
.org-info .services .service-block:hover h3 > span > small {
	color: #fff
}
.org-info .service-block:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
	content: '';
}
.org-info h3 i {
	display: inline-block;
	margin-right: 5px;
	width: 25px;
	height: 25px;
}
.org-info p {
	padding-top: 20px;
}
.org-info .services .one .fa {
	color: #f9c31e;
	font-size: 28px;
	vertical-align: middle;
}
.org-info .services .one:after {
	background: #f9c31e;
}
.org-info .services .two:after {
	background: #fd7938;
}
.org-info .services .three:after {
	background: #14aa85;
}
.org-info .services .four:after {
	background: #87aa14;
}
.org-info .service-block:hover h3 i {
	transform: scale(1.2);
}
.map-address span {
	margin-bottom: 10px;
	display: block;
}
#legend{display:none}
#legend:after {
	border-color: #ffffff transparent;
	border-style: solid;
	border-width: 15px 0 0 15px;
	bottom: -15px;
	content: "";
	left: 10px;
	position: absolute;
}
.map-section {
	max-width: 100%;
	text-align: center;
	margin-bottom: 80px;
	width: 100%;
	padding-top: 30%;
	position: relative;
	height: 475px;
}
#custom_map {
	padding-top: 30px;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.map-section img {
	height: 479px;
}
.contact-box {
	text-align: left;
}
.gmnoprint {
	display: none;
}
.contact-blocks .contact-box i {
	float: left;
	height: 42px;
	width: auto;
	margin-right: 10px;
}
.contact-blocks .contact-box strong {
	font-size: 20px;
	display: block;
}
.one.service-block.shine .contact-box {
	padding-left: 28px;
}
.contact-blocks .contact-box a {
	color: #94949d;

	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}
.org-info.contact-blocks .services {
	padding-bottom: 57px;
}
.contact-blocks {
	border-bottom: 1px solid #ededed;
	margin-bottom: 100px;
}

.org-info .service-block:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 3px;
	width: 100%;
	content: '';
}
.org-info .services .one:after {
	background: #f9c31e;
}

@media only screen and (min-width: 768px) {
.org-info .services .service-block {
	padding-top: 43px;
	padding-bottom: 43px;
}

}

/*
Desktop
 ----------------------------------------*/
@media only screen and (min-width: 992px) {
.org-info .services .service-block {
	padding-left: 20px;
	padding-right: 20px;
}
}

/*
Tablet
 ----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
.map-section {
	padding-top: 42%
}

}

@media only screen and (min-width: 768px) {
.org-info .services .service-block {
	padding-top: 43px;
	padding-bottom: 43px;
}
}

/*
Desktop
 ----------------------------------------*/
@media only screen and (min-width: 992px) {

.org-info .services .service-block {
	padding-left: 20px;
	padding-right: 20px;
}
.org-info h3 {
	margin-left: -15px;
}
.org-info .org-title {
	padding-top: 97px;
	padding-bottom: 39px;
}
.org-info .services {
	padding-bottom: 64px;
}

}

@media only screen and (max-width: 767px) {
/* Contact   */
.map-section {
	margin-bottom: 30px;
	min-height: 420px;
}
}