.info__page__subsection {
	border-radius: 4px;
	border: 1px solid #333;
	padding: 1.5rem 0.8rem 0.5rem 0.8rem;
	position: relative;
	margin-top: 1rem;
}

.info__page__subsection h2 {
	margin-top: 0;
	margin-right: 8ch;
	text-transform: uppercase;
	color: var(--dark-blue);
}

.info__page__subsection img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.info__page--back-to-top {
	position: absolute;
	right: 0.8rem;
}

.page-grid {
	display: grid;
}

.hero img,
.home-logo {
	width: 100%;
	height: auto;
}

.hero img {
	display: block;
	border: 2px solid var(--dark-blue);
	box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}

.page-button,
.page-button:visited {
	border: 2px solid var(--dark-blue);
	border-radius: 3px;
	font-weight: bold;
	background-color: var(--mid-blue);
	color: black;
	text-decoration: none;
	padding: 0.3rem 0.8rem;
	display: inline-flex;
	align-items: center;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	transition: color .2s, background-color .2s;
}

.notice-summary {
	border: 2px solid var(--dark-blue);
	border-radius: 3px;
	font-weight: bold;
	background-color: var(--mid-blue);
	color: black;
	text-decoration: none;
	padding: 0.3rem 0.8rem;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.3);
	transition: color .2s, background-color .2s;
	cursor: pointer;
}

.notice-summary summary {
	display: flex;
	align-items: center;
}

a.huge-button,
a.huge-button:visited {
  background: var(--dark-blue);
  color: #fff;
  border: 1px solid black;
  border-radius: 6px;
  font-size: 150%;
  padding: 0.6em 0.9em;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 1rem 0;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
  transition: background-color .3s;
  position: relative;
}


a.huge-button:hover {
  background: var(--v-dark-blue);
}

@media all and (min-width: 768px) {

  a.huge-button {
    font-size: 200%;
    text-align: left;
    display: inline-block;
  }

}

.page-button img {
	width: 20px;
	margin-right: 1ch;
}

.page-button:hover {
	color: #efefef;
	background-color: var(--dark-blue);
}

.page-button::after,
.huge-button::after,
.notice-summary summary::after {
	content: "»";
	font-size: 24px;
	font-weight: normal;
	margin-left: 4px;
}

.huge-button::after {
  font-size: 130%;
  margin-left: 12px;
  line-height: 1;
}

.team__person figure img {
	max-width: auto;
	height: 200px;
}

.team__person {
	position: relative;
	display: flex;
	flex-direction: column;
}

.team__person a:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.team__person p {
	margin: 0;
	line-height: 1.2;
}

.team__person .team__person--name {
	margin-bottom: 0.25rem;
}

.team__person .team__person--name a {
	font-size: 18px;
}

.hearing-aid-type figure img {
	width: 120px;
}

.hearing-aid-type {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.action--info .container--main,
.action--privacy .container--main,
.action--accessibility .container--main,
.action--fda_guidelines .container--main,
.action--terms .container--main {
	max-width: 900px;
}

.team__people {
	display: flex;
	overflow-x: auto;
	overflow-y: hidden;
}

.notice--continue {
	text-align: center;
}

.notice--continue a {
	display: inline-block; margin: 0 auto; font-size: 120%
}

@media all and (min-width: 767px) {

	.team__people {
		display: block;
		overflow: initial;
	}

	.page-grid {
		grid-template-columns: 1fr 3fr;
		gap: 2rem;
	}
}

@media all and (min-width: 1000px) {

	.team__people {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}

	.page-grid {
		grid-template-columns: 2fr 3fr;
		gap: 4rem;
	}
}
