<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Aqueous by TEMPLATED
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		font-size: 11pt;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding-top: 0px;
		border-top:3px solid #565655;
		/* background: #ed8e2f; */
		background-color:rgba(237,142,47,0.7);
	}

	#logo span {
		padding-top: 0em;
	}
	
	#header .mobiletitle {display: none; }
	
	
/*********************************************************************************/
/* Menu with dropotron                                                           */
/*********************************************************************************/

#nav 	{ height: 90px; background: #565655;}

#nav ul { text-align: center;  }

#nav li { display: inline-block; padding: 0px 10px; }

#nav ul li:hover &gt; ul { opacity:1; }

#nav a {
	display: block; 
	float: left;
	margin-right: 2px;
	text-align:left; 
	text-decoration: none; 
	text-transform: none;	
	/* font-family: 'Ubuntu Condensed';  */
	font-family: 'Manrope'; 
	font-size: 14pt; 
	line-height: 45px;
	color: #fff; 	
}


#nav a:hover { color: #001f50; }


/* Dropotron: The drop down menu */

#nav .dropotron 	{ top: 1em; display: block !important; opacity: 0; }
#nav .dropotron ul	{   }
#nav .dropotron &gt; li
{	
	background:#565655; 
	box-shadow: inset 0px -2px -0px 0px rgba(0,0,0,0.25);	
	display: block; position: absolute;
	margin-left: -10px !important;
	min-width:200px;
	margin-top: 36px !important;
	z-index:1000;
	padding:8px;	 
}
#nav .dropotron &gt; li &gt; a
{
	font-size:13pt; line-height: 25px;
	clear: left; float:left; display:block;
	width:100%;	
	border-bottom:1px dotted #001f50;
	padding:4px 4px 4px 4px;
	margin:0px 0px 0px 0px;	 
	
}

#nav .dropotron &gt; li.active &gt; a	{ } 
#nav .dropotron &gt; li:hover &gt; a 	{ }

#nav .dropotron.level-0 { border-radius: 0 0 4px 4px; margin-left: -0.5em; }


/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
		padding: 0em 0em;
		color: #fff;
	}
	
	#banner .container
	{
		background: #FFF;
	}
	
	#banner .full
	{
		padding: 0em 3em;
	}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 2em 3em 2em 3em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 2em 3em;
		margin:0px;
	}
	
	
	
	
</pre></body></html>