body {
	border: 0px;
	font-family: sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	overflow-x: hidden;
	padding: 0px;
}
ul {
	background: #777777;
	display: table;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
ul li {
    background: #777;
	float: left;
    -o-transition: background-color .3s ease-in; 
    -moz-transition: background-color .3s ease-in;
    -webkit-transition: background-color .3s ease-in; 
    transition: background-color .3s ease-in; 
    -o-transition: color .3s ease-in; 
    -moz-transition: color .3s ease-in;
    -webkit-transition: color .3s ease-in; 
    -webkit-transition: width .3s ease-out; 
    transition: color .2s ease-in; 
}
ul li:hover a {
	 color: #777 !important; 
    background: #fff;
    -o-transition: background-color .2s ease-in; 
    -moz-transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in; 
    transition: background-color .2s ease-in; 
    -o-transition: color .2s ease-in; 
    -moz-transition: color .2s ease-in;
    -webkit-transition: color .2s ease-in; 
    transition: color .2s ease-in; 
}
ul li a {
	display: block; 
    padding: 24px 32px 24px 32px;
    color: #fff !important; 
    text-decoration: none;
}
ul li.logo {
    padding: 0px;
    border: 0px;
    margin: 0px 16px;
    height: 64px;
    cursor: pointer;
}
ul li.logo:hover {
    background: #777777;
}
ul li.logo:hover a {
    background: #777777;
}

*:focus {
    outline: none;
}

a:link {
    color: #0096d6;
}
a:visited {
    color: #0096d6;
}
a:active {
    color: #ccc;
}

.hide-scrollbar {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.main-nav {
	background: #777;
	display: flex;
	flex-flow: row nowrap;
	padding: 0px;
	white-space: nowrap;
	width: 100%;
}
.main-nav-child {
	align-items: center;
	background: #777;
	border-bottom: 2px solid #777;
	color: #fff !important;
	display: flex;
	flex-flow: row nowrap;
	height: 32px;
	margin: 8px 24px;
	padding: 8px 0px 6px 0px;
	text-decoration: none;
}
.main-nav-child:hover {
	border-bottom: 2px solid #fff;
	cursor: pointer;
}
.main-nav-container {
	background: #777;
	margin-bottom: 8px;
	min-height: min-content;
	overflow-x: scroll;
	z-index: 100;
}
.main-nav-last {
	display: flex;
	flex: 1;
	flex-flow: column nowrap;
	justify-content: center;
	padding: 0px 16px;
	text-align: right;
}
/*.main-nav {
	background: #777777;
	display: block;
	margin-bottom: 16px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}*/
.no-underline {
	text-decoration: none !important;
}
.white {
	color: #fff !important;
}
.x-button {
    color: #777777 !important;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    outline-color: rgb(0, 0, 0);
    outline-style: none;
    outline-width: 0px;
    padding-left: 5px;
    bottom: -1.25px;
    position: relative;
    text-decoration: none;
    text-shadow: #ffffff 0px 1px 0px;
    width: 11.6875px;
}
.x-button:hover {
    color: #ff0000 !important;
}