.step { display: none; max-width: 600px; }
.step.active { display: block; }

.item-type {
	width: 300px;
	padding: 1rem;
	margin: 20px 0px;
	display: block;
	text-decoration: none;
	font-size: 16px;
}

.button.item-type {
	text-align: left;
	font-size: 18px;
}

.button.item-type .ill-caption {
	font-weight: normal;
	font-family: Helvetica,Helvetica Neue,Arial,sans-serif;
	letter-spacing: 0;
	text-transform: none;
	margin-top:0.5rem;
	font-size: 16px;
}

.ill-caption {
	display: block;
	color: #000;
}


details {
  margin: 1rem 0 2rem;
  padding: 1rem;
  cursor: pointer;
  background: #eaeaea;
}

summary { font-weight: bold; }

.action-area {
	display: flex;
	justify-content: flex-end;
}

label[for="alternate"] {
	position: relative;
	top: -1.7rem;
}

label.required span {
	background: url("/ill/images/required-star.png") top right no-repeat;
	padding-right: 10px;
}

[role="alert"]:empty {
  display: none;
}

.hint {
	margin-top: -1.8rem;
	margin-bottom: 2rem;
}

fieldset {
	margin-bottom: 2rem;
}

legend {
	font-weight: bold;
	padding: 0 0.5rem;
	border-right: 2px solid #9B9B9E;
	border-left: 2px solid #9B9B9E;
}

/*get the footer to stay at the bottom*/
.layout-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
#main-content {
  flex-grow: 1;
}

/* For visually hiding things intended to be read aloud */
.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
