/* 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 */

/* General Home Map Container Styles */
.map-container-home {
	padding: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 7.222em;
}

.map-container-home.static-map {
	background-image: url("/images/static-homepage-map.png");
	background-position: 100%;
}

.map-container-home .map-box {
	background-color: #FFFFFF; /* $white */
}

.map-box header {
	background-color: #3F79BC; /* $tertiary */
	padding: 2.333em 6.111em;
	position: absolute;
	top: -8.722em;
	left: 0;
	width: 100%;
}

.map-box header h4 {
	color: #FFFFFF; /* $white */
	font-size: 2em;
	font-weight: 600;
}

.map-box header p {
	color: #FFFFFF; /* $white */
	font-weight: 300;
	font-size: 1.667em;
	margin: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif; /* @mainfont */
}

.map-box .map-info {
	padding: 2.556em 6em 3.111em 6.5em;
}

.map-info header {
	background-color: transparent;
	position: relative;
	top: auto;
	left: auto;
	padding: 0;
}

.map-info header h4 {
	color: #53616F;
	font-size: 1.333em;
	line-height: 1.333em;
	font-weight: 400;
	font-family: 'Source Sans 3', sans-serif; /* @accentfont */
}

.map-info .info-list {
	padding: 1.667em 0 2.444em;
}

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

.map-info .info-list li img {
	margin-right: 1em;
}

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

.home-page .gmnoprint img {
	cursor: default;
}
/* End General Home Map Container Styles */

/* Support -webkit-grab */
@supports (cursor: -webkit-grab) {
	.home-page .gmnoprint img {
		cursor: -webkit-grab;
	}
}
/* End Support -webkit-grab */

/* General Home Map Container Styles */
.map-container-home.tcm {
}

.map-container-home.tcm .map-box {
	background-color: rgba(255, 255, 255, 0.9);
}

.map-container-home.tcm .map-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tcm .map-info .info-list li {
	padding-right: .5em;
	font-size: .85em;
}

.tcm .map-info .info-list li span {
	padding-right: .25em;
}

_.tcm .map-info .info-list li img {
	min-height: 3em;
}
/* End General Home Map Container Styles */

/* Responsive [1650px] */
@media screen and (max-width: 1650px) {
	.map-box > header {
		padding: 2.333em 2em 2.333em 4em;
	}

	.map-box .map-info {
		padding: 2.556em 4em 3.111em;
	}
}
/* End Responsive [1650px] */

/* Responsive [1500px] */
@media screen and (max-width: 1500px) {
	.map-box .map-info {
		padding: 2.5em 2.5em 3.111em;
	}

	.map-box > header {
		padding: 2.333em 2.333em 2.333em 2.5em;
	}
}
/* End Responsive [1500px] */

/* Responsive [1200px] */
@media screen and (max-width: 1200px) {
	.map-box > header {
		padding: 2.5em 2em;
		top: -9em;
	}

	.map-container-home .map-box {
		width: 100%;
		background-color: transparent;
	}

	.map-box .map-info {
		width: 50%;
		background-color: #FFFFFF; /* $white */
		padding: 2.5em 2em 3.111em;
	}

	.map-container-home.tcm .map-info {
		width: 100%;
	}

	.map-container-home.tcm .imap {
		display: none;
	}

	.map-container-home.tcm.static-map {
		background-image: none;
	}

	.map-container-home.tcm {
		padding-bottom: 0;
	}

	.tcm .map-info .info-list li {
		font-size: 1em;
	}

	.tcm .map-info .info-list li img {
		min-height: 100%;
	}
}
/* End Responsive [1200px] */

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

	.map-box .map-info {
		background-color: transparent;
		padding: 0;
	}

	.map-info header {
		display: none;
	}

	.map-container-home .map-box {
		height: 100%;
	}

	.map-info .info-list {
		display: none;
	}

	.map-info .btn-con {
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.map-info .btn-con .btn.v1 {
		display: block;
	}

	.map-container-home {
		padding-bottom: 0;
		height: 32.778em;
	}

	.map-box header h4 {
		font-size: 1.75em;
	}

	.map-box > header {
		padding: 2.5em 1.667em;
	}

	.map-container-home.tcm .imap {
		display: block;
	}

	.map-container-home.tcm.static-map {
		background-image: url("/images/static-homepage-map.png");
	}

	.tcm .map-info .btn-con {
		position: relative;
	}

	.map-container-home.tcm .map-info {
		width: 50%;
		bottom: 0;
		left: 0;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		_position: absolute;
	}

	.map-container-home.tcm .map-info .half {
		width: 100%;
	}

	.map-container-home.tcm .map-info .half:last-child {
		margin-top: .5em;
	}

	.map-container-home.tcm .map-box {
		background-color: transparent;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

    .map-container-home.tcm .map-info .half:last-child {
        display: none;
    }
}
/* End Responsive [800px] */

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

	.map-box > header {
		top: 0;
		left: 0;
		position: relative;
	}

	.map-box .map-info {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 74%;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	_.map-container-home .map-box {
		position: absolute;
		top: 0;
		left: 0;
	}

	.map-info .btn-con {
		position: relative;
	}

	.tcm .map-info .btn-con {
		width: 100%;
	}

	.map-container-home.tcm .map-info {
		width: 100%;
	}

    .map-container-home.tcm {
        height: 100%;
    }

    .map-container-home.tcm .imap {
        display: none;
    }

	.map-container-home.tcm.static-map {
		background-image: none;
	}

    .map-container-home.tcm .map-info .half:last-child {
        margin-top: 0;
    }
        
    .map-container-home.tcm .map-info .half + half {
        display: none;
    }
}
/* End Responsive [600px] */

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

	.map-box > header {
		padding: 2.5em 1.5em;
	}

	.map-box .map-info {
		width: 70%;
	}

	.map-container-home.tcm .map-info {
		width: 100%;
	}
}
/* End Responsive [450px] */
