
/*NAVIGATION*/
.arrow {
	display: none;
	color: #7f8b9b;
	margin-left: 7px;
}
li.item.has-dropdown > .arrow {
	display: inline-block;
}
li.item.has-dropdown > .arrow::before {
	content: "\f192";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-size: 12px;
	position: relative;
	top: -1px;
}
li.item.has-dropdown.weddings-menu > .arrow::before {
	content: "\f70b";
	font-size: 16px;
	font-weight: 900;
}
li.item.has-dropdown.groups-menu > .arrow::before {
	content: "\f500";
	font-size: 16px;
	font-weight: 900;
}
li.item.has-dropdown.blog-menu > .arrow::before {
	content: "\f086";
	font-size: 16px;
	font-weight: 900;
}
li.item.has-dropdown:hover > .arrow::before,
li.item.has-dropdown.active > .arrow::before {
	color: #0094ad;
	font-weight: 900;
}
nav.primary li.item,
nav.indy li.item,
nav.mobile li.item {
	font: 400 17px/1 'Ridley Grotesk W05 Regular', sans-serif;
	text-transform: uppercase;
}
nav.primary li.item.active > a,
nav.indy li.item.active > a,
nav.mobile li.item.active > a,
nav.primary li.item:hover > a,
nav.indy li.item:hover > a,
nav.mobile li.item:hover > a {
	color: #0094ad;
}
nav ul.dropdown,
nav ul.dd {
	display: none;
	margin-left: 10px;
}
nav li.item.active > ul.dropdown,
nav li.item.active > ul.dd {
	display: block;
}
@media screen and (max-width: 64em) {

}




/* MOBILE */
.mobile-menu {
	flex: 1 1 100%;
}
.mobile-menu nav.mobile {
	display: none;
	position: absolute;
	top: 100%;
	background-color: #fff;
	right: 0px;
	z-index: 5;
	width: 310px;
	border-left: 10px solid #001737;
}
.mobile-menu nav.mobile::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	height: 34px;
	background-image: url(/includes/public/assets/orange-pattern.svg);
	transform: translateY(50%);
}
.mobile-menu.active nav.mobile {
	display: block;
}
.mobile-menu .mobile-menu-control,
.mobile-menu .mobile-menu-control:hover {
	display: flex;
	float: right;
}
.mobile-menu span {
	font: 600 17px/1 'Ridley Grotesk W05 Regular', sans-serif;
	color: #001737;
	margin-right: 25px;
}
.mobile-menu.active span,
.mobile-menu.active .mobile-menu-control .close-menu {
	color: #0094ad;
}
.mobile-menu .mobile-menu-control .open-menu {
	color: #7f8b9b;
}
.mobile-menu .mobile-menu-control .open-menu,
.mobile-menu.active .mobile-menu-control .close-menu {
	display: block;
	position: absolute;
	right: 0px;
}
.mobile-menu.active .mobile-menu-control .close-menu {
	right: 2px;
}
.mobile-menu.active .mobile-menu-control .open-menu,
.mobile-menu .mobile-menu-control .close-menu {
	display: none;
}
nav.mobile form.site-search {
	background-color: #001737;
	padding: 10px 10px 10px 0px;
	margin-bottom: 20px;
}
nav.mobile .site-search input {
	margin: 0px;
	padding: 5px 10px 0;
}
nav.mobile .site-search input::placeholder {
	font: 400 20px/1 'Strato W01 Book', serif;
	color: #7f8b9b
}
nav.mobile .site-search button.search-button {
	font-size: 14px;
	color: #7f8b9b;
	position: absolute;
	top: 13.5px;
	right: 15px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	border: 2px solid;
	opacity: 0.9;

}

nav.mobile .weather-container {
	text-align: center;
	background-image: url(/includes/public/assets/orange-pattern.svg);
	margin-bottom: 20px;
}
nav.mobile .weather {
	display: inline-block;
	background-color: #fff;
	padding: 1.5px 22px;
	margin: 0px;
}
nav.mobile .contentRender_name_plugins_weather_weather {
	display: block;
	align-items: center;
}

header#site-header nav.mobile ul li.item .dropdown-support {
	display: none;
}
header#site-header nav.mobile ul li.item > a {
	z-index: 1;
}
nav.mobile li.item.has-dropdown > .arrow {
	position: absolute;
	top: -5px;
	right: -5px;
	z-index: 5;
	height: 30px;
	width: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: all;
	cursor: pointer;
	margin: 0px;
}
nav.mobile ul {
	margin: 0px 15px;
}
nav.mobile li.item > a {
	display: block;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 19px;
}
nav.mobile li.item > a::after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 1px;
	background-image: url(/includes/public/assets/orange-pattern.svg);
}
nav.mobile ul:last-of-type > li.item:last-of-type > a::after {

}
nav.mobile ul.nav-primary-style > li.item:last-child > a::after {
	height: 19px;
}
nav.mobile ul.nav-primary-style > li.item:last-child > a {
	margin-bottom: 30px;
	padding-bottom: 45px;
}
nav.mobile ul > li.item.active > a {

}
nav.mobile ul.nav-primary-style > li.item:last-child {

}
nav.mobile ul.nav-indy-style > li.item,
nav.mobile ul.nav-footer-style > li.item {

}




/* DESKTOP */
@media screen and (min-width: 85.9375em) {
	.mobile-menu,
	.mobile-menu .mobile-menu-control {
		display: none;
	}
	nav.primary ul.nav-primary-style > li.item {
		display: inline-flex;
		margin-right: 30px;
		
	}
	nav.indy ul.nav-indy-style > li.item {
		font-size: 15px;
		display: inline-flex;
		margin-right: 20px;
	}
	nav ul.dropdown {
		display: none;
		position: absolute;
		top: 100%;
		left: 0px;
		width: auto;
		z-index: 4;
		background-color: #fff;
		margin: 0px;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
		padding: 25px 20px;
	}
	nav li.item:hover > ul.dropdown {
		display: block;
	}
	nav ul.dropdown .dropdown-items {
		width: 256px;
		text-align: left;
	}
	nav.indy ul.dropdown .dropdown-items {
		width: 220px;
	}
	nav ul.dropdown li.item {
	line-height: 1.2;
	position: static;
	letter-spacing: 2px;
	}
	nav ul.dropdown li.item .arrow {
		position: absolute;
		right: 20px;
		display: inline;
	}
	nav.indy ul.dropdown li.item.has-dropdown .arrow {
		display: none;
	}
	nav ul.dropdown li.item > a {
		display: inline-block;
		position: relative;
		padding-bottom: 18px;
		margin-bottom: 19px;
		padding-right: 32px;
		width: 100%;
		margin-right: -50px;
	}
	nav.indy ul.dropdown li.item > a {
		padding-bottom: 10px;
		margin-bottom: 10px;
		padding-right: 0px;
		margin-right: 0px;
	}
	nav ul.dropdown::after,
	nav ul.dd::after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-image: url(/includes/public/assets/orange-pattern.svg);
		height: 30px;
		transform: translateY(50%);
	}
	nav ul.dropdown li.item:last-of-type > a {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	nav ul.dropdown li.item:last-of-type > a::after {
		display: none;
	}
	nav ul.dropdown li.item > a::after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 0px;
		right: 0px;
		height: 1px;
		background-image: url(/includes/public/assets/orange-pattern.svg);
	}
	nav.indy ul.dropdown li.item > a::after {
		display: none;
	}
	nav ul.dropdown li.item:hover > .dd {
		display: block;
	}
	nav ul.dropdown .dd {
		display: none;
		position: absolute;
		left: 100%;
		top: 0px;
		bottom: 0px;
		width: 256px;
		margin: 0px;
		padding: 20px;
	}
	nav.indy ul.dropdown .dd {
		left: auto;
		right: 100%;
	}
	nav ul.dropdown .dd::before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		bottom: -60px;
		left: 0px;
		right: 0px;
		background-color: #fff;
		box-shadow: 0px 0px 20px rgba(0,0,0,0.25);
	}
}
@media screen and (max-width: 100em) and (min-width: 85.9375em) {
	header#site-header a.logo,
	.weather,
	nav.primary ul.nav-primary-style > li.item {
		margin-right: calc(5px + (30 - 5) * ((100vw - 1024px) / (1600 - 1024)));
		font-size: calc(13px + (17 - 13) * ((100vw - 1024px) / (1600 - 1024)));
	}
	nav.indy ul.nav-indy-style > li.item {
		margin-right: calc(5px + (15 - 5) * ((100vw - 1024px) / (1600 - 1024)));
		font-size: calc(13px + (17 - 13) * ((100vw - 1024px) / (1600 - 1024)));
	}
}




/* FOOTER */
nav.footer ul.nav-footer-style li.item {
	font: 400 15px/1.8 'Ridley Grotesk W05 Regular', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: inline-flex;
}
nav.footer ul.nav-footer-style li.item::after {
	content: '|';
	margin: -2px 5px 0px 10px;
}
nav.footer ul.nav-footer-style > li.item:last-of-type::after {
	display: none;
}
nav.footer ul.nav-footer-style li.item.has-dropdown > .arrow {
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
@media screen and (min-width: 40.063em) {
	nav.footer ul.nav-footer-style li.item.has-dropdown > .arrow {
		display: inline-block;
		color: #fff;
	}
	nav.footer ul.nav-footer-style li.item {
		font-size: 16px;
	}
}


/* DROPDOWN SUPPORT */


header nav .item:hover > a,
footer nav .item:hover > a {
	z-index: 100001;
}

header nav .nav-indy-style > .item:hover > .dropdown-support,
header nav .nav-primary-style > .item:hover > .dropdown-support,
footer nav .nav-footer-style > .item:hover > .dropdown-support {
	position: absolute;
	z-index: 100000;
	top: 0px;
	bottom: -25px;
	left: -35px;
	right: -35px;
	transition: transform .5s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
footer nav .nav-footer-style > .item:hover > .dropdown-support {
	top: 0;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 300%;
	transition: transform .6s;
	transform: scaleY(0);
	transform-origin: center bottom;
}
header nav .nav-indy-style > .item > a:hover ~ .dropdown-support,
header nav .nav-primary-style > .item > a:hover ~ .dropdown-support,
footer nav .nav-footer-style > .item > a:hover ~ .dropdown-support {
	transition: none;
	transform: scaleY(1);
}

header nav .dropdown-items .item:hover > a,
footer nav .dropdown-items .item:hover > a {
	z-index: 100001;
}

header nav .dropdown-items .item:hover > .dropdown-support,
footer nav .dropdown-items .item:hover > .dropdown-support {
/*  background-color: rgba(255,0,0,0.2); */
	position: absolute;
	z-index: 100000;
	top: -10px;
	left: 0px;
	right: -30px;
	bottom: -100px;
	/* width: 100%; */
	/* height: 100%; */
	transform: scaleX(0);
	transform-origin: right center;
	transition: transform .8s;
}
header nav .dropdown-items .item > a:hover ~ .dropdown-support,
footer nav .dropdown-items .item > a:hover ~ .dropdown-support {
	transform: scaleX(1);
	transition: none;
}
header nav.indy .dropdown-items .item:hover > .dropdown-support {
/*  background-color: rgba(255,0,0,0.2); */
	position: absolute;
	z-index: 100000;
	top: -10px;
	left: 0px;
	right: -30px;
	bottom: -100px;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .8s;
}
header nav.indy .dropdown-items .item > a:hover ~ .dropdown-support {
	transform: scaleX(1);
	transition: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	nav ul.nav-primary-style > li.item:hover > a::before {
		top: calc(100% + 16px);
	}
}

.content nav.interior {
    padding: 0px 70px;
}

.content nav.interior ul.nav-interior-style {
    display: inline;
}
