/**
 * Gel 2018.4
 * Index Stylesheet
 * @version 2018.4.1 r 22
 * @created 2018-04-05 by Fritz Green
 * @modified 2023-03-07 by Christina Joly
 */.index-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align-content: center;
	-webkit-align-content: center;
	-ms-flex-align-content: center;
	align-content: center;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: -8.2em;
	padding: 19em 3em 14em;
	text-align: center;
}
.index-hero:before, .index-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index-hero:before {
	z-index: -2;
	background: url(/images/index/hero2.jpg);
	background-size: 118%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position-y: center;
}
.index-hero:after {
	z-index: -1;
	background: rgba(37, 53, 114, .25);
	mix-blend-mode: multiply;
}
.hero-cntr {
	background-color: rgba(5, 5, 5, 0.25);
	backdrop-filter: blur(7px);
	padding: 1.5em 3em;
	border: ridge 4px #fff;
}
.index-hero h1, .index-hero h2 {
	width: 100%;
	margin: 0 auto;
	
	color: #FFF;
}
.index-hero h2 {
	font-size: 1.5em;
}
.index-hero h1:after {
	display: none;
}
.index-hero svg {
	display: none;
}
.index-hero-sm, .index-hero-lg, .index-hero-sub, .credits {
	display: block;
}
.index-hero-sm {
	text-shadow: 0 0 6px #000;
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 2rem;
	font-weight: 400;
}
.index-hero-md {
	text-shadow: 0 0 6px #000;
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 2rem;
	line-height: 1.2em;
	font-weight: 400;
}
.index-hero-lg {
	text-shadow: 0 0 10px #000;
	font-size: 3.5rem;
	line-height: 1.2em;
}
.index-hero-sub {
	text-shadow: 0 0 6px #000;
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.25em;
}
.credits {
	text-shadow: 0 0 6px #000;
	font-family: "Source Serif Pro", Georgia, serif;
	font-size: 1.5rem;
	font-weight: 400;
	margin-top: 2em;
	color: #fff;
}
.index-hero .button {
	position: relative;
	margin: 2em 0 0 0;
	font-size: 1.2em;
}
.index-hero .button + .button {
	margin: 2em 0 0 1.5em;
}
@media screen and (max-width: 1450px) {
	
	
	
	
	
	
	.index-hero:before {
		background-size: cover;
		background-position: center;
	}
	.index-hero-sm {
		font-size: 1.5rem;
	}
	.index-hero-md {
		font-size: 1.75rem;
	}
	.index-hero-lg {
		font-size: 2.75rem;
	}
	.index-hero-lg br {
		display: none;
	}
}
@media screen and (max-width: 1225px) {
	
	
	
}
@media screen and (max-width: 900px) {
	
	
	
	.index-hero-sm, .index-hero-md {
		font-size: 1.3rem;
	}
	.index-hero-sub {
		font-size: 1.15rem;
	}
	.index-hero-lg {
		font-size: 2rem;
	}
	.index-hero .button {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 750px) {
	.index-hero {
		margin-top: 0;
		padding: 3em 4rem 8em;
	}
	.index-hero:before {
		background: url(/images/index/hero2-sm.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: scroll;
	}
	.index-hero-sm {
		line-height: 1.25em;
		margin-bottom: 1em;
	}
	
	
	
	
	
	
}
@media screen and (max-width: 600px) {
	.index-hero .button:last-of-type {
		margin: 1.5em 0 0;
	}
}
@media screen and (max-width: 500px) {
	.index-hero {
		padding: 2.2em 2rem 8.2em;
	}
	.index-hero-sm, .index-hero-md {
		font-size: 1.3125rem;
	}
	.index-hero-lg {
		font-size: 2.25rem;
	}
}
@media screen and (max-width: 425px) {
	.index-hero {
		padding: 2em 1em 8em;
	}
	.index-hero-sm, .index-hero-md {
		font-size: 1.1rem;
	}
	.index-hero-lg {
		font-size: 2rem;
	}
}


.index-speakers .content-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1400px;
	margin-top: -9.5em;
	margin-bottom: -1em;
	padding-top: 0;
}
.index-speakers-i {
	width: 17em;
	padding: 0 1em;
	text-align: center;
}
.index-speakers-i h5 {
	margin: .75em 0 0;
}
.index-speakers-i p {
	margin: .5em 0 1.5em;
	text-align: center;
}
@media screen and (max-width: 1500px) {
	.index-speakers .content-i {
		max-width: 1000px;
	}
}
@media screen and (max-width: 950px) {
	.index-speakers-i {
		margin-bottom: 2em;
	}
}


.index-news .content-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	-moz-box-pack: space-between;
	justify-content: space-between;
	-moz-box-wrap: wrap;
	-webkit-box-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flexbox-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1100px;
}
.index-news-i {
	position: relative;
	z-index: 1;
	width: 18.8125em;
	height: 20.15em;
	margin-bottom: -2em;
	padding: 2.75em 2.5em 0;
	text-align: center;
}
.index-news-i:before, .index-news-i:last-child:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 1em;
	height: 1em;
	margin-top: -.6em;
	background: #FFF;
	border-radius: 2px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.index-news-i:before {
	left: -3.625em;
}
.index-news-i:last-child:after {
	right: -3.625em;
}
.index-news-i h4 {
	margin-bottom: .4em;
}
.index-news-i p {
	margin-top: 0;
}
.index-news-i svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 1300px) {
	.index-news-i:before, .index-news-i:after {
		display: none;
	}
}
@media screen and (max-width: 1100px) {
	.index-news .content-i {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		-moz-box-pack: center;
		justify-content: center;
	}
	.index-news-i {
		margin: 1em 2em;
	}
}
@media screen and (max-width: 500px) {
	.index-news-i {
		margin: 1em 0;
		font-size: .9rem;
	}
}
.fit-in-box-plz {
    margin: 4em 0 .5em;
}

.covid-cancelled-text {
	color: #fff;
	font-size: 1.3em;
}