@import url("/templates/global.css");
.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #000;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header {
	padding: 2em 0;
}

.header__logo img {
	max-height: 120px;
}

.header__contact {
	right: 0;
	top: 17px;
	line-height: 28px;
}

.main {
	padding: 2em 0;
	border-top: 1px solid #000;
}

.sidebar {
	margin-right: 2em;
}