div.image-gallery {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
	margin-bottom: 40px;
}
.image-gallery > div {
    width: 320px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.image-gallery.four > div {
    max-width: 237px;
    max-height: 237px;
}
.image-gallery > div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.description {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    color: white;
    padding: 2em;
    opacity: 0;
    pointer-events: none;
}
.play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.mfp-bottom-bar {
    background-color: black;
}
.mfp-arrow:focus {
    outline: 2px solid #00B7C6;
}
[class^="content col"] .wysiwygContent div.image-gallery > div:focus-within {
    outline-offset: 1px;
    outline: 2px solid #00B7C6;
}
.mfp-image-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:focus {
    border: 2px solid #00B7C6;
}
.profile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
	margin-bottom: 40px;
}
.title-and-photo {
    width: 320px;
    background-color: #FFDD00;
    padding: 20px;
	line-height: 1.5;
	align-self: flex-start;
}
.image-gallery.four .title-and-photo {
    width: 237px;
}
.statement {
    flex: 320px;
    padding: 20px;
}
div.statement div {
    letter-spacing: 0.0175em;
    line-height: 1.5rem;    
}
.wrap .title-and-photo img {
    display: inline;
}
.summary {
    display: flex;
    flex-wrap: wrap;
	gap: 10px;
}
.blank-space {
    width: 320px;
}
.summary-text {
    flex: 320px;
    padding: 40px;
	background-color: #FFF8CC;
}
.summary-text h3 {
	padding-bottom: 15px;
	border-bottom: 5px solid #ffdd00
}
.summary-text p:last-of-type {
	margin-top: 15px;
	margin-bottom: 0;
}
div.summary-text div {
	letter-spacing: 0.0175em;
	line-height: 1.5rem; 
	margin-top: 15px;
}
.mfp-wrap,
.mfp-bg {
    z-index: 999999999;
}
.exhibition-wrapper {
    max-width: 980px;
}
.double-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.double-summary > div {
	width: calc(50% - 5px);
	background-color: #FFF8CC;
	flex: 320px;
	padding: 20px;
}
.double-summary > div > strong {
	font-family: 'Ciutadella-Medium', Helvetica, Arial, san-serif;
}
.double-summary > div > h3 {
	padding-bottom: 15px;
	border-bottom: 5px solid #ffdd00
}
@media screen and (max-width: 1153px) {
    .exhibition-wrapper.three {
        max-width: 650px;
    }
	.exhibition-wrapper.three #columns-gallery {
		column-count: 2;
	}
	.summary .blank-space {
		display: none;
	}
}
@media screen and (max-width: 804px) {
    .exhibition-wrapper.three {
        min-width: 320px;
		max-width: 321px;
    }
    .exhibition-wrapper.three .spark {
        flex: 100%;
    }
    .exhibition-wrapper.three .spark-intro div.intro {
        flex: 100%;
		padding: 40px 20px;
    }
	.exhibition-wrapper.three #columns-gallery {
		column-count: 1;
	}
	.exhibition-wrapper.three .image-gallery > div {
		width: 155px;
		height: 155px;
	}
	.exhibition-wrapper.three .image-gallery .description {
		padding: 1em;
		font-size: 0.8em;
	}

}
.title-and-photo strong,
.description strong {
    font-family: 'Ciutadella-Medium', Helvetica, Arial, san-serif
}
.plain-col-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 40px;
}
.plain-col-wrapper.two div {
    flex: 237px;
}
.plain-col-wrapper.two div div {
    margin-left: 20px;
    text-indent: -20px;
}
.plain-col-wrapper strong {
    font-family: 'Ciutadella-Medium', Helvetica, Arial, san-serif
}
.plain-col-wrapper.three div {
	flex: 320px;
}
.plain-col-wrapper.three div div {
    margin-left: 20px;
    text-indent: -20px;
}
@media screen and (max-width: 1151px) {
    .exhibition-wrapper.four {
        max-width: 731px;
    }
}
@media screen and (max-width: 899px) {
    .exhibition-wrapper.four {
        max-width: 484px;
    }
}
@media screen and (max-width: 611px) {
    .exhibition-wrapper.four {
        min-width: 320px;
		max-width: 321px;
    }
	.image-gallery.four > div {
		max-width: 155px;
		max-height: 155px;
	}
	.image-gallery.four .description {
		padding: 1em;
		font-size: 0.8em;
	}
	div.student-col-wrapper.two {
		columns: 1;
		column-gap: 0;
	}
}
.spark-intro {
    display: flex;
	flex-wrap: wrap-reverse;
    margin-bottom: 40px;
}
.spark-intro.yellow {
	background-color: #ffdd00;
}
.spark-intro.pink {
	background-color: #ef2476;
}
.spark-intro.blue {
	background-color: #04ACC1;
}
.spark-intro div {
    flex: 50%;
}
.spark-intro .intro {
    padding: 60px 60px 60px 10px;
	line-height: 1.5;
}
.spark-intro .spark {
    margin-top: auto;
}
.spark-intro .subtitle {
	padding: 60px 60px 60px 10px;
	align-self: baseline;
	text-align: right;
}
.spark-intro .subtitle h2 {
	color: white;
}
.spark-intro.pink .subtitle h2 {
	color: black;
	font-size: 3.5rem;
}
@media screen and (max-width: 899px) {
    .exhibition-wrapper.four .spark {
        flex: 100%;
    }
    .exhibition-wrapper.four .spark-intro div.intro {
        flex: 100%;
		padding: 60px 20px;
    }
}
.wrap .exhibition-wrapper img {
	display: block;
}
button.mfp-close, 
button.mfp-arrow {
	outline: none;
}
.participant-column-wrapper {
	columns: 6 155px;
	column-gap: 10px;
	margin-bottom: 40px;
}
.participant-column-wrapper div {
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
	break-inside: avoid;
	page-break-inside: avoid;
}
.participant-column-wrapper div p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	text-indent: -20px;
}
.participant-column-wrapper div h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2rem;
	font-weight: bold;
}
.wysiwygContent .participant-column-wrapper p:last-of-type {
    margin-bottom: 0;
}
.asterisk {
	margin-bottom: 40px;
}


/* NEW March 3, 2023 */
#columns-gallery {
	line-height: 0;
	column-count: 3;
	column-gap: 10px;
	margin-bottom: 40px;
}
#columns-gallery img {
	width: 100% !important;
	height: auto !important;
}
#columns-gallery .img-wrap {
	margin-bottom: 10px;
	position: relative;
}
#columns-gallery .img-wrap .img-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
	color: white;
	padding: 2em;
	pointer-events: none;
	opacity: 0;
}
#columns-gallery .img-wrap .img-caption .expand {
	float: right;
}
.play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
#columns-gallery .img-wrap .img-caption {
	line-height: initial;
}
#columns-gallery a {
	outline-offset: 3px;
}
.title-and-photo img.social {
	width: 29px;
	height: 29px;
	object-fit: cover;
}
.wrap .exhibition-wrapper img.social {
	display: inline-block;
	margin-top: 20px;
}
.student-wrapper {
	display: flex;
	flex-wrap: nowrap;
	border: 1px solid #ef2476;
	margin-bottom: 10px;
	padding: 20px;
	gap: 10px;
}
.student-wrapper .student-info {
	min-width: 200px;
	display: flex;
	flex-direction: column;
}
.student-wrapper .student-info .social {
	text-align: end;
	flex-grow: 1;
}
.student-wrapper .student-info .social .links img {
	width: 29px;
	height: 29px;
	object-fit: cover;
	display: inline-block;
}
.student-wrapper .student-info .info {
	text-align: end;
}
.student-wrapper .student-info .info h3 {
	margin-block-start: 0;
	margin-block-end: 0;
}
.horiz-scroll-gallery {
	overflow: hidden;
	position: relative;
}
.horiz-scroll-gallery .img-wrapper {
	display: flex;
	overflow-x: scroll;
	gap: 10px;
}
.horiz-scroll-gallery img {
	flex: 267px;
}
.horiz-scroll-gallery .scroll-button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.7);
	padding: 10px;
	border: none;
	cursor: pointer;
	z-index: 1;
}
.horiz-scroll-gallery .scroll-button.left {
	left: 0;
}
.horiz-scroll-gallery .scroll-button.right {
	right: 0;
}
.horiz-scroll-gallery .img-wrapper .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.horiz-scroll-gallery .img-wrapper .mfp-iframe {
	display: block;
	position: relative;
}
div.horiz-scroll-gallery div.img-wrapper a {
	display: block;
	position: relative;
}
@media screen and (max-width: 804px) {
	.student-wrapper {
		flex-wrap: wrap;
	}
	.student-wrapper .student-info {
		min-width: 100%;
	}
}
.student-wrapper .info h3 {
	font-size: 1.2rem;
}
.horiz-scroll-gallery .img-wrapper a > img {
	min-width: 267px;
	height: 200px;
	object-fit: cover;
}
/*
html {
	scroll-behavior: smooth;
}
*/
.exhibition-wrapper .participant-column-wrapper h2 a {
	color: black;
}
html {
	scroll-padding-top: 174px;
	scroll-behavior: smooth;
}
@media screen and (max-width: 1280px) {
	html {
		scroll-padding-top: 130px;
	}
}
@media screen and (max-width: 720px) {
	html {
		scroll-padding-top: 101px
	}
}
.student-col-wrapper.two {
	columns: 2;
	column-gap: 10px;
	margin-bottom: 40px;
}
.student-col-wrapper ul,
.participant-column-wrapper ul {
	margin: 0;
	padding: 0;
}
.student-col-wrapper ul li, 
.participant-column-wrapper ul li {
	list-style: none;
	margin-left: 20px;
	text-indent: -20px;
}
.participant-column-wrapper ul li {
	line-height: 1.5em;
}
[class^="content col"] .wysiwygContent .student-col-wrapper ul li,
[class^="content col"] .wysiwygContent .participant-column-wrapper ul li {
	margin-bottom: 0;
}
[class^="content col"] .wysiwygContent .student-col-wrapper ul,
[class^="content col"] .wysiwygContent .participant-column-wrapper ul {
	margin: 0;
}
.wysiwygContent .student-col-wrapper ul > li:before,
.wysiwygContent .participant-column-wrapper ul > li:before {
	content: "";
	color: transparent;
	margin-left: 0;
}
.columns div.participant-column-wrapper ul {
	padding-left: 0;
}
