/**
 * 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.
 */

 @import url("https://use.typekit.net/hda1gma.css");
 
@font-face {
	font-family: 'Honey Chrome';
	src:url('/includes/public/assets/fonts/Honeychrome/WOFF2/Honeychrome-Regular.woff2') format('woff2'),
	    url('/includes/public/assets/fonts/Honeychrome/WOFF/Honeychrome-Regular.woff') format('woff'),
		url('/includes/public/assets/fonts/Honeychrome/OTF/Honeychrome-Regular.otf') format('opentype');
	font-weight: 400;
}

@font-face {
	font-family: 'Honey Chrome';
	src:url('/includes/public/assets/fonts/Honeychrome/WOFF2/Honeychrome-Bold.woff2') format('woff2'),
	    url('/includes/public/assets/fonts/Honeychrome/WOFF/Honeychrome-Bold.woff') format('woff'),
		url('/includes/public/assets/fonts/Honeychrome/OTF/Honeychrome-Bold.otf') format('opentype');
	font-weight: 700;
}

@font-face {
	font-family: 'Honey Chrome';
	src:url('/includes/public/assets/fonts/Honeychrome/WOFF2/Honeychrome-Black.woff2') format('woff2'),
	    url('/includes/public/assets/fonts/Honeychrome/WOFF/Honeychrome-Black.woff') format('woff'),
		url('/includes/public/assets/fonts/Honeychrome/OTF/Honeychrome-Black.otf') format('opentype');
	font-weight: 900;
}

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: '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
{
    width: 100%;
    padding: 0 15px;
    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_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;
    }
}

/* Panels */
.panel-page {
    min-height: 100%;
    position: relative;
}

.contentRender_name_plugins_common_container_navigation_share{
    background-color: #E6EBF3;
    padding: 2px;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	max-width: 1200px;
    padding: 0 15px;
    margin: 19px auto;
}

.panel-navigation-share .navigation-container { display: none; }

.panel-intro {
    padding: 0 15px;
}
.panel-intro.intro-styles {
    background-color: #E6EBF3;
    padding: 35px 0 10px;
    margin: -30px 0 0;
}
.panel-intro.intro-styles p {
	font-family: var(--font-denton);
	font-size: 24px;
    text-transform: unset;
	line-height: 1.6;
	letter-spacing: 0.02em;
	font-variation-settings: "wght" 300;
}
.panel-intro.intro-styles .content {
    max-width: 960px;
    margin: 0 auto 30px;
    padding: 0 15px;
}

.panel-intro.intro-styles .content h2 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: unset;
    text-transform: unset;
    font-family: var(--font-magazine);
    margin-bottom: 25px;
}

.panel-intro.intro-styles .content hr {
    border-color: #959595;
    margin-bottom: 25px;
}

@media (max-width: 820px) {
	.panel-social .title-container h2{
		font-size: 28px !important;
		line-height: 1.1 !important;
	}
	.panel-intro.intro-styles .content h2{
		font-size: 28px !important;
		line-height: 1.1 !important;
	}
	.panel-intro.intro-styles p{
		font-size: 20px !important;
	}
}


@media (max-width: 480px) {
	.panel-social .title-container h2{
		font-size: 26px !important;
		line-height: 1.1 !important;
		margin-bottom: 22px !important;
	}
	.panel-intro.intro-styles .content h2{
		font-size: 20px !important;
		line-height: 32px !important;
	
	}
}

@media (min-width: 40em) {
    .panel-intro.intro-styles {
        background-color: #E6EBF3;
        padding: 60px 0 30px;
        margin: -30px 0 0;
    }
    
    .panel-intro.intro-styles .content {
        max-width: 960px;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

    .panel-intro.intro-styles .content h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .panel-intro.intro-styles .content hr {
        margin-bottom: 30px;
    }
}

.panel-custom-content .content {
	padding: 35px 15px 3px;
}

.panel-custom-content.controlled-width .content {
	max-width: 900px;
	margin: 0 auto 0;
	padding: 60px 15px;
}

.panel-custom-content.custom-color {
	background-color: var(--springblue);
}
@media (max-width: 860px) {
	.panel-intro.intro-styles .content h2{
		font-size: 28px !important;
	}
}
@media (max-width: 480px) {
	.panel-intro.intro-styles .content h2{
		font-size: 26px !important;
		line-height: 32px !important;
		padding-top: 30px;
	}
	.panel-intro.intro-styles p{
		font-size: 18px !important;
		line-height: 1.6 !important;
		
	}
}

@media (min-width: 40em) {
    .panel-custom-content {
		padding: 0;
		margin: 0;
	}
    
    .panel-custom-content .content {
        margin: 0 auto 0;
        padding: 60px 15px;
    }

    .panel-custom-content.controlled-width .content {
		max-width: 900px;
		padding: 60px 15px;
    }
}

.panel-social {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
}

.panel-social .title-container {
    text-align: center;
    margin-bottom: 0px;
}
.panel-social .title-container h2 {
    color: #003399;
    font-size: 32px;
	line-height: 34px;
	font-family: var(--font-magazine);
	letter-spacing: 0.04em;
    font-style: normal;
    margin-bottom: 4px;
    
}
.panel-social .title-container p {
    font-size: 16px;
    display: inline;
    letter-spacing: 0.02em;
    line-height: 1.6;
    font-family: var(--font-graphik);
    font-variation-settings: "wght" 400;
}
.panel-social .loadMore .loadMore__text {
    font-family: var(--font-graphik);
    font-variation-settings: "wght" 600;
}


.panel-two-column {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.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: 640px) {
    .panel-social .title-container {
        margin-bottom: 45px;
    }
    .panel-social .title-container h2 {
        /*font-size: 32px !important;*/
    }
    .panel-social .title-container p {
        display: inline;
        font-size: 16px;
}
}
@media (min-width: 1025px) {
    .panel-navigation-share {
        justify-content: space-between;
    }
    
    .panel-navigation-share .navigation-container { display: block; }

    .panel-two-column {
        display: flex;
        align-items: flex-start;
    }

    .panel-two-column .sidebar-container {
        flex-basis: 40%;
    }

    .panel-two-column .main-container {
        flex-basis: 60%;
    }

    .panel-two-column .sidebar-container,
    .panel-two-column .main-container,
    .panel-two-column .left-container,
    .panel-two-column .right-container {
        display: flex;
        justify-self: center;
        align-items: center;
    }

    .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: 5px;
	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;
}

.sv-button {
    min-height: 60px;
	padding: 16px 50px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .05rem;
	text-transform: uppercase;
	text-align: center;
    transition: background .25s, color .25s, border-color .25s;
}

.sv-button:hover {
	transition: background .25s, color .25s, border-color .25s;
}

.white-bg .sv-button, .white-bg .sv-button:visited, .white-bg .sv-button:active {
	background-color: #039;
	color: #fff;
}

.white-bg .sv-button:hover {
	background-color: #00205f;
}

.light-grey-bg .sv-button {
	color: rgba(0,51,153,1);
	background-color: rgba(0,51,153,0);
	border: 2px solid #039;
}

.light-grey-bg .sv-button:hover {
	color: rgba(255,255,255,1);
	background-color: rgba(0,51,153,1);
}

.medium-grey-bg .sv-button {
	background-color: rgba(0,0,0,.1);
	color: #fff;
	border: 2px solid rgba(255,255,255,1);
}

.medium-grey-bg .sv-button:hover {
	background-color: rgba(0,51,153,1);
	border: 2px solid rgba(0,51,153,1);
}

.dark-grey-bg .sv-button {
	background-color: rgba(0,0,0,.1);
	color: rgba(255,255,255,1);
	border: 2px solid rgba(255,255,255,1);
}

.dark-grey-bg .sv-button:hover {
	background-color: rgba(255,255,255,1);
	color: rgba(0,51,153,1);
}
/* TEMPORARY. DELETE BELOW  */
/* TEMPORARY. DELETE BELOW  */
/* TEMPORARY. DELETE BELOW  */
.contentRender_name_plugins_common_header,
.contentRender_name_plugins_common_footer,
.contentRender_name_plugins_common_three_col_tablet_only
{ border: 4px dashed rgba(255, 0, 0, .5); }
.contentRender_name_plugins_collections_template_custom_service_nav,
.contentRender_name_plugins_collections_template_custom_specific_listings,
.contentRender_name_plugins_collections_template_custom_service_directory,
.contentRender_name_plugins_collections_template_custom_listing_capacities,
.contentRender_name_plugins_collections_template_custom_imagebox_wide,
.contentRender_name_plugins_collections_template_custom_imagebox,
.contentRender_name_plugins_collections_template_custom_slider,
.contentRender_name_plugins_collections_template_custom_highlights_grid,
.contentRender_name_plugins_collections_template_custom_featured_slider,
.contentRender_name_plugins_collections_template_custom_public_relations_list,
.contentRender_name_plugins_listings_listbyids
{ border: 2px solid red; position: relative; }
.contentRender_name_plugins_collections_template_custom_service_nav::after,
.contentRender_name_plugins_collections_template_custom_specific_listings::after,
.contentRender_name_plugins_collections_template_custom_service_directory::after,
.contentRender_name_plugins_collections_template_custom_listing_capacities::after,
.contentRender_name_plugins_collections_template_custom_imagebox_wide::after,
.contentRender_name_plugins_collections_template_custom_imagebox::after,
.contentRender_name_plugins_collections_template_custom_slider::after,
.contentRender_name_plugins_collections_template_custom_highlights_grid::after,
.contentRender_name_plugins_collections_template_custom_featured_slider::after,
.contentRender_name_plugins_collections_template_custom_public_relations_list::after,
.contentRender_name_plugins_listings_listbyids::after
{
    content: "DO NOT USE ON REDESIGN";
    position: absolute;
    z-index: 10 ;
    top: 0;
    right: 0;
    background: red;
    color: white;
    padding: 12px;
}
/* TEMPORARY. DELETE ABOVE */
/* TEMPORARY. DELETE ABOVE */
/* TEMPORARY. DELETE ABOVE */

.post-content-container .white-bg .sv-button {
	text-decoration: none;
	padding: 13px 40px;
}

.sv-share,
.sv-share-trigger,
.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    --share-trigger-button-color: white;
	--share-trigger-icon-color: white;
	--share-trigger-bg-color: var(--vlexblue);
	--share-trigger-bg-color-hover: var(--vlexblue);
    
    color: white;
    background-color: var(--vlexblue);
}

.sv-share {
    padding: var(--space-2, 8px) var(--space-5, 20px);
}

.sv-share .sv-share-popover {
    margin-bottom: 0.25rem;
}