/* NAVIGATION ALL BREAKPOINTS */
nav ul {
	list-style: none;
}
nav .dropdown {
	height: 0px;
	overflow: hidden;
	pointer-events: none;
}
nav.mobile ul,
.primary-nav-style {
	list-style: none;
}
.film-microsite .primary-nav-style {
	list-style: none;	
}
@media(min-width: 64.0125em){
	.film-microsite .primary-nav-style {
	list-style: none;
	display: flex;
    justify-content: space-between;
}
}
li.item {
	margin: 0;
	padding: 0;
}
li.item .arrow {
	display: none;
}
li.item.has-dropdown > .arrow {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	cursor: pointer;
}
li.item.has-dropdown > .arrow::before {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
}
li.item.has-dropdown.active > .arrow::before {
	content: "\f068";
}
li.item.has-dropdown > .arrow::after {
	content: "";
	height: 40px;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.primary-nav-style li.item.active .dropdown {
	height: auto;
	margin: 0;
}
.primary-nav-style li.item.active .dropdown li.item {
	padding-left: 15px;
}
.primary-nav-style li.item.active > ul.dd {
	height: auto;
	margin-left: 9px;
}
.primary-nav-style li.item {
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 24px;
	line-height: 1;
	color: #333;
}
.primary-nav-style .dropdown-items > li.item {
	padding: 0;
	margin: 0;
}
.primary-nav-style .dropdown-items li.item {
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: var(--color-red);
	position: relative;
	min-width: 131px;
}
nav.desktop .primary-nav-style .dropdown-items ul {
	padding: 7px 0 3px;
}
nav.desktop .dropdown-items ul li.item {
	font-size: 15px;
	line-height: 1;
	color: #333;
	padding: 0 0 5px;
}
nav.mobile ul.primary-nav-style li.item.active .dropdown ul li.item {
	color: #333;
	padding: 0;
}
.primary-nav-style .dropdown-items li.item a {
	padding-bottom: 2px;
}
.primary-nav-style .dropdown figure {
	position: relative;
	/* flex: 0 0 33%; */
}
.primary-nav-style .dropdown figcaption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	padding-bottom: 20px;
	background-image: linear-gradient(transparent, rgba(0,0,0,0.8));
	z-index: 35;
}
.primary-nav-style .dropdown figcaption h3 {
	font-family: var(--font-accent);
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 1;
	color: #fff;
	text-transform: none;
	letter-spacing: 0.2px;
	margin: 0;
	padding: 0;
}
.primary-nav-style .dropdown figcaption p {
	font-family: var(--font-secondary);
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0;
}



/* NAVIGATION MOBILE CONTAINER */
nav.mobile {
	background-color: #fff;
	margin: 0;
	padding: 10px 15px 40px;
	position: absolute;
	right: -0.9075rem;
	top: calc(100%);
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	visibility: hidden;
	transition: opacity 0.25s ease-in-out;
	border: 1px solid #e4e4e4;
	border-top: 2px solid var(--color-cream);
	box-shadow: 5px 10px 3px 0px rgba(0, 0, 0, .15);
}
.mobile-container.active nav.mobile {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	width: 320px;
}
nav.mobile.active {
	opacity: 1;
	pointer-events: auto;
	width: 320px;
}
nav.mobile .actions-panel {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5px;
}
nav.mobile .actions-panel input {
	height: 44px;
	padding: 15px 10px 13px;
}
nav.mobile .actions-panel > form {
	flex: 1 1 100%;
}
nav.mobile .weather-wrapper {
	flex: 1 1 50%;
	background-color: #cfc2af;
	margin-right: 10px;
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	height: 34px;
	display: inline-flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0 0 6px;
}
nav.mobile .weather-wrapper span {
	margin: 0 0 0 8px;
}
nav.mobile .primary-nav-style,
nav.mobile .indy-nav-style,
nav.mobile .footer-nav-style {
	padding-top: 8px;
	border-top: 1px solid #c9c9c9;
}
nav.mobile .primary-nav-style > li.item {
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	color: #333;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 2px;
	margin-bottom: 8px;
	pointer-events: inherit;
	position: relative;
}
nav.mobile .indy-nav-style > li.item,
nav.mobile .footer-nav-style > li.item {
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #333;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 2px;
	margin-bottom: 8px;
	pointer-events: inherit;
	position: relative;
	text-transform: uppercase;
}
nav.mobile .primary-nav-style > li.item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
nav.mobile .primary-nav-style > li.item.active {
	padding-bottom: 8px;
}
nav.mobile .primary-nav-style > li.item.active > a {
	padding-bottom: 5px;
}
nav.mobile .dropdown li.item {
	font-family: var(--font-secondary);
	font-weight: 800;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-red);
	position: relative;
}
nav.mobile ul.primary-nav-style li.item.active .dropdown ul li.item {
	color: #333;
	padding: 0;
}
.mobile-container .item.has-dropdown > ul {
	display: none;
}
.mobile-container .item.has-dropdown.active > ul {
	display: block;
	height: 100%;
}
ul.footer-nav-style {
	text-align: center;
	list-style: none;
}
ul.footer-nav-style li.item {
	font-family: var(--font-secondary);
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	color: #000;
	margin-bottom: 11px;
	display: block;
}
ul.footer-nav-style li.item i.fas {
	margin-right: 5px;
}
ul.footer-nav-style > li.item:first-of-type {
	text-transform: uppercase;
}
.footer-nav-style ul {
	list-style: none;
	margin: 8px 0;
	padding: 10px 0 0;
	border-top: 2px solid #D9A036;
	border-bottom: 2px solid #D9A036;
}
ul.footer-nav-style ul li {
	text-transform: none;
	color: #000;
}
@media only screen and (max-width: 1024px) {
	.header-sizer .logo img{
		max-width: 168px;
	}
}
@media only screen and (max-width: 40em) {
	.actions-panel::before {
		display: none;
	}
}

/* NAVIGATION TABLET */
@media only screen and (min-width: 40.063em) {
	nav.mobile {
		width: 320px;
	}
	ul.footer-nav-style {
		/* text-align: left; */
		margin-top: 10px;
	}
}
@media only screen and (min-width: 64.063em) {
	ul.footer-nav-style {
		margin-top: 0px;
		padding: 0 17%;
	}
}




/* NAVIGATION DESKTOP */
@media only screen and (min-width: 64.063em) {
	nav ul.primary-nav-style > li.item,
	nav ul.indy-nav-style > li.item {
		display: inline-block;
		color: #000;
	}
	nav ul.indy-nav-style > li.item > .arrow {
		display: none;
	}
	nav ul.primary-nav-style > li.item {
		margin-right: 7px;
		letter-spacing: 0px;
	}
	nav ul.primary-nav-style > li.item:last-child {
		margin-right: 0px;
	}
	nav .dropdown {
		position: absolute;
		pointer-events: auto;
	}
	.primary-nav-style > li.item > .arrow::before {
		content: "";
	}
	header nav.desktop ul.primary-nav-style li.item {
		pointer-events: auto;
	}
	.primary-nav-style >  li.item:hover {
		z-index: 29;
	}
	nav.mobile .primary-nav-style li.item {
		color: #fff;
	}
	.primary-nav-style > li.item .dropdown::before,
	.primary-nav-style > li.item .dropdown::after {
		content: url('data:image/svg+xml; utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:rgba(0,0,0,0.2);}</style><path id="embellishment" class="st0" d="M34.1,3v7.9h-13v16h16v-13h8V48h3V10.9H37.1V0H0v3L34.1,3L34.1,3z M34.1,23.9h-10v-10h10 V23.9z"/></svg>');
		width: 23px;
	}
	.film-microsite .primary-nav-style > li.item .dropdown::before,
	.film-microsite .primary-nav-style > li.item .dropdown::after {
		content:none;
	}
	.indy-nav-style > li.item:hover > .dropdown,
	.primary-nav-style > li.item:hover >  .dropdown {
		height: auto;
		padding: 30px;
		pointer-events: auto;
	}
	.film-microsite .primary-nav-style > li.item:hover >  .dropdown {
		height: auto;
		padding: 30px;
		pointer-events: auto;
		max-width: 325px;
		left: unset;
		right: unset;
		border-bottom: 4px solid black;
		border-top: 4px solid black;
	}
	.primary-nav-style .dropdown .dropdown-items {
		margin-top: -5px;
		padding-right: 15px;
		max-height: inherit;
	}
	.primary-nav-style .dropdown {
		margin: 0;
		left: -20px;
		right: -20px;
		background-color: #fff;
	}
	.primary-nav-style .dropdown.with-imagebox-small,
	.primary-nav-style .dropdown.with-imagebox {
		display: flex;
		flex-flow: row nowrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.primary-nav-style .dropdown .dropdown-items {
		column-count: 3;
	}
	.film-microsite .primary-nav-style .dropdown .dropdown-items {
		column-count: unset;
	}
	.primary-nav-style .dropdown.with-imagebox-small .dropdown-items {
		column-count: 2;
	}
	.primary-nav-style .dropdown.with-imagebox .dropdown-items {
		column-count: 1;
		max-width: 239px;
	}
	.primary-nav-style > li.item > a {
		padding-bottom: 16px;
		border-bottom: 4px solid transparent;
		pointer-events: auto;
	}
	.film-microsite .primary-nav-style > li.item > a {
		padding-bottom: 16px;
		border-bottom: 4px solid transparent;
		pointer-events: auto;
		color:#000;
		font-weight: 700;
		text-transform: uppercase;
		transition: all ease .5s;
	}
	.film-microsite .nav-cont.fixed .primary-nav-style > li.item > a {
		padding-bottom: 16px;
		border-bottom: 4px solid transparent;
		pointer-events: auto;
		color:#000;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 20px;
		transition: all ease .5s;
	}
	.film-microsite .nav-cont.fixed{
		position: fixed;
		top: 0;
		left: 0;
		margin: 0 auto;
		z-index: 1000;
		background-color: #fff;
		border-bottom: 2px solid black;
		height: 60px;
	}
		
	.film-microsite .nav-cont.fixed nav.desktop{
		display: block;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	nav.desktop .sticky-logo{
		display: none;
	}
	.film-microsite nav.desktop .sticky-logo{
		display: block;
		height: 50px;
		width: 50px;
		opacity: 0;
		position: absolute;
		top: -18px;
		left: 0px;
		
	}
	.film-microsite .nav-cont.fixed nav.desktop .sticky-logo{ 
		opacity: 1;
	}

	 .film-microsite header .nav-cont.fixed button[name="site-search-toggle"] { 
		right: calc((100vw - 1000px) / 2);
		top: 10px;
	}
	
	.film-microsite .nav-cont.fixed .primary-nav-style li.item  {
		font-size:20px;
		padding: 0 20px;
	}
	.film-microsite .nav-cont.fixed .primary-nav-style {
		list-style: none;
		display: flex;
		justify-content: center;
	}
	.primary-nav-style > li.item:hover > a {
		border-bottom: 4px solid var(--color-yellow);
	}
	.film-microsite .primary-nav-style > li.item:hover > a {
		border-bottom: transparent;
	}
	nav.desktop li.item.has-dropdown .arrow {
		display: none;
		pointer-events: none;
	}
	nav.desktop .item:hover .dropdown-support {
		position: absolute;
		z-index: 1;
		top: 0;
		left: -600px;
		width: 1200px;
		height: 70px;
		transition: transform .6s;
		transform: scaleY(0);
		transform-origin: center bottom;
	}
	nav.desktop .item > a:hover + .dropdown-support {
		transition: none;
		transform: scaleY(1);
	}

	nav.desktop a.booking-link {
		font-family: "proxima-nova", sans-serif;
		font-weight: 300;
		font-size: 21px;
		line-height: 1;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
		position: relative;
		font-family: "proxima-nova", sans-serif;
		color: #fff;
		margin: 0 -10px;
	}
	nav.indy .dropdown ul li.item {
		color: #333;
	}
	.indy-nav-style > li.item:hover > a {
		padding-bottom: 15px;
		margin-bottom: -17px;
		border-bottom: 4px solid var(--color-yellow);
	}
	nav.indy li.item.has-dropdown .arrow::before {
		content: "\f054";
		top: 10px;
	}
	.indy-nav-style > li.item {
		font-family:var(--font-secondary);
		font-weight: 400;
		font-size: 13px;
		line-height: 1;
		text-transform: uppercase;
		position: relative;
	}
	.indy-nav-style ul {
		background-color: #fff;
		z-index: 30;
		margin: 0;
		padding: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 201px;
		height: 0px;
	}

	.indy-nav-style > li.item:hover > ul {
		padding: 30px;
		top: 32px;
		height: auto;
		overflow: visible;
	}
	.indy-nav-style li.item .dropdown ul {
		height: 0px;
		overflow: hidden;
	}
	.indy-nav-style li.item .dropdown li.item:hover ul {
		left: calc(100% + 30px);
		top: -10px;
		height: auto;
		transform: none;
		padding: 10px 30px;
	}
	.indy-nav-style ul.sh-brackets-accent::before,
	.indy-nav-style ul.sh-brackets-accent::after {
		content: url('data:image/svg+xml; utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 48 48" style="enable-background:new 0 0 48 48;" xml:space="preserve"><style type="text/css">.st0{fill:rgba(0,0,0,0.2);}</style><path id="embellishment" class="st0" d="M34.1,3v7.9h-13v16h16v-13h8V48h3V10.9H37.1V0H0v3L34.1,3L34.1,3z M34.1,23.9h-10v-10h10 V23.9z"/></svg>');
		width: 23px;
	}
	.indy-nav-style .dropdown li.item {
		font-family: var(--font-secondary);
		font-weight: 400;
		font-size: 16px;
		color: var(--color-red);
		text-transform: none;
		margin: 0 0 8px;
		position: relative;
	}
	.indy-nav-style .dropdown ul {
		position: absolute;
	}
	.indy-nav-style .dropdown li.item:hover::before {
		content: "";
		position: absolute;
		top: -4px;
		bottom: -2px;
		left: -29.5px;
		right: -29.5px;
		background-color: #f4f1ec;
	}
}




/* DROPDOWN SUPPORT */
/* nav.indy .item:hover .dropdown-support {
	position: absolute;
	z-index: 40;
	top: 0;
	left: 0;
	width: 500%;
	height: 800%;
	left: -200%;
	transition: transform .6s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
nav.indy .item > a:hover + .dropdown-support {
	transition: transform .6s;
	transform: scaleY(1);
}

nav.indy .dropdown .item:hover > .drop-item-dropdown-support {
	position: absolute;
	z-index: 100000;
	top: 0;
	left: 25%;
	width: 25%;
	height: 100%;
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .8s;
}
nav.indy .dropdown .item > a:hover + .drop-item-dropdown-support {
	transform: scaleX(1);
	transition: none;
} */

/* INTERIOR NAV */
.nav-share-wrapper {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 1.815rem);
	max-width: 978px;
	margin: 20px auto;
	z-index: 30;
}
.details .nav-share-wrapper {
	justify-content: space-between;
}
.nav-share-wrapper ul.nf-breadcrumbs {
	list-style: none;
	padding: 7.5px 0;
	border-radius: 6px;
}

.nav-share-wrapper ul.nf-breadcrumbs li.item:last-child {
	color: var(--color-dark-blue);
}
.nav-share-wrapper ul.nf-breadcrumbs li.item {
	font-family: var(--font-secondary);
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #cfc2af;
	display: inline-block;
}
.nav-share-wrapper ul.nf-breadcrumbs li.item::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 3px;
	color: #89b2d8;
}
.nav-share-wrapper ul.nf-breadcrumbs li.item:first-child::before {
	margin-left: 0;
}
.nav-share-wrapper a.back-link {
	font-family: var(--font-secondary);
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.nav-share-wrapper a.back-link i.fa {
	color: #00c2d9;
}
.nav-share-wrapper .share {
	position: relative;
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: var(--color-dark-blue);
	text-transform: uppercase;
}
.nav-share-wrapper .share i.fa {
	margin-left: 5px;
}
nav.mobile {
	width: 320px;
}
@media only screen and (max-width: 40em) {
	.details .nav-share-wrapper {
		margin: 30px auto 10px;
		z-index: 40;
	}
	.nav-share-wrapper .share {
		align-self: flex-end;
	}
	section.nav-share-wrapper nav {
		display: block;
		margin-bottom: 12px;
	}
}
@media only screen and (max-width: 64em) {
	.details .nav-share-wrapper a.back-link {
		color: var(--font-dark-blue);
		font-weight: 700;
	}

	.primary-nav-style li.item.active .dropdown.sh-brackets-accent::before,
	.primary-nav-style li.item.active .dropdown.sh-brackets-accent::after {
		display: none;
	}
}
@media only screen and (min-width: 40.063em) {
	.nav-share-wrapper {
		margin: 23px auto 18px;
		justify-content: space-between;
	}
	.interior .nav-share-wrapper {
	}
	.nav-share-wrapper ul.nf-breadcrumbs {
		display: inline-block;
	}
}

@media only screen and (max-width: 76.25em) {
	.primary-nav-style > li.item {
		margin-right: calc(4px + (21 - 4) * ((100vw - 1024px) / (1220 - 1024)));
	}
	nav.desktop .nav-spacer:first-child {
		margin-left: calc(-120px + (-10 - -120) * ((100vw - 1024px) / (1220 - 1024)));
	}
}