@media only screen {
	/* all navs */
	nav {
		position: relative;
	}
	nav ul {
		position: relative;
		list-style: outside none none;
	}
	nav ul li {
		position: relative;
	}
	nav ul li.current a[title="Post"] {
		pointer-events: none;
	}
	nav ul li a {
		position: relative;
		text-transform: uppercase;
		overflow: hidden;
		white-space: pre-line;
		color: black;
		z-index: 1;
	}

	/* top nav */
	nav.nav-top ul {
		margin: 0;
		padding: 0;
	}
	nav.nav-top ul li a {
		display: block;
		font-weight: 400;
		font-size: 18px;
		line-height: 2.6;
		text-decoration: none;
		color: white;
	}
	nav.nav-top ul li a i {
		margin-right: 10px;
	}
	nav.nav-top ul li a span {
		font-weight: 700;
	}
	nav.nav-top ul li a:hover,
	nav.nav-top ul li.selected > a {
		text-decoration: underline;
	}

	/* main nav */
	nav.nav-main {
		opacity: 1;
	}

	/* secondary nav */
	nav.nav-secondary ul li a[href*="/map/"]:before {
		display: inline-block;
		position: relative;
		padding: 0 10px 0 1px;
		font-family: 'Font Awesome 5 Free';
		content: '\f3c5';
		font-weight: 900;
	}

	/* footer nav */
	nav.nav-footer ul {
		margin: 0;
		padding: 0;
	}
	nav.nav-footer ul li {
		padding-bottom: 1em;
	}
	nav.nav-footer a {
		font-weight: 500;
		font-size: 1em;
		text-decoration: none;
	}
	.footer-nav.footer-secondary nav.nav-footer a {
		font-weight: 800;
		text-decoration: none;
		color: #002252;
	}
}

@media (max-width: 64em) {
	/* navs hidden at mobile size */
	nav.nav-breadcrumb {
		display: none;
	}
	nav.nav-side {
		display: none;
	}

	/* main nav */
	nav.nav-top ul {
		padding-left: 1em;
	}
	nav.nav-top > ul > li.last {
		padding-bottom: 1em;
	}
	nav.nav-top ul li a br {
		display: none;
	}
	nav.nav-top > ul li ul li {
		height: 0;
		opacity: 0;
		transition: height 300ms linear, opacity 300ms linear;
	}
	nav.nav-top ul > li.open > ul > li {
		height: auto;
		opacity: 1;
	}
	nav.nav-top > ul li .menu-toggle {
		display: inline-block;
		position: absolute;
		width: 1.25em;
		top: 1em;
		right: 2em;
		padding: 1em;
		cursor: pointer;
		z-index: 1;
	}
	nav.nav-top > ul li .menu-toggle .fa {
		display: block;
		position: absolute;
		top: 0;
		font-size: 1.5em;
		color: white;
	}
	nav.nav-top > ul li.open > .menu-toggle .fa {
		transform: rotate(270deg);
	}

	/* secondary nav */

	/* nav buttons */
	nav.nav-buttons {
		display: flex;
		align-items: center;
		position: fixed;
		width: 100%;
		height: 68px;
		bottom: 0;
		margin: 0;
		padding: 0;
		border-top: 2px solid white;
		font-size: 0;
		z-index: 20;
		transition: height 500ms ease;
		background-color: #e5b966;
	}
	body.menu-open nav.nav-buttons {
		height: 0;
		background-color: #e5b966;
	}
	nav.nav-buttons a {
		position: relative;
		flex-basis: 25%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		text-decoration: none;
		color: white;
		background-color: #002252;
	}
	nav.nav-buttons a:hover,
	nav.nav-buttons a.open {
		background-color: #038595;
	}
	nav.nav-buttons a .icon {
		display: block;
		position: relative;
		width: 18px;
		height: 20px;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: 10;
	}
	nav.nav-buttons a.button-1 .icon {
		background-image: url(/includes/public/assets/images/hotels-casinos-w.png);
	}
	nav.nav-buttons a.button-2 .icon {
		background-image: url(/includes/public/assets/images/food-drink-w.png);
	}
	nav.nav-buttons a.button-3 .icon {
		background-image: url(/includes/public/assets/images/shows-events-w.png);
	}
	nav.nav-buttons a.button-4 .icon {
		background-image: url(/includes/public/assets/images/things-to-do-w.png);
	}
	nav.nav-buttons a p {
		margin-top: 5px;
		font-weight: 400;
		font-size: 12px;
		line-height: 1.1;
		text-align: left;
		text-decoration: none;
		text-transform: uppercase;
		color: inherit;
		margin-bottom: 0;
	}
	nav.nav-buttons a p .bolded {
		font-weight: 700;
	}
}

@media (min-width: 64.063em) {
	/* top navs */
	nav.nav-main {
		opacity: 0;
		transition: opacity 500ms linear;
	}
	nav.nav-main.loaded {
		opacity: 1;
	}
	nav.nav-top > ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	nav.nav-top > ul > li > ul {
		display: none;
	}
	nav.nav-top > ul > li:hover > ul {
		display: block;
	}
	nav.nav-top ul li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 1;
		text-align: right;
		white-space: nowrap;
	}
	nav.nav-top.nav-main ul li a {
		white-space: unset;
	}
	nav.nav-top ul li a i {
		position: relative;
		top: 4px;
		font-size: 22px;
	}
	/* main nav */
	nav.nav-main > ul {
		align-items: center;
	}
	nav.nav-main ul li a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 60px;
		font-size: 16px;
		line-height: 18px;
		text-shadow: 2px 1px 2px black;
	}

	/* microsite */
	nav.microsite ul {
		justify-content: unset;
	}
	nav.microsite ul li {
		padding-right: 40px;
	}

	/* secondary nav */
	nav.nav-secondary > ul {
		align-items: center;
	}
	nav.nav-secondary ul li {
		margin: 0 20px;
	}
	nav.nav-secondary ul li a {
		height: 40px;
		font-weight: 700;
		font-size: 12px;
		line-height: 40px;
		color: #002252;
	}
	nav.nav-secondary ul li a[href*="/map/"]:before {
		padding-right: 6px;
	}

	/* top-level navs */
	nav.nav-top > ul > li.active > a {
		text-decoration: underline;
	}
	nav.nav-top > ul > li > ul {
		position: absolute;
		right: -16px;
		padding: 0 1em;
		background-color: #002252;
		z-index: 1;
	}
	nav.nav-top > ul li ul li {
		text-align: right;
	}
	nav.nav-top > ul li ul li a {
		display: inline-block;
		height: auto;
		padding: 0.5em 0;
		text-align: right;
		white-space: normal;
		word-wrap: break-word;
		color: white;
	}
	nav.nav-top ul li ul li ul li {
		margin-left: 1em;
	}
	nav.nav-top > ul > li.last {
		padding-bottom: 0;
	}
	nav.nav-top .menu-toggle {
		display: none;
	}
	nav.nav-top > ul li .menu-toggle {
		left: 20px;
		top: 8px;
	}
	nav.nav-top > ul li > .fa {
		position: absolute;
		display: block;
		top: 43px;
		left: 0;
		right: 0;
		margin: 0 auto;
		color: #b8b7bd;
	}

	/* footer nav */
	nav.nav-footer a {
		font-size: 18px;
		font-weight: 700;
		text-decoration: underline;
		color: #404040;
	}
	.panel-footer .footer-middle nav.nav-footer ul li {
		padding-bottom: 0.5em;
	}
	.panel-footer .footer-bottom nav.nav-footer ul {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}
	.footer-nav.footer-secondary nav.nav-footer ul li {
		padding-left: 2em;
		padding-bottom: 1em;
	}
	.footer-nav.footer-secondary nav.nav-footer a {
		font-weight: 900;
	}


	/* breadcrumb nav */
	nav.nav-breadcrumb {
		display: block;
		position: relative;
		padding: 16px 0 34px;
	}
	nav.nav-breadcrumb ul {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	nav.nav-breadcrumb ul li a {
		font-size: 14px;
		text-decoration: none;
		text-transform: uppercase;
		color: #038595;
	}
	nav.nav-breadcrumb ul li a:hover {
		text-decoration: underline;
	}
	nav.nav-breadcrumb ul li.current a {
		font-weight: 700;
	}
	nav.nav-breadcrumb ul li a .fa {
		padding: 0 0.4em 0 0.3em;
	}
	nav.nav-breadcrumb ul li:last-child a .fa {
		display: none;
	}

	/* side nav */
	nav.nav-side {
		display: block;
		margin: 1em 0;
		padding: 1em;
		background-color: #038595;
	}
	nav.nav-side > ul {
		margin: 0;
		padding: 0;
	}
	nav.nav-side ul li {
		position: relative;
		display: block;
		overflow: hidden;
		padding: 0;
	}
	nav.nav-side li > ul {
		display: none;
	}
	nav.nav-side li.open > ul {
		display: block;
	}
	nav.nav-side ul li a {
		display: inline-block;
		position: relative;
		padding: 0.25em 0.25em 0.25em 1em;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		white-space: pre-line;
		color: white;
		z-index: 1;
	}
	nav.nav-side li.selected > a,
	nav.nav-side li > a:hover {
		text-decoration: underline;
	}
	nav.nav-side li .menu-toggle {
		display: inline-block;
		position: absolute;
		top: 0.45em;
		right: 0;
		width: 1.25em;
		padding: 0.25em;
		cursor: pointer;
		z-index: 2;
	}
	nav.nav-side li.open > .menu-toggle {
		top: 0.25em;
	}
	nav.nav-side li .menu-toggle .fa {
		display: block;
		color: #002252;
	}
	nav.nav-side li.open > .menu-toggle .fa {
		transform: rotate(270deg);
	}

	/* nav buttons */
	nav.nav-buttons {
		display: none;
	}
}

@media (min-width: 75em) {
	/* top navs */
	nav.nav-main ul li a {
		color: white;
	}

	nav.nav-secondary ul li {
		margin: 0 30px;
	}

	.footer-nav.footer-secondary nav.nav-footer ul li {
		padding-left: 3em;
	}
}

/* internet explorer only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	nav.nav-buttons a .icon {
		top: 7px;
	}
	nav.nav-buttons a p {
		position: relative;
		top: 7px;
		max-width: 100%;
	}
}
