<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(/custom/themes/2015/assets/css/vendors.css);
@import url(/custom/themes/2015/css/style-blue-6.css);
@import url(/custom/themes/2015/assets/css/width-full.css);
@import url(/custom/themes/2015/css/custom-button-colors.css);

#header-full-top.header-full {
  background-color:#fff;
}
#header-full-top .header-full-title {
  float: left;
  overflow: hidden;
  padding-left: 75px;
  background-image: url("/custom/themes/2015/images/logo.jpg");
  background-repeat: no-repeat;
  background-position: left center;
  width:700px;
  height:80px;
  background-size: 700px;
}
/*
#header.navbar{
	height:15px;
	min-height:15px;
	max-height:15px;
}
*/
#navbar li a {
	text-transform:uppercase;
	font-size:.85em;
}




.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:active,
.navbar-default .navbar-nav &gt; li &gt; a:focus,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a {
	background-image: none;
	background-color: #282461;
	color: #fff;
}


.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
	background-image: none;
	background-color: #282461;
	color: #fff;
}

.breadcrumb {
	margin-top:10px;
	margin-bottom:10px;
}

#content .detailText h4 {
		line-height:1.4em;</pre></body></html>