/**
 * 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:"Futura LT W01 Book";
	src:url("/includes/public/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"),url("/includes/public/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff");
}
@font-face{
	font-family:"Futura LT W01 Book Oblique";
	src:url("/includes/public/fonts/159c40d5-d5b5-4d06-b7ba-7762c03ce985.woff2") format("woff2"),url("/includes/public/fonts/03937062-17d3-443d-809c-d51e0397aaa3.woff") format("woff");
}
@font-face{
	font-family:"Futura LT W01 Bold";
	src:url("/includes/public/fonts/3cf9e1e8-63a2-497f-86ed-6b63d6de1986.woff2") format("woff2"),url("/includes/public/fonts/184895ac-545b-450b-9d3a-c0a0a7620977.woff") format("woff");
}
@font-face{
	font-family:"Futura LT W01 Heavy";
	src:url("/includes/public/fonts/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"),url("/includes/public/fonts/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff");
}
@font-face{
	font-family:"Palatino LT W01 Roman";
	src:url("/includes/public/fonts/c86216ba-b6f5-44bf-8bc5-31f2efb26cd5.woff2") format("woff2"),url("/includes/public/fonts/b127c2c0-82cc-493d-a525-edc3aea7359d.woff") format("woff");
}
@font-face{
	font-family:"Palatino LT W01 Italic";
	src:url("/includes/public/fonts/508002b5-b8ec-482a-a8bb-bcb173e38d50.woff2") format("woff2"),url("/includes/public/fonts/34b0d84c-b10d-42a8-a4c8-600827f1852d.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: var(--font-body);
	color: var(--sw-text-color);
}

body {
	background: var(--sw-body-bg);
}

.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: 15px var(--space-5) var(--space-8);
}

@media (min-width: 64em) {
	.contentRender_name_plugins_core_textbox {
		padding: 60px var(--space-5) var(--space-8);
	}
	
}

.contentRender_name_plugins_crm_dms_formbuilder {
	margin: 0 auto;
	max-width: var(--width-base);
}

@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_list,
	.contentRender_name_plugins_collections_template_custom_contacts {
		max-width: 1000px;
	}

	.contentRender_name_plugins_crm_formbuilder,
	.contentRender_name_plugins_events_submitevent,
	.contentRender_name_plugins_crm_rfp,
	.contentRender_name_plugins_crm_rsvp {
		max-width: var(--width-comfortable);
	}
}

/* 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: 1330px;
	padding: 0 var(--space-5);
	margin: 0 auto;
}

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

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

/* Intro Panel */
.panel-intro {
	max-width: 1440px;
	margin: 0 auto;
	margin-bottom: var(--space-16);
	padding: 0 var(--space-5);
}

.panel-intro .intro-heading-container {
	margin-bottom: var(--space-3);
}

.panel-intro .subtitle {
	font-family: var(--font-display-italic);
	font-style: normal;
	font-size: var(--text-4xl);
	font-weight: 400;
	line-height: var(--leading-none);
	color: var(--text-black);
}

.panel-intro .title {
	font-family: var(--font-body-bold);
	font-style: normal;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.15;
	color: var(--text-black);
}

.panel-intro .intro-image {
	margin: 0 auto;
	width: 100%;
	max-width: 315px;
}

@media (min-width: 40em) {
	.panel-intro {
		display: grid;
		grid-template-columns: 0.75fr 1fr;
		align-items: center;
		padding: 0;
		padding-right: var(--space-5);
	}

	.panel-intro .right-section {
		grid-column: 2;
		grid-row: 1;
		max-width: 85%;
	}

	.panel-intro .left-section {
		grid-column: 1;
		grid-row: 1;
	}

	.panel-intro .intro-image {
		max-width: 512px;
		position: relative;
		left: -35px;
		margin: unset;
	}
}

@media (min-width: 64em) {
	.panel-intro {
		grid-template-columns: 0.61fr 1fr;
		margin-bottom: 53px;
	}

	.panel-intro .intro-heading-container {
		margin-bottom: var(--space-5);
	}
	
	.panel-intro .subtitle {
		font-size: 3.125rem;
	}
	
	.panel-intro .title {
		font-size: var(--text-7xl);
		line-height: var(--leading-none)
	}

	.panel-intro .intro-image {
		left: -72px;
	}
}

/* Social Panel */
.panel-social {
	margin-bottom: 0;
	width: 100%;
}

.panel-social .top-section {
	margin-bottom: var(--space-12);
}

.panel-social .img-cont {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.panel-social .img-cont img {
	width: 100%;
	max-width: 100%;
}

.panel-social .img-cont::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 66px;
	background: url(/includes/public/assets/shared/social-color-wave-sm.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	pointer-events: none;
}

.panel-social .header-container {
	position: relative;
	z-index: 0;
	background: var(--blue-to-teal);
	padding: var(--space-12) var(--space-5) var(--space-16);
}

.panel-social .header-container > .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.panel-social .header-container::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 25px;
	background: url(/includes/public/assets/shared/social-white-wave-sm.svg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center bottom;
	pointer-events: none;
}

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

.panel-social .title-container .title {
	font-family: var(--font-display-italic);
	font-style: normal;
	font-size: min(calc(30px + (34 - 30) * ((100vw - 320px) / (375 - 320))),var(--text-3xl-1));
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	color: var(--white);
	margin-bottom: 10px;
}

.panel-social .title-container .description {
	font-family: var(--font-body);
	font-style: normal;
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-normal);
	text-align: center;
	color: var(--white);
	margin-bottom: var(--space-8);
}

.panel-social .social-container .social-links {
	gap: 22px;
}

.panel-social .social-container .social-links .social-network {
	position: relative;
	width: 53px;
	height: 55px;
	transition: box-shadow 200ms ease;
}

.panel-social .social-container .social-links .social-network::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(/includes/public/assets/shared/social-icon-bg.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 1;
	pointer-events: none;
}

.panel-social .social-container .social-links .social-network::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(/includes/public/assets/shared/social-icon-bg-hover.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 0;
	filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4));
	pointer-events: none;
	transition: opacity 800ms ease;
}

@media (hover: hover) {
	.panel-social .social-container .social-links .social-network:hover::after {
		opacity: 1;
	}
}

.panel-social .social-container .social-links .social-network .social-link {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
	color: var(--dark-blue);
}

.panel-social .social-container .social-links .social-network .social-link i {
	font-size: 1.5625rem;
}

@media (min-width: 40em) {
	.panel-social .img-cont::before {
		height: 132px;
	}

	.panel-social .header-container::after {
		height: 50px;
	}
}

@media (min-width: 64em) {
	.panel-social .top-section {
		position: relative;
		display: grid;
		grid-template-columns: 1fr 1.94fr;
		margin-bottom: var(--space-6);
	}

	.panel-social .top-section::before {
		content: '';
		position: absolute;
		top: -6px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 132px;
		background: url(/includes/public/assets/shared/social-color-wave.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center top;
		pointer-events: none;
	}

	.panel-social .top-section::after {
		content: '';
		position: absolute;
		bottom: -1px;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 95px;
		background: url(/includes/public/assets/shared/social-white-wave.svg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: center bottom;
		pointer-events: none;
	}

	.panel-social .img-cont {
		height: 100%;
		grid-row: 1;
		grid-column: 2;
	}

	.panel-social .img-cont img {
		height: 100%;
		object-fit: cover;
	}

	.panel-social .img-cont::before {
		content: none;
	}

	.panel-social .header-container {
		grid-row: 1;
		grid-column: 1;
		padding: 0;
		display: grid;
		place-items: center;
		padding: var(--space-32) var(--space-5) var(--space-16);
	}

	.panel-social .header-container::after {
		content: none;
	}

	.panel-social .title-container .title {
		font-size: 2.5rem;
		margin-bottom:  var(--space-3);
	}
	
	.panel-social .title-container .description {
		font-size: var(--text-xl);
		margin-bottom: var(--space-8);
	}

	.panel-social .embed-cont {
		padding: 0 50px;
		margin: 0 auto;
	}
}

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

/* Inputs */

:is(input, button, select, textarea):focus {
	outline: var(--sw-focus-color) solid 1px;
	outline-offset: 2px;
}

/* Video Play Button */

.shared-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0;
	background: linear-gradient(100.49deg, rgba(0, 104, 179, 0.8) 0.98%, rgba(69, 171, 191, 0.8) 100%);
	border: 2px solid var(--white);
	border-radius: 50%;
	font-size: var(--text-xl-1);
	line-height: 1;
	text-align: center;
	color: var(--white);
	pointer-events: none;
	transition: background-color 100ms, border-color 100ms;
}

/* Image/Video Credits */

.related-content .credits,
.ccl-widget .credits,
.image-box-with-caption .credits {
	display: flex;
	gap: 10px;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: var(--font-body);
	font-size: var(--text-sm);
	line-height: var(--leading-normal);
	text-shadow: 0 0 10px var(--black);
	color: var(--white);
	z-index: 10;
	pointer-events: none;
	margin: var(--space-3) var(--space-4);
}

.related-content .credits::before,
.ccl-widget .credits::before,
.image-box-with-caption .credits::before {
	content: '\f030';
	font-family: "Font Awesome 5 Free";
	font-size: var(--text-base);
	font-weight: 700;
	color: var(--white);
	pointer-events: none;
}

.credits a, .credits a:hover {
	color: inherit;
	position: relative;
	z-index: 100;
	pointer-events: all;
}

.credits a:hover {
	text-decoration: underline;
}

@media (min-width: 64em) {
	.related-content .credits,
	.ccl-widget .credits,
	.image-box-with-caption .credits {
		gap: 13px;
		font-size: var(--text-xl);
		margin: var(--space-5) var(--space-6);
	}

	.related-content .credits::before,
	.ccl-widget .credits::before,
	.image-box-with-caption .credits::before {
		font-size: var(--text-xl);
	}
}

/* Slider Arrows */

.glide__arrow,
.sv-lightbox .arrow {
	--arrow-color: var(--gray-800);
	--arrow-bg-color: var(--white);

	position: relative;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: var(--rounded-circle);
	font-size: var(--text-xl);
	color: #fff;
	pointer-events: all;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.glide__arrow::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/arrow-circle-default.svg);
}

.glide__arrow::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	background-image: url(/includes/public/assets/shared/arrow-circle-hover.svg);
	background-size: 100%;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

 .glide__arrow i,
 .sv-lightbox .arrow i {
	display: block;
	line-height: var(--leading-none);
}

.glide__arrow i.fa-angle-left:before {
	content: "\f053";
}
.glide__arrow i.fa-angle-right:before {
	content: "\f054";
}

@media (hover: hover) {
	.glide__arrow:hover {
		background: transparent;
		color: var(--dark-blue);
	}
	.glide__arrow:hover:after {
		opacity: 1;
	}
}

/* Fade effect for glide sliders */

.glide.fade .glide__slides {
	transform: none !important;
	display: block;
	width: auto !important;
}

.glide.fade .glide__slide {
	position: absolute;
	left: 0; 
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: opacity 800ms ease;
}

.glide.fade .glide__slide:first-child {
	position: relative;
}

.glide.fade .glide__slide--active {
	z-index: 2;
	opacity: 1;
}

/* responsive image */

.slide-img {
	background-color: #eee;
	background-position: 130% 0;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-image: linear-gradient(to right, #eee 45%, #f6f6f6, #eee 65%);
	animation: img-loading 1200ms infinite ease-in-out;
}

.slide-img.loaded {
	animation: none;
}

@keyframes img-loading {
	to {
		background-position: -30% 0;
	}
}

/* Body Overlay */

.body-overlay {
	position: fixed;
	inset: 0;
	display: none;
	background-color: rgba(0, 0, 0, .4);
	z-index: 3;
}

.hamburger-open .body-overlay {
	display: block;
}

@media (min-width: 64em) {
	.hamburger-open .body-overlay {
		display: none;
	}
}

/* Shared Scrollbar Styles - use .styled-scrollbar to add styles to any element*/

.styled-scrollbar {
	scrollbar-color: var(--sw-scrollbar-thumb-color) var(--sw-scrollbar-track-color);
	scrollbar-width: thin;
}

.styled-scrollbar::-webkit-scrollbar {
	width: var(--scrollbar-size);
	height: var(--scrollbar-size);
}

.styled-scrollbar::-webkit-scrollbar-track {
	background-color: var(--sw-scrollbar-track-color);
}

.styled-scrollbar::-webkit-scrollbar-thumb {
	background-color: var(--sw-scrollbar-thumb-color);
	border-radius: var(--rounded-md);
	border: 2px solid var(--sw-scrollbar-track-color);
}

.styled-scrollbar::-webkit-scrollbar-thumb:hover {
	background-color: var(--sw-scrollbar-thumb-hover);
}

.styled-scrollbar::-webkit-scrollbar-thumb:active {
	background-color: var(--sw-scrollbar-thumb-active);
}

/* Accordion Panel */
.panel-accordion .accordion-item > button {
	font-family: var(--font-body-bold);
	font-weight: 700;
	color: var(--white);
	background: unset;
	border: unset;
}

.panel-accordion .accordion-item > button::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: var(--blue-to-teal);
	pointer-events: none;
	transform: scale(1);
	transition: transform 200ms ease;
}

.panel-accordion .accordion-item.active > button::before {
	transform: scale(0);
}

.panel-accordion .accordion-item > button:hover, .panel-accordion .accordion-item > button:focus {
	background: var(--blue);
}

.panel-accordion .accordion-item > button::before:hover, .panel-accordion .accordion-item > button::before:focus {
	transform: scale(0);
}

/* Video Player */
.video-player .title {
	color: var(--text-black);
}

.visitorsPluginContainer a {
	color: var(--blue);
	text-decoration: underline;
}

.visitorsPluginContainer .login_or,
.visitorsPluginContainer .fb-login-button {
	display: none;
}

.visitorsPluginContainer button.submit {
	position: relative;
	display: inline-block;
	padding: var(--space-3) var(--space-8);
	font-size: var(--text-lg);
	font-weight: 700;
	line-height: 1.4;
	color: var(--sw-button-primary-color);
	text-decoration: none;
	border-radius: var(--rounded-full);
	background: transparent;
	transition: background 200ms ease, color 200ms ease;
}

.visitorsPluginContainer button.submit::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	opacity: 1;
	background: var(--sw-button-primary-bg);
	transition: opacity 100ms ease;
	pointer-events: none;
	border-radius: var(--rounded-full);
}

@media (hover: hover) {
	.visitorsPluginContainer button.submit:hover {
		background: var(--sw-button-primary-bg-hover);
		color: var(--sw-button-primary-color-hover);
		text-decoration: underline;
	}
	
	.visitorsPluginContainer button.submit:hover::before {
		opacity: 0;
		transition: opacity 25ms 200ms ease;
	}
}

/* Blogs */
div.blog-widget {
	--bg-color: var(--white);
}
main.blog-post .sv-share-trigger:hover {
	background-color: #fff;
	color: var(--dark-blue);
}

.blog-container .blog-post {
	padding: 0 var(--space-5);
}

.photo-album .cta {
	position: relative;
	display: inline-block;
	font-family: var(--font-body-bold);
	font-style: normal;
	font-size: var(--text-lg);
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: var(--tracking-normal);
	color: var(--white);
	background: var(--sw-button-primary-bg);
	padding: var(--space-3) 30px;
	border-radius: var(--rounded-full);
}

.photo-album .cta span { 
	color: var(--white);
	font-weight: 400;
}

.photo-album .cta::before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background: var(--sw-button-primary-bg-hover);
	transition: opacity 200ms ease;
	pointer-events: none;
	border-radius: var(--rounded-full);
}

.photo-album  .cta .text {
	position: relative;
	z-index: 1;
}

.photo-album .cta i {
	color: #fff;
}

@media (hover: hover) {
	.photo-album:hover .cta { 
		text-decoration: underline; 
		opacity: 1; 
	}
}

/* gallery widget */
.media-gallery {
	margin-bottom: 30px;
}

.media-gallery .top-content {
	margin-bottom: 30px;
}

.media-gallery > .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1200px;
}

.media-gallery .albums {
	max-width: 1380px;
	display: grid;
	gap: var(--space-5);
	padding: 0 var(--space-5);
	margin: 0 auto;
}

@media (min-width: 64em) {
	.media-gallery .albums {
		grid-template-columns: repeat(3, 1fr);
	}	
}

.media-gallery .album {
	position: relative;
	overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.media-gallery .album::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
	pointer-events: none;
}

.media-gallery .album .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
    background: #fff;
    width: 0;
    min-width: max-content;
    height: auto;
    max-width: 90%;
    padding: var(--space-2) 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 5px 0px 0px;
    animation: leavingHover 0.8s ease backwards;
}

.media-gallery .album .title {
	font-size: 1.875rem;
    color: var(--text-black);
    font-family: var(--font-body-heavy);
    text-align: left;
    position: relative;
    max-width: 320px;
}

.media-gallery .album .counts {
	margin: 0;
	font-size: 0.9rem;
    line-height: 1.4;
    color: var(--text-black);
}

.media-gallery .album .counts span + span {
	margin-left: 6px;
}

.media-gallery .album img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 420 / 285;
}

/* Album */
.mg-album {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	background-color: #0e0e0e;
	overflow: hidden;
}

.mg-album a,
.mg-album a:hover {
	color: #20b0e0;
}

@media (min-width: 1024px) {
	.mg-album a,
	.mg-album a:hover {
		color: #0078a0;
	}
}

.mg-album p {
	margin-bottom: 20px;
}

.mg-album img {
	display: block;
	width: 100%;
	height: auto;
}

.mg-album .navbar {
	position: relative;
	display: flex;
	align-items: baseline;
	justify-content: center;
	padding: 0 20px;
}

@media (min-width: 1024px) {
	.mg-album .navbar {
		position: absolute;
		z-index: 1;
		justify-content: flex-end;
		width: 100%;
	}

	.mg-album.info-open .navbar {
		width: calc(100% - 320px);
	}
}

.mg-album .navbar .control {
	position: absolute;
	top: 50%;
	color: #fff;
	transform: translateY(-50%);
}

.mg-album .navbar .control a {
	color: inherit;
}

.mg-album .navbar .control.control-left {
	left: 20px;
}

.mg-album .navbar .control.control-right {
	right: 20px;
}

.mg-album .navbar .shared-back-button {
	display: none;
}

.mg-album.in-frame .navbar .shared-back-button {
	display: none !important;
}

.mg-album .navbar .controls {
	display: none;
}

@media (min-width: 1024px) {
	.mg-album .navbar .control {
		display: none;
	}

	.mg-album .navbar .control.control-back {
		display: block;
	}

	.mg-album .navbar .controls {
		display: flex;
		align-items: baseline;
		padding: 14px 0;
		color: #fff;
	}

	.mg-album .navbar .controls span {
		margin-right: 10px;
	}

	.mg-album .navbar .controls a {
		margin: 0;
		padding: 0;
		width: 29px;
		height: 29px;
		color: #fff;
		text-align: center;
		border-radius: 50%;
	}

	.mg-album .navbar .controls a i {
		display: block;
		line-height: 29px;
	}

	@media (hover: hover) {
		.mg-album .navbar .controls a:hover {
			text-decoration: none;
			background-color: #2c2c2c;
		}
	}

	.mg-album .navbar .controls .atclear {
		display: none;
	}
}

.mg-album .album-items {
	position: relative;
	flex: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mg-album .album-items {
		flex: none;
	}
}

.mg-album .album-items .images-container {
	padding: 0 20px;
}

.mg-album .album-items .album-details {
	padding: 0 20px;
}

.mg-album .album-items .album-images {
	opacity: 0;
	pointer-events: none;
}

.mg-album .album-items .album-images.slick-initialized {
	opacity: 1;
	pointer-events: all;
}

.mg-album .video-player {
	height:100%;
}

@media (min-width: 1024px) {
	.mg-album .album-items {
		display: flex;
	}

	.mg-album .album-items .images-container {
		position: relative;
		display: flex;
		flex-direction: column;
		padding: 0;
		width: 100%;
	}

	.mg-album.info-open .album-items .images-container {
		width: calc(100% - 320px);
	}

	.mg-album .album-items .album-images {
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		padding: 0 40px;
		width: 100%;
		max-width: 1024px;
	}

	.mg-album .album-items .album-details {
		width: 320px;
	}

	.mg-album .album-items .album-details .slick-slide {
		pointer-events: none;
	}

	.mg-album .album-items .album-details .slick-slide.slick-current {
		pointer-events: all;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.mg-album .album-items .images-container {
		display: block !important;
	}
}

.mg-album .item .details {
	position: relative;
	padding: 14px 0;
	height: 138px;
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	overflow: hidden;
}

.mg-album .item .details.open {
	height: auto;
}

.mg-album .item .details::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom, transparent, #0e0e0e);
	pointer-events: none;
}

@media (min-width: 1024px) {
	.mg-album .album-items .album-details {
		position: absolute;
		color: #3e3e3e;
		max-height: 100vh;
		background-color: #fff;
		overflow: auto;
		opacity: 0;
		pointer-events: none;
	}

	.mg-album.info-open .album-items .album-details {
		position: relative;
		opacity: 1;
		pointer-events: all;
	}

	.mg-album .item .details {
		height: auto;
		border: none;
	}

	.mg-album .item .details::after {
		display: none;
	}
}

.mg-album .album-items .album-details .detail-header {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 50px;
}

.mg-album .album-items .album-details .btn-close {
	width: 29px;
	height: 29px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	border: none;
	background: none;
	cursor: pointer;
	display: none;
}

@media (min-width: 64em) {
	.mg-album .album-items .album-details .btn-close {
		display: block;
	}
}

@media (hover: hover) {
	.mg-album .album-items .album-details .btn-close:hover {
		background-color: #ededed;
	}	
}

.mg-album .album-items .album-details .item:focus {
	outline: none;
}

.mg-album .item .details.open::after {
	opacity: 0;
}

.mg-album .item .title {
	font-size: 17px;
	line-height: 21px;
}

.mg-album .item .credit {
	color: #808080
}

@media (min-width: 1024px) {
	.mg-album .item .credit {
		color: inherit
	}	
}

.mg-album .item .meta-block {
	margin-bottom: 35px;
}

.mg-album .meta-block .title {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
}

.mg-album .meta-block .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mg-album .meta-block .list:not(.list-inline) .list-item {
	margin-bottom: 4px;
}

.mg-album .meta-block .list.list-inline {
	display: flex;
}

.mg-album .meta-block .list.list-inline .list-item + .list-item::before {
	content: ", ";
	color: #20b0e0;
}

@media (min-width: 1024px) {
	.mg-album .meta-block .list.list-inline .list-item + .list-item::before {
		content: ", ";
		color: #0078a0;
	}	
}

.mg-album .toggle {
	display: flex;
	align-items: baseline;
	padding: 14px 9px;
	font-size: 13px;
	color: #fff;
	border: none;
	background: none;
	cursor: pointer;
}

.mg-album .toggle i {
	margin-right: 5px;
}

.mg-album .info-toggle {
	display: none;
}

.mg-album .close-toggle {
	display: none;
	padding: 0;
}

.mg-album.in-frame .close-toggle {
	display: block;
}

@media (min-width: 1024px) {
	.mg-album .toggle {
		display: none;
	}

	.mg-album.in-frame .close-toggle {
		display: block !important;
	}

	.mg-album .info-toggle {
		display: block;
		padding: 0;
		width: 29px;
		height: 29px;
		text-align: center;
		border-radius: 50%;
	}

	.mg-album.info-open .info-toggle {
		display: none;
	}

	.mg-album .info-toggle i {
		display: block;
		line-height: 29px;
	}

	@media (hover: hover) {
		.mg-album .info-toggle:hover {
			background-color: #2c2c2c;
		}
	}
}

.mg-album .arrows-container {
	display: flex;
	padding: 18px 0;
	gap: 32px;
	align-items: baseline;
	justify-content: center;
}

.mg-album .arrows-container .count {
	font-size: 13px;
}

.mg-album .arrows-container .count .total {
	color: #808080
}

.mg-album .arrows-container .arrow {
	padding: 0 16px;
	color: #fff;
	border: none;
	background: none;
	cursor: pointer;
}

.mg-album .arrows-container .arrow .fas {
	font-size: 18px;
}

@media (min-width: 1024px) {
	.mg-album .arrows-container .arrow {
		position: absolute;
		z-index: 1;
		top: 50%;
		padding: 0;
		width: 64px;
		height: 64px;
		text-align: center;
		border-radius: 50%;
		opacity: 0.6;
		transform: translateY(-50%);
	}

	@media (hover: hover) {
		.mg-album .arrows-container .arrow:hover {
			background-color: #2c2c2c;
			opacity: 1;
		}	
	}

	.mg-album .arrows-container .arrow[aria-label="Previous"] {
		left: 20px;
	}

	.mg-album .arrows-container .arrow[aria-label="Next"] {
		right: 20px;
	}

	.mg-album .arrows-container .arrow .fas {
		font-size: 50px;
	}
}

.mg-album .thumbnails-container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: min-content;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	background-color: #0e0e0e;
	overflow: auto;
	opacity: 0;
	pointer-events: none;
}

.mg-album.gallery-open .thumbnails-container {
	opacity: 1;
	pointer-events: all;
}

.mg-album .thumbnails-container .slick-list {
	overflow: visible;
}

@media (min-width: 1024px) {
	.mg-album .thumbnails-container {
		position: relative;
		display: block;
		margin-top: auto;
		padding: 0;
		padding-bottom: 40px;
		width: 100%;
		height: auto;
		overflow: visible;
		opacity: 0;
		pointer-events: none;
	}

	.mg-album .thumbnails-container.slick-initialized {
		opacity: 1;
		pointer-events: all;
	}

	.mg-album .thumbnails-container .slick-list {
		overflow: hidden;
	}

	.mg-album .thumbnails-container .slick-list.fix-slick-padding {
		padding: 0 45px !important;
	}

	.mg-album .thumbnails-container.slick-no-slide .slick-track {
		width: 100% !important ;
		text-align: center !important;
		transform: inherit !important;
		display: flex;
		justify-content: center;
	}

	.mg-album .thumbnails-container.slick-no-slide .slick-slide {
		float: none !important;
		display: inline-block !important;
	}
}

.mg-album .thumbnails-container .thumbnail {
	position: relative;
}

@media (min-width: 1024px) {
	.mg-album .thumbnails-container .thumbnail {
		opacity: 0.4;
		transition: opacity 140ms ease-in-out;
	}

	@media (hover: hover) {
		.mg-album .thumbnails-container .thumbnail:hover {
			opacity: 1;
		}
	}
}

.mg-album .thumbnails-container .thumbnail-button {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	opacity: 0;
	cursor: pointer;
}

.mg-album .thumbnails-container .thumbnail img {
	box-shadow: 0 0 0 4px #0e0e0e;
}

.mg-album .thumbnails-container .thumbnail {
	padding: 4px;
	background-color: #fff;
}

.mg-album .thumbnails-container .item.slick-current img {
	box-shadow: 0 0 0 2px #0e0e0e;
}

@media (min-width: 64em) {
/* Hover animation */
@keyframes startHover {
    0% {
        width: 0;
        min-width: max-content;
    }
    80% {
        max-width: 100%;
        width: 100%;
    }
    100% {
        max-width: 100%;
        width: 100%;
        padding-top: var(--space-8);
        padding-bottom: var(--space-8);
        background-color: rgb(0 104 179 / 70%);
    }
}

@keyframes leavingHover {
    0% {
        max-width: 100%;
        width: 100%;
        padding-block: var(--space-8);
        background-color: rgb(0 104 179 / 70%);
    }
    30% {
        padding-top: 10px;
        padding-right: 10px;
        background-color: var(--white);
    }
    100% {
        width: 0;
        min-width: max-content;
    }
}

/* Hover effect for album title */
@media (hover: hover) {
    .media-gallery .album:hover .overlay {
        color: var(--white);
        animation: startHover 400ms ease forwards;
		
    }
	.media-gallery .album:hover .overlay .title{
		color: var(--white);
	}
	.media-gallery .album:hover .overlay .counts{
		color: var(--white);
	}
}
}
