@charset "UTF-8";

/*
	***************************************************************		reset/typography
 */

html {
	overflow-y: scroll;
}

body {
	background-color: #3b2414;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

iframe, object, embed {
	max-width: 100%;
}

a img {
	border: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	padding-top: 0;
}

h1 {
	margin-bottom: 12px;
	font-size: 1.25em;
	font-weight: normal;
	color: #b83536;
	margin-top: 12px;
}

h2 {
	color: #00461b;
	font-size: .8125em;
}

.smallital {
	font-size: .91666em;
	font-style: italic;
}

.redBold {
	color: #b83536;
	font-weight: bold;
}

/*
	***************************************************************		layout
 */

#vineCont {
	background-color: #ffffff;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	background-color: #c3996b;
	height: 110px;
	position: relative;
}

#headerLogo {
	float: left;
	width: 29%;
}

#headerLogo img {
	width: 75%;
	height: auto;
	padding-top: 10px;
	padding-left: 50px;
}

#top-menu {
	position: absolute;
	right: 20px;
	top: 10px;
	list-style-type: none;
	display: flex;
}

#top-menu li {
	margin: 0 0 0 20px;
}

#top-menu a {
	color: #3b2414;
	text-decoration: none;
	font-size: 10px;
}

#headerNav {
	float: left;
	width: 71%;
	font-family: 'PT Sans', sans-serif;
}

#headerNav ul {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 5px;
	padding-top: 43px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 0;
}

#headerNav ul li {
	display: inline;
	font-size: .875em;
	padding-right: 20px;

}

#headerNav ul li a {
	color: #3b2414;
	text-decoration: none;
}

#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: .625em;
	text-align: center;
	padding: 8px;
}

#shoppingDining {
	font-family: 'PT Sans', sans-serif;
	color: #ffffff;
	display: none;
}

#shoppingDining a {
	color: #ffffff;
	text-decoration: none;
}

#shoppingDining p {
	margin-top: 12px;
}

.sd1, .sd2, .sd3 {
	width: 33.3333%;
	float: left;
	text-align: center;
	background: rgba(92, 61, 111, 1);
	background: linear-gradient(to right, rgba(92, 61, 111, 1) 0%, rgba(92, 61, 111, 0.5) 100%);
	cursor: pointer;
}

#largePhoto img {
	width: 100%;
	height: auto;
}

.desktopNavHide {
	display: none;
}

#pageContent {
	padding: 0 50px 50px;
	min-height: 300px;
}

#storeLeft {
	border: 1px dashed #3b2414;
	background-color: #f4e3c6;
	float: left;
	width: 40%;
	font-size: .875em;
}

#storeLeft a {
	color: #b83536;
}

#storeLeft p {
	padding-left: 20px;
}

#storeLeft img {
	width: 100%;
	height: auto;
}

#storeLeft img.inset {
	padding-bottom: 12px;
}

#storeLeft2 {
	display: none;
	border: 1px dashed #3b2414;
	background-color: #f4e3c6;
	width: 40%;
}

#storeLeft2 img {
	width: 100%;
	height: auto;
}

#storeRight {
	float: left;
	width: 50%;
	margin-left: 9%;
	font-size: .75em;
}

#storeRight a {
	text-decoration: none;
	color: #000000;
}

#storeRight table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
}

#storeRight tr:nth-child(odd) {
	background: #f9f0e0;
}

#storeRight tr:nth-child(even) {
	background: #ffffff;
}

.sitemapButton {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #00461b;
	width: 40%;
	margin-left: 20px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 12px;
	display: inline-block;
}

#storeLeft .sitemapButton a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#storeRight .sitemapButton {
	margin-left: 0;
	margin-top: 12px;
	background-color: #b78727;
}

#storeRight .sitemapButton a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-style: oblique;
}

#blurbs {
	background-color: #f4e3c6;
	padding: 10px 0;
}

.newsBlurb {
	width: 33%;
	float: left;
	font-weight: bold;
	text-align: center;
}

.newsBlurb img {
	max-width: 90%;
	height: auto;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#vineCont table tr td {
	padding: 3px 14px;
}

.navHide {
	display: none !important;
}

/*
	***************************************************************		store-directory
 */
#infoPanel {
	border: 1px dashed #3b2414;
	position: absolute;
	left: 50px;
	top: 15px;
	width: 257px;
	height: 350px;
	z-index: 100;
	background-color: #f4e3c6;
}

.storeDirec {
	float: left;
	width: 33%;
	font-size: .75em;
}

.storeDirec h2 {
	font-size: 1em;
}

.storeDirec a {
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 210px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.storeDirec table {
	width: 100%;
	border-collapse: collapse;
}

#vineCont table tr td {
	padding: 3px 20px;
}

#vineCont table tr td:first-child {
	padding-right: 0;
}

.storeDirec tr:nth-child(odd) {
	background: #f9f0e0;
}

.storeDirec tr:nth-child(even) {
	background: #edd3ab;
}

div.storeDirec#centerDirec tr:nth-child(odd) {
	background: #f0e3d7;
}

div.storeDirec#centerDirec tr:nth-child(even) {
	background: #e7cda6;
}

div.storeDirec#centerDirec {
	width: 34%;
}

#vineCont #pageContent h1:not(.no-pad) {
	padding-left: 50px;
}

/*
	***************************************************************		map
 */

#mapAndPanel {
	position: relative;
	margin-top: -10px
}

#map-area {
	position: relative;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	padding: 0 0 92.22222% 0;
}

#map-area > div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#map-bg {
	background: url(/store-directory/images/map/bg.png) 0 0 / 100% auto no-repeat;
}

#map-labels {
	pointer-events: none;
	background: url(/store-directory/images/map/building-labels-outlined-8.svg) 0 0 / 100% auto no-repeat;
}

#buildings > .clickable {
	cursor: pointer;
}

.occupied, .available-2nd-gen, .available-future-dev {
	stroke-width: 0.5;
	stroke-miterlimit: 10;
	stroke: #3b2314;
}

.occupied {
	fill: #deb16b;
}

.over {
	stroke-width: 1;
}

.selected {
	stroke: #b83536;
	stroke-width: 2.5;
}

.available-2nd-gen {
	fill: #b39eb5;
}

.available-future-dev {
	fill: #cccccc;
}

.highlight {
	fill: #b83536;
	stroke: #b83536;
	stroke-width: 2.5;
}

.no-highlight {
	stroke: #aaa;
	fill: #e5e5e5;
}

#vector-map-use {
	pointer-events: none;
}

/*
	***************************************************************		map - building info
 */

#info {
	padding: 0;
	margin: 0;
	width: 257px;
	height: 350px;
}

#info .store {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
	display: none;
}

#info .store.visible {
	display: block;
}

#info .store h1 {
	font-size: 16px;
	font-weight: normal;
	color: #990000;
	margin-left: 20px;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0 !important;
}

#info .store p {
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
}

#info .store img {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	width: 200px;
	height: auto;
}

#info .store a:hover {
	color: #990000;
}

#info .store a:link {
	color: #990000;
}

#info .store a:visited {
	color: #990000;
}

#info .store .anchor {
	position: absolute;
	top: -300px;
}

#vineCont #pageContent #storeLeft h1 {
	padding-left: 20px;
}

/*
	***************************************************************		sitemap modal page
*/
.building-info .fancybox__content .fancybox__iframe,
body.sitemap {
	width: 600px;
	height: 522px;
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

/*
	***************************************************************		responsive
*/

@media screen and (max-width: 900px) {
	body {
		background-color: #c3996b;
	}

	#vineCont {
		margin-top: 0;
		width: 100%;
	}

	#footer {
		color: #3b2414;
		width: 100%;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #c3996b;
	}
}

@media screen and (max-width: 850px) {
	#headerNav ul li {
		padding-right: 16px;
	}

	#top-menu {
		display: none;
	}
}


@media screen and (max-width: 800px) {
	#infoPanel {
		height: 250px;
	}

	#headerLogo {
		float: none;
		width: 25%;
		margin-left: auto;
		margin-right: auto;
	}

	#headerLogo img {
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	#headerNav {
		float: none;
		width: 100%;
	}

	#header {
		height: auto;
	}

	#headerNav ul {
		border-bottom: none;
		padding: 4px 0 5px;
		margin-top: 10px;
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
		text-align: center;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #ffffff
	}

	#headerNav ul li {
		padding-right: 10px;
		padding-left: 10px;
		text-align: center;
	}

	#storeLeft, #storeLeft2 {
		width: 48%;
	}

	#storeRight {
		width: 45%;
		margin-left: 5%;
	}
}

@media screen and (max-width: 650px) {
	#mapAndPanel {
		display: none;
	}

	.storeDirec tr td:nth-child(2) {
		display: none;
	}

	#headerLogo {
		margin-bottom: 10px;
		width: 30%;
	}

	#storeLeft, #storeLeft2 {
		width: 70%;
		margin-left: 15%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.section {
		display: none;
	}

	#storeLeft2 {
		display: block;
		margin-top: 16px;
	}

	#storeRight {
		margin-top: 16px;
		width: 70%;
		float: none;
		margin-left: 15%;
		margin-right: 0;
	}

	#shoppingDining {
		display: block;
	}

	#pageContent h1 {
		padding-top: 50px;
	}
}

@media screen and (max-width: 500px) {

	.storeDirec {
		float: none;
		width: 100%
	}

	div.storeDirec#centerDirec {
		float: none;
		width: 100%
	}

	div.storeDirec#centerDirec tr:first-child {
		background: #327236;
		color: #ffffff;
	}

	div.storeDirec tr:first-child {
		background: #327236;
		color: #ffffff;
	}

	div.storeDirec h2 {
		color: #ffffff;
	}

	.tableRowHide {
		display: none;
	}

	#vineCont #pageContent h1 {
		padding-left: 0;
	}

	#pageContent {
		text-align: center;
	}

	#headerLogo {
		width: 40%;
	}

	#storeLeft, #storeLeft2 {
		width: 100%;
		margin-left: 0;
	}

	#storeRight {
		width: 100%;
		margin-left: 0;
	}
}

@media screen and (max-width: 400px) {
	#headerLogo {
		width: 60%;
	}

	#pageContent {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	#storeLeft, #storeLeft2 {
		width: 100%;
		margin-left: 0;
		text-align: center;
		border-top: none;
		border-left: none;
		border-right: none;
	}

	#storeLeft p {
		padding-left: 0;
	}

	#storeRight {
		width: 100%;
		margin-left: 0;
		text-align: left;
	}

	.sitemapButton {
		margin-right: 0;
		padding-left: 0;
		padding-right: 0;
		width: 70%;
		margin-left: 15%;
	}

	#storeRight {
		width: 90%;
		margin-left: 5%;
	}

	h1 {
		text-align: center;
		font-size: 1.125em;
	}

	.newsBlurb {
		width: 100%;
		float: none;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #c3996b;
		padding: 10px 0;
	}

	#blurbs {
		padding: 0;
	}
}

@media screen and (max-width: 380px) {
	#headerLogo {
		width: 70%;
	}
}