.header_hero_pictogram {
	padding: 0 0 64px;
}

.header_hero_pictogram .flex-row .flex-col {
	flex: 0 1 auto;
}

.header_hero_pictogram img.pictogram {
	/* 40% of full-sized pictogram. */
	max-width: 50px;
}

.header_hero_pictogram h1 {
	font-size: 32px;
	line-height: 39px;
	font-weight: 600;
}
.header_hero_pictogram .location_text,
.header_hero_pictogram .date_text {
	margin-bottom: 0;
}
.header_hero_pictogram .sub_text {
	font-size: 22px;
	line-height: 30px;
	margin-top: 1rem;
	color: rgba(255,255,255,0.9);
}
.header_hero_pictogram .button_group {
	margin-top: 2rem;
}
.header_hero_pictogram .btn,
.header_hero_pictogram .btn-ghost {
	padding: 0.75rem 1.75rem;
	font-weight: 500;
	text-align: center;
}
.header_hero_pictogram .button_group .btn,
.header_hero_pictogram .button_group .btn-ghost {
	width: 100%;
	margin-bottom: 1.375rem;
    padding: 1.3rem 1.8rem;
}
.header_hero_pictogram .button_group .btn:first-of-type {
	margin-right: 1.375rem;
}

@media screen and (min-width: 610px) {
	.header_hero_pictogram .button_group .btn,
	.header_hero_pictogram .button_group .btn-ghost {
		width: auto;
	}
	.header_hero_pictogram .btn {
		padding: 0.75rem 2.3675rem;
	}
}

@media screen and (min-width: 768px) {
	.header_hero_pictogram .flex-row {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.header_hero_pictogram img.pictogram {
		max-width: 196px;
		max-height: 196px;
	}
}

@media screen and (min-width: 992px) {
	.header_hero_pictogram {
		padding: 80px 0;
	}
	.header_hero_pictogram h1 {
		font-size: 40px;
		line-height: 49px;
		margin-top: 0;
	}
	.header_hero_pictogram .sub_text {
		font-size: 26px;
		line-height: 34px;
		margin-top: 1.5rem;
	}
	.header_hero_pictogram .button_group {
		margin-top: 5rem;
	}
}
