@import url('https://fonts.googleapis.com/css2?family=Exo+2&display=swap');

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

a {
	color: #005a9b;
}

body {
	background-image: url(body-bg.png);
	background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
	background-color: #FFF;
}

.header {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

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

.header__contact {
	color: #6A5D59;
	right: 0;
	top: 16px;
}

.header-wrapper::before {
	background: linear-gradient(to right, #00488A 0%, #00488A 17%, #FE9D2B 17%, #FE9D2B 34%, #6A5D59 34%, #6A5D59 51%, #8f165f 51%, #8f165f 68%, #89A12A 68%, #89A12A 85%, #DA331A 85%, #DA331A 100%);
    height: 3px;
    display: block;
    content: "";
	border-top: 20px solid #303030;
	padding-bottom: 3px;
}

.container {
	width: 1000px;
}

.main {
	padding: 1.5rem 0;
	border-top: 2px solid #F5F5F5;
}

.sidebar {
	margin-right: 1.5rem;
}

.modal-open i.fa.fa-trash {
	display: none;
}