/**
 * This file will be included in header in every page after foundation.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */

html {
	overflow-y: scroll;
}

body>.contentRender {
	min-height: 100%;
	height: 100%;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html,
body {
	height: 100%;
	font-family: var(--font-family-body);
}

.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Skip links */
.skip-link[href] {
	z-index: 5000000;
	display: block;
	margin: 0;
	padding: 2rem 3rem;
	width: auto;
	height: auto;
	font-size: 1.75em;
	line-height: 1.1;
	color: var(--secondary-color);
	text-align: center;
	border: 4px dashed var(--secondary-color);
	background: var(--primary-background-dark-color);
	opacity: 0;
	clip: auto;
	pointer-events: none;
	transition: opacity 200ms cubic-bezier(0, 0, 0.3, 1);
}

.skip-link[href]:focus {
	opacity: 1;
	pointer-events: all;
}

body .mfp-close:hover,
body .mfp-arrow:hover,
body .mfp-arrow:focus {
	background-color: transparent;
	/* foundation compatibility with magnific popup */
}

/* Set General max-width of site content */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_leisure_blog_posts,
.contentRender_name_plugins_blog_press_kits_posts,
.contentRender_name_plugins_blog_press_releases_posts,
.contentRender_name_plugins_blog_corporate_blog_posts,
.contentRender_name_plugins_blog_meetings_blog_posts,
.contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp,
.custom-embed.controlled-width,
.contentRender_name_plugins_common_jumplist_outer,
.custom-caption-box,
.contentRender_name_plugins_collections_template_custom_related_content {
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

@media (min-width: 1025px) {

	.contentRender_name_plugins_core_textbox,
	.contentRender_name_plugins_search_results,
	.contentRender_name_plugins_nav_sitemap,
	.contentRender_name_plugins_common_button,
	.contentRender_name_plugins_collections_template_custom_list,
	.contentRender_name_plugins_collections_template_custom_contacts,
	.contentRender_name_plugins_blog_leisure_blog_posts,
	.contentRender_name_plugins_blog_press_kits_posts,
	.contentRender_name_plugins_blog_press_releases_posts,
	.contentRender_name_plugins_blog_corporate_blog_posts,
	.contentRender_name_plugins_blog_meetings_blog_posts,
	.contentRender_name_plugins_blog_articles_posts,
	.contentRender_name_plugins_mediagallery_gallery,
	.contentRender_name_plugins_mediagallery_album,
	.contentRender_name_plugins_crm_formbuilder,
	.contentRender_name_plugins_events_submitevent,
	.contentRender_name_plugins_crm_rfp,
	.contentRender_name_plugins_crm_rsvp,
	.custom-embed.controlled-width,
	.contentRender_name_plugins_common_jumplist_outer,
	.contentRender_name_plugins_collections_template_custom_related_content,
	.custom-caption-box {
		max-width: 1200px;
	}
}

/* Panels */
.panel-page {
	min-height: 100%;
	position: relative;
	margin-top: 58px;
}

.panel-navigation-share {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto 30px;
}

.panel-navigation-share .navigation-container {
	display: none;
}

.panel-navigation-share .share-container {
	margin-left: auto;
}

.panel-intro {
	max-width: 1200px;
	margin: 0 auto 30px;
	padding: 0 20px;
}

.panel-intro>.title {

	color: var(--quaternary-highlight-color);
	font-size: 52px;
	font-family: var(--font-family-heading);
	font-weight: normal;
	font-style: normal;
	line-height: 54px;
	letter-spacing: 0.01em;
	margin-bottom: 1.25rem;
	text-transform: uppercase;
}

.panel-social {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.panel-social .title-container {
	text-align: center;
}

.panel-three-column,
.panel-two-column {
	max-width: 1200px;
	padding: 0;
	margin: 0 auto 30px;
}

.panel-three-column .left-container,
.panel-three-column .center-container,
.panel-three-column .right-container,
.panel-two-column .left-container,
.panel-two-column .right-container {
	padding: 0 20px
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-intro .contentRender_name_plugins_common_button,
.panel-three-column .contentRender_name_plugins_core_textbox,
.panel-three-column .contentRender_name_plugins_common_button,
.panel-two-column .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_common_button,
.contentRender_name_plugins_common_jumplist_outer .contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_common_jumplist_outer .contentRender_name_plugins_common_button,
.panel-three-column .contentRender_name_plugins_core_textbox,
.panel-three-column .contentRender_name_plugins_common_button,
.panel-two-column .custom-caption-box,
.panel-three-column .custom-caption-box {
	padding: 0;
}

.custom-embed,
.custom-embed.controlled-width {
	margin-bottom: 30px;
}

.panel-highlights {
	background-color: rgba(6, 46, 139, 0.05);
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: var(--margin-bottom-default);
}

.panel-highlights .highlights-inner {
	padding: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

body.blog-index .panel-blog-index-content {
	display: block;
}

@media (min-width: 1024px) {

	.panel-page {
		margin-top: 94px;
	}

	.panel-page.leisure {
		margin-top: 113px;
	}

	.panel-navigation-share .navigation-container {
		display: block;
	}

	.panel-intro>.title {
		font-size: 52px;
		font-weight: 600;
	}

	.panel-three-column,
	.panel-two-column {
		display: flex;
	}

	.panel-two-column.sidebar-left .left-container {
		order: 1;
		flex-basis: 40%;
	}

	.panel-two-column.sidebar-left .right-container {
		order: 2;
		flex-basis: 60%;
	}

	.panel-two-column.sidebar-right .left-container {
		order: 1;
		flex-basis: 60%;
	}

	.panel-two-column.sidebar-right .right-container {
		order: 2;
		flex-basis: 40%;
	}

	.panel-two-column.even .left-container,
	.panel-two-column.even .right-container {
		flex-basis: 50%;
	}

	.panel-three-column>* {
		flex-basis: calc(100% / 3);
	}

	.panel-highlights .highlights-inner {
		padding: 50px 20px 0;
		flex-direction: row;
	}

	.panel-highlights .left-container {
		flex: 1 1 70%;
	}

	.panel-highlights .right-container {
		flex: 1 1 380px;
		max-width: 380px;
	}
}

@media (min-width: 320px) and (max-width: 768px) {
	.panel-intro>.title {
		font-size: 34px;
		line-height: 36px;
	}
}

.panel_jumplist_outer [data-seo-top-action] {
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	background-color: var(--primary-highlight-color) !important;
}

a.bttn,
button.bttn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-height: 2.4em;
	padding: 8px 30px 8px 30px;
	color: var(--primary-highlight-color);
	background-color: none;
	border-radius: 4px;
	line-height: 1em;
	border-radius: 4px;
	line-height: 24px;
	cursor: pointer;
	z-index: 0;
	overflow: hidden;
	font-family: var(--font-family-heading);
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}


.bttn::before,
.bttn::after {
	content: "";
	position: absolute;
	display: block;
	box-sizing: border-box;
	transition: all .25s;
	z-index: -1;
}

a.bttn:hover,
button.bttn:hover,
.highlights .bttn:hover {
	font-family: var(--font-family-heading);
	color: var(--primary-highlight-accent-color);
	border-color: var(--primary-highlight-accent-color);
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.panel-footer a.bttn,
	.panel-footer button.bttn {
		padding: 15px 30px 0 30px;
	}
}

.custom-embed .credit {
	text-align: right;
	color: var(--primary-strong-color);
	font-size: 14px;
	font-family: var(--font-family-body);
	line-height: 1.4em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

.custom-caption-box {
	margin-bottom: 30px;
}

.custom-caption-box img {
	width: 100%;
}

.blog-post .custom-caption-box {
	max-width: 966px;
	padding: 0;
}

.blog-post .custom-embed.controlled-width {
	padding: 0;
	max-width: 966px;
}

.blog-post .embed-container {
	margin: 0px auto;
	max-width: 966px;
}

.blog-post .custom-embed .credit {
	font-size: 14px;
	text-align: right;
	max-width: 966px;
	margin: 0 auto;
}

.custom-caption-box .credit {
	text-align: left;
	color: var(--primary-color);
	font-size: 16px;
	font-family: var(--font-family-body);
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 0.015em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

@media (min-width: 320px) and (max-width: 768px) {
	.custom-caption-box .credit {
		line-height: 24px;
	}
}

.custom-caption-box .credit:not(:last-child) {
	margin-bottom: 5px;
}

a.opentable-logo {
	line-height: 30px;
	display: block;
}

a.opentable-logo img {
	width: 120px;
	padding: 5px;
	background: var(--primary-background-color);
	margin-right: 10px;
}

@media screen and (min-width: 40em) {
	a.opentable-logo {
		display: inline-block;
	}

	.custom-embed .credit {
		font-size: 20px;
	}

	.custom-caption-box .credit {
		font-size: 16px;
	}

	.blog-post .custom-embed .credit {
		font-size: 20px;
	}
}



.ad-container.custom_ads {
	text-align: center;
	margin: 0 0 15px;
	max-width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 40em) {
	.ad-container.custom_ads {
		margin: 0 0 30px;
	}
}

.contentRender_name_plugins_common_embed iframe[src*=xplorit] {
	margin-left: 20px;
	margin-right: 20px;
	width: calc(100% - 40px);
}

@media screen and (min-width: 40em) {
	.contentRender_name_plugins_common_embed iframe[src*=xplorit] {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}

/* header ad specific style overwrites */
.ad-container.custom_ads #div-gpt-ad-1596477502899-0 {
	min-height: 0px !important;
}

.ad-container.custom_ads .responsive-iframe {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 42.6%;
}

.ad-container.custom_ads .responsive-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

[id^=sv-smartbanner] {
	top: 60px !important;
	z-index: 9;
}

@media (min-width: 64em) {
	[id^=sv-smartbanner] {
		display: none;
	}
}

/* Font styling for 'Learn More' button on main page Utilities - Embed Widget */
.cr__gallery .loadMore__text {
	font-family: var(--font-family-heading);
	font-size: 18px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--primary-color);
}