@import url("/templates/global.css");
body {
	background-color: white;
}

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

a {
	color: #264653;
}

.header-wrapper {
	background-color: #2a9d8f;
	padding: 30px;
	border-bottom: 20px solid #264653;
	margin-bottom: 20px;
}

.header__contact {
	top: 0;
	color: white;
}

.container {
	width: 1100px;
}

.sidebar {
	margin-right: 40px;
}