@import url("/templates/global.css");

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

a {
	color: #003865;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	border-top: 10px solid #003865;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.36);
	margin-bottom: 20px;
}

.header__logo {
	padding: 15px;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
	position: relative;
	z-index: 10;
	background-color: #fff;
	margin-right: 27px;
	margin-bottom: -28px!important;
}

.header__logo img {
	min-height: 110px;
	width: auto;
}

.header {
	display: flex;
	align-items: center;
	height: 92px;
	padding: 0 1.5rem;
}

.logo__text {
	max-height: 58px;
}

.main {
	padding: 3rem 1.5rem;
}

.sidebar {
	margin-right: 62px;
}