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

/* Fonts.com */

@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=c96b6fad-9af8-4b6b-a3c8-5c497d6eeb53&fontids=5363744,5731615");
@font-face{
	font-family:"Frutiger LT W05_55 Roman";
	src:url("/includes/public/assets/shared/fonts/5363744/94197dcc-2bba-4213-a593-e5123294835a.woff2") format("woff2"),url("/includes/public/assets/shared/fonts/5363744/c1e47571-9068-47f7-83c6-da1a8b89e030.woff") format("woff");
}
@font-face{
	font-family:"Frutiger LT W01_55 Roma1475738";
	src:url("/includes/public/assets/shared/fonts/5363744/94197dcc-2bba-4213-a593-e5123294835a.woff2") format("woff2"),url("/includes/public/assets/shared/fonts/5363744/c1e47571-9068-47f7-83c6-da1a8b89e030.woff") format("woff");
}
@font-face{
	font-family:"Memphis LT CYR W05 Bold";
	src:url("/includes/public/assets/shared/fonts/5731615/56e5093b-d92c-453f-a162-5bfc777110e1.woff2") format("woff2"),url("/includes/public/assets/shared/fonts/5731615/a46a305b-32c7-4d79-b488-19557884d7c0.woff") format("woff");
}
@font-face{
	font-family:"Memphis LT CYR W01 Bold";
	src:url("/includes/public/assets/shared/fonts/5731615/56e5093b-d92c-453f-a162-5bfc777110e1.woff2") format("woff2"),url("/includes/public/assets/shared/fonts/5731615/a46a305b-32c7-4d79-b488-19557884d7c0.woff") format("woff");
}

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%;
    font-family: 'Frutiger LT W01_55 Roma1475738', sans-serif;
    color: #403634;
}

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


/* Mobile Bottom Fixed Container */
.panel_custom_footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}

/* 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: 0px;
    padding: 0px 3px;
    opacity: .75;
    color: white;
    background: #111;
    font-size: 12px;
}

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

/* E-Newsletter and Visitors Guide Panel */

.enews_vguide_container {
    position: relative;
    /* height: 300px; */
    /* max-width: 500px;
    margin: auto; */
}

.enews_vguide_container .background-image {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.enews_vguide_container::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    pointer-events: none;
}

.enews_vguide_container .background-image .primary-img {
    width: 100%;
}

.enews_vguide_container .links-cont {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.enews_vguide_container .links-cont .enews,
.enews_vguide_container .links-cont .vguide {
    position: relative;
    height: 50%;
}

.enews_vguide_container .links-cont .enews::after {
    content: "";
    display: block;
    height: 100%;
    width: 90%;
    margin: auto;
    border-bottom: 2px solid #fff0c7;
    z-index: 3;
    pointer-events: none;
}

.enews_vguide_container .links-cont .enews a,
.enews_vguide_container .links-cont .vguide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    color: #fff0c7;
    white-space: nowrap;
    text-align: center;
    z-index: 2;
    font-family: 'Memphis LT CYR W01 Bold', serif;
}

.enews_vguide_container .links-cont i {
    transform: rotate(90deg);
}

.theme_stewardship-microsite .enews_vguide_container .vguide {
    display: none;
}

.theme_stewardship-microsite .enews_vguide_container .enews {
    height: 100%;
}

.theme_stewardship-microsite .enews_vguide_container .links-cont .enews a {
    white-space: normal;
    margin: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.theme_stewardship-microsite .enews_vguide_container .links-cont .enews:hover {
    height: 100%;
}

@media (min-width: 1025px) {
    .enews_vguide_container .links-cont .enews a,
    .enews_vguide_container .links-cont .vguide a {
        font-size: calc(24px + (42 - 24) * ((100vw - 1025px) / (1903 - 1025)));
    }
    .enews_vguide_container::after {
        display: none;
    }

    .enews_vguide_container .links-cont .enews::after {
        display: none;
    }

    .enews_vguide_container .links-cont .enews:hover,
    .enews_vguide_container .links-cont .vguide.hover {
        height: 50%;
        width: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 1;
        transform: none;
        transition: background .3s ease-in-out;
    }
}

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

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

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

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

.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,
.contentRender_name_plugins_visitors_main
{
    width: 100%;
    padding: 0 15px;
    margin: 0 auto 0 0;
}

@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,
    .contentRender_name_plugins_visitors_main  {
        max-width: 960px;
        padding: 0;
        margin: 0 auto 60px;
    }
}

/* Social Panel */
.social-panel {
    margin-bottom: 60px;
}
.social-panel .top-section .title {
    text-align: center;
    color: #444444;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
}

.social-panel .middle-section .subtitle {
    text-align: center;
    color: #981e32;
    text-transform: lowercase;
    font-size: 28px;
    letter-spacing: 1px;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px;
}

.social-panel .bottom-section .social-icons {
    max-width: 280px;
    margin: 0 auto 15px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
@media(min-width:641px){
    .social-panel .bottom-section .social-icons {
        justify-content: space-between;
    }
    .social-panel .top-section .title {
        font-size: 16px;
    }
    .social-panel .middle-section .subtitle {
        font-size: 35px;
    }
}
.social-panel .bottom-section .social-icon:nth-child(5n + 1),
.social-panel .bottom-section .social-icon:nth-child(5n + 2) {
    flex-basis: 34%;
    margin-bottom: 20px;
}

.social-panel .bottom-section .social-icon:nth-child(5n + 3),
.social-panel .bottom-section .social-icon:nth-child(5n + 4),
.social-panel .bottom-section .social-icon:nth-child(5n + 5) {
    flex-basis: 33%;
}
@media(min-width:641px){
    .social-panel .bottom-section .social-icon {
        margin-bottom: 0 !important;
    }
    .social-panel .bottom-section .social-icons {
        justify-content: space-between;
    }
    .social-panel .top-section .title {
        font-size: 16px;
    }
    .social-panel .middle-section .subtitle {
        font-size: 35px;
    }
}
.social-panel .bottom-section .social-icons i {
    font-style: normal;
    color: #403634;
    font-size: 20px;
}

.social-panel .bottom-section .social-icon:hover {
    font-weight: normal;
}

@media (min-width: 641px) {
    .social-panel .top-section .title {
        font-size: 21px;
        margin-bottom: 10px;
    }

    .social-panel .middle-section .subtitle {
        font-size: 54px;
        margin-bottom: 30px;
    }

    .social-panel .bottom-section .social-icons {
        max-width: 450px;
        flex-wrap: nowrap;
    }
    .social-panel .bottom-section .social-icons i {
        font-size: 25px;
    }

    .social-panel .bottom-section .social-icon:nth-child(5n + 1),
    .social-panel .bottom-section .social-icon:nth-child(5n + 2),
    .social-panel .bottom-section .social-icon:nth-child(5n + 3),
    .social-panel .bottom-section .social-icon:nth-child(5n + 4),
    .social-panel .bottom-section .social-icon:nth-child(5n + 5) {
        flex-basis: auto;
    }
}

/* Eclipse Microsite Theme */

/* Nav */

.theme_eclipse .header-section .header-top {
	background-image: none;
	background-color: #fff;
}

.theme_eclipse .header-section .header-bottom {
	background-image: none;
	background-color: #000;
}

.theme_eclipse .nav-primary .primary-item > .item-inner > a {
	color: #fff;
}

.theme_eclipse .secondary-wrapper .microsite-snav-wrapper {
	display: flex;
} 

.theme_eclipse .secondary-wrapper .microsite-snav-wrapper .item-inner a {
	font-family: 'Memphis LT CYR W01 Bold', serif;
	color: #000;
	padding: 20px 20px 11px 20px;
}

.theme_eclipse .mobilenav {
	background-image: none;
	background-color: #000;
}

.theme_eclipse .mobilenav.active .mobile-logo-cont {
	background-image: none;
	background-color: #000;
}

.theme_eclipse .weather-wrapper > .weather > .weather-icon {
	color: #000;
}

.theme_eclipse .weather-wrapper > .weather > .temp {
	color: #000;
}

.theme_eclipse .header-section .top-nav-cont .search-button i {
	color: #000;
}

.theme_eclipse .core-styles h1, .theme_eclipse .contentRender_name_plugins_core_textbox h1 {
	color: #000;
}

.theme_eclipse .background-image-left {
	width: 100%;
	height: 100%;
    position: absolute;
    left: 0;
	bottom: 0;
}

/* footer */

.theme_eclipse .microsite-cont .nav-primary .primary-item:last-child {
	padding-right: 0;
}

.theme_eclipse .footer-section {
	overflow: hidden;
	position: relative;
}

.theme_eclipse .footer-section .footer-content {
	background-image: none;
	background-color: #000;
}

.theme_eclipse .footer-section .footer-content.bg {
	background-image: none;
	background-color: transparent;
	z-index: 5;
}

.theme_eclipse .footer-section .footer-content .footer-logo img {
	width: 280px;
	padding-top: 20px;
}

.theme_eclipse .enews_vguide_container .vguide {
    display: none;
}

.theme_eclipse .enews_vguide_container .enews {
    height: 100%;
}

.theme_eclipse .enews_vguide_container .links-cont .enews a {
    white-space: normal;
    margin: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
}

.theme_eclipse .enews_vguide_container .links-cont .enews:hover {
    height: 100%;
}

.theme_eclipse .footer-nav .microsite-footer-primary a {
	color: #fff;
}

.theme_eclipse .mobilenav.active .mobile-dd {
	background-color: #000;
}

.theme_eclipse .mobile-dd-top .weather-wrapper > .weather > .weather-icon,
.theme_eclipse .mobile-dd-top .weather-wrapper > .weather > .temp {
	color: #fff;
}

.theme_eclipse .mobilenav .nav-list .item-inner {
	color: #fff;
}

.theme_eclipse .enews_vguide_container .links-cont .enews a,
.theme_eclipse .enews_vguide_container .links-cont .vguide a {
	color: #fff;
}

@media (min-width: 1025px) {
	.theme_eclipse .top-nav-cont .secondary-wrapper .item-inner:hover {
		background-color: #403634;
	}

	.theme_eclipse .top-nav-cont .secondary-wrapper .item-inner:hover a {
		color: #fff;
	}
}

@media (max-width: 1024px) {

	.theme_eclipse .background-image-left {
		position: relative;
	}

	.theme_eclipse .footer-section .footer-content.bg {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.theme_eclipse .footer-section .footer_enews_vguide.bg .enews_vguide_container {
		position: absolute;
		padding-bottom: 35%;
		top: 0;
		left: 0;
		right: 0;	
	}

	.theme_eclipse .header-section .logo img {
		height: 71px;
		margin-top: -1px;
        object-fit: contain;
	}

	.theme_eclipse .background-image-left img.primary-bg.hide-for-large-up {
		width: 100%;
	}

	.theme_eclipse .footer-section .footer-content .footer-nav {
		text-align: start;
		display: flex;
		justify-content: space-evenly;
		padding-bottom: 20px;
	}

	.theme_eclipse .microsite-footer-primary {
		padding: 0 0 0 10px;
	}

	.theme_eclipse .search_widget_headerbox {
		background-color: #fff;
	}
}

@media (max-width: 640px) {
	.theme_eclipse .footer-section .footer-content .footer-logo {
		text-align: center !important;
	}

	.theme_eclipse .background-image-left img {
		height: 550px;
		object-fit: cover;
	}

	.theme_eclipse .footer-section .footer_enews_vguide.bg .enews_vguide_container {
		padding-bottom: 250px;
	}
}

@media (max-width: 347px) {
	.theme_eclipse .footer-section .footer_enews_vguide.bg .links-cont .enews a {
		transform: translateY(-100%);
	}

	.theme_eclipse .footer-section .footer_enews_vguide.bg .enews_vguide_container {
		padding-bottom: 220px;
	}
}

  .sv-share-trigger:hover {
    background-color: var(--share-trigger-bg-color-hover, var(--gray-200, #ddd));
  }

button.sv-share-trigger:hover,
button.sv-share-trigger:focus,
.button.sv-share-trigger:hover,
.button.sv-share-trigger :focus {
    background-color: #403634;
    color: #f8e9c2
}

button.sv-share-trigger:hover .sv-share-trigger-icon,
button.sv-share-trigger:focus .sv-share-trigger-icon {
    color: #f8e9c2
}

@media (hover: hover) {
  .sv-share-trigger:hover {
    background-color: #403634;
    color: #f8e9c2;
  }

  button.sv-share-trigger:hover .sv-share-trigger-icon {
    color: #f8e9c2;
  }
}

/* End Eclipse theme */
