/* Location Info [Map Section] */
.location-info {
	position: relative;
	overflow: hidden;
	background-color: #F4F1EC;
	background-image: url(../images/Map-Side-Img.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 30% 100%;
	min-height: 40em;
}

.location-info .main {
	padding-top: 4em;
}

.location-info figure {
	position: absolute;
	width: 75%;
	height: 100%;
	top: 0;
	right: 0;
	background-image: url(../images/map-bg.html);
	background-size: cover;
	background-position: 50% 50%;
	margin: 0;
}

.location-info .imap {
	position: absolute;
	top: 0;
	width: 75%;
	height: 100%;
	right: 0;
}

.location-info section {
	background-color: #0845A2; /* $primary */
	color: #FFFFFF; /* $white */
	padding: 2.5em 3%;
	width: 33.33%;
	border: solid 5px #FFFFFF; /* $white */
	outline: solid 2px #E03636;
}

.location-info h4 {
	color: #FFFFFF; /* $white */
	margin-bottom: 1rem;
	font-size: 1.7em;
	font-weight: 600;
}

.location-info span {
	display: block;
}

.location-info strong {
	margin: 1.35em 0 0;
	display: block;
	font-weight: 700;
	font-size: 1.3em;
}
/* End Location Info [Map Section] */

/* Responsive - 1536px */
@media screen and (max-width: 1536px) {
	.location-info figure {
		width: 83.33%;
	}
}
/* End Responsive - 1536px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.location-info section {
		width: 40%;
	}

	.location-info figure {
		width: 80%;
	}
}
/* End Responsive - 1120px */

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

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

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.location-info section {
		width: 100%;
		background-color: rgba(49,37,28,0.851); /* alpha($dark,85%) */
		padding: 2.5em 6%;
	}

	.location-info figure {
		width: 100%;
		background-position: 65% 50%;
	}
}
/* End Responsive - 683px */

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

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.location-info figure {
		background-position: 60% 50%;
	}
}
/* End Responsive - 414px */

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