.section .column {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: flex-start;
}
.section .subcolumn {
	width: 70%;
	padding-right: 14%;
}
.section.border-top {
	margin-top: 3rem;
}
.section.border-top>.column>.subcolumn:before {
	content: '';
	display: block;
	width: 100%;
	border-top: solid 1px #C3C3C3;
	margin-bottom: 4rem;
}
.section .aside {
	width: 30%;
	padding-right: 10%;
}
.section .subcolumn h2 {
	/*margin-right: -15%;*/
}
.section p {
	margin: 1rem 0;
}
.section p.light {
	font-weight: lighter;
	font-size: 1.5em;
	line-height: 140%;
}
.section ul {
	margin: 1rem 0;
}
.section ul.green {
	list-style: none;
}
.section ul.green li {
	margin-bottom: 1rem;
}
.section ul.green li::before {
	display: inline-block;
	font-size: 1.6em;
	content: '•';
	color: #9eda88;
	width: .6em;
	margin-left: -.6em;
	transform: translateY(0.1em);
}
.subheader {
	font-family: 'Prata', serif;
	font-weight: normal;
	font-size: 2.5rem;
	line-height: 115%;
	letter-spacing: .013em;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

img.dates {
	max-width: 635px;
}
p.contact-email{
	font-family: 'Fira Sans', sans-serif;
	font-size: .75rem;
	color: #c3c3c3;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 155%;
	letter-spacing: .15em;
}
p.contact-email a{
	font-size: .6rem;
	color: #2A9ECA;
	font-weight: normal;
	letter-spacing: .045em;
	text-decoration: underline;
	position: relative;
	top: -1px;
}
.aside h4 {
	color: #444444;
	font-weight: bold;
	margin-bottom: 2rem;
}
.quote {
	font-family: 'Prata', serif;
	font-weight: normal;
	font-size: 1.3rem;
	line-height: 140%;
	letter-spacing: .013em;
	margin: 1rem 0;
}
.quote strong{
	display: block;
	font-size: 5rem;
	line-height: 90%;
	letter-spacing: -.027em;
	margin: 2rem 0 0 0;
}

.section.participate .column {
	position: relative;
	padding-top: 19rem;
}
.side-image {
	width: 50rem;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateX(-16rem);

}
.section.participate .aside {
	margin-top: 21rem;
}

.steps {
	counter-reset: li;
	list-style: none;
	width: 80%;
}
.steps li {
	position: relative;
	display: block;
	padding-left: 4rem;
	margin-bottom: 3rem;
}
.steps li.with-button {
	top: .5rem;
}

.steps li:before{
	content: counter(li)".";
	counter-increment: li;
	font-family: 'Prata', serif;
	font-weight: normal;
	font-size: 3rem;
	left: -.3em;
	position: absolute;
	top: -.5em;
	width: 2em;
	height: 2em;
	line-height: 2em;
}
.steps .button {
	margin-top: -1.3rem;
}

@media (orientation: landscape) {
}

@media (orientation: portrait), (aspect-ratio: 1/1) {
}

@media (max-width: 1920px) {
	.section.participate .aside {
		margin-top: 18rem;
	}
}
@media (max-width: 1360px) {
	.section .subcolumn {
		padding-right: 0;
	}
	.section.participate .column {
		padding-top: 25rem;
	}
	.section.participate .aside {
		margin-top: 11rem;
	}
}
@media (min-width: 1023px) {
}
@media (max-width: 1024px) {
	.section .subcolumn {
		width: 75%;
		padding-right: 0;
	}
	.section .aside {
		width: 25%;
		padding-right: 5%;
	}
	.section p.light {
		font-size: 1em;
	}
	.quote {
		font-size: .9rem;
	}
	.quote strong {
		font-size: 3rem;
	}
	.section.participate .column {
		padding-top: 20rem;
	}
	.side-image {
		width: 36.5rem;
		transform: translateX(-3rem);
	}
	.section.participate .aside {
		position: absolute;
		margin: 0;
		top: 7rem;
		left: 28rem;
	}
	.section.participate .aside {
		font-size: 1rem;
		width: 50%;
		padding: 0;
	}
	.section.participate .aside strong {
		font-size: 5rem;
		line-height: 100%;
		display: inline-block;
		vertical-align: middle;
		margin: .7rem 1rem 0 0;
	}
	.section.participate .aside span {
		display: inline-block;
		vertical-align: middle;
		width: 8rem;
	}
}
@media (max-width: 768px) {
	.section .aside {
		display: none;
	}
	.section .subcolumn {
		width: 100%;
	}
	.section.participate {
	}
	.side-image {
		transform: translateX(-7rem);
	}
	.section.participate .aside {
		left: 24rem;
	}
	.subcolumn.wide-on-ipad {
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 668px) {
	img.dates {
		max-width: 320px;
	}
	.subheader {
		font-size: 2rem;
	}
	.section .aside {
		width: 100%;
		padding-right: 20%;
	}
	.section.participate .aside {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
	}
	.section.participate .aside span {
		width: calc(100% - 5rem);
	}
	.section .subcolumn {
		width: 100%;
		padding: 0;
	}
	.quote {
		font-size: 1.5rem;
	}
	.quote span:first-child {
		display: block;
	}
	.quote strong {
		font-size: 4rem;
		display: inline-block;
		margin-right: 1rem;
	}
	.quote span:last-child {
		display: inline-block;
	}
	.quote:after {
		content: '';
		clear: both;
	}
	.steps {
		width: 100%;
	}

}
@media (max-width: 480px) {
	.side-image {
		width: 26rem;
		transform: translateX(-5rem);
	}
	.section.participate .column {
		padding-top: 15rem;
	}
	.steps li {
		padding-left: 2rem;
	}
}
