/**
 * This file will be included in header in every page after reboot.
 * It should be used for content that relates
 * to your site as a whole, it should not be used for plugin-specific css.
 */
@font-face {
    font-family: 'libre-baskerville-bold';
    src: url('/includes/public/assets/fonts/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre-baskerville-italic';
    src: url('/includes/public/assets/fonts/LibreBaskerville-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'libre-baskerville-regular';
    src: url('/includes/public/assets/fonts/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera-pro-regular';
    src: url('/includes/public/assets/fonts/TypeMates-CeraProRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera-pro-bold';
    src: url('/includes/public/assets/fonts/TypeMates-CeraProBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cera-pro-black';
    src: url('/includes/public/assets/fonts/TypeMates-CeraProBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

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);
    color: var(--dark-blue);
}


.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: var(--space-8) var(--space-12);
    width: auto;
    height: auto;
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    color: var(--gray-100);
    text-align: center;
    border: 4px dashed var(--gray-100);
    background: var(--gray-900);
    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;
}

/* 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_crm_formbuilder,
.contentRender_name_plugins_events_submitevent,
.contentRender_name_plugins_crm_rfp,
.contentRender_name_plugins_crm_rsvp {
    width: 100%;
    padding: 0 var(--space-5);
    margin: 0 auto;
}

.contentRender_name_plugins_core_textbox {
    padding: var(--space-8) var(--space-5);
}

@media (min-width: 64em) {
    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_search_results,
    .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,
    .contentRender_name_plugins_crm_formbuilder,
    .contentRender_name_plugins_events_submitevent,
    .contentRender_name_plugins_crm_rfp,
    .contentRender_name_plugins_crm_rsvp  {
        max-width: var(--width-base);
    }
    
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_core_textbox{
        max-width: 900px;
    }
}

/* Panels */
.panel-page {
    position: relative;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto 1fr auto;
    min-height: 100%;
}

.panel-navigation-share {
    display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: var(--width-base);
    padding: 0 var(--space-5);
    margin: 7px auto var(--space-8);
}

@media (min-width: 64em) {
    .panel-navigation-share {
        margin-top: 14px;
    }
}

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

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

/*************/
/*INTRO PANEL*/
/*************/

.panel-intro {
    margin-bottom: var(--space-16);
    margin-top: calc(-250px + (-430 - -250) * ((100vw - 320px) / (640 - 320)));
}

.panel-intro .inner {
    margin: 0 auto;
    max-width: 811px;
    padding: 0 var(--space-5);
}
.panel-intro .title-section{
    text-align: center;
    position: relative;
    margin-bottom: calc(185px + (385 - 185) * ((100vw - 320px) / (640 - 320)));
}


.panel-intro .title-section img {
    width: 140px;
    display: inline-block;
}
.panel-intro .title-section .white-sunspray {
    display: inline-block;
    margin-bottom: 7px;
}

.panel-intro .title-section .colored-sunspray {
    display: none;
}

.panel-intro .title-section h1 {
    font-family: "cera-pro-black", sans-serif;
    font-size: 35px;
    line-height: 1em;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0 -2px 18px rgb(0 0 0 / 70%);
}

.panel-intro .title-section h3 {
    font-family: "cera-pro-bold", sans-serif;
    font-size: 15px;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 90%);
}

.panel-intro .view-all {
    text-transform: uppercase;
    color: var(--dark-blue);
    font-family: cera-pro-bold;
}

@media (min-width: 40em) {
    .panel-intro {
        margin-top: calc(-200px + (-300 - -200) * ((100vw - 640px) / (1024 - 640)));
    }

    .panel-intro .title-section{
        margin-bottom: calc(145px + (245 - 145) * ((100vw - 640px) / (1024 - 640)));
    }
}

@media (min-width: 64em) {
    .panel-intro {
        margin-top: 70px;
    }
    
    .panel-intro .title-section {
        margin-bottom: 31px;
    }
    .panel-intro .title-section img {
        width: 240px;
    }

    .panel-intro .title-section .white-sunspray {
        display: none;
    }

    .panel-intro .title-section .colored-sunspray {
        display: inline-block;
        margin-bottom: 12px;
    }

    .panel-intro .title-section h1 {
        color: var(--dark-blue);
        font-size: 64px;
        text-shadow: none;
    }

    .panel-intro .title-section h3 {
        color: var(--dark-blue);
        font-size: 25px;
        text-shadow: none;
    }

    .panel-intro .contentRender_name_plugins_core_textbox p {
        font-size: 18px;
        line-height: 27px;
    }

    .panel-intro .view-all {
        display: none;
    }
}

.panel-social .title-container {
    text-align: center;
}

.panel-three-column,
.panel-two-column {
    max-width: var(--width-base);
    padding: 0;
    margin: 0 auto;
    margin-bottom: var(--space-8);
}

.panel-three-column :is(.left-container, .center-container, .right-container),
.panel-two-column :is(.left-container, .right-container) {
    padding: 0 var(--space-5);
}

:is(.panel-intro, .panel-social, .panel-three-column, .panel-two-column) .contentRender_name_plugins_core_textbox {
    padding: 0;
}

.sv-col > .contentRender > .sv-panel {
    margin-left: calc(-1 * var(--space-5));
    margin-right: calc(-1 * var(--space-5));
}

@media (min-width: 64em) {
    .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 :is(.left-container, .right-container) {
        flex-basis: 50%;
    }

    .panel-three-column > * { flex-basis: calc(100% / 3); }
}
.contentRender_name_plugins_common_custom_two_col {
    position: relative;
    margin-bottom: var(--space-16);
    overflow: hidden;
}
.contentRender_name_plugins_common_custom_two_col:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 130%;
    background-image: url("/includes/public/assets/shared/map-background.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.8;
    box-shadow: 0 0 80px 60px var(--body-background) inset;
}
@media (min-width:40em) {
    .contentRender_name_plugins_common_custom_two_col:before {
        width: 100%;
    }
}
.root-panel.panel-page.interior.content.no-header .slideshow-container {
    background-image: url("https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/elymn/header_desktop_8f05d25b-d19b-44a7-ab06-69bfac6ed876.png");
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width:64em) {
    .root-panel.panel-page.interior.content.no-header .slideshow-container {
        height: 299px;
    }
} 