<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topbar 
{
	background-color:white;
    font-family: "Helvetica Neue",sans-serif;
    border-bottom: 1px #B3B3B3 solid;
    padding-bottom:1em;
}
.navigation-header {
	display:inline-block;
    float:right; 
    font-size:130%; 
    cursor: pointer; 
    padding: 20px 0px 0 0px;
}
#ddmenutrigger {
    margin:0 2em -3px -12px;
    width:20px;
}
#ddmenu
{
    margin-right:30px;
	background-color:White;
	width:100%;
	display:none;
	overflow: hidden;
    background-color:white;
   font-family: "Helvetica Neue",sans-serif;
   line-height:1.5em;
   font-size:95%;
   padding: 10px 0 10px 15px;
    position:fixed;
    top:70px;
    border-bottom: 1px #B3B3B3 solid;
}
.menucontent {
    overflow: auto;
    width: 100%;
}
.close {display:none;}
#ddmenu .close{ display:inline;width:15%; float:right;}
#ddmenu .close img {margin:11px 0 0 45px;}
#ddmenu .menu-hide {display:none;}
.topmenutext {display:inline; margin-left:2em;}
.homepage {
    background-color:#fff;
    color:#394750;
    font-family: "Helvetica Neue",sans-serif;
    width:100%;
    margin-top:4em;
}
.mobile {
    display:none;
}
.desktop {
    display: block;
}</pre></body></html>