@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@500&display=swap');

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

a {
	color: #003DA5;
}

body {
	background-color: #fff;
	min-height: 100vh;
}

.container {
	width: 1100px;
}

.sidebar {
	margin-right: 3em;
}

.header {
	width: 100%;
}

.header__inner {
	width: 1100px;
	margin: auto;
	padding: 12px 0;
}

.header__logo {
	display: flex;
	align-items: center;
}

.header__logo img {
	max-height: 57px;
	image-rendering: -webkit-optimize-contrast;
}

.header__logo span {
	color: #003DA5;
	font-size: 19.2px;
	font-family: "Fira Sans", sans-serif;
	padding-left: 5px;
	padding-bottom: 7px;
	margin-bottom: -2px;
}

.header__logo:hover {
	text-decoration: none;
}

.header__top {
	height: 40px;
	border-bottom: 1px solid #b0bec5;
	padding-top: 6px;
}

.header__top__inner {
	width: 1100px;
	margin: auto;
}

.header__top__inner a {
	color: #333333;
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
}

.header__top__inner a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.footer-wrapper {
	display: block;
	height: 50px;
	content: "";
	background-color: #003DA5;
	border-top: 3px solid #FFB81C;
	margin-top: 50px;
}
