@font-face {
	font-family: 'Maison Neue';
	src: url('../fonts/MaisonNeue-Medium.woff2') format('woff2'),
		 url('../fonts/MaisonNeue-Medium.woff') format('woff'),
		 url('../fonts/MaisonNeue-Medium.ttf') format('truetype');
	font-weight:  500;
	font-style:   normal;
	font-stretch: normal;
}
.c-campaign-tabs {
	position:relative;
	top:0rem;
	width:100%;
	height:2.5rem;
	font-family:"Maison Neue", sans-serif;
	font-size:0.875rem;
	line-height:2.5rem;
	border-bottom:1px solid white;
	display:flex;
	text-transform:uppercase;
	z-index:9999;
	letter-spacing:0.01em;
	border-bottom:1px solid white;
	box-sizing: content-box;
	font-weight:500;
}
.c-campaign-tabs > * {
	width:50%;
	height:2.5rem;
	text-align:center;
	background-color:#002b22 !important;
	color:white !important;
	position:relative;
	display:block;
}
.c-campaign-tabs > *:last-child {
	background-color:#6f6c59 !important;
	color:#002b22 !important;
}
@media (max-width: 600px) {
	.c-campaign-tabs > * span {
		display:none;
	}
}