<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Cabin&amp;display=swap');

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

a {
	color: #0071B5;
}

body {
	background-color: #F2F7FB;
}

.header-wrapper {
	background-color: #fff;
	margin-bottom: 50px;
}

.header-wrapper:after {
	content: '';
	background-color: #0071B5;
	background-image: url(header_bottom.png);
	display: block;
	min-height: 75px;
	background-repeat: no-repeat;
	background-position: top right;
}

.header__logo {
	padding: 23px 0;
}

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

.header__nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.header__nav a {
	padding: 8px;
	margin: 0 10px;
	font-family: "Cabin", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #404040;
    transition: all 0.2s ease-in-out;
    border-bottom: 5px solid transparent;
}

.header__nav a:last-child {
	margin-right: 0;
}

.header__nav a:hover {
	text-decoration: none;
	border-bottom: 5px solid #24643F;
	color: #24643F;
}

.header::after {
	content: "Bids &amp; Proposals";
	position: absolute;
	bottom: -68px;
	color: #FFF;
	font-weight: 700;
	font-family: "Cabin";
	font-size: 36px;
}

.container {
	width: 1112px;
}

.main {
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.25);
}

body.page-home .promo__box li {
	font-size: 13px;
}

body.page-home #slider &gt; div.ls-inner &gt; div &gt; div:nth-child(5) &gt; p {
	line-height: 1.2em;
}</pre></body></html>