@import url("/templates/global.css");

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

a {
	color: #003865;
}

body {
	background-color: #fff;
}

.container {
	width: 1170px;
}

.header-wrapper {
	border-top: 5px solid #242424;
	background-color: #163c9f;
}

.header {
	padding: 30px 50px;
	width: 100%;
}

.header::before {
	content: "";
    background: rgba(0, 0, 0, .2);
    -webkit-clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    max-width: 500px;
}

.header__logo img {
	width: 250px;
	position: relative;
}