.tmc-brand {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.tmc-brand img {
	display: block;
	width: 280px;
	height: 82px;
	object-fit: contain;
}

.tmc-footer-logo {
	display: block;
	width: 230px;
	height: auto;
	margin-bottom: 12px;
	background: #fff;
	border-radius: 6px;
}

.tmc-embedded-article {
	display: block;
	width: 100%;
	min-height: 1200px;
	border: 0;
	background: #fafaf9;
}

.tmc-publications-menu {
	position: relative;
	align-self: stretch;
}

.tmc-publications-menu summary {
	display: flex;
	align-items: center;
	height: 100%;
	color: #23404a;
	font-size: .9rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.tmc-publications-menu summary::-webkit-details-marker {
	display: none;
}

.tmc-publications-menu summary::after {
	content: "▾";
	margin-left: 6px;
}

.tmc-submenu {
	position: absolute;
	top: calc(100% - 1px);
	left: -18px;
	width: 310px;
	padding: 10px;
	background: #fff;
	border: 1px solid #dde5e2;
	box-shadow: 0 12px 28px rgba(35, 64, 74, .12);
	border-radius: 8px;
}

.tmc-sitehead nav .tmc-submenu a {
	display: block;
	padding: 10px 12px;
	border: 0;
	border-radius: 6px;
}

.tmc-sitehead nav .tmc-submenu a:hover {
	background: #f5f5f5;
}

@media (max-width: 800px) {
	.tmc-brand img {
		width: 230px;
		height: 68px;
	}

	.tmc-publications-menu {
		align-self: auto;
	}

	.tmc-publications-menu summary {
		padding: 15px 0;
	}

	.tmc-submenu {
		position: static;
		width: min(310px, 80vw);
		box-shadow: none;
	}
}
