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

/* This ensures that the page always has a scrollbar to ensure that some headers load correctly without FOUC */

html, body {
    height: 100%;
/*    overflow: hidden;*/
}

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 > .contentRender {
    min-height: 100%;
    height: 100%;
}

body .mfp-close:hover, body .mfp-arrow:hover, body .mfp-arrow:focus {
	background-color: transparent; /* foundation compatibility with magnific popup */
}

a.link{
    -webkit-transition: letter-spacing 200ms ease;
    -moz-transition: letter-spacing 200ms ease;
    -o-transition: letter-spacing 200ms ease;
    transition: letter-spacing 200ms ease;
}

a.link:hover{
    color: #007483;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.header-replacement {
    position: relative;
    z-index: -2;
    width: 100%;
    height: 115px;
    background-image: url(/includes/public/assets/images/detail-header.png);
    background-position: 50% 50%;
    background-size: 71px 323px;
    background-repeat: repeat-x;
}

@media (min-width: 1330px) {
    .header-replacement {
        height: 323px;
    }
}

/* DTN Mobile Footer Banner */
.panel_custom_footer.hasMobileAd {
    /* height: 150px; */
}

.panel_custom_footer.hasMobileAd .mobileAd {
    display: block;
}

.panel_custom_footer .mobileAd {
    display: none;
    width: 100%;
    height: 50px;
}

.panel_custom_footer .mobileAd #dtnContainer {
    padding: 0px;
    position: relative;
    margin: 0 auto;
    width: 320px;
    display: block;
}

.panel_custom_footer .mobileAd .banner-close {
    position: absolute;
    top: -18px;
    cursor: pointer;
    right: calc(50% - 160px);
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

.panel_custom_footer .mobileAd .fa {
    color: white;
}



/* CONTENT SECTION */
.contentRender_name_plugins_core_textbox,
.contentRender_name_plugins_nav_sitemap,
.contentRender_name_plugins_search_results,
.contentRender_name_plugins_common_button,
.contentRender_name_plugins_asset_request_main,
.contentRender_name_plugins_collections_template_custom_list,
.contentRender_name_plugins_collections_template_custom_contacts,
.contentRender_name_plugins_blog_temp_leisure_blog_posts,
.contentRender_name_plugins_blog_temp_articles_posts,
.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,
.contentRender_name_plugins_visitors_main
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 0 0;
}

@media (min-width: 1025px) {
    .contentRender_name_plugins_search_results,
    .contentRender_name_plugins_nav_sitemap,
    .contentRender_name_plugins_asset_request_main,
    .contentRender_name_plugins_collections_template_custom_list,
    .contentRender_name_plugins_collections_template_custom_contacts,
    .contentRender_name_plugins_blog_temp_leisure_blog_posts,
    .contentRender_name_plugins_blog_temp_articles_posts,
    .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,
    .contentRender_name_plugins_visitors_main  {
        max-width: 960px;
        padding: 0;
        margin: 0 auto;
    }

    .contentRender_name_plugins_core_textbox,
    .contentRender_name_plugins_common_button {
        padding: 0;
        margin: 0 auto;
        max-width: 1030px;
    }
}

/* Intro Panel */
.container-intro {
    max-width: 1045px;
    padding: 0 15px;
    margin: 50px auto 65px;
}

.container-intro .contentRender_name_plugins_core_textbox {
    max-width: 1045px;
}

.container-intro .contentRender_name_plugins_core_textbox h3 {
    font-family: 'Hipster Script W05 Regular';
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 0;
    color: #b0b3b2;
}

.container-intro .contentRender_name_plugins_core_textbox h1 {
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 25px;

}

.container-intro .contentRender_name_plugins_core_textbox p {
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
    font-size: 18px;
    line-height: 32px;
    color: #011e41;
    font-weight: bold;
}

@media screen and (min-width: 1025px){
    .container-intro {
        margin: 150px auto 65px;
    }

    .container-intro .contentRender_name_plugins_core_textbox h3 {
        font-size: 64px;
        line-height: 40px;
    }

    .container-intro .contentRender_name_plugins_core_textbox h1 {
        line-height: 110px;
    }

    .container-intro .contentRender_name_plugins_core_textbox p {
        font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
        font-size: 29px;
        line-height: 45px;
        color: #011e41;
        font-weight: normal;
    }
}

/* Breadcrumb Addthis Panel */
.breadcrumb-addthis-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 10px;
    padding: 30px 15px;
}

.breadcrumb-addthis-panel .breadcrumb-container {
    display: none;
}

.breadcrumb-addthis-panel .addthis-container {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 641px) {
    .breadcrumb-addthis-panel {
        flex-direction: row;
        justify-content: space-between;
        max-width: 1100px;
    }

    .breadcrumb-addthis-panel .breadcrumb-container {
        display: block;
    }
}

/* Even Two Column Panel */
.panel-two-col.even {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 10px;
    padding: 0;
}

.panel-two-col.even .sv-col {
    width: 100%;
    padding: 0 15px;
}

.panel-two-col .contentRender_name_plugins_core_textbox {
    padding: 0;
}

@media (min-width: 641px) {
    .panel-two-col.even {
        flex-direction: row;
        max-width: 1200px;
    }

    .panel-two-col.even.narrow {
        max-width: 990px;
    }

    .panel-two-col.even .sv-col {
        width: 50%;
    }
}

/* embed */
.custom-embed.has-title-bar {
    margin: 50px 0 0;
    border-bottom: 26px solid #011e41;
}

.custom-embed.has-title-bar .title {
    background-color: #011e41;
    font-size: 30px;
    font-family: 'TradeGothicNextSRW01-Cn', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 10px 15px 15px;
    color: #80bc00;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.custom-embed.has-title-bar .title a {
    color: #80bc00;
}

.custom-embed.has-title-bar .title .inner {position: relative;}

.custom-embed.has-title-bar .title .inner img {
    position: absolute;
    top: 0;
    transform: translateY(-33%);
    left: -5px;
    width: 49%;
    z-index: 2;
}

@media screen and (min-width: 1025px){
    .custom-embed.has-title-bar {
        border-bottom: 40px solid #011e41;
    }
    
    .custom-embed.has-title-bar .title {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 4px;
        padding: 22px 15px 28px;
    }

    .custom-embed.has-title-bar .title .inner img {
        position: absolute;
        top: 0;
        transform: translateY(-33%);
        left: -15px;
        width: auto;
    }
}






