/*	@media (min-width: 768px) {}
	@media (min-width: 1024px) {}
	@media (min-width: 1244px) {}
	@media (min-width: 1440px)	{}*/

.index--intro {
	position: relative;
}
	/* max-width minus padding minus margin-left */
	@media (min-width: 1024px) {.index--intro {margin-left: 227px;}}
	@media (min-width: 1244px) {.index--intro {margin-left: 194px;}}
	@media (min-width: 1440px) {.index--intro {margin-left: 194px;}}
	@media (min-width: 1740px) {.index--intro {margin-left: 100px;}}


.push-right {
	position: relative;
}
	/* max-width minus padding minus margin-left */
	@media (min-width: 1024px) {.push-right {padding-left: 282px;}}
	@media (min-width: 1244px) {.push-right {padding-left: 294px;}}
	@media (min-width: 1440px) {.push-right {padding-left: 294px;}}
	@media (min-width: 1740px) {.push-right {padding-left: 200px;}}

	/* max-width minus padding minus margin-left on grid images */
	@media (min-width: 1024px) {.push-right-gallery-grid {padding-left: 267px;}}
	@media (min-width: 1244px) {.push-right-gallery-grid {padding-left: 279px;}}
	@media (min-width: 1440px) {.push-right-gallery-grid {padding-left: 279px;}}
	@media (min-width: 1740px) {.push-right-gallery-grid {padding-left: 185px;}}


.index--intro-module--calendar {
	background-image: none !important;
	height: auto !important;
	background-color: #eb0f8b;
	float: right;
	padding: 36px 25px 46px 25px;
	width: 100%;
	color: #fff;
}
	@media (min-width: 1244px) {.index--intro-module--calendar {padding: 36px 40px 46px 40px;}}


.index--intro-module--calendar a {
	color: #fff;
	text-decoration: none;
}

.index--intro-module--calendar a:hover {
	padding-bottom: 10px;
}

.calendar-slot {
	margin-top: 50px;
	margin-bottom: 10px;
	font-weight: 400 !important;
}

.calendar-slot:nth-child(2) {
	margin-top: 10px;
	margin-bottom: 20px;
}

.calendar-time {
	font-weight: 500;
	font-size: 1.6rem;
	float: left;
	width: 27%;
}

.calendar-workshop {
	float: left;
	width: 73%;
}

.calendar-workshop a p {
	line-height: 1.35;
	margin: 0 0 12px 0;
}

.calendar-workshop a:hover p {
	text-decoration: underline;
}

.calendar-view-all {
	margin-left: 27%;
}

.index--intro-left, .index--intro-right {
	position: relative;
	width: 100%;
	float: left;
}

.index--intro-module {
	position: relative;
	margin-bottom: 14px;
	overflow: hidden;
}
	@media (min-width: 768px) {
		.index--intro-left {width: calc(50% - 6px);}
		.index--intro-right, .exhibition--archive-module:nth-child(2), .exhibition--archive-module:nth-child(4) {
			width: calc(50% - 6px);
			margin-left: 12px;
			margin-top: 95px;
		}
		.index--intro-module {margin-bottom: 12px;}
		.exhibition--archive-module:nth-child(2), .exhibition--archive-module:nth-child(4) {float: right;}
		.exhibition--archive-module:nth-child(4) {margin-top: 0 !important;}
	}
	@media (min-width: 1024px) {
		.index--intro-left {width: calc(50% - 5px);}
		.index--intro-right, .exhibition--archive-module:nth-child(2), .exhibition--archive-module:nth-child(4) {
			width: calc(50% - 5px);
			margin-left: 10px;
			margin-top: 106px;
		}
		.index--intro-module {margin-bottom: 10px;}
	}
	@media (min-width: 1244px) {
		.index--intro-left {width: calc(50% - 6px);}
		.index--intro-right, .exhibition--archive-module:nth-child(2), .exhibition--archive-module:nth-child(4) {
			width: calc(50% - 6px);
			margin-left: 12px;
			margin-top: 130px;
		}
		.index--intro-module {margin-bottom: 12px;}
	}
	@media (min-width: 1440px) {
		.index--intro-left {width: calc(50% - 8px);}
		.index--intro-right, .exhibition--archive-module:nth-child(2), .exhibition--archive-module:nth-child(4) {
			width: calc(50% - 8px);
			margin-left: 16px;
			margin-top: 155px;
		}
		.index--intro-module {margin-bottom: 16px;}
	}


.index--intro-module-photo-wrap {
	position: relative;
	overflow: hidden;
}

.index--intro-module-photo {
	position: relative;
	width: 100%;
	padding-top: calc(308 / 515 * 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(https://via.placeholder.com/515x308);
	transition: all .5s;
}

.index--intro-module-photo:hover {
    transform: scale(1.1);
}


.index--intro-module-tag {
	position: absolute;
	bottom: 14px;
	left: 14px;
	padding: 3px 11px;
	background-color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .05rem;
	color: #eb0f8b;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}
	@media (min-width: 1024px) {
		.index--intro-module-tag {
			bottom: 20px;
			left: 20px;
		}
	}

.index--intro-module-tag:hover {
	box-shadow: 0 0 7px rgba(0,0,0,.25)
}



.index--intro-module-bottom {
	position: relative;
	width: 100%;
	min-height: 80px;
	background-color: #000;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 7px;
	margin-top: -1px;
}

.index--intro-module-bottom-left, .index--intro-module-bottom-left-full {
	position: relative;
	float: left;
	padding: 11px 13px 13px 13px;
}

.index--intro-module-bottom-left {
	width: 65%;
}

.index--intro-module-bottom-left-full {
	width: 100%;
}

.index--intro-module-bottom-right {
	position: absolute;
	text-align: center;
	width: 35%;
	height: calc(100% - 14px);
	right: 0;
	border-left: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

	@media (min-width: 0px) and (max-width: 500px) {
		.homepage-events .index--intro-module-bottom-left {
			width: 100%;
			float: left;
			padding: 11px 13px 5px 13px;
		}

		.homepage-events .index--intro-module-bottom-right {
			position: relative;
			text-align: left;
			width: 100%;
			border-left: none;
			display: block;
			padding: 0 13px 13px 13px;
			font-size: 15px;
		}
	}


	@media (min-width: 768px) and (max-width: 1299px) {
		.homepage-events .index--intro-module-bottom-left {
			width: 100%;
			float: left;
			padding: 11px 13px 5px 13px;
		}

		.homepage-events .index--intro-module-bottom-right {
			position: relative;
			text-align: left;
			width: 100%;
			border-left: none;
			display: block;
			padding: 0 13px 13px 13px;
			font-size: 15px;
		}
	}











.index--mission {
	font-style: normal;
	text-align: right;
	font-size: 26px;
	font-weight: 700;
	max-width: 240px;
	float: right;
	margin-top: 15px;
	line-height: 1.17;
	margin-right: 25px;
	font-family: 'Montserrat', sans-serif;
}
	@media (min-width: 768px) {
		.index--mission {
			margin-right: 0px;
			margin-top: 40px;
			font-size: 32px;
			max-width: 280px;
		}
	}
	@media (min-width: 1244px) {
		.index--mission {
			font-size: 41px;
			max-width: 370px;
			margin-top: 60px;
			line-height: 1.17;
		}
	}
	@media (min-width: 1440px) {
		.index--mission {
			margin-top: 40px;
		}
	}

.index--mission a {
	text-decoration: none;
	color: #eb0f8b;
	font-style: italic;
	padding-right: 8px;
}



/*  EXPLORE THE UNION  */
.index--explore {
	margin-top: 50px;
}
	@media (min-width: 768px) {.index--explore {margin-top: 100px;}}
	@media (min-width: 1244px) {.index--explore {margin-top: 150px;}}

.index--get-involved {
	margin-bottom: 60px;
}

.index--explore h1, .index--get-involved h1 {
	margin-bottom: 20px;
}
	@media (min-width: 768px) {
		.index--explore h1, .index--get-involved h1 {
			margin-bottom: 40px;
		}
	}

.index--explore-module-grid {
	position: relative;
}

.index--explore-module {
	float: left;
	text-decoration: none;
}
.index--explore-module:nth-child(3), .index--explore-module:nth-child(6) {
	margin-right: 0;
}

.index--explore-module-cta {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 65.85666%;
	border-top: 0;
	background-color: #eb0f8b;
	color: #fff;
	text-decoration: none;
}

.explore-cta--interior p {
	padding: 0;
	margin: 0;
}

.list-item:hover .link {
    padding-bottom: 10px;
}

.link {
	text-transform: uppercase;
	font-size: 15px !important;
	margin-bottom: 0;
	letter-spacing: .05rem !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #FFF;
    /*width: -moz-max-content;*/
    /*width: max-content;*/
    width: fit-content;
    padding-bottom: 6px;
	-moz-transition: padding 0.1s ease-in, padding 0.15s ease-out;
	-o-transition: padding 0.1s ease-in, padding 0.15s ease-out;
	-webkit-transition: padding 0.1s ease-in, padding 0.15s ease-out;
	transition: padding 0.1s ease-in, padding 0.15s ease-out;
}
/*	@media (min-width: 600px) and (max-width: 767px) {
		.link {
			width: -moz-max-content;
			width: max-content;
		}	
	}*/
	@media (min-width: 768px) {
		.link {
			font-size: 1.4rem !important;
			margin-top: 2% !important;
		}

		.programs--module-cta .link {
			margin-top: 1% !important;
		}
	}
/*	@media (min-width: 1024px) {
		.link {
			width: -moz-max-content;
			width: max-content;
		}	
	}*/




.index--explore-module h5 {
	margin: 0;
	padding: 0;
	border-top: 4px solid #000;
	padding: 12px 0 16px;
}
	@media (min-width: 768px) {
		.index--explore-module h5 {padding: 9px 0 11px;}
	}
/*  EXPLORE THE UNION  */





/*  GET INVOLVED  */
.index--get-involved {
	position: relative;
	margin-top: 30px;
}
	@media (min-width: 768px) 	{.index--get-involved {margin-top: 75px;}}

.index--get-involved-module-parent {
	position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 12px;
}
	@media (min-width: 550px) 	{.index--get-involved-module-parent {height: 340px; margin-bottom: 50px;}}
	@media (min-width: 768px) 	{.index--get-involved-module-parent {height: 340px; margin-bottom: 50px;}}
	@media (min-width: 1024px) 	{.index--get-involved-module-parent {height: 340px; margin-bottom: 50px;}}
	@media (min-width: 1244px) 	{.index--get-involved-module-parent {height: 390px; margin-bottom: 65px;}}
	@media (min-width: 1440px) 	{.index--get-involved-module-parent {height: 460px; margin-bottom: 65px;}}


.index--get-involved-module {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(https://via.placeholder.com/1240x465);
	transition: all .5s;
	cursor: pointer;
}
	.index--get-involved-module-parent:hover .index--get-involved-module,
	.index--get-involved-module-parent:focus .index--get-involved-module {
	  transform: scale(1.06);
	}

.index--get-involved-button {
	position: absolute;
	bottom: 30px;
	left: 30px;
	padding: 12px 0px;
	background-color: #fff;
	color: #000;
	z-index: 1;
	width: 135px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: .1rem;
}
	@media (min-width: 768px) 	{
		.index--get-involved-button {
			bottom: 70px;
			left: 70px;
			padding: 16px 0px;
			background-color: #fff;
			width: 205px;
			font-size: 20px;
		}
		.exhibition-view-more {
			bottom: 50px;
			left: 50px;
		}
	}
	@media (min-width: 1024px) 	{
		.index--get-involved-button {
			bottom: 60px;
			left: 60px;
			padding: 20px 0px;
			width: 265px;
			font-size: 24px;
		}	
	}
	@media (min-width: 1244px) 	{
		.index--get-involved-button {
			bottom: 100px;
			left: 100px;
			padding: 18px 0px;
		}
		.exhibition-view-more {
			bottom: 60px;
			left: 60px;
		}
	}
	.index--get-involved-button:hover {
		color: #fff;
		background-color: #000;
	}
/*  GET INVOLVED  */






















ul, li {
	margin: 0;
	padding: 0;
}

/*Flex items*/
.list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.list-item {
	display: flex; 
}

.list-item {
	width: 100%;
	margin-bottom: 40px;
}

	@media (min-width: 768px) 	{
		.list-item {
			width: 47.5%;
			margin-right: 5%;
			margin-bottom: 6.5%;
		}
	}

	@media (max-width: 1023px)	{
		.list-item:nth-child(2), .list-item:nth-child(4), .list-item:nth-child(6) {
			margin-right: 0;
		}
	}

	@media (min-width: 1024px) 	{
		.list-item {
			width: 31.333%;
			margin-right: 3%;
			margin-bottom: 5.75%;
		}

		.list-item:nth-child(3), .list-item:nth-child(6) {
			margin-right: 0;
		}
	}

	@media (min-width: 1440px) 	{
		.list-item {
			margin-bottom: 65px;
		}
	}



.list-content {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	width: 100%;
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
}
	.list-content:hover {
		background-color: #000;
	}


.list-content h5 {
	-moz-transition: all 0.2s ease-in,all 0.25s ease-out;
	-o-transition: all 0.2s ease-in,all 0.25s ease-out;
	-webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
	transition: all 0.2s ease-in,all 0.25s ease-out;
	color: #000;
	letter-spacing: 0.05rem;
}
	.list-content:hover h5 {
		color: #fff;
		padding-left: 12px;
	}

.list-content p {
	flex: 1 0 auto;
}

.module-cta {
	position: relative;
	margin-right: 0;
	border-top: 0;
	background-color: #eb0f8b;
	color: #000;
	/*padding: 40px 50px 40px 40px;*/
	padding: 30px 40px 35px 25px;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
	@media (min-width: 768px) {
		.module-cta {
			width: 47.5% !important;
			padding: 0 30px 0 30px;
		}	
	}
	@media (min-width: 1024px) {
		.module-cta {
			width: 65.6% !important;
			padding: 0 70px 0 30px;
		}	
	}
	@media (min-width: 1244px) {
		.module-cta {
			padding: 0 90px 0 50px;
		}	
	}
	@media (min-width: 1440px) {
		.module-cta {
			padding: 0 100px 0 50px;
		}	
	}

.module-cta p {
	font-weight: 400;
	font-size: 1.85rem;
	letter-spacing: -.025rem;
	/*line-height: 1.25;*/
	max-width: 800px;
}
	@media (min-width: 768px) 	{
		.module-cta p {font-size: 1.85rem;}	
	}
	@media (min-width: 1024px) 	{
		.module-cta p {font-size: 2.15rem;}	
	}
	@media (min-width: 1244px) 	{
		.module-cta p {font-size: 2.3rem;}	
	}
	@media (min-width: 1440px) 	{
		.module-cta p {font-size: 2.5rem;}	
	}


.module-cta a {
	position: absolute;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 10;
	left: 0;
}

.module-cta p {
	margin-top: 0;
}

.module-cta-mobile {
	padding: 40px 50px 40px 40px;
}
	@media (min-width: 768px) {.module-cta-mobile {display: none;}}

@media (max-width: 767px) {.module-cta-index {display: none;}}





@media (min-width: 1024px) 	{
	.programs-list .list-item:nth-child(3) {
		margin-right: 3% !important;
	}
}

@media (min-width: 1440px) 	{
	.list-item {
		margin-bottom: 65px;
	}
}

@media (min-width: 768px) 	{
	.our-programs .module-cta p {font-size: 1.8rem;}
}
@media (min-width: 1024px) 	{
	.our-programs .module-cta p {font-size: 1.8rem;}
	.programs-list .module-cta {padding: 0 60px 0 50px;}
}
@media (min-width: 1244px) 	{
	.our-programs .module-cta p {font-size: 2.0rem;}
}
@media (min-width: 1440px) 	{
	.our-programs .module-cta p {font-size: 2.0rem;}
}



@media (max-width: 767px) 	{
	.programs-list .list-item {margin-bottom: -1px;}
	.programs--module-cta {margin-bottom: 60px !important;}
}











/* IMAGE MODULE UPDATES */
.module--indeximage {
	position: relative;
	overflow: hidden;
	height: 320px;
}

.module--indeximage-background {
	position: absolute;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .2s ease-in,all .25s ease-out;
}

.module--indeximage-background img {
	object-fit: cover;
	width: 100%;
	height: 100%;
    -webkit-transition: all 0.2s ease-in,all 0.25s ease-out;
    transition: all 0.2s ease-in,all 0.25s ease-out;
}

.module--indeximage-background:hover img {
	transform: scale(1.07);
}