/**
 * 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.
 */
 @font-face{
	font-family:"Larken Variable W05 Regular";
	src:url('/includes/public/assets/fonts/larken-variable.woff2') format("woff2"),url('/includes/public/assets/fonts/larken-variable.woff') format("woff");
	font-weight: 700;
}

@font-face{
	font-family:"Larken W05 Medium";
	src:url('/includes/public/assets/fonts/larken-medium.woff2')  format("woff2"),url("/includes/public/assets/fonts/larken-medium.woff") format("woff");
}
@font-face{
	font-family:"Larken W05 Bold";
	src:url("/includes/public/assets/fonts/larken-bold.woff2") format("woff2"),url("/includes/public/assets/fonts/larken-bold.woff") format("woff");
}

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: 'degular-display', sans-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 */
}

.sv-share {
	--share-trigger-button-color: rgb(51,51,51);
	--share-trigger-bg-color-hover: #27CC62;
	--share-trigger-icon-color: rgb(51, 51, 51);
	--share-trigger-icon-color-hover: #fff;
}

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

@media (hover: hover) {
	.sv-share-trigger:hover .sv-share-trigger-icon, .sv-share-trigger:focus .sv-share-trigger-icon {
		color: var(--share-trigger-icon-color-hover);
	}
}

/* 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_core_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_crm_rfp,
.contentRender_name_plugins_crm_rsvp
{
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media (min-width: 64em) {
    .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_core_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_crm_rfp,
    .contentRender_name_plugins_crm_rsvp  {
        max-width: 1000px;
    }
}

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

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

.panel-navigation-share .share-container { 
    margin-left: auto;
    background-color: #f8f8f3;
    padding: 8px 15px;
}

.panel-intro {
    max-width: 1000px;
    margin: 70px auto 30px;
    padding: 0 20px;
}

.panel-social {
	background-color:#fafaf7;
	margin-top: 25px;
	margin-bottom: 42px;
}

.panel-social .title-container {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center;
    top: -10px;
    margin-bottom: 0px;
}

.panel-social .title-container::after {
	content:"";
	display: block;
	background-color: #FFC337;
	position: absolute;
	right: 50%;
	bottom: -10px;
	transform: translate(50%, -50%);
	height:4px;
	width: 40px;
}

.panel-social .title-container h3 {
	font-family: 'degular-display', sans-serif;
	font-weight: 600;
	font-size: 23px;
	text-transform: uppercase;
	/* letter-spacing: 3px; */
	color: #27CC62;
	line-height: 1em;
}

.panel-social .title-container h2 {
	font-family: "Larken W05 Medium";
	font-size: 23px;
	text-transform: uppercase;
	color:#205BC6;
	line-height: 1em;
	letter-spacing: 1px;
}

.panel-social .title-container h2 span {
	font-style: italic;
}

.panel-social .social-links {
	justify-content: center;
	position: relative;
	bottom: -16px;
}

.panel-social .social-links .social-network {
	margin-right: 20px;
}

.panel-social .social-links .social-network:last-child {
	margin-right: 0;
}

.panel-social .social-links a.social-link {
    color: #fff !important;
    font-weight: 100;
    font-size: 16px;
    width:35px;
    height:35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    background-color: #205BC6;
}

.panel-three-column,
.panel-two-column {
    max-width: 970px;
    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-highlight .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;
}

.panel-intro .red-angle {
	font-family: "Larken W05 Medium";
	color: #205BC6;
	font-size: 39px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 20px;
	position: relative;
	line-height: 0.9em;
	margin-bottom: 15px;
}

.panel-intro .red-angle::before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	width: 30px;
	height: 30px;
	background-color: transparent;
	border-left: 3px solid #FFC337;
	border-top: 3px solid #FFC337;
}

.panel-highlight {
	position: relative;
	padding: 0 40px;
	max-width: 1000px;
	margin: 100px auto 80px;
}

.panel-highlight::before {
	content: "";
	display: block;
	position: absolute;
	top: -22px;
	left: 19px;
	width: 28px;
	height: 28px;
	background-color: transparent;
	border-left: 3px solid #FFC337;
	border-top: 3px solid #FFC337;
}

.panel-highlight::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -22px;
	right: 19px;
	width: 28px;
	height: 28px;
	background-color: transparent;
	border-right: 3px solid #FFC337;
	border-bottom: 3px solid #FFC337;
}

.panel-highlight .contentRender_name_plugins_core_textbox * {
	font-size: 18px;
	color: #205BC6;
	font-weight: 600;
	line-height: 1.7em;
}

@media screen and (min-width: 40em) {

    .panel-social .title-container h3 {font-size: 35px;}
    
    .panel-social .title-container h2 {font-size: 35px;}
    
    .panel-social .social-links .social-link .social-network:last-child {
        margin-right: 0;
    }
    
    .panel-social .social-links a.social-link {
		width:45px;
		height: 45px;
		border-radius:45px;
		font-size: 21px;
    }
}

@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 .left-container,
    .panel-two-column.even .right-container {
        flex-basis: 50%;
    }

	.panel-three-column > * { flex-basis: calc(100% / 3); }

	.panel-intro {
		max-width: 1080px;
		margin: 85px auto 100px;
		padding: 0 60px;
	}
	
	.panel-intro .red-angle {
		padding-left: 0;
		font-size: 68px;
		margin-bottom: 40px;
	}

	.panel-intro .red-angle::before {
		top: -30px;
		left: -40px;
		width: 40px;
		height: 40px;
	}

	.panel-highlight {
		position: relative;
		padding: 0px 15px;
		max-width: 830px;
		margin: 100px auto 80px;
	}

	.panel-page.no-slideshow #main-content {
		border-top: 160px #205BC6 solid;
		padding-top: 40px;
	}

	.panel-social {
		display: flex;
		height: 75px;
	}

	.panel-social .title-container {width: 50%;top: 0;margin-bottom: 0;padding-right: 140px;align-items: flex-end;}
	
	.panel-social .title-container::after {
		right:0;
		bottom:50%;
		transform: translate(0,50%);
		height:40px;
		width: 5px;
	}
    .panel-social .title-container h3 {font-size: 35px;}
    
	.panel-social .title-container h2 {font-size: 35px;transform: translate(81px, 8px);}
	
	.panel-social .social-embed-container {
		width: 50%;
		display: flex;
	}
    
    .panel-social .social-links {display: flex;align-items: center;justify-content: flex-start;height: 100%;bottom: 0;margin-left: 60px;}

    .panel-social .social-links .social-network {
		margin-right: 40px;
    }

    .panel-social .social-links .social-link .social-network:last-child {
        margin-right: 0;
	}
	
	.panel-highlight::before {
		top: -28px;
		left: -21px;
		width: 40px;
		height: 40px;
		border-left: 4px solid #FFC337;
		border-top: 4px solid #FFC337;
	}
	
	.panel-highlight::after {
		bottom: -28px;
		right: -21px;
		width: 40px;
		height: 40px;
		border-right: 4px solid #FFC337;
		border-bottom: 4px solid #FFC337;
	}
	
	.panel-highlight .contentRender_name_plugins_core_textbox * {
		font-size: 22px;
		color: #205BC6;
		font-weight: 600;
		line-height: 1.7em;
	}
    

}

@media screen and (min-width: 1250px) {
	.panel-highlight {
		max-width: 940px;
	}
}