
/*
|-----------------------------------------------------------------------------------------------------------
| Interactive Map 
|-----------------------------------------------------------------------------------------------------------
*/
/*** INTERACTIVE MAP ***/
.st1 {
	display:inline;
}
.st6 {
	fill:none;
	stroke:#7CC24E;
	stroke-width:2;
	stroke-linecap:round;
	stroke-linejoin:round;
}
.st7 {
	fill:none;
	stroke:#fff;
	stroke-width:2;
	stroke-miterlimit:10;
}
.st8 {
	fill:none;
	stroke:#000;
	stroke-miterlimit:10;
}
.st9 {
	fill:none;
	stroke:#faaf4c;
	stroke-width:3;
	stroke-linejoin:round;
	stroke-miterlimit:10;
	stroke-dasharray:2,5;
}
.st10 {
	fill:#FFFFFF;
	stroke:#222222;
	stroke-miterlimit:10;
}
.st11 {
	fill:#222222;
}
.st12 {
	fill:none;
	stroke:#7CC24C;
	stroke-width:4;
	stroke-miterlimit:10;
}


.st0 {
	opacity:0.75;
}
.st1 {
	fill:none;
	stroke:#FFFFFF;
	stroke-width:2;
	stroke-miterlimit:10;
}
.st2 {
	fill:none;
	stroke:#F7941E;
	stroke-miterlimit:10;
}
.st3 {
	fill:none;
	stroke:#FBB040;
	stroke-width:3;
	stroke-linejoin:round;
	stroke-miterlimit:10;
	stroke-dasharray:2,5;
}
.st4 {
	fill:none;
	stroke:#7CC24E;
	stroke-width:2;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
	stroke-dasharray:2,5;
}
.st5 {
	opacity:0.3;
}
.st6 {
	fill:#7CC24E;
}
.st7 {
	display:none;
	opacity:0.3;
}
.st8 {
	display:inline;
	fill:#fff;
}
.st9 {
	display:none;
}
.st10 {
	display:inline;
	fill:none;
	stroke:#7CC24E;
	stroke-width:4px;
}
.st11 {
	fill:#FFFFFF;
	stroke:#000000;
	stroke-miterlimit:10;
}
.st12 {
	fill:#222222;
	stroke:none;
}
.st13 {
	fill:none;
	stroke:#7CC24C;
	stroke-width:4;
	stroke-miterlimit:10;
}

.interactive-map-cont {
	position:relative;
}
.map-img {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.map-img img {
	width:100%;
}
.interactive-map-svg {
	position:relative;
	height: 0px;
	width: 100%;
	padding-bottom: 53.24%;
	z-index:1;
}
.interactive-map-svg svg {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: inherit;
	height: 100%;
	width: 100%;
}
#labels {
	pointer-events:none;
}
svg .hood-item {
	fill:#7CC24E;
	opacity:0;
	transition:all ease.5s;
}
svg .hood-item[data-title="hoveractive"],
svg .hood-item:hover {
	opacity:.5;
}
svg .hood-item.active {
	opacity:.3;
}
.fairbanks-yellow {
	position:absolute;
	top:42%;
	left:44%;
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#222222;
	border:4px #fff solid;
	pointer-events:none;
}
.fairbanks-yellow:before {
	content:"Fairbanks";
	position:absolute;
	top:-30px;
	left:50%;
	line-height:1em;
	padding:3px 11px;
	border-radius:10px;
	background-color:rgba(255,255,255,.85);
	color:#3d4543;
	font-size:14px;
	font-family: 'Architects Daughter', cursive;
	transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.region-close {
	position:absolute;
	top:10px;
	right:-35px;
	width:24px;
	height:24px;
	cursor:pointer;
	background-image:url(../png/map-close.png);
	background-repeat:no-repeat;
	background-position:center;
}
.region-close:hover {
	
	background-image:url(../png/hover-map-close.png);
}
/** DETAIL INFO **/
.interactive-map-cont {
	background-color:#082a36;
	margin-bottom: 70px;
}
.interactive-max-cont {
	max-width:1375px;
	margin:0px auto;
	position:relative;
	overflow:hidden;
}
.hood-item {
	cursor:pointer;
}
.interactive-map-detail-cont {
	position:absolute;
	top:0px;
	left:60%;
	width:40%;
	height:100%;
	pointer-events:none;
	z-index:2;
}
.regions-intro-list {
	position:absolute;
	top:45%;
	left:20px;
	max-width:285px;
	width:50%;
	color:#f7f9f4;
	pointer-events:auto;
	opacity:1;
	transform:translateY(-50%) scale(1);
	-ms-transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
	transition:all ease .5s;
}
.interactive-map-active .regions-intro-list {
	opacity:0;
	transform:translateY(-50%) scale(.6);
	-ms-transform:translateY(-50%) scale(.6);
	-webkit-transform:translateY(-50%) scale(.6);
}
.regions-intro-header1 {
	font-size:16px;
	line-height:1em;
	text-transform:uppercase;
	font-family: 'Architects Daughter', cursive;
}
.regions-intro-header2 {
	font-size:36px;
	font-family: 'ShadowsIntoLightW00-Reg', cursive;
	margin-top:5px;
}
.regions-subtext {
	font-size:16px;
	font-weight:400;
	font-family: 'PT Sans W01 Regular', sans-serif;
	margin:10px 0px 30px 0px;

}
.regions-list-item {
	color:#fff;
	margin:10px 0px;
}
.regions-list-item .hood-item {
	font-weight:700;
	cursor:pointer;
	transition:all ease .5s;
}
.regions-list-item .hood-item.active,
.regions-list-item .hood-item[data-title="hoveractive"],
.regions-list-item:hover {
	color:#71d64c;
}
.regions-list-item i {
	color:#71d64c;
	margin-right:10px;
}
.region-items {
	position:absolute;
	top:0px;
	left:0px;
	max-width:325px;
	width:100%;
	height:100%;
}
.regional-lady {
	position:absolute;
	top:50%;
	left:0px;
	width:100%;
	background-color:#fff;
	opacity:0;
	pointer-events:none;
	transform:scale(.6) translateY(-50%);
	-ms-transform:scale(.6) translateY(-50%);
	-webkit-transform:scale(.6) translateY(-50%);
	transform-origin:top center;
	-ms-transform-origin:top center;
	-webkit-transform-origin:top center;
	transition:all ease .5s;
}
.interactive-map-active .regional-lady.active {
	opacity:1;
	pointer-events:auto;
	transform:scale(1) translateY(-50%);
	-ms-transform:scale(1) translateY(-50%);
	-webkit-transform:scale(1) translateY(-50%);
}
.region-header {
	color:#3d4543;
	font-size:20px;
	line-height:1em;
	text-align:center;
	text-transform:uppercase;
	font-family: 'Architects Daughter', cursive;
	padding:15px 20px;
}
.region-image img {
	width:100%;
}
.region-text {
	padding:20px;
	color:#3d4543;
	font-size:14px;
	font-family: 'PT Sans W01 Regular', sans-serif;
}
.region-subhead {
	color:#939786;
	font-size:17px;
	font-family: 'Architects Daughter', cursive;
}
.region-arrows {
	position:absolute;
	right:20px;
	bottom:20px;
}
.regional-prev,
.regional-next {
	width:35px;
	height:35px;
	position:relative;
	float:left;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
}
.regional-prev {
	background-image:url(../jpg/map-arrow-left.jpg);
}
.regional-next {
	margin-left:10px;
	background-image:url(../jpg/map-arrow-right.jpg);
}
.regional-prev:hover {
	background-image:url(../png/arrow-left-hover.png);
}
.regional-next:hover {
	background-image:url(../png/arrow-right-hover.png);
}
.interactive-map-mobile-top-text {
	display:none;
}
/** END DETAIL INFO **/

/*** END INTERACTIVE MAP ***/

/*
|-----------------------------------------------------------------------------------------------------------
| MEDIA QUERIES
|-----------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width: 1100px) {
	.interactive-map-wrap {
		position:relative;
		min-width:1173px;
		margin-left:-10%;
	}
	.region-items {
		right:20px;
		left:auto;
		max-width:385px;
		width:50%;
	}
	.regions-intro-list,
	.interactive-map-active .regions-intro-list {
		position:relative;
		top:0px;
		left:0px;
		opacity:1;
		padding:35px 0px 45px 40px;
		transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		-webkit-transform: translateY(0px) scale(1);
	}
	.interactive-map-detail-cont {
		position:relative;
		left:0px;
		width:100%;
	}
	.regional-lady {
		top:auto;
		bottom:0px;
		transform:scale(.6) translateY(0px);
		-ms-transform:scale(.6) translateY(0px);
		-webkit-transform:scale(.6) translateY(0px);
	}
	.regional-lady.active,
	.interactive-map-active .regional-lady.active {
		opacity:1;
		pointer-events:auto;
		transform:scale(1) translateY(0px);
		-ms-transform:scale(1) translateY(0px);
		-webkit-transform:scale(1) translateY(0px);
	}
	.regions-list-item .hood-item.mobile-active {
		color: #71d64c;
	}
	svg .hood-item.mobile-active {
		opacity:.3;
	}
	.region-close {
		display:none;
	}
}
@media screen and (max-width: 720px) {
	.interactive-map-mobile-top-text {
		display:block;
		color:#fff;
		padding:15px 20px;
		background-color:#0a2a35;
		position:relative;
		z-index:2;
	}
	.interactive-map-detail-cont {
		margin-top:-100px;
	}
	.interactive-map-wrap {
		min-width:1070px;
		margin-top:-100px;
	}
	.regions-intro-list {
		display:none;
	}
	.region-items {
		position:relative;
		right:0px;
		max-width:100%;
		width:100%;
	}
	.regional-lady {
		position:relative;
		display:none;
	}
	.regional-lady.active {
		display:block;
	}
}
@media screen and (max-width: 640px) {
	.region-header {
		text-align:left;
	}
	.region-image {
		display:none;
	}
}
@media screen and (max-width: 550px) {
	.interactive-map-wrap {
		margin-left:-20%;
	}
}
@media screen and (max-width: 500px) {
	.interactive-map-wrap {
		margin-left:-30%;
	}
}
@media screen and (max-width: 440px) {
	.interactive-map-wrap {
		margin-left:-50%;
	}
}
@media screen and (max-width: 360px) {
	.interactive-map-wrap {
		margin-left:-63%;
	}
}
@media only screen and (max-width: 40.063em){

}
@media only screen and (max-width: 736px){
	.interactive-map-svg svg{
		width: 100%
	}
}
.contentRender_name_plugins_collections_template_custom_citymapbox .btn-style, .btn-style:focus {
    color: #3d4543;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 9px 10px;
    font-weight: 700;
    background-color: #ffda27;
    text-transform: uppercase;
    position: relative;
    transition: all ease .5s;
    width: 80px;

}
.contentRender_name_plugins_collections_template_custom_citymapbox .btn-style.gray-btn:before, .btn-style:hover:before {
    opacity: 1;
}
.contentRender_name_plugins_collections_template_custom_citymapbox .btn-style span {
    position: relative;
    z-index: 1;
}
.contentRender_name_plugins_collections_template_custom_citymapbox .btn-style.gray-btn {
    color: #fff;
}
.contentRender_name_plugins_collections_template_custom_citymapbox .btn-style:hover {
    color: #ffda27;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0px;
    padding: 9px 10px;
    font-weight: 700;
    background-color: #ffda27;
    text-transform: uppercase;
    position: relative;
    transition: all ease .5s;
    width: 80px;
}