/**
 * 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.
 */


/*
**CSS CHEAT CODES/SAMPLES**

Josefin Sans Regular
font-family: 'Josefin Sans', sans-serif;
font-weight: 400;

Josefin Sans SemiBold
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;

Josefin Sans Bold
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;

CormorantGaramond Regular
font-family: 'Cormorant Garamond', serif;
font-weight: 400;

CormorantGaramond SemiBoldItalic
font-family: 'Cormorant Garamond', serif;
font-weight: 600;

Proxima Nova Regular
font-family: 'Proxima-Nova', sans-serif;
font-weight: 400;
font-style: normal;
*/
:root {
    --light-yellow: #e3c87b;
    --yellow: #F3B71E;
    --orange: #EB4F23;
    --bright-orange: #EF4523;
    --dark-orange: #A43D15;
    --blue: #21A0B8;
    --dark-blue: #207B8C;
    --light-teal: #3bc1c4;
    --teal: #4F917E;
    --old-teal: #0d6669;
    --dark-teal: #04343B;
    --light-gray: #F3F3F3;
    --gray: #444444;
    --dark-gray: #1C1F20;
    --gray-blue: #1F7A8C; 
    --muted-blue: #BDD6DB;
    
}
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 */
body {
    font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
html, body {
    height: 100%;
    font-family: 'Cormorant Garamond', 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,
.blog-index .contentRender_name_plugins_blog_leisure_blog_posts,
.blog-index .contentRender_name_plugins_blog_articles_posts,
.contentRender_name_plugins_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp
{
    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_common_jumplist_outer,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .blog-index .contentRender_name_plugins_blog_leisure_blog_posts,
    .blog-index .contentRender_name_plugins_blog_articles_posts,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent,
    .contentRender_name_plugins_crm_rfp,
    .contentRender_name_plugins_crm_rsvp  {
        max-width: 840px;
    }

    .panel-container.full-width .contentRender_name_plugins_core_textbox,
    .panel-container.full-width .contentRender_name_plugins_search_results,
    .panel-container.full-width .contentRender_name_plugins_nav_sitemap,
    .panel-container.full-width .contentRender_name_plugins_common_button,
    .panel-container.full-width .contentRender_name_plugins_common_jumplist_outer,
    .panel-container.full-width .contentRender_name_plugins_collections_template_custom_list,
    .panel-container.full-width .contentRender_name_plugins_collections_template_custom_contacts,
    .panel-container.full-width .blog-index .contentRender_name_plugins_blog_leisure_blog_posts,
    .panel-container.full-width .blog-index .contentRender_name_plugins_blog_articles_posts,
    .panel-container.full-width .contentRender_name_plugins_crm_formbuilder,
    .panel-container.full-width .contentRender_name_plugins_events_submitevent,
    .panel-container.full-width .contentRender_name_plugins_crm_rfp,
    .panel-container.full-width .contentRender_name_plugins_crm_rsvp  {
        max-width: none;
    }
}

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

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

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

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

.panel-intro {
    max-width: 840px;
    margin: 0 auto 60px;
    padding: 0 15px;
}

.panel-social {
    max-width: 100%;
    margin: 0 auto;
}

.panel-social .title-container {
    text-align: center;
}
.panel-social .title-container h2 {
    font-family: 'Josefin Sans', sans-serif;
    color: #444444;
}

.panel-three-column,
.panel-two-column {
    max-width: 1080px;
    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-social .contentRender_name_plugins_core_textbox,
.panel-three-column .contentRender_name_plugins_core_textbox,
.panel-two-column .contentRender_name_plugins_core_textbox {
    padding: 0;
}

@media (min-width: 1024px) {
    .panel-navigation-share .navigation-container { display: block; }

    .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); }
}

@media (max-width: 1024px) {
    .custom-embed img {
        max-width: 245px;
    }
}

.sv-share {
    --share-trigger-button-color: #21a0b8;
	--share-trigger-icon-color: #21a0b8;
	--share-trigger-bg-color: transparent;
	--share-trigger-bg-color-hover: transparent;
    --sw-text-color: #21a0b8;
}

.sv-share-trigger:hover,
.sv-share-trigger:active,
.sv-share-trigger:focus,
.sv-share-trigger:visited {
    color: #21a0b8;
    background-color: var(--share-trigger-bg-color-hover);
}