<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-header {
	float: left;
}
.logo-wrapper {
	background-color: #fff;
	border-radius: 0px 0px 150px 0px;
	position: absolute;
	top: 14px;
	height: 108px;
	margin-left: -9999px;
	padding-left: 9999px;
	z-index: 1000;
	-webkit-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 6px 5px -2px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 6px 5px -2px rgba(50, 50, 50, 0.5);
}
.logo-wrapper .navbar-brand {
	padding-right: 75px;
}
.navbar-brand {
	display: inline-block;
	height: auto;
	float: none;
	padding: 15px 15px 20px 0px;
}

.top-bar {
	background: #fff;
	height: 60px;
	text-align: right;
}
.top-bar .link {
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 18px;
}
.top-bar .link span &gt; span {
	color: #f68933;
}
.top-bar &gt; .container {
	position: relative;
}

.landing .sidebar {
	padding-right: 25px;	
}

.landing .control-label {
	font-size: 13px;	
}
.landing .form-control {
	height: 25px;
	font-size: 13px;
	padding: 0px 10px;	
}
.landing .form-group {
	margin-bottom: 5px;	
}

.landing .header-image {
	display: block;
	height: auto;
	max-width: 100%;
	margin-bottom: 25px;	
}

.footer-container {
	background-color: #020202;
	border-top: 2px solid #c2622d;
	padding: 40px 0px 25px 0px;
}

.footer-copyright {
	padding: 25px 0px 0px 0px;
}
.footer-copyright li {
	display:inline-block;
	list-style:none;
	font-size: 12px;
}
.footer-copyright li:after {
	content: "|";
}
.footer-copyright li:last-child:after {
	content: "";
}

footer {
	color: #cccccc;
	font-size: 13px;
	line-height: normal;
}
footer a {
	color: #cccccc;
}
footer a:hover, footer a:hover {
	color: #f68933;
	text-decoration: none;
}
footer .heading {
	color: #f68933;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
}

footer .sales a {
	color: #fff;
	text-decoration: underline;
}
footer .sales a:hover, footer .sales a:focus {
	color: #f68933;
}
footer .sales span {
	display: block;
	font-size: 21px;
	margin: 10px 0px;
}
</pre></body></html>