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

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

a {
	color: #4287F5;
}

body {
	background-color: #fff;
}

.header {
	width: 100%!important;
	border-top: 10px solid #EAEAEA;
}

.container {
	width: 1200px;
}

.header__main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 21px;
}

.header__main .tagline img {
	max-width: 550px;
	margin-bottom: 10px;
}

.header__main .header__address {
	text-align: right;
	letter-spacing: 0.5px;
	font-size: 18px;
	font-family: "Raleway", sans-serif;
}

.header__nav {
	background-color: #4287F5;
	border-top: 6px solid #01060F;
	height: 56px;
	display: flex;
	align-items: center;
}

.header__nav__inner {
	font-size: 0;
}

.header__nav__inner a {
	color: #fff;
	padding: 15px;
	font-size: 16px;
	letter-spacing: 0.5px;
	font-family: "Raleway", sans-serif;
}

.header__nav__inner a:hover {
	text-decoration: none;
	background-color: #01060F;
}

@media screen and (max-width:1070px) {
	.tagline {
		display: none;
	}
}