/**
 * 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%;
}

a {
	color: #d35e21;
	text-decoration: none;
}

a:focus {
    color: #d35e21;
}

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */
html, body {
    height: 100%;
    font-family: 'proxima-nova', "Helvetica Neue", "Helvetica", Helvetica, Arial, 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_articles_posts,
.contentRender_name_plugins_mediagallery_gallery,
.contentRender_name_plugins_mediagallery_album,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.crm-extranet-login,
.contentRender_name_plugins_visitors_main,
.video-autoplayer .title
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .panel-jumplist-outer > [data-jumplist-outer-top],
    .panel-jumplist-item .jumplist-item-title,
    .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_articles_posts,
    .contentRender_name_plugins_mediagallery_gallery,
    .contentRender_name_plugins_mediagallery_album,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent,
    .crm-extranet-login,
    .contentRender_name_plugins_visitors_main,
    .video-autoplayer .title {
        max-width: 990px;
	}
	
}

/* Panels */
.panel-page {
    min-height: 100%;
    position: relative;
}

.panel-page #main-content,
.panel-page .footer-container {
    z-index: 50;
    position: relative;
    background: #fff;
}

.panel-page #main-content .contentRender_name_plugins_common_container_intro .moving-clouds {
    height: 100%;
}

.contentRender_name_plugins_common_container_intro .intro-content-area {
    margin-bottom: 20px;
    max-width: 1288px;
}

.panel-page #main-content .contentRender_name_plugins_common_container_intro h1 {
    margin-bottom: 20px;
}

.panel-page #main-content .contentRender_name_plugins_common_container_intro h2 {
    margin-bottom: 10px;
    color: #e9901b;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}

.panel-page #main-content .contentRender_name_plugins_common_container_intro p {
    color: #333333;
    font: 400 14px 'Montserrat', sans-serif;
    line-height: 1.5em;
    margin-bottom: 15px;
}

.contentRender_name_plugins_common_vguide_download {
    margin-top: 40px;
    margin-bottom: 40px;
}

.panel-page.no-slideshow .slideshow-container {
    min-height: 90px;
    background-color: #233649;
    margin-bottom: 20px;
    border-bottom: 5px solid #0c2641;
}

.panel-page.no-slideshow.crm-calendar-parent .slideshow-container {
    min-height: 0;
    margin-bottom: 0;
    border: none;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: 1065px;
    padding: 0 40px 0 15px;
    margin: 0 auto 20px;
}

.panel-navigation-share .navigation-container { 
	display: none; 
}

.panel-navigation-share .share-container { 
	margin-left: auto;
}

.panel-social {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.panel-social .title-container {
    text-align: center;
}

.panel-two-column {
    max-width: 890px;
    padding: 0;
    margin: 0 auto 30px;
}

.panel-two-column .sidebar-container,
.panel-two-column .main-container,
.panel-two-column .left-container,
.panel-two-column .right-container {
    padding: 0 15px
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-social .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox {
    padding: 0;
}

@media (min-width: 1025px) {
    .panel-page.no-slideshow .slideshow-container {
        min-height: 160px;
        background-color: #233649;
        margin-bottom: 50px;
        border-bottom: 10px solid #0c2641;
    }
    .contentRender_name_plugins_common_container_intro .intro-content-area {
        margin-bottom: 40px;
    }

    .panel-page #main-content .contentRender_name_plugins_common_container_intro h1 {
        margin-bottom: 40px;
    }

    .panel-page #main-content .contentRender_name_plugins_common_container_intro h2 {
        margin-bottom: 10px;
        color: #e9901b;
        font-size: 28px;
        line-height: 36px;
        font-weight: 400;
    }

    .panel-page #main-content .contentRender_name_plugins_common_container_intro p {
        margin-bottom: 40px;
        color: #4c4845;
        font-size: 18px;
        line-height: 1.8em;
    }

    .contentRender_name_plugins_common_vguide_download {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    
    .panel-page.no-slideshow .crm-calendar-parent .slideshow-container {
        min-height: none;
        margin-bottom: 0;
        border: none;
    }

	.panel-navigation-share {
        padding: 0 15px;
        margin-bottom: 80px;
	}

	.panel-navigation-share .navigation-container { 
		display: block; 
	}

    .panel-two-column {
        display: flex;
    }

    .panel-two-column .sidebar-container {
        flex-basis: 40%;
    }

    .panel-two-column .main-container {
        flex-basis: 60%;
    }

    .panel-two-column .left-container,
    .panel-two-column .right-container {
        flex-basis: 50%;
    }

    .panel-two-column.sidebar-left .main-container {
        order: 2;
    }
    
    .panel-two-column.sidebar-left .sidebar-container {
        order: 1;
    }
}

/* Consistent styling for shared action items in event/listing/offer layout and detail */
/* Usually appears as foo | bar | baz, span separated */
.shared-action-items {
    overflow: hidden;
    margin-bottom: 10px;
	font-size: 16px;
}

.shared-action-items span {
    padding-right: 5px;
    margin-right: 5px;
    float: left;
}

.shared-action-items span:last-child {
    border-right: none;
}

/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/** snippet is shared in offer detail, listing layout, listing detail **/
.yelp-snippet {
    font-size: 12px;
}

.yelp-snippet .yelp-logo img {
    height: 23px;
    position: relative;
    top: -3px;
}

.yelp-snippet .yelp-bottom {
    font-size: 12px;
}

.yelp-snippet .yelp-price {
    font-size: 12px;
    font-weight: bold;
}

.yelp-snippet .yelp-review-count {
    color: #666;
}

.crm-extranet-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

* {-webkit-font-smoothing: antialiased;} 

.panel_jumplist_outer{
    max-width: 890px;
    margin: auto;
}

/* Responsive Embed Container */
.responsive-embed {
    width: 100%;
}

.responsive-embed .custom-embed > div {
    width: 100%;
}

.responsive-embed .custom-embed iframe {
    width: 100%;
    height: 50vw;
    max-height: 400px;
}

.responsive-embed.fixed-width .custom-embed iframe {
    max-width: 860px;
    margin: 0 auto;
}

.custom-embed .embed-container > div{
    width: 100%;
}

.sv-share {
    --share-trigger-button-color: #d35e21;
	--share-trigger-icon-color: #d35e21;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;    
}

.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    color: var(--share-trigger-button-color);
}

.sv-share .sv-share-popover {
    margin-bottom: 0;
}
/* Custom jumplist back to top */
.jumplist-item-title a.jumplist-back-to-top {
    display: none;
}