/* T3 Location Map General Setup */
.location-map-area.t3 {
	padding: 0;
}

.location-map-area.t3 .flex {
	position: relative;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.location-map-area.t3 .flex > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
/* End T3 Location Map General Setup */

/* T3 Location Map Map Styles */
.location-map-area.t3 .map-container {
	display: block;
	position: relative;
}

.location-map-area.t3 .map-container .imap {
	position: absolute;
	width: 100%;
	height: 100%;
}
/* End T3 Location Map Map Styles */

/* T3 Location Map Location Info Styles */
.location-map-area.t3 .location-info {
	padding: 3.5em 4%;
}

.location-map-area.t3 .location-info header {
	padding-bottom: 0;
	text-align: left;
}

.location-map-area.t3 .location-info header > *:first-child {
	font-size: 1.8889em;
}

.location-map-area.t3 .location-info strong {
	display: block;
	font-size: 1.111em;
}

.location-map-area.t3 .location-info p {
	margin: 1.5em 0;
}

.location-map-area.t3 .location-info .contact-info {
}

.location-map-area.t3 .location-info .contact-info p {
}

.location-map-area.t3 .location-info .times {
}

.location-map-area.t3 .location-info .times > strong {
}

.location-map-area.t3 .location-info .times ul {
}

.location-map-area.t3 .location-info .times ul li {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.location-map-area.t3 .location-info .times ul li em {
	font-style: normal;
}

.location-map-area.t3 .location-info .times p {
	margin-top: 0;
}

.location-map-area.t3 .location-info .service-area {
}

.location-map-area.t3 .location-info .service-area > strong {
}

.location-map-area.t3 .location-info .service-area p {
	margin: 0;
}
/* End T3 Location Map Location Info Styles */

/* Slide & Fade Styles */
[data-onvisible='slide-n-fade'].location-map-area.t3 .location-info {
	opacity: 0;
	-webkit-transform: translateX(-8em);
	-ms-transform: translateX(-8em);
	transform: translateX(-8em);
}

.slide-n-fade[data-onvisible='slide-n-fade'].location-map-area.t3 .location-info {
	opacity: 1;
	transition: opacity .75s ease 0s, transform .75s ease 0s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

[data-onvisible='slide-n-fade'].location-map-area.t3 .map-container {
	opacity: 0;
	-webkit-transform: translateX(10em);
	-ms-transform: translateX(10em);
	transform: translateX(10em);
}

.slide-n-fade[data-onvisible='slide-n-fade'].location-map-area.t3 .map-container {
	opacity: 1;
	transition: opacity .75s ease .25s, transform .75s ease .25s;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
/* End Slide & Fade Styles */

/* 1500px Responsive */
@media screen and (max-width:1500px) {
	body {
	}
}
/* End 1500px Responsive */

/* 1200px Responsive */
@media screen and (max-width:1200px) {
	body {
	}

	.location-map-area.t3 .location-info {
		width: 34%;
	}

	.location-map-area.t3 .map-container {
		width: 66%;
	}
}
/* End 1200px Responsive */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	body {
	}

	.location-map-area.t3 .location-info {
		width: 50%;
	}

	.location-map-area.t3 .map-container {
		width: 50%;
	}
}
/* End 1000px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	body {
	}

	.location-map-area.t3 .location-info {
		margin: 0 auto !important;
		max-width: none;
		width: 92%;
		padding: 8% 5%;
		text-align: center;
	}

	.location-map-area.t3 .location-info header {
		text-align: center;
	}

	.location-map-area.t3 .map-container {
		display: none;
	}

	.location-map-area.t3 .location-info .times ul {
		max-width: 20em;
		margin: 0 auto;
	}
}
/* End 800px Responsive */

/* 650px Responsive */
@media screen and (max-width:650px) {
	body {
	}
}
/* End 650px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}
}
/* End 550px Responsive */

/* 475px Responsive */
@media screen and (max-width:475px) {
	body {
	}
}
/* End 475px Responsive */

/* 400px Responsive */
@media screen and (max-width:400px) {
	body {
	}

	.location-map-area.t3 .location-info {
		padding: 10% 5%;
	}
}
/* End 400px Responsive */

/* 350px Responsive */
@media screen and (max-width:350px) {
	body {
	}
}
/* End 350px Responsive */
