@import url("/templates/global.css");
@import url("https://use.typekit.net/ucg5ssf.css");

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

a {
	color: #005596;
}

body {
	background-color: #FFF;
}

.header {
	width: 100%;
	padding: 0 32px;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	margin-top: 20px;
	margin-bottom: 22px;
}

.header__contact {
	display: none;
}

.header__nav {
	margin-top: 40px;
	padding-right: 70px;
}

.header__nav a {
	display: inline-block;
    font-size: 13px;
	text-transform: uppercase;
    padding: 0 20px;
	font-family: "sweet-square-pro", sans-serif;
	font-weight: 500;
	color: #333333;
}

.header__nav a:hover {
	color: #005596;
	text-decoration: none;
}
