body {
	background-color: white;
}

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

a {
	color: #59798e;
}

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

.container {
	width: 1230px;
}

.header__logo {
	width: 375px;
	height: 75px;
	margin-top: 15px;
}

.header {
	width: 100%;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 600;
	font-size: 14px;
}

.header__topbar__wrapper {
	width: 100%;
	background-color: #214f8c;
	border-bottom: 1px solid #e9e9e9;
}

.header__topbar {
	letter-spacing: 0.5px;
	text-align: right;
	padding: 0 50px;
	max-width: 1230px;
	margin: 0 auto;
}

.header__topbar a {
	color: white;
	padding: 16px 10.8px 16px 14.9px;
	line-height: 47.8px;
	border-left: 1px solid #e9e9e9;
}

.header__topbar a:last-of-type {
	border-right: 1px solid #e9e9e9;
	padding-right: 14.9px;
}

.header__topbar a:hover {
	text-decoration: none;
	color: black;
}

.header__main__wrapper {
	width: 100%;
	background-color: white;
}

.header__main {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
	max-width: 1230px;
	margin: 0 auto;
}

.header__nav a {
	color: #214f8c;
	line-height: 93.8px;
	padding-left: 32px;
}

.header__nav a {
	text-decoration: none;
}

.page-upload .header__title h2 {
	font-size: 0;
}

.page-upload .header__title h2:after {
	content: "Upload Files";
	font-size: 26px;
}


@media (max-width: 1100px) {
	.header__nav {
		display: none;
	}

	.header__logo {
		width: 275px;
		height: 55px;
		margin: 3px 0 7px;
	}
}

.background_img {
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.header__title {
	max-width: 1230px;
	padding: 0 50px;
	margin: 0 auto;
}

.header__title h2 {
	color: #214f8c;
	font-size: 26px;
	font-family: 'Roboto', 'Montserrat', Helvetica, Arial sans-serif;
	font-weight: 700;
	margin-top: 41px;
	letter-spacing: -0.2px;
	margin-bottom: -2.5px;
}

.header__title span {
	content: "";
	padding: 0 40px;
	border-bottom: 2px solid #214f8c;
}

.header__contact {
	display: none;
}