<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { overflow-x: hidden; }
body {
	line-height: 1.5;
	color: #000000;
	font-family: 'Lato', sans-serif;
	background-color: #f5f5f5;
	overflow-x: hidden; 
	position: relative;
}

a.icons {
	font-size: 1.25em;
}

/***
//Navigation
****/

#overlay {
	display: none;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

#main {
	float: right;
	width: 100%;
	z-index: 99;
	position: relative;
	overflow-x: hidden;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

#main.open {
	left: 250px;
}

#overlay.open {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow-x: hidden;
	left: 250px;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
}

.mobileNavigation {
	/* Collapsed */
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	background-color: white;
}

.mobileNavigation&gt;li {
	list-style: none;
	padding: 8px 20px 10px 5px;
	border-bottom: #2e2e2e 3px solid;
}

.mobileNavigation&gt;li&gt;a {
	color: #555555;
}



</pre></body></html>