@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Work+Sans:wght@700&display=swap');

body {
	background-color: white;
}

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

a {
	color: #002f56;
}

.container {
	width: 1135px;
}

a:hover {
	text-decoration: none;
	color: #ddb315;
}

.header__full {
	width: 1135px;
	padding: 0 15px;
	margin: 0 auto;
}

.header {
	width: 100%;
}

.header__topbar {
	height: 54px;
	padding: 10px 0;
	border-bottom: 1px solid #f0eedf;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 15px;
	display: flex;
	justify-content: flex-end;
}

.header__topbar a {
	color: #002f56;
	line-height: 27px;
	height: 27px;
	letter-spacing: 0.46px;
	padding-left: 14px;
	margin-top: 2px;
}

.header__main {
	height: 99px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__logo {
	width: 311px;
}

.header__nav {
	display: flex;
}

.header__nav a {
	color: #4a8cc2;
	font-size: 19px;
	font-family: 'Roboto', sans-serif;
	margin-left: 61px;
	font-weight: 700;
	letter-spacing: 0.25px;
	padding-top: 2px;
}

.header__image {
	height: 100px;
	width: 100%;
	background-image: url('header-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.header__color {
	width: 100%;
	height: 100%;
	background-color: #125d9d;
	opacity: 0.8;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header__title {
	width: 1135px;
	padding: 0 15px;
	font-size: 40px;
	font-family: 'Work Sans', sans-serif;
	color: white;
}