@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:700');

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

a {
	color: #005596;
}

body {
	background-color: #FFF;
}

.main {
	padding: 2rem 0;
}

.header {
	width: 100%;
	padding: 0 32px;
	border-bottom: 30px solid #2363b7;
	display: flex;
	justify-content: space-between;
}

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

.header__contact {
	display: none;
}

.header__nav {
	margin-top: 40px;
}

.header__nav a {
	display: inline-block;
    font-size: 18px;
    padding: 0 20px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #333333;
}

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