.coming-soon {
	color: #656565;
}

div.wpcf7 {
  overflow: hidden;
}

.bldg {
	cursor: pointer;
}

.click-for-info {
	background-color: #0cafb5;
    padding: 8px 12px 2px 15px;
    position: absolute;
    z-index: 100;
    display: flex;
    align-items: center;
    color: #fff;
    top: 0;
    right: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: 1s opacity ease-in-out;
    -o-transition: 1s opacity ease-in-out;
    transition: 1s opacity ease-in-out;
}

.click-for-info.active {
	opacity: 1;
}

.click-for-info.disabled {
	opacity: 0;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.click-for-info:before {
	content: '';
  position: absolute;
  display: block;
  background-image: url(img/arrow-left.svg);
  background-repeat: no-repeat;
  left: -5px;
  top: 0;
  height: 100%;
  width: 34px;
}

.click-for-info h4 {
	font-size: 13px;
	margin: 0;
    padding: 0;
}


#inverted-contain-mobile {
	width: 100%;
  height: 100%;
}

.svg-map-container {
	width: 100%;
  height: inherit;
}

select.store-list {
	font-family: Droid Serif, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 100%;
	background: #0da9af;
	color: #fff;
	font-weight: normal;
	margin-top: -20px;
	margin-bottom: -20px;
}

.download-wrapper {
	margin-top: 10px;
    margin-bottom: 10px;
}

img.icon {
	height: 2rem;
	margin-right: 1rem;
}

@media (min-width:768px) {
	#my_zoom_controls button {
	  font-size: 1.3rem;
	}
}

.select-css {
	display: block;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	/* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
	border-radius: 2px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
	 display: none;
}

.select-css:hover {
	 border-color: #888;
}

.select-css:focus {
	 border-color: #aaa;
	 box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	 box-shadow: 0 0 0 3px -moz-mac-focusring;
	 color: #222;
	 outline: none;
}
.select-css option {
	 font-weight:normal;
}

.deselect-item {
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 1.3em;
	background-color: #0193b6;
	padding: 1.3rem 1.6rem 1.1rem 1.2rem;
	border-radius: 20px;
	color: #fff;
	font-weight: 400;
	opacity: 0;
	transition: .3s opacity ease-in;
	cursor: pointer;
}

.deselect-item.active {
	opacity: 1;
}

.close-x {
	padding: 1px 4px 2px 5px;
	display: block;
	margin: -1px 9px 0 0;
	float: left;
	line-height: 1;
	font-size: 12px;
	font-weight: 900;
	color: #66dcdc;
	border: 1px solid;
	border-radius: 13px;
}

@media (max-width:767px) {
	#colophon .copyright {
	  width: 100%;
	}

	#colophon nav.sub_menu_socket,
	#colophon .copyright {
	  width: 100%;
	}

	#colophon ul {
	    flex-direction: column;
	    text-align: center;
	}
}

.map-wrapper {
	margin-top: 20px;
	height: calc(100vh - 480px);
	overflow: hidden;
	border: 1px solid #333;
	border-radius: 5px;
	width: 100%;
}

@media (min-width:992px) {
	.map-wrapper {
		height: calc(100vh - 300px);
		max-height: 600px;
	}
}

.st4, .st5 {
	stroke: #eaeaea;
}


.store-name-list .scroll-wrapper {
	position: relative;
}


.store-name-list.single-column {
	overflow-y: scroll;
	border-right: 1px solid #333;
	padding: 0;
	position: relative;
}

.store-name-list.single-column  li {
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

.store-name-list.single-column.show-coming-soon {
	overflow: unset;
}

.coming-soon-li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.store-name-list.single-column .coming-soon-li a.store-list-item {
	padding: 0;
	background-color: #efefef;
	height: inherit;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.store-name-list.single-column a.store-list-item {
	margin-left: 0;
    padding: 7px 15px 4px;
    width: 100%;
    display: block;
    font-size: 1.6rem;
    text-decoration: none;
}

.store-name-list.single-column a.store-list-item.vacant-soon {
	display: none;
}

.store-name-list.single-column a.store-list-item.vacant-soon.highlight,
.store-name-list.single-column a.store-list-item.vacant-soon.active {
	display: block;
}

.store-name-list.single-column a.store-list-item:hover,
.store-name-list.single-column a.store-list-item.highlight {
	background-color: #dbe8f7;
}

.store-name-list.single-column a.store-list-item.active {
  	font-weight: 700;
	background-color: #445A4D;
	color: #fff;
}

.store-name-list.single-column .store-info-container p {
	margin: 0;
	line-height: 1.4em;
	padding-bottom: .5em;
}

.store-name-list.single-column .store-info-container p.store-website a {
	padding: 0;
	text-decoration: none;
}


::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.store-info-container {
	max-height: 1px;
	overflow: hidden;
	transition: max-height .6s ease-in-out;
	background-color: aliceblue;
}

.store-info-container.active {
	max-height: 220px;
	transition: max-height .6s ease-in-out;
}


/* .main-wrapper { 
	width:1200px; margin:0 auto; 
} */


#bubble-28 > .inside-bubble,
#bubble-29 > .inside-bubble,
#bubble-30 > .inside-bubble {
	border-bottom-left-radius: 16px !important;
	border-bottom-right-radius: 0 !important;
}




	.store-list-item:hover,
	.store-list-item:focus {
		text-decoration: none;
	}

	.thirds, .halves {
	  float: left;
	  width: 100%;
	  position: relative;
	}



	section#inverted-contain {
		display: block;
		float: left;
		height: initial !important;
	}


	.bubbles {
		z-index: 100;
		position: relative;
		float: left;
		height: 0;
		width: 100%;
	}



.one-third {
	width: 30%;
	float: left;
	margin: 0 10px;
	display: block;
	position: relative;
}


.one-third ol,
.one-third ul  {
	display: flex;
	flex-direction: column;
	align-items: center;
 }


.one-half {
	width: 42%;
	float: left;
	margin: 0;
	display: block;
	position: relative;
}

.one-half:last-child {
	margin-left: 20px;
}


.map-fallback-container { display:none; }


svg { display:block; }



.map {
	position: relative;
	border: 1px solid;
	clear: both;
	overflow: visible !important;
}

.map-container {
	position: relative;
	margin:-40px 0 0 -10px;
}



.bubble {
	position: absolute;
	width: 380px;
	display:none;
}


.bubble.up_left .inside-bubble, .bubble.left_top .inside-bubble { border-top-right-radius:16px; border-bottom-right-radius:16px; border-bottom-left-radius:16px; }
.bubble.up_right .inside-bubble, .bubble.right_top .inside-bubble { border-top-left-radius:16px; border-bottom-right-radius:16px; border-bottom-left-radius:16px; }
.bubble.down_left .inside-bubble, .bubble.left_bottom .inside-bubble { border-top-left-radius:16px; border-top-right-radius:16px; border-bottom-right-radius:16px; }
.bubble.down_right .inside-bubble, .bubble.right_bottom .inside-bubble { border-top-left-radius:16px; border-top-right-radius:16px; border-bottom-left-radius:16px; }


.inside-bubble {
	background-color: white;
	border: 1px solid #777;
	padding: 25px 20px;
	font-size: 14px;
}




.bubble.up_left .bubble-point {
	background: url('img/bubble-point-up_left.png') no-repeat;
	background: url('img/bubble-point-up_left.svg') no-repeat;
	width: 35px;
	height: 56px;
	top: -54px;
	left: 0;
}

.bubble.up_right .bubble-point {
	background: url('img/bubble-point-up_right.png') no-repeat;
	background: url('img/bubble-point-up_right.svg') no-repeat;
	width: 35px;
	height: 56px;
	top: -54px;
	right: -17px;
}

.bubble.right_top .bubble-point {
	background: url('img/bubble-point-right_top.png') no-repeat;
	background: url('img/bubble-point-right_top.svg') no-repeat;
	width: 56px;
	height: 35px;
	top: 0;
	right: -54px;
}

.bubble.right_bottom .bubble-point {
	background: url('img/bubble-point-right_bottom.png') no-repeat;
	background: url('img/bubble-point-right_bottom.svg') no-repeat;
	width: 56px;
	height: 35px;
	bottom: -17px;
	right: -54px;
}

.bubble.down_right .bubble-point {
	background: url('img/bubble-point-down_right.png') no-repeat;
	background: url('img/bubble-point-down_right.svg') no-repeat;
	width: 35px;
	height: 56px;
	bottom: -54px;
	right: -17px;
}

.bubble.down_left .bubble-point {
	background: url('img/bubble-point-down_left.png') no-repeat;
	background: url('img/bubble-point-down_left.svg') no-repeat;
	width: 35px;
	height: 56px;
	bottom: -54px;
	left: 0;
}

.bubble.left_bottom .bubble-point {
	background: url('img/bubble-point-left_bottom.png') no-repeat;
	background: url('img/bubble-point-left_bottom.svg') no-repeat;
	width: 56px;
	height: 35px;
	bottom: -17px;
	left: -54px;
}

.bubble.left_top .bubble-point {
	background: url('img/bubble-point-left_top.png') no-repeat;
	background: url('img/bubble-point-left_top.svg') no-repeat;
	width: 56px;
	height: 35px;
	top: 0;
	left: -54px;
}

/* All the blue spaces should be the color of Target 295576
   and then the darker blue 1c3d51 when you roll over them.
	 The gold spaces should be af8f61 and then 876e4d on rollover.
	 If we need a color for coming soon we can use 3a789e.
 */
.bldg.open .bldg-inside {
	fill: #295576;
	stroke: rgb(0, 0, 0);
	stroke-width: 2.0152;
	stroke-miterlimit: 10;
}

.bldg.open.highlight .bldg-inside {
	fill: #1C3D51;
}

.bldg.open.active .bldg-inside {
	fill: #63aaf7;
}


.bldg.coming-soon .bldg-inside {
	fill: #AF8F61;
  stroke: rgb(0, 0, 0);
  stroke-width: 2.0152;
  stroke-miterlimit: 10;
}

.bldg.coming-soon.active .bldg-inside {
	fill: #876E4D;
}


.bldg.coming-soon.vacant .bldg-inside {
	fill: #BFC1C9;
	stroke: rgb(0, 0, 0);
	stroke-width: 2.0152;
	stroke-miterlimit: 10;
}

.bldg.coming-soon.vacant.active .bldg-inside {
	fill: #8C8884;
}



#background_color {
	fill: #ccd1d3;
	stroke: #797a7d;
	stroke-width: 1.5;
	stroke-miterlimit: 10;
}

.logo {
	fill: #fff;
}

.shadow {
	fill: rgb(0, 0, 0);
	stroke: rgb(120, 120, 120);
	stroke-width: 2.3562;
	stroke-miterlimit: 10;
  opacity: 0.3;
}

.shadow-dot {
	fill: rgb(67, 67, 67);
	stroke: rgb(48, 48, 48);
	stroke-width: 2.3562;
	stroke-miterlimit: 10;
  opacity: .4;
}

.pin-bg {
	fill: rgb(46, 170, 181);
	stroke: rgb(33, 119, 128);
	stroke-width: 2.3562;
	stroke-miterlimit: 10;
  opacity: .8;
}

.pin-dot {
	fill: rgb(14, 69, 69);
  stroke: rgb(3, 48, 49);
  stroke-width: 2.3562;
  stroke-miterlimit: 10;
  opacity: .5;
}


.bldg .coords {
	visibility: hidden;
}


.bubble-point {
	z-index: 10;
	position: absolute;
}

.bubble-point-left {
	background: url('img/bubble-point-left.gif') no-repeat;
	background: url('img/bubble-point-left.svg') no-repeat;
	width: 56px;
	height: 35px;
	z-index: 10;
	position: absolute;
	bottom: -17px;
	left: -55px;
	/*pointer-events: none;*/
}



.bubble-point-right {
	background: url('img/bubble-point-right.gif') no-repeat;
	background: url('img/bubble-point-right.svg') no-repeat;
	width: 55px;
	height: 35px;
	z-index: 10;
	position: absolute;
	bottom: -17px;
	right: -53px;
	/*pointer-events: none;*/
}



.bubble h2, .bubble h3 {
	font-family:"ralewayregular";
	color: #0eafb5;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
}



.no-name h2, .no-name h3 {
	font-size: 18px;
}



.bubble h2 {
	font-weight:bold;
}



.bubble p {
	font-family: 'droid_serifregular';
	font-size: 16px;
	line-height: 19px;
	color:#777777;
	margin:14px 0 0 0;
}



.no-name {
	text-align: center;
	width: 300px !important;
}




#zoomwrapper1 {
	height: 500px;
	width: 100%;
	-webkit-transform: translate3d(0,0,0);
	overflow: hidden;
}






.store-info {
	float: left;
	width: 100%;
	padding: 5px 15px;
	/* display:none; */
	/* margin-bottom: 20px; */
}

.store-info .store-name {
	font-size:18px;
	color:#0da9af;
	margin: 0;
}

.store-info .store-address,
.store-info .store-phone,
.store-info .store-desc {
	font-size:14px;
	color:#705d5d;
	margin: 0;
}

.store-info .store-website {
	font-size:14px;
}


#my_zoom_controls {
	height:inherit;
	margin-top:10px;
	margin-bottom:10px;
	width: 100%;
	float: left;

	display: flex;
	justify-content: space-between;
}

#my_zoom_controls button.btn:focus {
	border: 1px solid !important;
}


@media (min-width:768px) {

	.zoom-controls-wrapper > .row {
		justify-content: space-between;
	}

	#my_zoom_controls {
    	width: auto;
	}
}

.pin {
	width: 128px;
	height: 128px;
	z-index: 20;
	display:none;
	margin-left:0;
	position:absolute;
}

@media (max-width: 1199px) {

	.bubbles { display:none; }

	.map {
		overflow: scroll;
	}

	.map-container {
		margin: 0;
	}

}

@media (max-width: 1039px) {

	.main-wrapper { width:inherit; margin:0; }
	.wrapper .twelve.spans { width: 100%; }
	.one-third { margin:0; }

	.one-third ol,
	.one-third ul  {
		padding-left:0;
	}

}



@media (max-width: 767px) {

	.thirds { display:none; }
	.halves, .hr3 { display:block; }
	.whole { display:none; }

}


@media (max-width: 480px) {

	.thirds { display:none; }
	.halves, .hr3 { display:none; }
	.whole { display:block; }

}
