/**
 * 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%;
}

/* 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(--poppins);
}

.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: 1000px;
    }
}

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

.panel-page.no-slideshow .header-container{
    margin-bottom: 0px;
}

body.crm-calendar-popup .panel-page.no-slideshow .header-container {
    margin-bottom: 0px;
}

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

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

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

.contentRender_name_plugins_common_container_intro {
    overflow: hidden;
}

.panel-intro {
    display: flex;
    flex-direction: column;
    margin-left: -15px;
    margin-right: -15px;
    padding: 40px 0 20px;
}

.panel-intro .left-container {
    order: 2;
    height: 100%;
}

.panel-intro .right-container {
    order: 1;
}

.panel-intro .right-container {
    position: relative;
    background-image: url("/includes/public/assets/intro-background-mobile.png");
    background-position: center;
    background-size: auto;
    background-repeat: repeat-y;
    width: 340px;
    margin: 0 auto;
    z-index: 1;
}

.panel-intro .right-container:before {
    position: absolute;
    top:0;
    left: 0;
    transform: translateY(-96%);
    width: 100%;
    height: 34px;
    content: "";
    background-image: url("/includes/public/assets/intro-top-mobile.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.panel-intro .right-container:after {
    position: absolute;
    bottom:0;
    left: 0;
    transform: translateY(96%);
    width: 100%;
    height: 38px;
    content: "";
    background-image: url("/includes/public/assets/intro-bottom-mobile.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.panel-intro .contentRender_name_plugins_core_textbox,
.panel-intro .contentRender_name_plugins_common_webcam {
    max-width: 100vw;
    margin: 0 auto;
}
.panel-intro .contentRender_name_plugins_core_textbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.panel-intro .contentRender_name_plugins_core_textbox h1 {
    position: relative;
    font-family: var(--knockout-49);
    text-transform: uppercase;
    color: var(--blue-gray);
    font-size: 51px;
    text-transform: none;
    font-weight: 400;
    margin: 0 65px 20px;
}

.root-panel.relocate .panel-intro .contentRender_name_plugins_core_textbox h1 {
    color: var(--muted-green);
}

.panel-intro .contentRender_name_plugins_core_textbox h1:before {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(-100%, -50%);
    content: "";
    width: 58px;
    border-top: 1px solid var(--terracotta)
}

.root-panel.relocate .panel-intro .contentRender_name_plugins_core_textbox h1:before {
    border-top: 1px solid var(--muted-green);
}

.panel-intro .contentRender_name_plugins_core_textbox h1:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(100%, -50%);
    content: "";
    width: 58px;
    border-top: 1px solid var(--terracotta)
}

.root-panel.relocate .panel-intro .contentRender_name_plugins_core_textbox h1:after {
    border-top: 1px solid var(--muted-green);
}

.panel-intro .contentRender_name_plugins_core_textbox h3 {
    color: var(--blue-gray);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 30px 10px;
    max-width: 100%;
} 

.panel-intro .contentRender_name_plugins_core_textbox p {
    padding: 0 15px;
    font-size: 16px;
    line-height: 25px;
    color: #3c3d3c;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 100%;
}

.panel-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 50px 15px 5px;
    background: url("/includes/public/assets/social.png") bottom/cover no-repeat;
    min-height: 375px;
    overflow: hidden;
}

.panel-social .title-container {
    text-align: center;
    margin-bottom: 5px;
}

.panel-social .title-container h2 {
    position: relative;
    color: var(--blue-gray);
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0;
    border: 2px solid var(--terracotta);
    padding: 7px 15px;
}

.root-panel.relocate .panel-social .title-container h2 {
    color: var(--muted-green);
}

.panel-social .title-container h2:before {
    position: absolute;
    content: "";
    border-top: 2px solid var(--terracotta);
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
}

.panel-social .title-container h2:after {
    position: absolute;
    content: "";
    border-top: 2px solid var(--terracotta);
    width: 100%;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
}


.panel-social .title-container h2 span {
    font-family: var(--poppins);
    font-weight: 700;
    font-size: 60px;
    text-transform: none;
    letter-spacing: 0;
}

.panel-footer-links {
    min-height: 480px;
    position: relative;
    border-top: 5px solid #fff;
    display: flex;
    flex-direction: column;
}

.panel-footer-links .wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.panel-footer-links:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(17,97,88,.8);
}

.panel-footer-links .title-container {
    position: relative;
    padding: 30px 15px;
    text-align: center;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.panel-footer-links .title-container h2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    color: #fff;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-footer-links .title-container h2 span {
    font-family: var(--poppins);
    font-size: 45px;
    text-transform: none;
    font-weight: 700;
}

.panel-footer-links .inner {
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    width: 100%
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .panel-footer-links .inner {
        display: block;
    }
    .panel-intro .right-container {
        order:0;
    }
}

.panel-two-column {
    max-width: 1200px;
    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;
}

.panel-map-background {
    position: relative;
    background: rgb(156,180,139);
    background: -moz-linear-gradient(0deg, rgba(156,180,139,1) 36%, rgba(182,200,170,1) 68%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(156,180,139,1) 36%, rgba(182,200,170,1) 68%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(156,180,139,1) 36%, rgba(182,200,170,1) 68%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9cb48b",endColorstr="#ffffff",GradientType=1);
    background-position: top;
    background-size: auto;
    background-repeat: repeat-x;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

@supports(display: grid) {
    .panel-map-background {
        position: relative;
        background-image: url("/includes/public/assets/typography-background.png");
        background-position: top;
        background-size: auto;
        background-repeat: repeat-x;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .root-panel.relocate .panel-map-background {
        background-image: url("/includes/public/assets/sbs-bg.png");
    }
}
.panel-map-background > div {
    width: 100%;
    max-width: 1370px;
    margin: 0 auto;
    padding: 0;
}

@media (min-width: 845px) {
    .panel-social {
        background: url("/includes/public/assets/social-desktop.png") bottom/cover no-repeat;
        min-height: 585px;
        padding: 100px 15px 5px;
    }

    .panel-social .social-container {
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
    }

    .panel-social .title-container h2 {
        font-size: 56px;
        line-height: 96px;
        padding: 8px 40px;
    }
    
    .panel-social .title-container h2:before {
        width: 500%;
    }
    
    .panel-social .title-container h2:after {
        width: 500%;
    }
    
    
    .panel-social .title-container h2 span {
        font-size: 75px;
        letter-spacing: 4px;
    }

    .panel-footer-links .inner {
        flex-direction: row;
        padding: 15px 10px;
        margin-bottom: 30px;
    }

    .panel-footer-links .inner > div {
        width: 50%;
        display: flex;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 40em) {
    .panel-social .social-container {
        flex: auto;
    }

    .panel-footer-links .inner > div {
        width: 100%;
        display: block;
    }
}

@media (min-width: 1265px) {
    .contentRender_name_plugins_common_container_intro {
        overflow: visible;
        position: relative;
        margin-bottom: -200px;
        z-index: 1;
    }

    .root-panel.relocate .contentRender_name_plugins_common_container_intro {
        margin-bottom: -100px;
    }

    .panel-intro {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0;
        padding: 0;
        max-width: 1600px;
    }
    
    .panel-intro .left-container {
        order: 1;
        flex: 1;
        max-width: 755px;
    }
    
    .panel-intro .right-container {
        order: 2;
        width: 50%;
    }
    
    .panel-intro .right-container {
        background-image: url("/includes/public/assets/intro-background.png");
        width: 636px;
        margin: 0;
        top: -150px;
        margin-bottom: -9px;
    }
    
    .panel-intro .right-container:before {
        transform: translateY(-96%);
        height: 60px;
        background-image: url("/includes/public/assets/intro-top.png");
    }
    
    .panel-intro .right-container:after {
        transform: translateY(96%);
        height: 65px;
        background-image: url("/includes/public/assets/intro-bottom.png");
    }
    
    .panel-intro .contentRender_name_plugins_core_textbox h1 {
        font-size: 111px;
        margin: 0 165px 30px;
    }
    
    .panel-intro .contentRender_name_plugins_core_textbox h1:before {
        width: 154px;
    }
    
    .panel-intro .contentRender_name_plugins_core_textbox h1:after {
        width: 154px;
    }
    
    .panel-intro .contentRender_name_plugins_core_textbox h3 {
        font-size: 28px;
        line-height: 30px;
        margin: 0 30px 30px;
    } 
    
    .panel-intro .contentRender_name_plugins_core_textbox p {
        padding: 0 40px;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    .panel-map-background {
        padding: 60px 0 60px;
    }
}
/* Internet Explorer Fallback */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 640px) {
    .panel-intro .left-container {
        order: 1;
        flex: auto;
        max-width: 755px;
    }
}
@media (min-width: 64em) {
    .panel-page.no-slideshow .header-container{
        margin-bottom: 0px;
    }
    .crm-calendar-popup .panel-page.no-slideshow .header-container {
        margin-bottom: 0px;
    }

    .panel-navigation-share {
        margin: 0 auto 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;
    }

    .panel-footer-links {
        display: flex;
        align-items: center;
        min-height: 400px;
        border-top: 8px solid #fff;
    }

    .panel-footer-links .wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0 auto; 
        width: calc(100% - 60PX);
        max-width: 1400px;
        padding: 0 15px;
        align-items: center;
    }

    .panel-footer-links .inner {
        margin-bottom: 0;
        flex: 1;
    }

    .panel-footer-links .title-container h2 {
        font-size: 38px;
        line-height: 38px;
    }
    
    .panel-footer-links .title-container h2 span {
        font-size: 83px;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 64em) {
    .panel-footer-links .wrapper {
        display: block;
        flex: none;
    }
}

/* 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;
}

.link-callout {
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.link-callout a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 15px 15px 15px;
}

.link-callout a .title {
    color: #fff;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 5px;
    padding: 0 20px 10px;
    border-bottom: 1px solid #fec34e;
    text-align: center;
    max-width: 100%;
}

.link-callout a .desc {
    text-align: center;
    color: #fff;
    font-family: var(--poppins);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.3em;
    padding: 0 30px 5px;
    max-width: 100%;
}

.link-callout a .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 50px solid transparent;
    border-right: 50px solid rgba(206,137,1,.6);
}

.link-callout a i {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

@media (min-width: 845px) {
    .link-callout {
        margin: 0 20px;
        padding: 5px 30px;
        height: 100%;
        display: flex;
        overflow: hidden;
    }

    .link-callout:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        background: var(--terracotta);
        background: linear-gradient(135deg, rgba(192,111,91,1) 0%, rgba(192,111,91,1) 90%, rgba(192,111,91,0) 90%);
        opacity: 0.7;
        content: '';
        transition: transform ease-out 0.3s;
        z-index: -1;
    }

    .link-callout:hover:before {
        transform: translateX(0);
    }

    .link-callout a .title {
        font-size: 25px;
        line-height: 25px;
        padding: 0 5px 5px;
        margin: 0 50px 5px 50px;
    }

    .link-callout a .icon {
        border-right: 50px solid transparent;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 40em) {
    .link-callout {
        margin: 0 20px 20px;
        display: block;
    }
}

.webcam {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--terracotta);
    padding: 45px 15px 15px;
}

.webcam .img-cont {
    position: relative;
    width: 50%;
    margin: 0 auto 15px;
    height: 100%;
}

.webcam .img-cont img {
    width: 100%;
}

.webcam .img-cont .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    background-color: var(--terracotta);
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.root-panel.relocate .webcam .img-cont .video-btn {
    background-color: rgba(25,71,135,.9);
}

.webcam .content {
    text-align: center;
}

.webcam .content .title {
    font-family: var(--poppins);
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3c3d3c;
}

.webcam .content .title-two {
    font-family: var(--knockout-48);
    text-transform: uppercase;
    font-size: 59px;
    line-height: 46px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
}

.webcam .content i {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    width: 32px;
    height: 32px;
    background-color: #99ad80;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.webcam .content a:hover i {
    background: var(--blue-gray);
}

.root-panel.relocate .webcam .content a:hover i {
    background: var(--blue-gray);
}

@media (min-width: 1265px) {
    .webcam {
        display: flex;
        flex-direction: row;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
        background-color: var(--terracotta);
        margin-right: 30px;
    }

    .root-panel.relocate .webcam {
        background-color: #93CA72;
    }
    
    .webcam .img-cont {
        position: relative;
        width: 50%;
        margin: 0;
    }
    
    .webcam .img-cont .video-btn {
        width: 97px;
        height: 97px;
        font-size: 32px;
    }
    
    .webcam .content {
        position: relative;
        padding: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 50%;
        padding-right: 60px;
    }

    .webcam .content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: radial-gradient(rgba(206,137,1,0), var(--terracotta));
    }

    .root-panel.relocate .webcam .content:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: radial-gradient(rgba(206,137,1,0), rgba(82,149,90, 1));
    }

    .webcam .content a {
        z-index: 1;
    }
    
    .webcam .content .title {
        font-size: 23px;
        line-height: 25px;
    }
    
    .webcam .content .title-two {
        font-size: 69px;
        line-height: 56px;
        text-transform: uppercase;
    }
    
    .webcam .content i {
        position: absolute;
        bottom: 50%;
        left: auto;
        right: 30px;
        transform: translateY(50%);
        width: 45px;
        height: 45px;
        font-size: 19px;
    }

    .root-panel.relocate .webcam .content i {
        background-color: rgba(25,71,135,.9);
    }
    
}
.padding-container{
    padding-top: 20px;
}

/* Social Share */
.sv-share button.sv-share-trigger:hover,
.sv-share button.sv-share-trigger:focus {
	color: var(--gray-900);
}