<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#masthead {
	margin-top: 7em;
}
#masthead {
	display: block;
	margin-top: 2em;


}

.main-navigation #primary-menu {
	margin-top: -0.5em;

}
#upper-nav-wrapper-white {
	padding-top: 2em;
}
@media (max-width: 991px) and (min-width: 0px) {
	#upper-nav-wrapper-white, #masthead {

		display: none;
	}

}

main#main {
	padding-top: 4em;
}
@media (max-width: 991px) and (min-width: 0px) {
	main#main {
		padding-top: 0em;
		margin-top: -2em;
	}
}
h1 {
	font-size: 3em;
	text-transform: none;
}

/*TABLEPRESS*/
.dataTables_length,
.dataTables_length,
.dataTables_paginate.paging_simple ,
.dataTables_info,
.tablepress .sorting:after, .tablepress .sorting_asc:after, .tablepress .sorting_desc:after {
	display: none;
}

.tablepress .sorting:hover, .tablepress .sorting_asc, .tablepress .sorting_desc, .tablepress .sorting {
	background: #fff;
	font-weight: normal;
}
#tablepress-1_wrapper a {
	color: #000 !important;
}
.shiftnav-menu-title a, .shiftnav-menu-title a:hover, .shiftnav-menu-title a:visited {
	color: inherit;
	text-decoration: none;
	display: none;
}

ul#primary-menu li.menu-item-has-children ul.sub-menu {
	display: none;
}
ul#primary-menu li.menu-item-has-children:hover ul.sub-menu {
	display: block;
}
ul#primary-menu li.menu-item-has-children.open ul.sub-menu{
	left:0;
	top:100%;
	display: block;
}

li.menu-item-has-children:after {
	content: "\f078";
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
	top: 1em;
	right: -1.3em;
	font-size: .75em;
}</pre></body></html>