<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 767px){
.nav-desktop {
	display: none;
}
}


@media screen and (min-width: 768px){
.nav-desktop {
	background-image: -webkit-linear-gradient(270deg,rgba(18,48,93,1.00) 40.41%,rgba(24,56,105,1.00) 62.18%,rgba(47,92,160,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(18,48,93,1.00) 40.41%,rgba(24,56,105,1.00) 62.18%,rgba(47,92,160,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(18,48,93,1.00) 40.41%,rgba(24,56,105,1.00) 62.18%,rgba(47,92,160,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(18,48,93,1.00) 40.41%,rgba(24,56,105,1.00) 62.18%,rgba(47,92,160,1.00) 100%);
	text-align: center;
	height: auto;
	width: auto;
}
}

.menu, .menu ul, .menu li, .menu a {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	z-index: 12;
}

.menu {
	height: 42px;
	width: 800px;
	margin: 0 auto;
}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
}

.menu li a {
	display: block;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 4px;
	line-height: 30px;
	text-decoration: none;
	border-left: 1px solid #393942;
	border-right: 1px solid #696A73;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #F7F7F7;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-align: center;
}

.menu li:first-child a {
	border-left: none;
}

.menu li:last-child a {
	border-right: none;
}

.menu li:hover &gt; a {
	color: #051225;
	background-color: #BBC2C5;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.menu ul {
	position: absolute;
	top: 42px;
	left: 0;
	opacity: 0;
	text-indent: 16px;	
	background-color: #12305D;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}

.menu li:hover &gt; ul {
	opacity: 0.93;
}


.menu ul li {
	height: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover &gt; ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

.menu ul li a {
	width: 250px;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 4px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #636364;
	text-align: left;
}

.menu ul li:last-child a {
	border: none;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

  /* SECOND DROP DOWN IN EACH COLUMN 
  .menu ul li ul {
    transform: translate3d(251px, -42px, 0px);
    position: absolute;
    top: 42px;
    left: 0;
    opacity: 0;
    text-indent: 16px;
    background-color: #12305D;
    -webkit-border-radius: 0 8px 8px 0px;
    -moz-border-radius: 0 8px 8px 0px;
    border-radius: 0 8px 8px 0px;
    -webkit-transition: opacity .4s ease .1s;
    -moz-transition: opacity .4s ease .1s;
    -o-transition: opacity .4s ease .1s;
    -ms-transition: opacity .4s ease .1s;
    transition: opacity .4s ease .1s;
  }
  .fa-chevron-right {
    float: right;
    padding-top: 9px;
    padding-right: 20px;
  }
  .menu li ul li:hover &gt; ul {
    opacity: 1;
  }
  .menu li ul li:hover &gt; ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
  }
  .menu ul li ul li a {
    width: 250px;
    padding-top: 4px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 4px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #636364;
    text-align: left;
  }
  .menu ul li ul li:last-child a {
    border: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
  }
  .menu ul li ul li:first-child a {
    border-top-right-radius: 8px;
  }*/</pre></body></html>