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

a {
	color: #CD1126;
}

body {
	background-color: #F2F2F2;
}

.header-wrapper {
	border-top: 10px solid #14213D;
	box-shadow: 0px 4px 4px #ccc;
	margin-bottom: 30px;
}

.header {
	padding: 2rem 2.75rem;
	background-image: url(header-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 1060px;
}

.header__logo img {
	max-height: 55px;
}

.main {
	border: 1px solid #d9d9d9;
	border-top: 5px solid #03223A;
}