/* Color Tokens */
#primary {
	color: #00548B; /* $primary */
}

#secondary {
	color: #D0282E; /* $secondary */
}

#tertiary {
	color: #3F79BC; /* $tertiary */
}

#light {
	color: #EFECE4; /* $light */
}

#dark {
	color: #53616F; /* $dark */
}

#white {
	color: #FFFFFF; /* $white */
}

#text {
	color: #2B2E30; /* $text */
}
/* End Color Tokens */

/* Sub Banner Styles */
.sub-map-container {
}

.sub-map-container .map-holder {
}

.sub-map-container .map-holder + .map-holder {
	display: none;
}

.sub-map-container .map-holder .map-item {
	padding: 6.556em;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	height: 42.444em;
}

.sub-map-container .map-holder .map-item .imap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.map-holder .map-item .icon-holder {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #6E206F;
	color: #FFFFFF; /* $white */
	padding: 2.18em;
}
.recolor .map-holder .map-item .icon-holder{
	background-color:#61A037;
}

.map-holder .map-item .icon-holder.v1 {
	background-color: #00548B; /* $primary */
}

.map-holder .map-item .icon-holder.v2 {
	background-color: #D0282E; /* $secondary */
}

.map-holder .map-item .icon-holder.v3 {
	background-color: #3F79BC; /* $tertiary */
}

.map-holder .map-item .icon-holder.v4 {
	background-color: #A10E45;
}

.map-holder .map-item .icon-holder.v5 {
	background-color: #006D66;
}

.map-holder .map-item .icon-holder.v6 {
	background-color: #E0B292;
}

.map-holder .map-item .icon-holder.v7 {
	background-color: #6E206F;
}

.map-holder .map-item .icon-holder.v8 {
	background-color: #85C446;
}

.map-holder .map-item .icon-holder.v9 {
	background-color: #FFCA38;
}

.map-holder .map-item .icon-holder.v9 h4 {
	color: #3A4855;
}

.map-holder .map-item .icon-holder.v10 {
	background-color: #78678F;
}

.map-holder .map-item .icon-holder > icon, .map-holder .map-item .icon-holder > svg {
	font-size: 2.2em;
}

.map-holder .map-item .location-info {
	background-color: #FFFFFF; /* $white */
	padding: 3.111em;
	width: 42.5%;
	position: relative;
}

.map-holder .map-item .location-info h4 {
	font-size: 1.778em;
	color: #00548B; /* $primary */
	font-weight: 600;
	margin-bottom: .5em;
}

.map-holder .map-item .location-info p {
	font-size: 1.167em;
	line-height: 1.333em;
	color: #00548B; /* $primary */
	font-family: 'Montserrat', sans-serif; /* @mainfont */
	font-weight: 400;
}

.map-holder .map-item .location-info .btn.v1 {
	margin-top: 2em;
}

.sub-map-container.v2 .map-holder .map-item .location-info .btn.v1 {
	
}

.recolor .map-holder .map-item .location-info .btn.v1 {
	color: #fff;
	border: 2px solid #FFF;
	background: #B0478C;
	white-space: nowrap;
}

.recolor .map-holder .map-item .location-info .btn.v1:hover, 
.recolor .map-holder .map-item .location-info .btn.v1:focus {
	border-color: #B0478C;
	color: #B0478C !important;
	background: #ffffff;
}

.map-holder .map-item .info-list {
	padding: 1em 0 0;
	overflow: hidden;
	max-height: 27em;
	width: 100%;
}

.map-holder .map-item .info-list li {
	padding: 0.778em 0;
	width: 100%;
	line-height: 1.263em;
	font-weight: 500;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #00548B; /* $primary */
	font-size: 1.056em;
}

.map-holder .map-item .info-list li img {
	margin-right: 1em;
}
/* End Sub Banner Styles */

/* Location Pop Up */
.map-item .location-popup {
	position: absolute;
	text-align: center;
	box-shadow: 0 3px 40px 0 rgba(0, 84, 139, 0.25);
	max-width: 18.167em;
	width: 100%;
	border-radius: 10px;
	z-index: 48;
	visibility: hidden;
	opacity: 0;
	transition: opacity .4s ease 0s, visibility 0s ease 0.4s;
}

.map-item .location-popup.active {
	visibility: visible;
	opacity: 1;
	transition: opacity .4s ease 0s, visibility 0s ease 0s;
}

.map-item .location-popup:before {
	content: '';
	position: absolute;
	top: calc(100% - 0.85em);
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 1.7em;
	height: 1.7em;
	background-color: #FFF;
	z-index: 0;
	box-shadow: 0 3px 40px 0 rgba(0, 84, 139, 0.25);
}

.map-item .location-popup.below:before {
	bottom: calc(100% - 0.85em);
	background-color: transparent;
	background-image: linear-gradient(to right,#e7eff3,#e4eff5);
	top: auto;
}

.map-item .location-popup .name {
	display: block;
	padding: 1em;
	font-size: 1.056em;
	color: #D0282E;
	letter-spacing: -0.025em;
	font-weight: 700;
	background-image: linear-gradient(to right,#f2f2ee,#d7ecfa);
	line-height: 1.4em;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 1;
	position: relative;
}

.map-item .location-popup .contact-info {
	padding: 1em;
	background-color: #FFF;
	z-index: 1;
	position: relative;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.map-item .location-popup .contact-info {
	padding: 1em;
	background-color: #FFF;
	z-index: 1;
	position: relative;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.map-item .location-popup address {
	font-style: normal;
	font-weight: 400;
	font-size: 1.056em;
	line-height: 1.263em;
	color: #53616f;
	font-family: 'Source Sans 3', sans-serif;
}

.map-item .location-popup .phone-num {
	font-size: 1.167em;
	color: #00548b;
	font-weight: 500;
}

.map-item .location-popup .view-link {
	font-size: 0.778em;
	letter-spacing: 0.1em;
	color: #D0282E;
	text-transform: uppercase;
	font-weight: 600;
	display: table;
	margin: 0 auto;
	line-height: 1em;
}

.map-item  .location-popup .view-link icon {
	vertical-align: -0.2em;
}

.map-item  .close-location-popup {
	position: absolute;
	bottom: calc(100% - 0.6em);
	left: calc(100% - 0.6em);
	font-size: 1.5em;
	color: #00548B; /* $primary */
	z-index: 2;
	transition: color .4s ease 0s;
	cursor: pointer;
	background-color: #FFF;
	border-radius: 50%;
}
/* End Location Pop Up */

/* Sub Banner Styles [Green Theme] */
.green-theme .map-holder .map-item .icon-holder {
	background-color: #fa951f;
}
/* End Sub Banner Styles [Green Theme] */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.sub-map-container {
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.sub-map-container {
	}

	.sub-map-container .map-holder .map-item {
		padding: 4.15em;
	}

	.map-holder .map-item .icon-holder {
		padding: 1em;
	}

	.map-holder .map-item .location-info {
		width: 60%;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.sub-map-container {
	}

	.map-holder .map-item .icon-holder {
		display: none;
	}

	.sub-map-container .map-holder .map-item {
		padding: 0;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.map-holder .map-item .location-info {
		width: 100%;
		background-color: rgba(255,255,255,0.902); /* alpha($white,90%) */
		padding: 1.5em 2.5em;
	}
}
/* End Responsive [1200px] */

/* Responsive [1000px] */
@media screen and (max-width: 1000px) {
	.sub-map-container {
	}
}
/* End Responsive [1000px] */

/* Responsive [800px] */
@media screen and (max-width: 800px) {
	.sub-map-container {
	}

	.map-holder .map-item .location-info {
		padding: 1.5em;
	}
}
/* End Responsive [800px] */

/* Responsive [600px] */
@media screen and (max-width: 600px) {
	.sub-map-container {
	}
}
/* End Responsive [600px] */

/* Responsive [450px] */
@media screen and (max-width: 450px) {
	.sub-map-container {
	}
}
/* End Responsive [450px] */
