html, body {
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 12px;
	line-height: normal;
	font-family: Noto Sans, Arial, Helvetica, sans-serif;
	font-size-adjust: none;
	font-kerning: auto;
	font-optical-sizing: ;
	font-variant-alternates: normal;
	font-variant-east-asian: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-variant-position: normal;
	font-language-override: normal;
	font-feature-settings: normal;
	font-variation-settings: ;
}

body {
	width:80%;
	margin-left: auto;
	margin-right: auto;
}

button {
	background: #014629;
}

#loadscreenImg{
	height:100%;
}

.top-bar.expanded {
	border-top: 1px solid lightgrey;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 1%;
	padding-bottom: 1%;
}

.top-bar.expanded .title-area {
    /*background: #014629;*/
    background: white;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    /*background: #014629;*/
    background: white;
}

.top-bar.expanded ul.title-area.large-3.medium-4.columns li.name h1 a,
.top-bar.expanded div.top-bar-section ul.right li a {
	color: black;
	font-weight: bold;
	font-size: 10pt;
}