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

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

a {
	color: #003DA5;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	background-color: #003DA5;
	border-top: .75rem solid #242424;
}

.header-wrapper::after {
	content: "";
	height: 1.5rem;
	display: block;
	background-color: #F8F8F8;
	border-bottom: 1px solid #cfcfcf;
}

.header {
	padding: 0 1.5rem 1.5rem;
	display: flex;
}

.header__logo {
	background-color: #fff;
	clip-path: polygon(0 0,100% 0,100% 100%,50% 85%,0 100%);
	padding: 20px 20px 30px;
	position: relative;
	display: block;
	max-width: 216px;
	margin-right: 3rem;
}

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

.logo__text {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	color: #fff;
	display: flex;
	align-self: center;
}

.logo__text:hover {
	color: #fff;
}

.sidebar {
	margin-right: 1.5rem;
}