:root
{	--teal-color: #2CACCC;			/* 2AC */
	--yellow-color: #FFF100;		/* Yellow */
	--light-blue-color: #C0E6F0;	/* LightBlue */
}

/* --------- */
.info-box
{	background-color: #A48B78;
	padding: 20px;
}
.info-box:not(:last-child)
{	margin-bottom: 20px;
}

.info-box .header
{	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	margin: 0 auto 20px;
}

.info-box .header::before
{	background: url("../../img/campaign/2020/info-box-decal.svg") top center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	width: 26px;
	height: 21px;
	display: block;
	margin: 0 auto 5px;
	
}

.info-box .text
{	background-color: white;
	padding: 10px;
	border-radius: 10px;
}

/* --------- */
.indent1
{	padding-left: 1em;
	text-indent: -1em;
}

/* --------- */
#main-event-img
{	position: relative;
	margin: 0 auto 30px;
}

#main-event-img img
{	width: 100%;
	display: block;
	margin: 0;
}

#main-event-img .text
{	margin-top: -15%;
	padding: 0 10px;
}

#main-event-img .text h2
{	font-size: 1.8em;
	line-height: 1.2em;
	color: yellow;
	color: var(--yellow-color,yellow);
	margin: 0 auto 10px;
}

#main-event-img .text h2 span
{	background-color: #2AC;
	background-color: var(--teal-color,#2AC);
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	border: 3px solid white;
	padding: 5px 1em;
	border-radius: 30px;
}

#main-event-img .text p
{	color: #2AC;
	color: var(--teal-color,#2AC);
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4em;
}

/* --------- */
#event-checks
{	margin: 0 auto 40px;
}

/* */
#event-checks h3
{	background-color: #2AC;
	background-color: var(--teal-color,#2AC);
	padding: 10px 20px;
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	font-weight: bold;
	border-radius: 30px;
	margin: 0 auto 20px;
}

#event-checks h3 span
{	display: inline-block;
	font-weight: inherit;
}

#event-checks h3 em
{	color: yellow;
	color: var(--yellow-color,yellow);
	font-weight: inherit;
}

/* */
#event-checks .checklist
{	padding: 0 10px;
	margin: 0 auto 30px;
}

#event-checks .checklist img
{	display: block;
	width: 100%;
	margin: 0 auto;
}

#event-checks .checklist ul
{	margin-top: -15%;
}

#event-checks .checklist ul li
{	padding: 10px 0 3px 35px;
	position: relative;
	font-size: 1.05em;
	line-height: 1.4em;
}

#event-checks .checklist ul li::before
{	background: url("../../img/campaign/2020/check-icon.png") top center no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#event-checks .checklist ul li:not(:last-child)
{	margin-bottom: 7px;
}


/* --------- */
#event-points
{	margin: 0 auto 40px;
}

/* */
#event-points h3
{	font-size: 1.4em;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;
	margin: 0 auto 20px;
}

#event-points h3 span
{	display: inline-block;
	font-weight: inherit;
}

#event-points h3 em
{	color: #2AC;
	color: var(--teal-color,#2AC);
	display: inline-block;
	margin: 0 2px;
	
}
#event-points h3 strong
{	font-size: 1.7em;
}

/* */
#event-points ol
{	counter-reset: counter0;
}

#event-points ol li
{	counter-increment: counter0;
	position: relative;
	padding: 20px 0 0 20px;
	display: grid;
	grid-template-columns: 38% 1fr;
	grid-gap: 20px;
}

#event-points ol li:not(:last-child)
{	margin-bottom: 10px;
}

#event-points ol li::before
{	background-color: white;
	content: counter(counter0);
	color: #2AC;
	color: var(--teal-color,#2AC);
	border: 2px solid;
	position: absolute;
	font-size: 2em;
	font-weight: bold;
	width: 2em;
	line-height: 2em;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50%;
}

#event-points ol li figure
{	display: block;
	margin: 0 0 20px;
	padding: 0;
}

#event-points ol li figure img
{	display: block;
	width: 100%;
}

/* */
#event-points h4
{	color: #2AC;
	color: var(--teal-color,#2AC);
	font-size: 1.4em;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 10px;
}



/* --------- */
#event-summary
{	margin: 0 auto 40px;
}

#event-summary .summary
{	background-color: lightblue;
	background-color: var(--light-blue-color,lightblue);
	padding: 20px;
	border-radius: 10px;
	margin: 0 auto 40px;
}

/* */
#event-summary .summary h3
{	text-align: center;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 auto 20px;
	overflow: hidden;
	font-weight: bold;
}

/* */
#event-summary .summary .schedule
{	margin: 0 auto 20px;
}

#event-summary .summary .schedule dl
{	display: grid;
	grid-template-columns: 8em 1fr;
}

#event-summary .summary .schedule dl:not(:last-child)
{	margin-bottom: 10px;
}

#event-summary .summary .schedule dl dt
{	font-size: 1.2em;
	font-weight: bold;
}

/* */
#event-summary .summary .schedule-note
{	background-color: white;
	margin: 0 auto 40px;
	padding: 10px;
	border-radius: 10px;
	text-align: center;
}

#event-summary .summary .schedule-note p
{	font-size: 1.2em;
	line-height: 1.6em;
}

#event-summary .summary .schedule-note em
{	color: #2AC;
	color: var(--teal-color,#2AC);
	display: inline-block;
	font-size: 1.1em;
}

/* */
#event-summary .summary .schedule-example
{	border-top: 1px solid white;
	padding-top: 20px;
}

#event-summary .summary .schedule-example h3
{	margin-top: -30px;
}

#event-summary .summary .schedule-example h3 > span
{	padding-top: 60px;
	display: inline-block;
}

#event-summary .summary .schedule-example h3 img
{	float: right;
	width: 160px;
	margin-top: -60px;
	margin-left: 10px;
}

#event-summary .summary .schedule-example figure
{	margin: 0;
	padding: 0;
}

#event-summary .summary .schedule-example figure img
{	display: block;
	width: 100%;
}

#event-summary .summary .schedule-example dl
{	display: grid;
	grid-template-columns: 11em 1fr;
	font-size: 1.1em;
	max-width: 640px;
	padding: 0 10px;
	margin: -5% auto 0;
	position: relative;
	z-index: 2;
}

#event-summary .summary .schedule-example dl dt
{	background-color: #8BC56C;
	color: white;
	padding: 5px 20px;
}

#event-summary .summary .schedule-example dl dd
{	background-color: white;
	padding: 5px 20px;
}

/* --------- */
#event-extras
{	margin: 0 auto 40px;
}

#event-extras .midasi3
{	text-align: center;
}

#event-extras .indent1
{	padding-left: 1em;
	text-indent: -1em;
}

/* */
#event-extras .lunch-list
{	padding: 0 10px;
	margin: 0 auto 40px;
}

#event-extras .lunch-list > div:not(:last-child)
{	margin-bottom: 30px;
}

#event-extras .lunch-list h4
{	background-color: lightblue;
	background-color: var(--light-blue-color,lightblue);
	padding: 10px;
	margin: 0 auto 20px;
	font-size: 1.2em;
}

#event-extras .lunch-list .oh
{}

#event-extras .lunch-list .ov
{	overflow: visible;
}

#event-extras .lunch-list .oh figure
{	float: left;
	margin-right: 20px;
	margin: 0 20px 0 0;
	width: 30%;
}

#event-extras .lunch-list .oh figure img
{	display: block;
	width: 100%;
}

#event-extras .lunch-list .oh .text
{	overflow: hidden;
	
}

#event-extras .lunch-list .oh .info
{	border-top: 1px solid;
	padding-top: 10px;
	overflow: hidden;
	margin-top: 10px;
}

#event-extras .lunch-list .oh .info em
{	background-color: #333;
	color: #FFF;
	float: left;
	padding: 3px 5px;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-right: 10px;
}

#event-extras .lunch-list .oh .info span
{	display: block;
	overflow: hidden;
}

/* */
#event-extras .info-box .text .big
{	font-size: 1.1em;
	line-height: 1.6em;
	text-align: center;
}

#event-extras .info-box .text .big strong
{	font-size: 1.05em;
}

#event-extras .info-box .text figure
{	margin: 0 auto 20px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

#event-extras .info-box .text figure img
{	width: 32%;
	display: inline-block;
	vertical-align: top;
}

/* --------- */
#event-final-text
{	padding: 0 10px;
}

@media only screen and (max-width: 799px)
{	#event-checks,
	#event-points,
	#event-summary,
	#event-extras
	{	padding-left: 10px;
		padding-right: 10px;
	}

	#event-checks .checklist
	{	padding: 0;
	}
	
	#event-extras .lunch-list
	{	padding: 0;
	}
	
}

@media only screen and (max-width: 599px)
{	.info-box .header
	{	font-size: 1.1em;
	}

/* --- */
	#main-event-img .text h2
	{	font-size: 1.5em;
	}
	#main-event-img .text p
	{	font-size: 1.3em;
	}
	#event-checks h3
	{	font-size: 1.3em;
	}
	#event-checks .checklist ul li
	{	padding-left: 30px;
		font-size: 1em;
	}
	#event-checks .checklist ul li::before
	{	width: 25px;
		height: 25px;
	}

/* --- */
	#event-points h3
	{	font-size: 1.2em;
	}

	#event-points h3 strong
	{	font-size: 1.5em;
	}
	
	#event-points h4
	{	font-size: 1.25em;
	}

	#event-points ol li
	{	display: block;
		padding-left: 10px;
		padding-top: 10px;
	}

	#event-points ol li::before
	{	font-size: 1.5em;
	}

/* --- */
	#event-summary .summary h3
	{	margin-bottom: 40px;
	}
	#event-summary .summary .schedule dl
	{	display: block;
	}

	#event-summary .summary .schedule dl dt
	{	text-align: center;
		margin-bottom: 10px;
	}

/* */
	#event-summary .summary .schedule-example h3
	{	margin-top: -30px;
	}

	#event-summary .summary .schedule-example h3 > span
	{	padding-top: 40px;
	}

	#event-summary .summary .schedule-example h3 img
	{	width: 120px;
		margin-top: -40px;
	}
	
	#event-summary .summary .schedule-example dl
	{	display: block;
	}
	#event-summary .summary .schedule-example dl dt
	{	text-align: center;
	}
	
/* --- */
	#event-extras .lunch-list h4
	{	font-size: 1.1em;
	}
	#event-extras .lunch-list .ov
	{	overflow: hidden;
	}
	#event-extras .lunch-list .oh .info
	{	border-top-width: 0;
		padding-top: 0;
		margin-top: 20px;
	}
}


@media only screen and (max-width: 479px)
{	.info-box
	{	padding-left: 10px;
		padding-right: 10px;
	}

/* */
	#main-event-img .text h2
	{	font-size: 1.3em;
	}
	#main-event-img .text p
	{	font-size: 1.1em;
	}
	#event-checks h3
	{	font-size: 1.1em;
	}
	
/* */
	#event-summary .summary
	{	padding-left: 10px;
		padding-right: 10px;
	}
	#event-summary .summary .schedule-example h3
	{	margin-top: 0;
	}

	#event-summary .summary .schedule-example h3 > span
	{	padding-top: 0;
	}

	#event-summary .summary .schedule-example h3 img
	{	display: none;
	}
}