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

a {
	color: #03519b;
}

body {
	background-color: #666;
}

.header-wrapper {
	background-color: #FFF;
}

.main {
	margin-top: 30px;
}

.header-wrapper::after {
	content: '';
	display: block;
	height: 30px;
	background-image: linear-gradient(#014b8d, #03529c);
}

.header {
	background: url(bridge.png) no-repeat top right;
	height: 130px;
}

.header__logo {
    padding-top: 23px;
}
