@media only screen and (min-width: 0px) {
	.event-details .interior {
		padding: 16px;
	}
	.event-details .event-details-main .grid-x + .grid-x {
		padding: 32px 0 0 0;
	}
	.event-details .intro {
		font-size: 18px;
		line-height: 26px;
	}
	.event-details .intro::after {
		content: '';
		height: 1px;
		width: 100%;
		margin: 0 auto;
		display: block;
		background-color: #979797; 
		margin: 32px 0 0;
	}
	.event-details .intro > *:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.event-details .when,
	.event-details .when *,
	.event-details .where,
	.event-details .where * {
		font-size: 18px;
		line-height: 23px;
	}
	.event-details .where .building,
	.event-details .where .building * {
		font-weight: 700;
	}
	.event-details .where .address,
	.event-details .where .address * {
		font-size: 14px;
		line-height: 24px;
	}
	.event-details .where .address .state {
		text-transform: uppercase;
	}
	.event-details .when + .where .building {
		margin: 32px 0 0 0;
	}
	.event-details .map a {
		display: block;
	}
}
@media only screen and (min-width: 640px) {
	.event-details {
		border-bottom: 1px solid #979797;
	}
	.event-details .interior {
		padding: 32px;
	}
	.event-details .when + .where .building {
		margin: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.event-details .interior {
		padding: 64px;
	}
	.event-details .intro {
		font-size: 22px;
		line-height: 33px;
	}
}