<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

*, body {margin:0; padding:0;}
a:focus {outline:none; text-decoration:none;}
::-moz-focus-inner {border:0;}

body{background: #fafafa}

a:hover {text-decoration: none}

div.pagination,
#navwraper.affix,
.modal-content img,
#banner img,
#logo img,
#mainwrap img{
	width: 100%;
}

#breadcrumb img{
	width:auto;
}

#logo img{max-width:350px}

#navwraper {z-index: 100;}

#navwraper.affix{top:0;}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
}

#banner{
	padding-top:12px;
	margin-bottom: 10px;
	margin-top: 20px;
}

#system-message-container {
	padding: 0 15px;
}

.blog .span6{
	width: 50%;
	padding: 0 15px;
	float: left;
}
.blog .items-row.cols-2 {
	margin-left: -15px;
	margin-right: -15px;
}

.blog-featured p.readmore {
	text-align: right;
}

.item-image {
	margin-bottom: 1em;
}

article &gt; div,
footer .row .col-sm-12 &gt; div,
.moduletable {
	background: #fff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 15px;
}

article &gt; .inner {
	min-height: 340px;
}

article,
.moduletable  {
	margin-bottom:30px;
}

ul.pagination {
	margin:0;
}

.blog-pagination {
	margin: 20px 0;
	padding-left: 0;
}

.linklist,
#ajaxPluginDemo {
	list-style-type:none;
	padding-left:0px;
	font-size: 1.2em;
	line-height: 1.2em;
}

.linklist li:before,
#ajaxPluginDemo li:before {
	content: "\e250";
	color: #337ab7;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-size: 0.85em;
	font-weight: 400;
	line-height: 1;
	position: relative;
	top: 1px;
}

.linklist .nostyle:before {
	content: "";
}

#ajaxPluginDemo li span {
	display: inline-block;
	float:right;
	font-weight: 700;
}

.moduletable h3 {margin:0 0 0.5em; line-height:1.5em; border-bottom: 1px solid #dddddd}
form .input-group{margin-bottom:0.8em;}

.contact-address .contact-emailto &gt; span {
	display:  inline-block;
	height: 1.42857em;
	overflow: hidden;
}

.form-horizontal .control-label {
	text-align: left;
}

footer {
	margin-bottom: 30px;
}

footer h4{
	font-size: 14px;
	margin: 0 15px;
	line-height: 20px;
}

footer h4 a {
	color: #000;
}

#footer .nav.navbar-nav  &gt; li &gt; a:hover {
	background-color: transparent;
}

#footer .nav &gt; li &gt; a {
	padding: 0 15px;
}

.noscript-message {
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px solid #c0c0c0;
	bottom: 0;
	color: #c0c0c0;
	left: 50%;
	margin-left: -200px;
	max-width: 400px;
	padding: 10px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 1500;
}

@media (min-width: 768px) {
	.modal-dialog {width:768px;}
}

@media (max-width: 767px) {
	.blog .span6{width: 100%;}
	.noscript-message {
		left: 0;
		margin: 0;
		max-width: 100%;
		padding: 15px 15px 10px;
		width: 100%;
	}
	#navwraper{
		position: absolute;
		width:100%;
		top:0;
		left:0;
		z-index:1000;
	}
	
	#navwraper .col-sm-12 {
		padding: 0;
	}
	
	.navbar {
		border-width: 0;
		border-bottom-width: 1px;
	}
	
	.dropdown-menu {
		float: none;
		display: block;
		position: static;
		-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
		-moz-box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
		box-shadow: 0 0 0 0 rgba(0,0,0,0.0);
		border-radius: 0;
		border-left-width: 0;
		border-right-width: 0;
		
	}
	
	#top {
		margin-top: 68px;
	}
}
</pre></body></html>