.network-nav {
	display: none;
	height: 32px;
	padding: 8px 8px;
	background-color: #000;
}
.network-nav ul li.network-item {
	display: inline-block;
	margin: 0 16px;
	position: relative;
}
.network-nav ul li.network-item:not(:last-of-type):after {
	content: '';
	width: 1px;
	height: 16px;
	position: absolute;
	background-color: #666;
	right: -17px;
	top: 0;
}
.network-nav ul li.network-item:first-of-type:after {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 12px solid #666;
	background-color: #000;
	position: absolute;
	right: -28px;
	top: 2px;
}
.network-nav ul li.network-item .logo {
	display: inherit;
}
.network-nav ul li.network-item .logo > span {
	display: inherit;
	text-indent: -99999px;
}
.network-nav ul li.network-item.active > a {
	filter: brightness(2);
}
.network-nav ul li.network-item > a {
	display: block;
	height: 100%;
}
.network-nav ul li.network-item > a:hover {
	filter: brightness(2);
}
.network-nav ul li.network-item.fn-media {
	min-width: 135px;
	min-height: 16px;
	margin-right: 28px;
}
.network-nav ul li.network-item.fn-media .logo {
	display: block;
	background-image: url('../images/fox-news-media.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.fn {
	min-width: 84px;
	min-height: 16px;
}
.network-nav ul li.network-item.fn .logo {
	background-image: url('../images/fox-news.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.fb {
	min-width: 119px;
	min-height: 12px;
}
.network-nav ul li.network-item.fb .logo {
	background-image: url('../images/fox-business.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 12px;
	line-height: 12px;
}
.network-nav ul li.network-item.fb::after {
	top: -2px;
}
.network-nav ul li.network-item.fnation {
	min-width: 64px;
	min-height: 16px;
}
.network-nav ul li.network-item.fnation .logo {
	background-image: url('../images/fox-nation.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.fn-audio {
	min-width: 108px;
	min-height: 12px;
	height: 12px;
	line-height: 12px;
}
.network-nav ul li.network-item.fn-audio .logo {
	background-image: url('../images/fox-news-audio.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.fn-audio::after {
	top: -2px;
}
.network-nav ul li.network-item.fw {
	min-width: 90px;
	min-height: 16px;
}
.network-nav ul li.network-item.fw .logo {
	background-image: url('../images/fox-weather.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.noticias {
	min-width: 125px;
	min-height: 16px;
	height: 16px;
	line-height: 16px;
}
.network-nav ul li.network-item.noticias .logo {
	background-image: url('../images/fox-noticias.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.noticias::after {
	top: -1px;
}
.network-nav ul li.network-item.outkick {
	min-width: 46px;
	min-height: 14px;
	height: 14px;
	line-height: 14px;
}
.network-nav ul li.network-item.outkick .logo {
	background-image: url('../images/outkick.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.outkick::after {
	top: -1px;
}
.network-nav ul li.network-item.books {
	min-width: 139px;
	min-height: 16px;
	height: 16px;
	line-height: 16px;
}
.network-nav ul li.network-item.books .logo {
	background-image: url('../images/fox-news-books.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.network-nav ul li.network-item.books::after {
	top: -1px;
}

@media screen and (min-width: 1280px) {
	.network-wrapper {
		background-color: #000;
	}
	.network-wrapper .network-nav {
		display: block;
		max-width: 1440px;
		margin: auto;
	}
}

@media screen and (min-width: 1280px) {
	.network-wrapper .network-nav {
		position: relative;
		max-width: 1280px;
	}
}

/* header */

.header {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header__inner {
	max-width: 1280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.inner {
	width: 100%;
}

#main-nav {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
	align-items: center;
	width: 100%;
}

.header-list {
	display: flex;
	justify-content: center;
	width: 100%;
	gap: 0.5rem;
	align-items: center;
}

.site-header .button.watch a {
	background-color: #d20f26;

	font-weight: 600;
	padding: 8px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
}
.site-header .button.watch a:hover {
	background-color: #db4052;
}
.site-header .button.watch a:active {
	background-color: #c20017;
}

.has-dropdown ::after {
	content: '▼';
	margin-left: 4px;
	vertical-align: middle;
	font-size: 9px;
	color: rgba(255, 255, 255, 0.5);
}

.has-dropdown a {
	white-space: nowrap;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 600;
}

.menu-item {
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
}
.site-header .primary-nav .menu-more a:after {
	content: '⋮';
	color: #edf6ff;
	position: relative;
	right: -6px;
}

.branding {
	width: 3rem;
	height: 3rem;
	border: 1.5px solid white;
}

.menu-item a {
	padding: 8px 14px;
}

@media screen and (max-width: 1280px) {
	.menu-more,
	.menu-video,
	.menu-ai {
		display: none;
	}
	.header {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1050px) {
	.menu-health,
	.menu-lifestyle,
	.menu-sports {
		display: none;
	}
}

.branding-mobile {
	display: none;
}

@media screen and (max-width: 850px) {
	.menu-item {
		display: none;
	}
	.branding {
		display: none;
	}
	.branding-mobile {
		display: flex;
	}
}

.site-header .menu a {
	background-image: url(../images/menu.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: 16px;
	background-position: center;
	display: block;
	font-size: 20px;
	text-indent: -9999px;
	height: 48px;
	width: 48px;
}

.container-title {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 0.5rem;
}

.header-red {
	margin: 1.5rem auto 1rem;
	background-color: #c20017;
	padding: 6px 12px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
