<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.inner_content{
	padding:16px 0px 0px;
}

.search-bar{
	position: relative;
	top: 22px;
	margin-right: 18px;
}

.search-button{
	display:none;
}

ul{

	margin: 0 0 10px 0px;
	
}


.gallery .default{
	height:30px!important;
}

/*.span8 {
    margin-right: 28px;
}*/

.fancybox-margin.fancybox-lock{
		overflow: hidden!important;
}

.fact_entry h3{
	position:relative;
	left:1px;
}

.pager.nav-buttons li &gt; a{
	border-radius: 15px;
	width: 80px;
}

.row.nav-buttons{
	float:right;
	position: relative;
	left: -360px;
	top: -86px;
	height: 0px;
}

.menu_wrap .nav &gt; li{
	width: unset;
}

/*h1.title{
	position:relative;
	left:-3px;
}*/

.factsheet .pager{
	
/*	margin:30px!important; */
	float:right;
}

.pager li &gt; a{
	border-radius: 0px;
	margin-right: 10px;
}

.factsheet .portfolio_zoom{
	left:40%;
}

.fancybox-title{
	font-style: italic!important;
}

.page-numbers{
	width: 10px;
	text-align: center;
}

.page-numbers{
	width: 10px;
	text-align: center;
}

.filters li a:link {
	display: block;
	margin: 0 10px 10px 0;
	float: left;
	padding: 6px 10px;
	list-style: none;
	font-weight: 400;
	text-transform: uppercase;
	background: #FA6904;

}

.filters li a:hover {
	background: #bbb;
	color: #fff;
}

.filters li a:active {
	background: #222;
	color: #777;
}


a img:hover{
	opacity: 1;
}

.menu_wrap .nav ul {
	left: 0px;
}

/*HOME PAGE TOP MENU*/
.highlight{
	background-color:yellow;
	color:black;
}
/* Base */
.top-bar {
    font-size: 12px
}
.top-bar .inner-wrapper {
	min-height:40px;
}
.top-bar.dark {
    background-color: #222;
    border: 1px solid #333;
}

/* Top menu */
nav.top-menu {
    z-index: 13;
/*    text-transform: uppercase; changed 12/7/15 */
}
ul.top-menu {
    list-style: none;
    z-index: 10;
    padding: 0;
    margin: 0
}
nav.top-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0
}
ul.top-menu &gt; li { /*changed to right aligned on 12/7/15 */
    border-right: 1px solid #333;
    float: right;
}
.top-bar.light ul.top-menu &gt; li {
    border-left: 1px solid #eee
}
ul.top-menu &gt; li:last-child {  /*changed to right aligned on 12/7/15 */
    border-left: 1px solid #333
}
.top-bar.light ul.top-menu &gt; li:last-child {
    border-right: 1px solid #eee
}
ul.top-menu &gt; li &gt; a {
    color: #999;
    padding: 10px 8px;
    display: block;
    position: relative;
}
.top-bar.light ul.top-menu &gt; li &gt; a {
    color: #333
}
ul.top-menu a:hover {
    background-color: #292929;
    color: #fff
}
ul.top-menu &gt; li:hover &gt; a {
    color: #fff;
    background-color: #292929
}
.top-bar.light ul.top-menu &gt; li:hover &gt; a {
    color: #333;
    background-color: #f9f9f9
}
ul.top-menu ul.sub-menu &gt; li:hover &gt; a {
    background-color: #292929;
    color: #fff
}
.top-bar.light ul.top-menu ul.sub-menu &gt; li:hover &gt; a {
    color: #333;
    background-color: #f9f9f9;
}

/*DROP ZONE TWEAKS
.dz-success-mark{
	display:none;
}
.dz-error-mark{
	display:none;
}

/*REFERENCES*/
.hangingIndent {
  padding-left: 22px ;
  text-indent: -22px ;
}
/*END REFERENCES*/

/*GLOSSARY*/
.glossimg {
	display:none;
}
.glossimg_above {
	display:none;
	position: absolute;
	top: -300px;
}
a:hover img.glossimg {
	display:block;
	position: absolute;
	box-shadow: 0px 0px 20px 15px #777;
	z-index: 1;
	max-width: 250px;
}
/*END GLOSSARY*/</pre></body></html>