@media(min-width: 768px){
	.home-events-slider:after {
		content: 'flickity';
		display: none;
	}
}
.home-events-slider {
	max-width: 100%;
	height: 100vh;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
}

.home .flickity-slider {
	display: inline-block;
	width: 100%;
	height: 100%;
	/* overflow: hidden; */
}

.home-events-slider .flickity-viewport {
	height: 100% !important;
	overflow: hidden;
}

.home .hero {
	width: 100%;
	/* max-width: 100vw; */
	max-height: unset;
	counter-increment: hero;
}

.hero .hero-info {
	bottom: 6rem;
}

.home .flickity-prev-next-button {
	position: absolute;
	bottom: 25px;
	width: 30px;
	-webkit-transform: none;
	  transform: none;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
}

.home .flickity-prev-next-button:disabled {
	opacity: 0.5;
}

.home .flickity-prev-next-button svg {
	opacity: 0;
}

.home .flickity-prev-next-button.previous {
  left: auto;
  right: 60px;
  background-image: url(../images/Left-Arrow-Light.png);
}

.home .flickity-prev-next-button.next {
  right: 20px;
  background-image: url('../images/Right-Arrow-Light.png');
}


/* cell number */
.home .hero:before {
  display: block;
  text-align: center;
  /* content: counter(hero); */
  line-height: 200px;
  font-size: 80px;
  color: white;
}



.home .flickity-page-dots {
	position: absolute;
	right: calc(50% - 135px);
	width: 70px;
	height: 20px;
	margin-left: -35px;
	list-style-type: none;
	bottom: 10px;
	font-size: 3.2rem;
}

.home .flickity-page-dots {
	position: absolute;
	right: inherit;
	left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    padding: 0.5em;
    margin: 0.5em;
}

.home .flickity-page-dots:before {
	content: "/";
	margin-top: 0px;
	display: block;
	position: absolute;
}


.home .flickity-page-dots .dot, .home .flickity-page-dots .dot:before, .home .flickity-page-dots .dot:after {
	float: left;
	width: 30px;
	height: 40px;
	background: transparent;
}

.home .flickity-page-dots .dot {
	counter-increment: hero;
	position: absolute;
	left: 0;
	margin: 0;
	opacity: 1;
}

.home .flickity-page-dots .dot.is-selected {z-index: 1;}

.home .flickity-page-dots .dot:before {
	content: counter(hero);
	/* background-color: #fff; */
	text-align: right;
}

.dot:not(.is-selected):before {opacity:0;}
.dot.is-selected {opacity:1;}

.home .flickity-page-dots .dot:last-child:after {
	content: counter(hero);
	position: absolute;
	top: 0;
	right: -60px;
	text-align: left;
	opacity:1;
}

.home li.dot.is-selected::marker, .home li.dot::marker {opacity:0;}

@media(max-width: 768px){
	.home-events-slider {
		height: auto;
	}
	.hero .hero-info {
		bottom: unset;
		padding-bottom: 3rem;
	}
}

/* mid_page_content */
@media(max-width:768px){
	#mid_page_content.hide_section {display:none;}
	.home section, .home section h2 {
		width: 100%;
	}
}

.home section {
	box-sizing: border-box;
	padding: 2.8rem 2.8rem 4rem;
	border-bottom: 1px solid #000000;
}

.home section.hide_section_both, .home section.hide_programs_section_both {
    display: none;
}

.home section.mailing-list {
	border-bottom: none;
}

.home section h2 {
	text-align: center;
	/* margin: 11rem 0 9.5rem; */
	margin: 2rem 0 2.5rem;
	padding: 0;
	width: 100%;
}

.home .lower_page_content section h2 {
	margin: 2rem 0 4.5rem;
}

.home-reserve-btn {
    margin: 0 0 2.5rem;
}

.home ul, .home li {
	margin:0;
	padding:0;
	list-style-type: none;
}

.mid-ul, .low-ul {
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}

.mid-ul li, .low-ul li,
.mid-ul li a, .low-ul li a {
	flex: 1 1 0;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.low-ul {
	justify-content: flex-start;
}

.low-ul li {
	flex: 0 1 auto;

	max-width: 31%;
}

.mid-ul li a:hover h3, .low-ul li a:hover h3 {
	text-decoration: underline;
}

.mid-ul li a:hover span {
	text-decoration: none;
}

.mid-ul li h3, .low-ul li h3,
.mid-ul li .exhibition-time, .low-ul li .program-time {
	font-size: 3.2rem;
	line-height: 4rem;
	text-transform: unset;
	font-style: unset;
}

.mid-ul li h3, .low-ul li h3 {
	font-family: 'SuisseIntl Regular Italic', Arial, sans-serif;
	margin-top: 2rem;
	margin-bottom: 0;
	padding: 0;
}

.mid-ul .home-reserve, .low-ul .home-reserve {
	width: 50%;
	margin: auto;
	margin-top: 3.5rem;
}

.mid-ul .btn-reserve, .low-ul .btn-reserve {
	font-size: 3.2rem;
	line-height: 3.4rem;
}

.mid-ul .btn-reserve.animate-text, .low-ul .btn-reserve.animate-text {
	min-height: 5.2rem;
}

.home section .thumb {
	width: 100%;
	padding-top: 52.6%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5rem;
}

.home section .mid-ul .thumb {
	background-size: cover;
	padding-bottom: 42.4%;
}

@media(min-width: 768px){
	.low-ul {
		flex-wrap: wrap;
	}

	.low-ul > * {
		flex: 1 1 31%;
	}
}

@media(max-width: 768px){
	.mid-ul, .low-ul {
		flex-direction: column;
	}
	.low-ul li {
		max-width: 100%;
	}
	.mid-ul .btn-reserve.animate-text, .low-ul .btn-reserve.animate-text {
		min-height: 4rem;
	}
}

/* Programs page */
.page-template-programs-landing nav.on-page {
	padding: 3.875em 0 1rem 0;
}
.program-locations {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.program-locations p {
	margin:0;
	padding:0;
	padding-right: 10px;
}
.program-locations a {
	text-decoration: none;
	padding: 0 10px;
}
.program-locations a:hover {
	text-decoration: none;
}
.program-locations a span:hover {
	text-decoration: underline;
}
.program-locations a:before {
	content: '\25CB';
	padding-right: 7px;
	font-size: 4.2rem;
	margin: 0;
	line-height: 0rem;
}
.program-locations a.selected:before {
	content: '\25CF';
	padding-right: 7px;
	font-size: 4.2rem;
	margin: 0;
	line-height: 0rem;
}

ul.post-locations {
	box-sizing: border-box;
	display: block !important;
	width: fit-content !important;
	margin: 0 auto 1rem auto !important;
	padding:5px !important;
	list-style-type: none;
	text-align: center;
	border: 1px solid #000000;
}

ul.post-locations li {
	display: inline-block;
	margin:0;
	padding:0;
	text-align: center;
}
ul.post-locations li:not(:first-child):before{
	content: '/';
}

@media(max-width: 768px){
	ul.post-locations {
		padding:2px !important;
	}
	.program-locations {
		font-size: 2rem;
		margin-bottom: 2rem;
	}
	.program-locations a {
		padding: 0 5px;
	}
	.program-locations a:before,
	.program-locations a.selected:before {
		font-size: 2.2rem;
	}
}

/* Exhibition Post 2022 */
/* .hero-image-2020 {
	padding: 5.5rem 0 6.4rem 0;
} */

.hero-image-2020 figcaption {
	line-height: 1.8rem;
	padding-top: 1.5rem;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions .exhibition-description {
	float: none;
}

.exhibition-post-2022-content p {
	font-size: 1.75vw;
	line-height: 2.15vw;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0 4% 0 0;
	margin-bottom: 1em;
}

.exhibition-post-2022-content .funding {
	margin-bottom: 13rem;
}

.exhibition-post-2022-content .funding p {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

section#related-programs-2022 {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	padding-top: 5.5rem;
	margin-bottom: auto;
}

section#related-programs-2022 .related-program-container {
	display: flex;
	flex-direction: column;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 h3 {
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 3.2rem;
	line-height: 3.4rem;
	text-transform: unset;
	margin-bottom: 3.5rem;
	font-weight: 400;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 a {
	display: flex;
	flex-direction: column;
	text-decoration: none;
}
.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 a h4 {
	text-decoration: underline;
}
.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 h4,
.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 span {
	font-size: 3.2rem;
	font-size: 1.75vw;
	line-height: 3.4rem;
	line-height: 2.15vw;
	margin:0;
	padding: 0 2rem 0 0;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 span {
	margin-bottom: 3.5rem;
	display: block;
}
.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 a span,
.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 a time {
	text-decoration: none !important;
}

section#related-programs-2022 .related-program-container .inside-related-conatiner {
	display: flex;
	flex-wrap: wrap;
}

section#related-programs-2022 .related-program-container .inside-related-conatiner .related-program {
	width: 50%;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions section#related-programs-2022 .program-image {
	width: 57%;
	padding-bottom: 54.5%;
	margin: auto;
	margin-bottom: 5rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.exhibition-post-2022-content .program-description {
	margin: 7.5rem 0 12.5rem 0;
	float: none;
	padding:0;
}

.exhibition-post-2022-content .program-description .panel-group {
	padding: 0;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions .mailing-list {
	display: block !important;
}

.exhibitions-template-single-exhibitions-2022.single-exhibitions h2.entry-title {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.exhibition-post-2022-content .hero-image-2020 img {
	max-width: 100%;
}

@media(min-width: 768px){
	.exhibitions-template-single-exhibitions-2022.single-exhibitions .exhibition-post-2022 {
		display: flex;
		width: 100%;
		padding: 0 2%;
	}
	.exhibitions-template-single-exhibitions-2022.single-exhibitions .exhibition-post-2022 section {
		flex: 1 1 0;
	}
	.exhibitions-template-single-exhibitions-2022.single-exhibitions .exhibition-post-2022 section.exhibition-post-2022-content {
		margin-right: 6rem;
	}
	.exhibitions-template-single-exhibitions-2022.single-exhibitions h1.page-title,
	.exhibitions-template-single-exhibitions-2022.single-exhibitions .btn-reserve {margin-top: 125px;}
}
@media(max-width: 768px){
	.hero-image-2020 {
		padding: 0 4% 4%;
	}
	.exhibition-post-2022-content p {
		padding: 1% 4%;
		font-size: 2.125rem;
		line-height: 2.25rem;
	}
	.exhibition-post-2022-content .program-description {
		margin:0;
		padding: 4%;
	}
	section#related-programs-2022 {
		padding: 4%;
	}
}
