@import url("/templates/global.css");
@font-face {
	src: url(neue-haas-grotesk-text.woff2);
	font-family: "neue-haas-grotesk-text";
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #7b1f2f;
}

body {
	background-color: #fff;
}

.header {
	width: 100%;
	font-family: "neue-haas-grotesk-text", sans-serif;
}

.header__main {
	height: 49px;
	background-color: #581f26;
}

.header__main__inner {
	display: flex;
	max-width: 1100px;
	margin: auto;
	justify-content: space-between;
}

.header__logo {
	padding: 20px 30px;
	background-color: #702630;
}

.header__top__nav {
	height: 49px;
	line-height: 49px;
	font-size: 0;
}

.header__top__nav a {
	margin-left: 22px;
	color: #fff;
	font-size: 12px;
}

.header__top__nav a:hover {
	opacity: .7;
	text-decoration: none;
}

.header__nav {
	max-width: 1100px;
	margin: auto;
	text-align: center;
	padding: 95px 0 24px;
	font-size: 0;
}

.header__nav a {
	text-transform: uppercase;
	color: #333;
	font-size: 12px;
	padding: 0 11px;
}

.header__nav a:hover {
	opacity: 0.7;
	text-decoration: none;
}

.main {
	width: 1100px;
	border-top: 1px solid #f0f2f3;
	padding: 24px 0;
}

.sidebar {
	margin-right: 24px;
}