/**
 * 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;
}

html.noscroll {
	overflow-y: hidden;
	/* When the nav is open, the page's scroll bar needs to disappear.  This is because the nav
	is fixed, so if it becomes too long, it creates its own scroll bar that allows the user to scroll the nav content.
	We hide the page's scroll bar so there aren't two scroll bars */
}	

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%;
}

.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;
}

/* General Styles */
h1 {
    font-size: 1.6rem;
    color: #696460;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 1.1rem;
    color: #696460;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 0.9rem;
    color: #696460;
    font-weight: bold;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

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
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_collections_template_custom_list,
    .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  {
        max-width: 1200px;
	}
	.contentRender_name_plugins_collections_template_custom_contacts,
	.contentRender_name_plugins_core_textbox {
		max-width: 1060px;
	}
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_common_button {
    	max-width: 1060px;
    }
}

/* Panels */
.panel-page {
    min-height: 100%;
    position: relative;
}

.panel-navigation-share {
	display: flex;
	flex-direction: column-reverse;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto 20px;
}

.panel-navigation-share .share-container {
	margin-bottom: 23px;
	margin-right: 5px;
}

.panel-intro {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.panel-social {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.panel-social .title-container {
    text-align: center;
}

.panel-two-column {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto 30px;
}

.panel-two-column .left-container,
.panel-two-column .right-container {
    padding: 0 15px
}

.contentRender_name_plugins_common_two_col_split .panel-two-column .sidebar-container {
    flex-basis: auto;
}


.panel-two-column .sidebar-container,
.panel-intro .contentRender_name_plugins_core_textbox,
.panel-social .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.panel_custom_three_col .row {
	max-width: 1060px;
	width: 100%;
}

@media (min-width: 640px) {
	.panel-navigation-share {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.panel-navigation-share .share-container {
		margin: 0;
	}
}

@media (min-width: 1025px) {
    .panel-two-column {
        display: flex;
	}
	
	.panel-two-column.split {
		flex-direction: row-reverse;
		margin-bottom: 105px;
	}

    .panel-two-column .sidebar-container {
        flex-basis: auto;
        padding-left: 80px;
        padding-right: 20px;
    }

    .panel-two-column .main-container {
        flex-basis: 82%;
        padding-right: 20px;
        padding-left: 40px;
    }

    .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;
    border-right: 1px solid #ccc;
}

.shared-action-items span:last-child {
    border-right: none;
}

/* shared back button used in event/listing/offer/blog  */
.shared-back-button{
    display: none;
}

/* OnceThere Book Now Button */
.once-there-book-button {
    text-align: center;
}

.once-there-book-button p {
    margin-bottom: 5px;
}

.once-there-book-button a.book-button {
    max-width: 125px;
    padding: 5px 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #b95915;
    display: inline-block;
    width: 100%;
}

.shared-list .item .once-there-book-button {
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    width: 125px;
}

.shared-list .item .once-there-book-button a {
    color: #fff;
    padding: 5px 0px;
}

/** 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;
}

section.content .panel_custom_one_col_full .row {max-width: 100%;}
section.content .panel_custom_one_col_full .row.marginrow {max-width: 970px;}

section.content .panel_custom_two_col_sidebar_right .main,
section.content .panel_custom_two_col_sidebar_left .main { padding-top: 10px; }

.panel_custom_related_content {background: #f6f1ec; margin-bottom: 30px; padding: 20px 10px;}
.panel_custom_related_content.nobg {background: transparent;}

.panel_custom_socialhub {padding: 30px 0;}
.panel_custom_socialhub .rawContent { display: none; }
.panel_custom_socialhub .tabs {margin: 30px 0 !important; text-align: center; }
.panel_custom_socialhub .tabs > .tab {display: inline-block; margin: 0 12px; position: relative;}
.panel_custom_socialhub .tabs > .tab:hover:before,
.panel_custom_socialhub .tabs > .tab.active:before {content: ""; position: absolute; bottom: -3px; left: 0; right: 0; height: 1px; width: 100%;
	background-color: #fff; border-bottom: 3px #1E4383 solid; z-index: 1;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:after {content: ""; position: absolute; bottom: 0; left: 50%; height: 15px; width: 15px;
	background: url(/includes/public/assets/images/menu-drop-blue.png) no-repeat -1px center; z-index: 2;	
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:hover:after,
.panel_custom_socialhub .tabs > .tab.active:after {bottom: -15px;}
.panel_custom_socialhub .tabs .tabContent {
	background: #fff;
	color: #d1d3d4;
	cursor: pointer;
	font-size: 24px;
	line-height: 24px;
	outline: none;
	padding: 5px;
	position: relative;	
	z-index: 3;	
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.panel_custom_socialhub .tabs > .tab:hover .tabContent,
.panel_custom_socialhub .tabs > .tab.active .tabContent {color: #1E4383;}
.panel_custom_socialhub .panes {text-align: center;}
.panel_custom_socialhub .panes > .pane { display: none; margin-top: 15px; padding: 0px; }
.panel_custom_socialhub .panes > .pane.active { display: block; }
.panel_custom_socialhub .panes > .pane .content {overflow: hidden; position: relative;}

/* Expandable Dropdown */
.expandableDropdown .content {
	display: none;
}

.expandableDropdown .content.open {
	display: block;
}

.expandableDropdown {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1030px;
}

@media (max-width:  64em) {
    .expandableDropdown {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    
}
.small-12.columns .expandableDropdown {
    padding-left: inherit;
    padding-right: inherit;
}

.expandableDropdown a {
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    color: #272765;
    font-weight: 800;
    display: block;
    border-bottom: #95a8c7 2px solid;
    margin-bottom: 14px;   
}
.expandableDropdown .content a{
    display:inline;
    border-bottom:none;
    font-weight: normal;
    border-width: thin;
    font-size: 19px;
}

[data-sv-tripbuilder-items] .itemInfo{
    margin: 0 0 12px 0 !important;
    font-size: 16px !important;
}

/* t-489391 */

#directionModal {
    top: 300%!important;
}

@media (min-width: 640px) {
    #directionModal {
        top: 200%!important;
    }
}

@media (min-width: 1024px) {
    #directionModal {
        top: 150%!important;
    }
}

/* end  t-489391 */

/* t-555201 */

.slideshow-container.has-video-widget {
    margin-top: 76px;
}

.video-player {
    position: relative;
    margin-bottom: 48px;
    
}

.video-player .text-content {
    position: absolute;
    bottom: 70px;
    left: 0;
    background-color: #272765;
    z-index: 3;
    transform: none;
    padding: 2rem;
    max-width: 60%;
}

.video-player .text-content .inner {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.video-player .text-content .title {
    margin: 0;
}

.video-player .video-controls {
    display: inline-block;
}

.video-player .text-content .read-more {
    color: #dbe442;
    font-weight: 600;
    font-family: ibm-plex-sans-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 2px;
}

.video-player .text-content .read-more:hover {
    text-decoration: underline;
}

.video-player .text-content .mobile-collapse { display: none; }

@media (max-width: 641px) {
    .slideshow-container.has-video-widget .homepage-highlights-panel .hero.highlight .scroll-circle {
        display: none;
    }
    
    .slideshow-container.has-video-widget .homepage-highlights-panel .hero.highlight,
    .slideshow-container.has-video-widget .homepage-highlights-panel .hero.highlight .inner {
        height: auto;
    }
    
    .video-player {
        position: relative;
        padding-bottom: 0;
        height: auto;
    }
    
    .video-player .plyr.plyr--video {
        height: auto;
        position: relative;
    }
    
    .video-player .text-content {
        padding: 1rem 0 1rem 1rem;
        left: 0;
        transform-origin: left center;
        transition: all 0.2s ease-in-out 200ms;
        display: flex;
        align-items: stretch;
    }
    
    .video-player .text-content.collapsed {
        left: -70%;
        transition: all 0.1s ease-in-out;
    }
    
    .video-player .text-content .inner {
        display: inline-block;
        opacity: 1;
        transition: all 0.2s ease-in-out 200ms;
    }
    
    .video-player .text-content.collapsed .inner {
        opacity: 0;
        transition: all 0.2s ease-in-out;
    }
    
    .video-player .text-content .mobile-collapse {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        height: 100%;
        right: -2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        background-color: #272765;
        border-left: 2px solid #272765;
    }
}

/* end t-555201 */

.sv-share {
    --share-trigger-button-color: #333;
	--share-trigger-icon-color: #333;
	--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.25rem;
}