html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
figure.video-container{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	width:100%;
	padding-top: 25px;
}
figure.video-container iframe{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button:: -moz-focus-inner,
input:: -moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]:: -webkit-inner-spin-button,
input[type="number"]:: -webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]:: -webkit-search-cancel-button,
input[type="search"]:: -webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.content-container {
	background-color: #f6f6f6;
	padding: 60px 0;
	text-align: left;
}
.content-container article {
	max-width: 1100px;
	padding: 0 8px;
	margin: 0 auto;
}
#side-nav:not(.hasbacklink) {
	display: none;
}
.collapsible {
    display: block;
	width: 100%;
	cursor: pointer;
	margin-bottom: 25px;
	color: #58797e;
	font-weight: 600;
}
.collapsible:before {
	content: '\02795';
	font-size: 13px;
	color: #fff;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	background-color: #58797e;
	padding: 3px 5px;
	margin-right: 5px;
}
.collapsible-active:before {
	content: "\2796";
}
.expand-content {
	display: none;
	padding-left: 24px;
}
#store-callout,
#social-callout {
	text-align: center;
	margin: 0 auto;
	padding: 40px 0;
}
#store-callout img,
#store-callout p {
	display: inline-block;
}
#store-callout img {
	margin-right: 25px;
}
#social-callout a,
#social-callout div {
	display: inline-block;
}
#social-callout a {
	color: #fff;
	height: 45px;
	width: 45px;
	border-radius: 50%;
	background-color: #58797e;
	font-size: 35px;
	margin-right: 10px;
	text-decoration: none;
}
#social-callout a:hover {
	background-color: #2a6496;
}
#alertbar {
	background-color: #c5403f;
	color: #fff;
	padding: 50px 0 20px 0;
}
#alertbar a{
	text-decoration: underline;
	color:#FFF;
	font-size: 0.8em;
}
#alertclose {
	position: absolute;
	right: 45px;
	cursor: pointer;
}
input[type=text],
select,
textarea {
	border: solid 1px #a5a6a6;
	border-radius: 4px;
}
input[type=submit] {
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	padding: 20px 33px 17px 30px;
	border: none;
	font-size: 13px !important;
	font-weight: bold;
}
input[type=submit]:hover {
	background-color: #293333;
}
#view-select {
	background-color: #eee;
	margin: 0 auto;
}
.image-caption {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	margin-top: 10px;
}
.slider-single,
.slider-single img {
	max-width: 100%;
	height: auto;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:before,
.slick-next:before {
	display: none;
}
/*
#header nav ul.sub-menu li.menu-item-1236 a,
#header nav ul.sub-menu li.menu-item-1237 a,
*/
#searchform {
	display: none;
}
.updates {
	clear: both;
	max-width: 330px;
}
.updates h3 {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.updates input[type="text"] {
	border-width: 0;
	padding: 10px;
	background-position: right 5px;
	background-repeat: no-repeat;
	border-radius: 0;
}
.updates form input[type="submit"] {
	margin: 0;
	padding: 13px 15px;
	max-height: 46px;
	overflow: hidden;
	border-radius: 0;
}
.sm-disclaimer {
	font-size: 10px;
	color: #a5a6a6;
	margin-top: 10px;
}
.sm-disclaimer a {
	color: #fff;
}
.two-thirds,
.thirds,
.halves {
	padding: 0 15px;
}
#overlay {
	background-color: #000;
	width: 100%;
	opacity: 0.5;
	position: absolute;
	z-index: 100;
	min-height: 390px;
	margin-top: -145px;
	margin-left: -15px;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href)")";
	}
	abbr[title]:after {
		content: " (" attr(title)")";
	}
	a[href^="javascript: "]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.table td,
	.table th {
		background-color: #fff !important;
	}
	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}
	.label {
		border: 1px solid #000;
	}
	.table {
		border-collapse: collapse !important;
	}
	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.42857143;
	color: #404745;
	background-color: #fff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #58797e;
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #000;
}
a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
	font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
	font-size: 75%;
}
h1,
.h1 {
	font-size: 41px;
	font-family: 'Montserrat', sans-serif;
}
h2,
.h2 {
	font-size: 42px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 100;
}
h3,
.h3 {
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
h4,
.h4 {
	font-size: 15px;
	font-weight: 600;
}
h5,
.h5 {
	font-size: 13px;
}
h6,
.h6 {
	font-size: 12px;
}
p {
	margin: 0 0 11px;
}
.employment p {
	padding: 0 0 5px 0;
}
.employment-detail h2 {
	font-size: 36px;
}
.lead {
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: 200;
	line-height: 1.4;
}
@media (min-width: 768px) {
	h2 {
		font-size: 42px;
	}
	.lead {
		font-size: 24px;
	}
	#aside-contact {
		width: 30%;
		display: inline-block;
		vertical-align: top;
	}
	#article-contact {
		width: 68%;
		display: inline-block;
		vertical-align: top;
	}
}
small,
.small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 22px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
	content: "";
}
address {
	margin-bottom: 22px;
	font-style: normal;
	line-height: 1.42857143;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.store-location,
	.event-time {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.halves {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		padding: 0 5% 0 0;
	}
	.thirds {
		width: 32%;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	.two-thirds {
		width: 65%;
		display: inline-block;
		vertical-align: top;
		padding: 0 5% 0 0;
	}
	.screen-reader-text {
		margin-left: -9999999px;
		height: 0px;
	}
	h2 {
		padding-bottom: 30px;
	}
	h3 {
		padding-bottom: 10px;
	}
	p {
		padding-bottom: 20px;
	}
	#side-nav {
		display: block;
        position: relative;
		text-align: center;
		padding-bottom: 40px;
		border-bottom: 1px solid #a5a6a6;
		margin-bottom: 50px;
	}
	.page-template-page-attractions-detail #side-nav {
		border-bottom: none;
	}
	#side-nav ul {
		margin: 0;
		padding: 0;
	}
	#side-nav li {
		display: inline-block;
		padding: 0 40px 0 0;
		font-weight: bold;
		font-size: 13px;
	}
	#side-nav li a {
		text-transform: uppercase;
	}
	#side-nav li a:hover,
	#side-nav li.current_page_item a {
		color: #000;
		text-decoration: none;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
.container {
	position: relative;
}
body,
html {
	overflow-x: hidden;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin-top: 0;
}
:: -webkit-input-placeholder {
	font-style: italic;
	font-size: 13px;
	font-weight: 600;
}
:: -moz-placeholder {
	font-style: italic;
	font-size: 13px;
	font-weight: 600;
}
:-ms-input-placeholder {
	font-style: italic;
	font-size: 13px;
	font-weight: 600;
}
:-moz-placeholder {
	font-style: italic;
	font-size: 13px;
	font-weight: 600;
}
#header nav > ul {
	padding: 0;
	margin: 0;
	background-color: #eef2f2;
	position: absolute;
	top: 76px;
	left: 0;
	width: 100%;
	border-bottom: 20px solid #000;
	display: none;
	z-index: 10010;
}
#header nav li {
	list-style-type: none;
	border-bottom: 1px solid #dee6e6;
}
#header nav li li {
	border-width: 0;
}
#header nav a {
	color: #000;
	text-align: left;
	display: block;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 20px 30px;
	position: relative;
	text-decoration: none;
}
#header nav a:focus {
	text-decoration: none;
}
.sub-menu {
	display: none;
}
.nav-active #header nav .active ul.sub-menu {
	display: block;
}
#header nav li.active {
	padding-bottom: 13px;
}
#header nav a:hover {
	background-color: #dee6e6;
}
#header nav li a:after {
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -94px -234px;
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 25px;
	height: 25px;
	width: 25px;
}
#header nav li li a {
	font-size: 17px;
	font-weight: 600;
	padding: 4px 0 4px 10px;
	border-width: 0;
}
#header nav li li a:after {
	content: '\203A';
	display: inline-block;
	position: static;
	background-image: none;
	margin-left: 5px;
	position: relative;
	top: -3px;
	right: auto;
	text-decoration: none;
}
#header nav a:hover {
	text-decoration: none;
}
#header nav a.phone {
	font-weight: 700;
	font-size: 18px;
	background-color: #dee6e6;
}
#mobile-toggle {
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -238px;
	height: 20px;
	width: 30px;
	position: absolute;
	top: 30px;
	left: 15px;
	text-align: left;
	text-indent: -9999px;
}
.nav-active #mobile-toggle {
	background-position: -59px -236px;
	top: 28px;
	width: 24px;
	left: 18px;
}
.nav-active header .logo {
	display: none;
}
.nav-active #header nav ul {
	display: block;
}
.nav-active #header nav ul.sub-menu {
	display: none;
}
.nav-active #hours {
	display: none;
}
#screen, #search-screen{
	position: fixed;
	opacity: 0;
	background: rgba(0, 0, 0, 0.75);
	left: 0;
	right: 0;
	top: 0;
	bottom: 100%;
	z-index: 10001;
	transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-webkit-transition: opacity 0.35s;
}
#search-screen{
    z-index: 10110;
    background: rgba(255,255,255, 0.75);
}
body.nav-active #screen,
body.search-active #search-screen{
	position: fixed;
	bottom: 0;
	opacity: 1;
}
.attraction {
	text-align: left;
	margin-bottom: 50px;
}
.attraction img {
	max-width: 100%;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	-moz-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	border-radius: 4px;
}
.attraction-img {
	padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
	.slick-prev:before {
		display: block;
		font-family: 'Font Awesome 5 Free';
		content: '\f104';
		position: absolute;
		font-weight: 900;
		z-index: 0;
		font-size: 45px;
		color: #000;
		top: 260px;
		left: -35px;
	}
	.slick-next:before {
		display: block;
		font-family: 'Font Awesome 5 Free';
		content: '\f105';
		position: absolute;
		font-weight: 900;
		color: #000;
		top: -353px;
		left: 880px;
		z-index: 1;
		font-size: 45px;
	}
	#header nav > ul {
		display: block;
		background-color: transparent;
		border-width: 0;
		position: absolute;
		top: 27px;
		right: 50px;
		max-width: 850px;
		left: auto;
		text-align: right;
	}
	#mobile-toggle {
		display: none;
	}
	#header nav li {
		border-width: 0;
		display: inline-block;
		position: relative;
	}
	#header nav li:first-child,
	#header nav li:last-child {
		display: none;
	}
	#header nav li a,
	#header nav li a:hover {
		background-color: transparent;
	}
	#header nav li a:after {
		display: none;
	}
	#header nav li a {
		font-size: 15px;
		padding: 20px 25px;
		padding: 20px 15px;
	}
	#header-nav li.holiday{
		position: relative;
	}
	#header nav li.holiday:before{
		content:'';
		position: absolute;
		width: 120px;
		height:71px;
		left:-6px;
		top:-6px;
		background:url('../png/menu-sparkle.png') no-repeat left top;
		background-size: contain;
	}
	#header nav ul.sub-menu li.iaww a{
		background: #214041;
		color: #FFF;
		border-radius: 5px;
		padding:10px;
		line-height: 100%;
		margin-top:10px;
		margin-left: -8px;
		transition: all 0.35s;
		-moz-transition: all 0.35s;
		-webkit-transition: all 0.35s;
	}
	#header nav ul.sub-menu li.iaww a:hover,
	#header nav ul.sub-menu li.iaww a:active{
		color: #FFF;
		background: #AE4143;
	}
	#header nav ul.sub-menu li.iaww a:before{
		content:'\f2dc';
		display: inline-block;
		margin-right:0.6em;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
	}
	#header nav ul.sub-menu li.iaww a:after{ display: none; }
	#header nav li a:hover,
	#header nav li.current_page_item a,
	#header nav li.current_page_ancestor a,
	.post-type-archive-events #header nav li.menu-item-1185 a {
		color: #58797e;
	}
	#header nav li:hover .sub-menu:before {
		content: '';
		position: absolute;
		left: 50%;
		top: -13px;
		margin-left: -5px;
		width: 0px;
		height: 0px;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-bottom: 5px solid #000;
	}
	#header nav li:hover .sub-menu {
		display: block;
		background-color: #fff;
		border-top: 9px solid #000;
		border-radius: 4px;
		padding: 20px 20px 30px 30px;
		position: absolute;
		width: 300px;
		left: 50%;
		top: 100%;
		margin-left: -150px;
		-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	}
	#header nav li a:hover .sub-menu ul,
	#header nav li a:hover .sub-menu li,
	#header nav li .sub-menu li:first-child,
	#header nav li .sub-menu li:last-child,
	.sub-menu li {
		display: block !important;
	}
	#header nav ul.sub-menu li a {
		text-transform: none;
		font-size: 14px;
		color: #000;
		padding-left: 0px;
	}
	#header nav ul.sub-menu li a:hover {
		color: #58797e;
	}
	#header nav li li a:after {
		content: '';
	}
	#header nav ul.sub-menu li.menu-item-1236,
	#header nav ul.sub-menu li.menu-item-1237 {
		border-top: 1px solid #626262;
		margin-top: 20px;
		padding-top: 30px;
		float: right;
		min-width: 250px;
	}
	#header nav ul.sub-menu li.menu-item-1236 a,
	#header nav ul.sub-menu li.menu-item-1237 a {
		font-weight: normal;
		display: block;
	}
	#header nav ul.sub-menu li.menu-item-1236 a:before,
	#header nav ul.sub-menu li.menu-item-1237 a:before {
		content: url(../jpg/giftcard.jpg);
		height: 59px;
		width: 94px;
		float: left;
		margin-right: 15px;
	}
	#header nav ul.sub-menu li.menu-item-1236 a:after,
	#header nav ul.sub-menu li.menu-item-1237 a:after {
		clear: both;
		height: 0;
	}
	.updates {
		float: right;
		position: relative;
		top: -185px;
		right: 45px;
	}
	#overlay {
		min-height: 547px;
		margin-top: -195px;
	}
}
#header {
	position: relative;
	background-color: #fff;
	height: 76px;
	z-index: 10010;
}
.logo {
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-transform: scale(0.4);
	-moz-transform: scale(0.4);
	-ms-transform: scale(0.4);
	-o-transform: scale(0.4);
	transform: scale(0.4);
/* 	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6); */
	height: 49px;
	width: 450px;
/* 	height: 45px;
    width: 255px; */
	display: block;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	text-indent: -9999px;
	text-align: left;
	left: 50%;
	top: 25px;
/* 	top: 30px; */
	margin-left: -90px;
	position: absolute;
}
#search{
    position: relative;
    z-index: 12000;
}
#search #s {
	position: absolute;
	top: 23px;
	right: 6px;
	padding: 5px 33px 5px 13px;
	width: 70%;
	max-width: 280px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	display: none;
}
#search-submit {
	background-color: transparent;
	border-width: 0;
	position: absolute;
	right: 14px;
	top: 29px;
	height: 22px;
	width: 22px;
	padding: 0px;
	z-index: 200;
	display: none;
}
.nav-active #search #s,
.nav-active #search #search-submit,
#search.active #s,
#search.active #search-submit {
	display: block;
}
#search.active #s{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 20px 0px rgba(255,255,255,1);
}
#header nav a#search-icon {
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -38px -238px;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 30px;
	right: 15px;
	text-align: left;
	text-indent: -9999px;
	padding: 0;
	z-index: 200;
	background-color: transparent;
}
#search label {
	display: none;
}
#hero {
	background-color: #a5bbc0;
}
#hero-image {
	padding-bottom: 70%;
	background: url(../none.html) no-repeat 50% 50% / cover;
}
#hero-content-dark {
	color: #000;
	padding: 30px 15px 14px;
}
#hero-content-light {
	color: #fff;
	padding: 30px 15px 14px;
}
#hero-content-dark h1,
#hero-content-light h1 {
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#hero-content-dark h2,
#hero-content-light h2 {
	font-size: 17px;
	margin-bottom: 20px;
	font-weight: 600;
}
#hours {
	background-color: #fff;
	font-size: 13px;
	font-weight: 900;
	color: #000;
	display: inline-block;
	margin: auto;
	padding: 2px 10px 10px;
	width: 300px;
	position: absolute;
	top: 76px;
	margin-left: -150px;
}
#hours > a {
	border-left: 1px solid #000;
	margin-left: 10px;
	padding-left: 14px;
	display: inline-block;
	color: #58797e;
}
#hidden-hours a {
	color: #58797e;
	text-decoration: underline;
}
#hours a:hover {
	text-decoration: none;
	color: #000;
}
#hero.active #hidden-hours {
	display: inline-block;
}
#hours h3 {
	font-size: 13px;
	margin: 0;
	font-weight: 900;
	text-transform: uppercase;
}
#hidden-hours {
	display: none;
	background-color: #fff;
	text-align: left;
	font-weight: 600;
}
#hidden-hours hr {
	margin: 10px 0px 14px;
}
#icon-nav {
	background-color: #000;
	text-align: center;
	padding-top: 15px;
}
#icon-nav ul {
	padding: 0;
	margin: 0 auto;
}
#icon-nav li {
	list-style-type: none;
	display: inline-block;
}
#icon-nav a {
	color: #fff;
	text-transform: uppercase;
	padding: 53px 15px 15px;
	position: relative;
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	text-decoration: none;
}
#icon-nav a:hover {
	text-decoration: underline;
}
#home-thirds {
	padding: 8px;
}
#home-thirds > a > article,
#store-list article {
	text-align: left;
	position: relative;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	-moz-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	min-height: 260px;
	margin-bottom: 40px;
	background-color: #fff;
}
#home-thirds span.readmore {
	font-size: 0.8em;
}
#store-list {
	position: relative;
	letter-spacing: -.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
#store-list article {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
}
#home-thirds > a:hover > article {
	-webkit-box-shadow: 0px 5px 9px 1px rgba(97, 97, 97, 0.3);
	-moz-box-shadow: 0px 5px 9px 1px rgba(97, 97, 97, 0.3);
	box-shadow: 0px 5px 9px 1px rgba(97, 97, 97, 0.3);
}
#home-thirds > a,
#home-thirds > a:hover h3,
#home-thirds > a:hover p {
	text-decoration: none;
}
#home-thirds > a:hover h3 {
	color: #58797e;
}
.home-blog-img{
	position: relative;
	padding-top:87.4358%;
	overflow: hidden;
	margin-bottom:10px;
}
#home-thirds article .home-blog-img img{
	display: block;
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}
.events-list {
	padding-bottom: 20px;
}
.events-list .btn {
	margin-top: 16px;
}
.events-list a {
	text-decoration: none;
}
.event-link p {
	padding-bottom: 0;
	line-height: 115%;
}
.event-link {
	margin-bottom: 15px;
	padding: 0 15px;
}
.event-link .date {
	color: #000;
	font-weight: 600;
	font-size: 12px;
	margin-bottom: 0;
}
.event-link a {
	font-weight: 700;
	font-size: 15px;
}
#home-thirds .pad {
	padding: 10px 15px 18px 15px;
}
#home-thirds article img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#home-thirds article h3 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: none;
	margin-bottom: 8px;
}
#home-thirds article p {
	font-size: 13px;
	font-weight: 600;
}
#home-thirds article p.sep {
	margin-bottom: 0;
	color: #000;
	padding: 0;
}
#home-thirds aside {
	clear: both;
}
#home-thirds aside h2,
#gallery-section h2,
#assistance h2 {
	font-size: 32px;
	font-weight: 300;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 0;
}
#home-thirds aside.events-list h2{
	margin-bottom:12px;
}
#footer-cta h2 {
	font-size: 32px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 20px;
	text-transform: uppercase;
	padding-bottom: 0;
	position: relative;
	z-index: 200;
}
#home-thirds aside h2 {
	font-size: 38px;
}
#gallery-section {
	background-color: #ededee;
	padding: 0 15px;
	padding-bottom: 40px;
}
#gallery-section .wheat-accent {
	padding-top: 145px;
	margin-bottom: 40px;
}
#gallery-section .wheat-accent:before {
	top: 45px;
}
#gallery-section p,
#assistance p {
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}
#footer-cta p {
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
	position: relative;
	z-index: 200;
}
#gallery-section .btn {
	margin-top: 10px;
}
#gallery {
	clear: both;
}
#assistance p.reduce-margin {
	margin-bottom: 15px;
}
#gallery:after {
	clear: both;
	content: ' ';
	display: block;
}
#gallery img {
	width: 100%;
	height: auto;
}
#gallery a {
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 4px;
	font-size: 0.7em;
}
#gallery a:nth-child(odd) {
	margin-right: 2%;
}
#assistance {
	padding: 145px 15px 50px;
}
#assistance:before {
	top: 45px;
}
#assistance a {
	font-size: 14px;
}
footer {
	background-color: #232424;
	color: #fff;
	text-align: left;
	padding: 50px 0px;
}
.footer-cols {
	margin: 0 -15px;
}
footer .logo {
	position: relative;
	top: 0;
	left: 84px;
	/*FOR 2022 UPDATE*/
	height: 35px;
    width: 345px;
	background-position: 0 -55px;
/* 	background-position: 0 -41px; */
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}
.contain-logo-footer {
	height: 34px;
	margin-bottom: 3px;
}
footer h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
footer address {
	line-height: 1.8;
	font-size: 15px;
}
footer ul {
	padding: 0;
	margin: 0;
}
footer .col {
	margin: 0 0 60px;
}
footer li {
	list-style-type: none;
	margin-bottom: 13px;
	line-height: 120%;
}
footer a {
	color: #a5a6a6;
	text-decoration: none;
	font-weight: 500;
}
footer a:hover {
	color: #fff;
}
footer li a {
	color: #fff;
	font-size: 15px;
	line-height: 100%;
}
.social {
	text-align: left;
	clear: both;
}
footer a.icon {
	text-align: left;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	height: 37px;
	width: 37px;
}
footer a.icon:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 37px;
	width: 37px;
	background-position: -42px -439px;
}
footer a.icon.twitter-icon:before {
	background-position: -82px -439px;
}
footer a.icon.instagram-icon:before {
	background-position: -123px -439px;
}
footer .col {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}
footer .col:nth-child(even) {} footer .col.first-col {
	margin-bottom: 40px;
	width: 100%;
}
footer:after {
	content: ' ';
	display: block;
	clear: both;
}
.social a:hover {
	opacity: 0.7;
}
#copyright {
	background-color: #000;
	color: #a5a6a6;
	font-size: 13px;
	font-weight: 700;
	text-align: left;
	padding: 15px 0;
}
#copyright a {
	color: #a5a6a6;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

#inside-header {
	background: url() no-repeat 50% 50% / cover;
	height: 155px;
}
#inside-header-med {
	background: url() no-repeat 50% 50% / cover;
	height: 354px;
}
#inside-header h1 {
	font-size: 30px;
	padding: 15px 40px;
	background-color: #000;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 41px;
}
#inside-header-med h1 {
	font-size: 30px;
	padding: 15px 40px;
	background-color: #000;
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 150px;
}

#store-list {
	padding: 8px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#store-list:after {
	content: ' ';
	display: block;
	clear: both;
}
#store-list article {
	position: relative;
	width: 100%;
	margin: 0 0 40px;
}
.align {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 190px;
	border-bottom: 1px solid #ebebeb;
}
.store-contact {
	padding: 10px;
	min-height: 113px;
}
.store-location,
.event-time {
	position: relative;
}
.store-location:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 4px;
	left: 20px;
	height: 26px;
	width: 17px;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -114px -485px;
	top: 11px;
	left: 25px;
}
.store-location.no-loc:before {
	content: '\f54e';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	background: none;
	font-size: 0.85em;
	vertical-align: middle;
	color: #FFF;
	top: 0.9em;
	left: 18px;
}
#search-stores {
	margin: 36px auto;
	padding: 15px 0px 30px 0px;
}
.page-id-419 #search-stores,
.page-id-1159 #search-stores {
	padding: 10px 0px;
}
#search-stores a {
	text-decoration: none;
	color: #000;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 15px;
	cursor: pointer;
}
#view-select form {
	text-align: center;
}
#list-view,
#map-view {
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
	margin: auto;
	padding: 13px 40px 15px 71px;
	position: relative;
}
#attract-view,
#inspired-view {
	border: 1px solid #fff;
	background-color: #fff;
	display: inline-block;
	margin: auto;
	padding: 13px 40px 15px 38px;
	position: relative;
}
#list-view.active,
#map-view.active,
#list-view:hover,
#map-view:hover,
#attract-view.active,
#inspired-view.active,
#attract-view:hover,
#inspired-view:hover {
	background-color: #dbdbdb;
}
#list-view:before,
#map-view:before {
	content: ' ';
	display: block;
	height: 19px;
	width: 18px;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -32px -483px;
	position: absolute;
	top: 3px;
	left: 39px;
	top: 15px;
}
#view-select label {
	display: none;
}
#map-view:before {
	background-position: -61px -483px;
	top: 12px;
}
#store-list .store-location a,
#store-list .store-location span,
#store-list .event-time a {
	display: block;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 13px 50px;
}
#store-list .event-time a:before {
	content: '\f073';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	position: absolute;
	top: 0.9em;
	left: 18px;
	height: 26px;
	width: 17px;
	left: 25px;
	background: none;
	font-size: 1em;
	vertical-align: middle;
	color: #FFF;
}
#store-list img {
	height: auto;
	max-width: 100%;
}
#store-list article a {
	text-decoration: none;
	display: block;
	font-weight: 600;
}
#store-list a.phone {
	color: #000;
	margin-top: 5px;
}
#footer-cta {
	clear: both;
	background: url() no-repeat 50% 50% / cover;
	padding: 145px 15px 50px;
}
#footer-cta .btn {
	font-size: 13px;
}
#footer-cta h2,
#footer-cta p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
#footer-cta:before {
	top: 45px;
}
#view-select input[type="text"] {
	padding: 13px 39px 13px 16px;
	border-width: 0;
	margin-bottom: 15px;
}
#search-stores a#store-submit {
	position: absolute;
	right: 15px;
	top: 16px;
	text-indent: -9999px;
	height: 19px;
	width: 19px;
	background: transparent;
	border-width: 0;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -39px -238px;
}
#view-select input[type="text"]:: -webkit-input-placeholder {
	font-size: 13px;
	font-style: normal;
	color: #000;
	font-weight: 700;
}
#view-select input[type="text"]:: -moz-placeholder {
	font-size: 13px;
	font-style: normal;
	color: #000;
	font-weight: 700;
}
#view-select input[type="text"]:-ms-input-placeholder {
	font-size: 13px;
	font-style: normal;
	color: #000;
	font-weight: 700;
}
#view-select input[type="text"]:-moz-placeholder {
	font-size: 13px;
	font-style: normal;
	color: #000;
	font-weight: 700;
}
.contain-search {
	position: relative;
	width: 100%;
	max-width: 369px;
	margin: auto;
}
#store-input {
	width: 100%;
}
.contain-select {
	position: relative;
	max-width: 369px;
	width: 100%;
	margin: auto;
	height: 44px;
}
#categories,
#store-names {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	background: #fff;
	font-size: 13px;
	color: #000;
	font-weight: 700;
	text-align: left;
	padding: 0;
	z-index: 2;
}
#store-names {
	z-index: 3;
	top: 50px;
}
#categories.active {
	z-index: 11000;
}
#categories.active,
#store-names.active {
	-webkit-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	-moz-box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
	box-shadow: 0px 2px 5px 1px rgba(97, 97, 97, 0.3);
}
#categories:hover {
	cursor: pointer;
}
#categories:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 12px;
	right: 14px;
	height: 17px;
	width: 11px;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -92px -486px;
}
#categories.active li,
#store-names.active li {
	display: block;
}
#categories.active li:hover,
#store-names li:hover,
#store-names li.active {
	background-color: #eee;
	cursor: pointer;
}
#categories.active li:first-child:hover {
	background-color: #fff;
}
#categories li,
#store-names li {
	list-style-type: none;
	display: none;
	padding: 13px 39px 13px 16px;
}
#categories li:first-child {
	display: block;
}
#inside-page {
	background-color: #f6f6f6;
}
#pagination {
	margin: 0 0 40px;
}
#pagination a {
	text-decoration: none;
}
.prev,
.next,
.prev.page-numbers,
.next.page-numbers {
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
	padding: 10px 20px;
	display: inline-block;
}
.page-numbers {
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	padding: 0 13px;
	display: none;
}
.more-results {
	font-size: 30px;
	position: relative;
	top: -4px;
	padding: 0 13px 0 18px;
	text-decoration: none;
	display: none;
}
span.prev,
span.next {
	color: #808080;
	border: 1px solid #bcbcbc;
}
a.prev,
a.next {
	text-decoration: none;
	border: 1px solid #828282;
}
.prev {
	margin-right: 25px;
}
.next {
	margin-left: 25px;
}
.btn,
.btn:focus {
	background-color: #000;
	display: inline-block;
	padding: 13px 35px 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.inside-btn {
	background-color: #000;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 40px;
}
.sm-btn {
	background-color: #000;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 40px;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: -8px;
}
.sm-btn-inside {
	background-color: #000;
	display: inline-block;
	padding: 10px 20px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 40px;
	font-size: 13px;
	text-transform: uppercase;
}
.btn-dark,
.btn-dark:focus {
	background-color: #000;
	display: inline-block;
	padding: 13px 35px 11px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.btn-light,
.btn-light:focus {
	background-color: #fff;
	display: inline-block;
	padding: 13px 35px 11px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}
.btn:hover,
.inside-btn:hover,
.sm-btn:hover,
.sm-btn-inside:hover {
	color: #FFF;
	background-color: #999;
	text-decoration: none;
}
.btn-dark:hover {
	color: #FFF;
	background-color: #293333;
	text-decoration: none;
}
.btn-light:hover {
	color: #000;
	background-color: #999;
	text-decoration: none;
}
.footer-cta-btn {
	background-color: #fff;
	color: #000;
}
.instagram-btn {
	font-size: 13px;
	position: relative;
	padding-left: 45px;
	padding-right: 15px;
}
.instagram-btn:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 10px;
	left: 4px;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -443px;
	height: 26px;
	width: 32px;
}
.icon:before {
	content: ' ';
	display: inline-block;
	height: 100px;
	width: 100px;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: auto;
}
.stores-icon:before {
	background-position: -4px -275px;
	height: 40px;
	width: 32px;
	position: absolute;
	top: 0;
	left: 23px;
}
.hours-icon:before {
	background-position: -45px -275px;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 18px;
}
.events-icon:before {
	background-position: -95px -275px;
	height: 43px;
	width: 40px;
	position: absolute;
	top: 0;
	left: 20px;
}
.sales-icon:before {
	background-position: -158px -275px;
	height: 43px;
	width: 43px;
	position: absolute;
	top: 0;
	left: 14px;
}
.tag {
	position: absolute;
	top: 0;
	left: 18px;
	background: #000;
	padding: 6px 15px;
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.sep {
	position: relative;
}
/*
.sep:before {
	content: ' ';
	height: 2px;
	width: 5px;
	background-color: #000;
	display: block;
	margin-bottom: 7px;
}
*/
.date {
	color: #a2a2a2;
	padding: 0;
}
.wheat-accent,
.white-wheat-accent {
	position: relative;
	padding-top: 103px;
}
.wheat-accent:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -337px;
	margin-left: -42px;
	height: 85px;
	width: 84px;
}
.white-wheat-accent:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -105px -333px;
	margin-left: -42px;
	height: 93px;
	width: 93px;
	z-index: 200;
}
.phone {
	font-weight: 400;
}
.phone:before {
	content: ' ';
	display: inline-block;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -140px -487px;
	height: 15px;
	width: 14px;
	margin: 0 12px 0 0;
	position: relative;
	top: 3px;
}
.clock-icon {
	position: relative;
	padding-left: 45px;
}
.clock-icon:before {
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: -212px -281px;
	content: ' ';
	display: inline-block;
	position: absolute;
	top: 2px;
	left: 0;
	height: 34px;
	width: 32px;
}
#header nav a.phone:after {
	display: none;
}

.imageblock{
    max-width: 866px;
    margin-bottom: 2em;
}
footer .phone:before {
	background-position: -196px -487px;
}

/* New LEASING Template - 8/2019 - MGS */
#inside-header.leasing-header{
	position: relative;
	height:auto;
	background-size: cover;
	background-position: center center;
}
#inside-header.leasing-header h1{
	margin:15% 0;
}
#leasing h2{
	display: block;
	text-align: center;
	position: relative;
	font-size: 24px;
	font-weight: 300;
	margin-bottom:30px;
	padding-top:120px;
}
#leasing h2:before{
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-image: url(../png/sprite.png);
	background-repeat: no-repeat;
	background-position: 0 -337px;
	margin-left: -42px;
	height: 85px;
	width: 84px;
}
#leasing p{
	margin:1.5em 0;
}
#leasing-modules{
	background: #f6f6f6;
}
.leasing-module{
	position: relative;
	letter-spacing: -.31em;
	text-rendering: optimizespeed;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	margin:3em auto;
	border-radius: 3px;
	overflow: hidden;
	max-width: 623px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
.leasing-mod-blurb,
.leasing-mod-img{
	display: inline-block;
	*display: inline;
	zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	text-rendering: auto;
	width: 100%;
	background: #FFF;
}
.leasing-mod-blurb{
	padding:3em;
	text-align: left;
	display: flex;
    align-items: center;
    justify-content: center;
}
.leasing-mod-blurb h3{
	font-weight: 300;
	font-size: 1.4em;
}
.leasing-mod-blurb p{
	margin:0.5em 0;
	padding:0;
	font-size: 0.9em;
	line-height: 150%;
}
.leasing-mod-blurb ul{
	list-style: none;
	margin:1.6em 0 0 0;
	padding:0;
}
.leasing-mod-blurb ul li{
	font-size: 1.15em;
	font-weight: 400;
	margin:0.3em 0;
}
.leasing-mod-blurb ul li a{
	font-weight: 400;
}
#home-thirds #leasing-contact h2{ font-size: 30px; }
#home-thirds #leasing-contact h3{
	font-weight: 300;
	text-transform: none;
	margin:1.2em 0 0 0;
	padding-bottom:0;
	line-height: 130%;
	font-size: 1.4em;
}
#home-thirds #leasing-contact h4{
	font-weight: 300;
	margin-top:0;
	line-height: 130%;
	font-size: 1em;
}
#home-thirds #leasing-contact p{
	margin:0.6em 0;
	padding:0;
}
#kiosk-c3, #kiosk-c4, #kiosk-c7, #kiosk-b10, #kiosk-b13, #kisok-b16, #kiosk-d5, #kiosk-d10, #kiosk-d11-2{
	display: none;
}

@media screen and (max-width: 1199px) {
	.hidemobile, #header nav li.hidemobile{ display: none !important; }
	#side-nav.hasbacklink {
		position: relative;
		padding: 0 15px;
	}
	#side-nav.hasbacklink ul {
		display: none;
	}
	#side-nav.hasbacklink .sm-btn {
		position: relative;
		left: auto;
		top: auto;
	}
	#header nav ul.sub-menu li.menu-item-1236 a br,
	#header nav ul.sub-menu li.menu-item-1237 a br{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.store-contact{ min-height: 0; }
}
@media screen and (max-width: 480px) {
	#inside-header h1 {
		font-size: 20px;
		margin-top: 51px;
	}
}
@media screen and (min-width: 768px) {
	#hero-container {
		display: flex;
	}
	#hero-container div {
		flex: 50%;
	}
	#hero-image {
		padding-bottom: 0;
	}
	#hero-content-dark,
	#hero-content-light {
		padding: 80px 30px 64px;
		text-align: left;
	}
	#hero:after {
		content: ' ';
		clear: both;
		display: block;
	}
	#home-thirds {
		padding: 30px 15px;
		max-width: 1300px;
		margin: auto;
	}
	#home-thirds > a,
	#store-list article {
		width: 48%;
		float: left;
		padding-left: 30px;
		padding-right: 30px;
	}
	#home-thirds aside {
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 110px;
		padding-bottom:0;
	}
	#home-thirds > a > article {
		min-height: 100%;
	}
	#home-thirds .wheat-accent:before {
		left: 30px;
		top: 10px;
	}
	#home-thirds .pad {
		padding-bottom: 10px;
	}
	#home-thirds > a {
		margin-bottom: 70px;
	}
	#icon-nav {
		clear: both;
		padding-top: 0;
	}
	#icon-nav a {
		padding: 103px 30px 15px;
		font-size: 13px;
	}
	#home-thirds article h3 {
		font-size: 17px;
		padding: 0;
		text-transform: none;
	}
	#home-thirds article p {
		font-size: 15px;
	}
	.stores-icon:before {
		background-position: -261px -275px;
		height: 76px;
		width: 54px;
		left: 43px;
	}
	.hours-icon:before {
		background-position: -324px -275px;
		height: 90px;
		width: 72px;
		left: 34px;
	}
	.events-icon:before {
		background-position: -397px -275px;
		height: 76px;
		width: 75px;
		left: 35px;
	}
	.sales-icon:before {
		background-position: -472px -275px;
		height: 83px;
		width: 93px;
		left: 23px;
		top: -4px;
	}
	#icon-nav li {
		padding: 0;
		border-right: 1px solid #293333;
	}
	#icon-nav li:first-child {
		border-left: 1px solid #293333;
	}
	#icon-nav a {
		padding: 103px 40px 15px;
	}
	#icon-nav a:hover {
		background-color: #293333;
		text-decoration: none;
	}
	#gallery-section .contain {
		margin: auto;
		max-width: 1300px;
	}
	#inside-header h1 {
		font-size: 44px;
		margin-top: 37px;
	}
	.align {
		height: 230px;
	}
	#pagination {
		margin: 25px 0 70px;
	}
	.page-numbers {
		display: inline-block;
	}
	.attraction-img {
		padding: 0 60px 0 0;
	}
}
@media screen and (min-width: 992px) {
	#hero-container div {
		flex: 40%;
	}
	#hero-container div:first-child {
		flex: 60%;
	}
	#hero-content-dark,
	#hero-content-light {
		padding: 100px 30px 84px;
	}
	#icon-nav a {
		padding: 115px 80px 30px;
	}
	.stores-icon:before {
		left: 83px;
	}
	.hours-icon:before {
		left: 74px;
	}
	.events-icon:before {
		left: 75px;
	}
	.sales-icon:before {
		left: 63px;
	}
	.stores-icon:before,
	.hours-icon:before,
	.events-icon:before {
		top: 17px;
	}
	.sales-icon:before {
		top: 14px;
	}
	#home-thirds {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	#home-thirds > a,
	#home-thirds aside {
		min-height: 0;
		margin-bottom: 0;
		width: 33.3333%;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: auto;
		-ms-flex-item-align: auto;
		align-self: auto;
		flex-grow: 0;
	}
	#home-thirds > a > article {
		margin-bottom: 0;
	}
	#home-thirds aside {
		margin-right: 0;
		text-align: left;
	}
	#gallery-section {
		clear: both;
		padding-left: 50px;
	}
	.events-list.wheat-accent:before {
		margin-left: 0;
		left: 0;
	}
	.event-link {
		padding: 0;
	}
	#gallery-section aside {
		float: left;
		width: 29%;
		text-align: left;
		margin-right: 9%;
	}
	#gallery-section aside:before {
		margin-left: 0;
		left: 0;
	}
	#gallery {
		float: left;
		width: 62%;
		clear: none;
		padding-top: 50px;
	}
	#gallery a {
		margin-bottom: 10px;
	}
	#assistance {
		clear: both;
	}
	#gallery-section:after {
		clear: both;
		display: block;
		content: ' ';
	}
	footer .col {
		width: 25%;
	}
	#inside-header.leasing-header h1{ margin:12% 0; }
	.leasing-module > div{
		width: 50%;
	}
	.leasing-module{ max-width: none; }
}
@media screen and (min-width: 1100px) {
	#hero-content-dark,
	#hero-content-light {
		padding: 140px 30px 104px;
	}
	#gallery a:nth-child(odd) {
		margin-right: 2%;
	}
	footer {
		padding-bottom: 0;
	}
	footer .col {
		width: 16%;
	}
	footer .col.first-col {
		width: 20%;
	}
	.footer-container {
		width: 1200px;
	}
	.social {} #search-stores br {
		display: none;
	}
	.contain-search {
		display: inline-block;
		top: 1px;
	}
	.contain-select {
		display: inline-block;
		max-width: 283px;
		top: 10px;
	}
	.page-id-419 .contain-select,
	.page-id-1159 .contain-select {
		top: 15px;
	}
	.post-type-archive-events .contain-select {
		top: 16px;
	}
	#categories li {
		padding: 13px 39px 17px 16px;
	}
}
@media screen and (min-width: 1200px) {
	.hidedesktop, #header nav li.hidedesktop{
		display: none !important;
	}
	#header {
		height: 116px;
	}
	#hero-content-dark h1,
	#hero-content-light h1 {
		font-size: 62px;
		margin-bottom: 20px;
	}
	#hero-content-dark h2,
	#hero-content-light h2 {
		font-size: 24px;
		font-weight: 400;
		margin-bottom: 40px;
	}
	#hero-content-dark .btn,
	#hero-content-light .btn,
	#assistance .btn {
		padding: 13px 55px 11px;
	}
    #alertbar{
        padding-top:20px;
    }
	#hours {
        margin-left:0;
		top: 116px;
		left: 40px;
	}
	#header .logo {
		margin-left: 0;
		left: 40px;
		top: 45px;
/* 		top: 37px; */
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
/* 		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8); */
		z-index: 10001;
	}
	#header nav a#search-icon {
		top: 50px;
		z-index: 10004;
	}
	#home-thirds {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	#home-thirds:after {
		content: ' ';
		clear: both;
		display: block;
	}
    #search{ }
	#search #s {
		top: 42px;
		background-color: #fff;
	}
	#search-submit {
		top: 48px;
		z-index: 10005;
	}
	#gallery-section {
		padding: 66px 15px 97px 50px;
	}
	#gallery-section .wheat-accent {
		margin-top: 50px;
	}
	#gallery-section h2,
	#assistance h2,
	#footer-cta h2 {
		font-size: 42px;
	}
	#assistance {
		padding: 195px 15px 50px;
	}
	#footer-cta {
		padding: 195px 15px 100px;
	}
	#footer-cta p {
		font-size: 19px;
		max-width: 750px;
	}
	#assistance:before,
	#footer-cta:before {
		top: 84px;
	}
	#icon-nav a {
		padding: 115px 119px 30px;
	}
	#view-select {
		max-width: 890px;
	}
	.page-id-1159 #view-select,
	.page-id-419 #view-select {
		max-width: 1200px;
	}
	.page-id-475 #view-select,
	.page-id-774 #view-select {
		max-width: 600px;
	}
	.page-id-732 #view-select {
		max-width: 350px;
	}
	.page-id-475 #search-stores,
	.page-id-774 #search-stores {
		padding: 25px 0;
	}
	.stores-icon:before {
		left: 122px;
	}
	.hours-icon:before {
		left: 113px;
	}
	.events-icon:before {
		left: 115px;
	}
	.sales-icon:before {
		left: 104px;
	}
	.contain-search {
		margin-left: 15px;
		margin-right: 15px;
		max-width: 459px;
	}
	#search-stores a {
		margin-bottom: 0px;
	}
	.content-container > .container a.inside-btn:first-child {
		margin-left: -15px;
	}
}
@media screen and (min-width: 1300px) {
	#home-thirds {
		padding-left: 60px;
	}
}
@media screen and (min-width: 1400px) {
	#hero-content-dark,
	#hero-content-light {
		padding: 160px 40px 134px 60px;
	}
	#header nav > ul {
		left: 290px;
		width: 780px;
		text-align: left;
	}
	#header nav a#search-icon {
		position: relative;
		top: 0;
	}
	#search {
		position: absolute;
		top: 50px;
		left: 1113px;
		z-index: 12000;
	}
	#search #s {
		top: -8px;
		width: 300px;
	}
	#search.active #search-submit {
		right: 14px;
		top: -2px;
	}
	.wa-blog-logo {
		display: block;
		position: absolute;
		top: 20px;
		right: 15px;
		height: 139px;
		width: 290px;
		margin-right: -105px;
		background-image: url(../png/sprite.png);
		background-repeat: no-repeat;
		background-position: -158px -98px;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		z-index: 20000;
	}
}
