<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.checkbox {
	color: #FFFFFF;
	display: none;
} 
.label{
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 44px;
	height: 44px;
	font-size: 20px;
	background-size: cover;
	margin: .5em;
	box-shadow: 0 0 rgba(0, 135, 255,0.5);
	border-radius: 1px;
	max-height: none;
	text-decoration: none;
	color: #FFFFFF;
	display: none;
	padding-bottom: 25px;
}

.checkbox:checked + .label {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	box-shadow: inset 0px 0px 10px rgba(0, 135, 255,0.5);
	background: rgba(0,132,255,0.3);
	margin-top: 0px;
}

#mobiledropmenu:checked ~ .title {
	-webkit-transition: 1s;
	width: 100%;
	opacity: 1;
	margin-top: -25px;
	/* [disabled]margin-bottom: 43px; */
	padding-bottom: 79px;
	height: auto;
	max-height: 180px;
}
	
.title {
	-webkit-transition: 1s;
	width: 0%;
	height: 0;
	opacity: 0;
	margin-top: -1px;
}
			
.button {
	color: #ffffff;
	text-decoration: none;
	border-top: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	padding-top: 9.2px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 6.2px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #006EB5;
	margin-top: 0px;
}
					
.button:hover {
	cursor: pointer;
	background: #BEC4BC;
	text-decoration: none;
}
.title .button a {
	color: #FFFFFF;
	text-decoration: none;
}

.title .button:hover a {
	cursor: pointer;
	background: #BEC4BC;
	text-decoration: none;
	
}
</pre></body></html>