main {
	max-width: none;
}
main > *:not(#employees), #editorial {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
}
#buttons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin: 80px 0px;
}
#buttons a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 160px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #d61516;
	color: #d61516;
	background-color: white;
	font-size: 11px;
	margin: 0px 70px;
	font-weight: bold;
	letter-spacing: 3px;
}
#buttons a:hover {
	color: white;
	background-color: #d61516;
}

h2 {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	color: black;
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	font-size: 30px !important;
	text-transform: uppercase !important;
}
h2::after {
	background-color: #d61516;
	content: '';
	width: 140px;
	height: .5px;
	display: block;
	margin: 0.233em auto 0 auto;
}

/* leadership team */
#portraits {
	
}
.portrait-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	padding: 50px 0px;
	margin: 50px 0px;
}
.portrait-row:nth-child(even) {
	background-color: #cdc8c2;
}
figure.employee {
	display: inline-block;
	width: 250px;
	height: 377px;
	margin: 15px;
	--img-height: 66%;
}
img.employee-portrait {
	width: 100%;
	height: var(--img-height);
	object-fit: contain;
	filter: grayscale(100%);
}
figure.employee > figcaption {
	height: calc(100% - var(--img-height));
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	padding: 00px 10px;
	color: rgb(69, 69, 69);
}
figure.employee > figcaption > * {
	margin: 10px;
	line-height: 20px;
}
.employee-name {
	font-size: 16px;
}
.employee-title {
	
}
.employee-links {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
}
.employee-links > a {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	padding: 0px 10px;
	margin: 0px;
	height: 20px;
	color: rgb(69, 69, 69);
}
.employee-links > a:not(:last-child) {
	border-right: 1px solid gray;
}
/* end leadership team */

/* editorial directors */
#editorial-directors {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	margin: 50px 0px;
}
.editorial-director {
	width: 100%;
	max-width: 340px;
	margin: 15px;
	text-align: center;
	font-weight: bold;
}
.editorial-director-name {
	font-size: 14px;
}
.editorial-director-brands {
	font-size: 12px;
}
/* end editorial directors*/

#transparency {
	margin: 50px 0px;
}
#transparency > p {
	text-align: center;
}