<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, :after, :before {
	box-sizing: border-box
}
.clearfix:after, .clearfix:before {
	content: '';
	display: table
}
.clearfix:after {
	clear: both;
	display: block
}
ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
a, a.active, a:active, a:visited, a:focus {
	color:#fefefe;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}

.exo-menu {
	float: right;
	list-style: none;
	position:relative;
	background: #ffffff;
	font-size: 15px;
}
.exo-menu &gt; li {
	display: inline-block;
	float:left;
}
.exo-menu &gt; li &gt; a {
	color: #333;
	font-weight:bold;
	text-decoration: none;
}
.exo-menu &gt; li &gt; a.want-to {
	color: #CC0000;
	font-weight:bold;
	text-decoration: none;
}
.exo-menu &gt; li &gt; a.active, .exo-menu &gt; li &gt; a:hover, li.drop-down ul &gt; li &gt; a:hover {
	text-decoration: underline;
}
.exo-menu &gt; li &gt; a.no-underline:hover {
	text-decoration: none !important;
}

.exo-menu i {
	float: left;
	font-size: 18px;
	margin-right: 6px;
	line-height: 17px !important;
}
li.drop-down, .flyout-right, .flyout-left {
	position:relative;
}
li.drop-down:before {
	content: "\f103";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	display: inline;
	position: absolute;
	right: 6px;
	top: 20px;
}
li.drop-down&gt;ul {
	left: 0px;
	min-width: 245px; /* 230px */
	text-align:left;
	font-size:13px;
}
li.drop-down&gt;ul&gt;li&gt;a i {
	margin-right: 10px;
	line-height: 13px !important;
}
.drop-down-ul {
	display:none;
}
.flyout-right&gt;ul, .flyout-left&gt;ul {
	top: 0;
	min-width: 230px;
	display: none;
	border-left: 1px solid #365670;
}
li.drop-down&gt;ul&gt;li&gt;a, .flyout-right ul&gt;li&gt;a, .flyout-left ul&gt;li&gt;a {
	z-index: 999;
	color: #fff;
	display: block;
	padding: 20px 22px;
	text-decoration: none;
	background-color: #333;
	border-bottom: 1px dotted #555;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}
/*Flyout Mega*/
.flyout-mega-wrap {
	top: 0;
	right: 0;
	left: 100%;
	width: 100%;
	display:none;
	height: 100%;
	padding: 15px;
	min-width: 742px;
}
.flyout-mega ul &gt; li &gt; a {
	font-size: 90%;
	line-height: 25px;
	color: #fff;
	font-family: inherit;
}
.flyout-mega ul &gt; li &gt; a:hover, .flyout-mega ul &gt; li &gt; a:active, .flyout-mega ul &gt; li &gt; a:focus {
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc !important
}
/*mega menu*/

.mega-menu {
	left: 0;
	right: 0;
	padding: 15px;
	display:none;
	padding-top: 0;
	min-height: 100%;
}
h4.row.mega-title {
	color: #eee;
	margin-top: 0px;
	font-size: 13px;
	padding-left: 15px;
	padding-bottom: 13px;
	text-transform: uppercase;
	border-bottom: 1px solid #666;
	padding-top: 15px;
	background-color: #333;
}
.mega-menu ul li a {
	line-height: 25px;
	font-size: 85%;
	display: block;
	text-align:left;
}
ul.stander li a {
	padding: 3px 0px;
}
ul.description li {
	padding-bottom: 12px;
	line-height: 8px;
}
ul.description li span {
	color: #ccc;
	font-size: 80%;
}
ul.icon-des li a i {
	color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #009FE1;
	line-height: 35px !important;
}
ul.icon-des li {
	width: 100%;
	display: table;
	margin-bottom: 11px;
}
.visible-xs-block {
	display: none!important;
}
.want-to-box {
	float:left;
}
/*common*/
.flyout-right ul&gt;li&gt;a, .flyout-left ul&gt;li&gt;a, .flyout-mega-wrap, .mega-menu {
	background-color: #444;
	border-bottom: 1px dotted #777;
}
/*hover*/
.Blog:hover, .Images:hover, .mega-menu:hover, .drop-down-ul:hover, li.flyout-left&gt;ul:hover, li.flyout-right&gt;ul:hover, .flyout-mega-wrap:hover, li.flyout-left a:hover +ul, li.flyout-right a:hover +ul, .blog-drop-down &gt;a:hover+.Blog, li.drop-down&gt;a:hover +.drop-down-ul, .images-drop-down&gt;a:hover +.Images, .mega-drop-down a:hover+.mega-menu, li.flyout-mega&gt;a:hover +.flyout-mega-wrap {
	display:block;
}
.show_this_block {
	display:block !important;
}
.show_this_none {
	display:none !important;
}
/*responsive*/
 @media (min-width:925px) {
.exo-menu &gt; li &gt; a {
	display:block;
	padding: 10px 15px;
}
.mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right&gt;ul, .flyout-left&gt;ul, li.drop-down&gt;ul {
	position:absolute;
}
.flyout-right&gt;ul {
	left: 100%;
}
.flyout-left&gt;ul {
	right: 100%;
}
}
@media (min-width:925px) {
.header-right-box {
	display:block;
}
}
@media (max-width:1010px) {
.header-right-box {
	display:none;
}
h4.row.mega-title {
	font-size: 12px;
}
.exo-menu {
	min-height: 58px;
	background-color: #000;
	width: 100%;
	text-align:left;
}
.exo-menu &gt; li &gt; a {
	width:100%;
	display:none;
	color: #ccc;
}
.exo-menu &gt; li {
	width:100%;
}
.display.exo-menu &gt; li &gt; a {
	display:block;
	padding: 20px 22px;
}
.mega-menu, .Images, .Blog, .flyout-right&gt;ul, .flyout-left&gt;ul, li.drop-down&gt;ul {
	position:relative;
}
.visible-xs-block {
	display: block!important;
}
}
a.toggle-menu {
	position: absolute;
	right: 0px;
	padding: 20px;
	font-size: 27px;
	background-color: #ccc;
	color: #23364B;
	top: 0px;
}
</pre></body></html>