@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

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

a {
	color: #273992;
}

body {
	background-color: #F2F2F2;
}

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

.header__logo {
	display: flex;
	align-items: center;
}

.header__image {
	max-width: 75px;
	margin-right: 15px;
}

.logo__text {
	max-width: 285px;
}

.header-wrapper {
	background-color: #4554C8;
	border-top: 15px solid #5A5D6D;
	margin-bottom: 30px;
}

.header-wrapper::after {
	display: block;
	height: 50px;
	content: "";
	background-image: url(banner.png);
	background-size: cover;
	background-position: center;
}

.contact__info {
	padding: 8px 22px;
    height: 100px;
    background-color: #fff;
    border-left: 20px solid #ACD2FF;
    border-right: 20px solid #ACD2FF;
	color: #333745;
	font-family: "Abel", sans-serif;
	font-size: 18px;
	text-align: center;
}

.contact__info__outer {
    border-left: 20px solid #6E95FF;
    border-right: 20px solid #6E95FF;
}

.container {
	width: 1140px;
}

.main {
	border-top: 5px solid #458CC8;
	padding: 3em;
}

.sidebar {
	margin-right: 3em;
}