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

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

a {
	color: #0D5176;
}

body {
	background-color: #F2F2F2;
}

.header-wrapper {
	background-color: #fff;
	border-top: 15px solid #0D5176;
	margin-bottom: 20px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 136px;
}

.header__nav {
	font-size: 0;
}

.header__nav a {
	font-size: 16px;
	color: #0D5176;
	font-family: "Open Sans", sans-serif;
	padding: 5px 10px;
	margin-left: 5px;
}

.header__nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0D5176;
}

.container {
	width: 1100px;
}

.main {
	padding: 3rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 15px;
}

.sidebar {
	margin-right: 3rem;
}