/**
 * 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-body, 'calibri'), sans-serif;
}

.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: #fff;
    text-align: center;
    border: 4px dashed #fff;
    background: #212121;
    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(--fuschia, #002b49);
	font-size: 27.5px;
	font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
    font-weight: 700;
	font-style: normal;
	margin-bottom: 1.25rem;
}

.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: #eff4f7;
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}

.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: 55px;
    }

    .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: 80px 20px 65px;
		flex-direction: row;
	}

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

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


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: #fff;
    line-height: 1em;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 0;
    overflow: hidden;
    font-family: var(--font-display, Georgia), 'Times New Roman', Times, serif;
    font-weight: 400;
    font-size: 14px;
    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;
}

.bttn::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 150%;
    border: 1px solid #fff;
    border-top-left-radius: 3em 100%;
    border-top-right-radius: 3em 100%;
    border-bottom-left-radius: 3em 100%;
    border-bottom-right-radius: 3em 100%;
    transform: translateY(-50%);
}

.bttn::after {
    top: 0;
    bottom: 0;
    left: .4em;
    right: .4em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@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: #000;
	font-size: 14px;
	font-family: var(--font-body, calibri), sans-serif;
	font-style: italic;
	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: right;
    color: #000;
	font-size: 14px;
	font-family: var(--font-body, calibri), sans-serif;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.5rem;
	text-rendering: optimizeLegibility;
}

.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: #fff;
    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: 20px;
    }
	.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;
}

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