@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Roboto:wght@700&display=swap');

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

a {
	color: #ff8300;
}

body {
	background-color: #fff;
}

.container {
	width: 1100px;
}

/* .header-wrapper {
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
	margin-bottom: 1rem;
} */

.header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 90%;
	padding: 10px 0;
	height: 116px;
}

.header__logos {
	display: flex;
	align-items: center;
	/* keeps them vertically aligned */
	gap: 10px;
	/* optional space between logos */
}

.header__logo {
	max-width: 178px;
}

.header__logos img.header__logo2 {
	width: 178px !important;
	height: auto !important;
	max-width: none !important;
	display: block;
}

.header__logos a:nth-child(2) img {
	width: 178px !important;
	height: auto !important;
}

.header__nav {
	display: flex;
	flex-direction: column;
	text-align: right;
	justify-content: space-between;
}

.nav__upper {
	font-size: 0;
	display: flex;
}

.nav__upper a {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	padding: 0 11px;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 10px;
	letter-spacing: 1px;
	min-width: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	line-height: 34px;
}

.nav__upper a:hover {
	background-color: #fff !important;
	text-decoration: none;
}

.nav__upper a:nth-child(1) {
	margin-left: 0;
	background-color: #e04403;
	border: 2px solid #e04403;
}

.nav__upper a:nth-child(1):hover {
	color: #e04403;
}

.nav__upper a:nth-child(2) {
	background-color: #ff8300;
	border: 2px solid #ff8300;
}

.nav__upper a:nth-child(2):hover {
	color: #ff8300;
}

.nav__upper a:nth-child(3) {
	background-color: #ffc428;
	border: 2px solid #ffc428;
	padding: 8px 15px;
}

.nav__upper a:nth-child(3):hover {
	color: #ffc428;
}

.nav__upper a:nth-child(4) {
	background-color: #a2d45e;
	border: 2px solid #a2d45e;
}

.nav__upper a:nth-child(4):hover {
	color: #a2d45e;
}

.nav__lower {
	margin-top: 19px;
	font-size: 0;
	padding-bottom: 2px;
}

.nav__lower a {
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	font-weight: 400;
	color: #222;
	margin-left: 20px;
}

.nav__lower a:hover {
	text-decoration: none;
	color: #ff8300;
}

.sidebar {
	margin-right: 2.5rem;
}