@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');

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

a {
	color: #0A138A;
}

body {
	background-color: #fff;
}

.container {
	width: 1160px;
}

.header {
	width: 100%;
	background-color: #fff;
}

.header-inner {
	height: 158px;
	display: flex;
	align-items: center;
}

.header__nav {
	background-color: #D1D3D4;
	border-top: 6px solid #0A138A;
}

.nav-inner {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-inner a {
	font-family: 'Raleway', sans-serif;
	padding: 15px;
	color: #000;
	font-size: 16px;
}

.nav-inner a:hover {
	color: #fff;
	background-color: #16334a;
	text-decoration: none;
}

.main {
	padding: 3rem 15px;
}

.sidebar {
	margin-right: 3rem;
}