@-ms-viewport {
 width: device-width;
}
@viewport {
 width: device-width;
}
#menu-02, #menu-02 ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu-02 {
	width:100%;
	max-width:1530px;
	margin:0 auto;
	display: block;
	padding: 0;
	z-index: 100;
	font-family: 'Open Sans', sans-serif;
}
#menu-02:before, #menu-02:after {
	content: "";
	display: table;
}
#menu-02:after {
	clear: both;
}
#menu-02 {
	zoom: 1;
}
#menu-02 li {
	float: left;
	position: relative;
	margin: 0 185px 0 0;
}
#menu-02 li:last-child {margin-right:0;}
#menu-02 a {
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform:uppercase;
	float: left;
	padding: 7px 0;
	letter-spacing: .5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-02 li:hover > a {
	color: #F36304;
}
.selected-02 {
	color: #F36304 !important;
}
*html #menu-02 li a:hover { /* IE6 only */
	background-color: none;
}
#menu-02 li a:hover:after {
	width: 100%;
	top:49px;	
}
#menu-02 li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #F36304;
	left: 0;
	top:49px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


#menu-02 ul ul {
	width:290px;
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 0;
	border: solid 0 #fff;
	-webkit-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 5px 8px 0px rgba(0,0,0,0.1);
}
#menu-02 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu-02 ul ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
#menu-02 ul ul li {
	float: none;
	display: block;
	border: 0;
	margin: 0;
	_line-height: 0; /*IE6 only*/
	border-bottom: solid 1px #efefef;
	padding: 0 0;
}
#menu-02 ul ul li:last-child {
	border: none;
}
#menu-02 ul ul a {
	font-size:12px;
	padding: 10px 20px 10px 20px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space:inherit;
	float: none;
	text-transform: none;
	color:#012B74;
}
#menu-02 ul ul a:after {
	content: "";
	position:inherit;
	width:inherit;
	height:inherit;
	background:inherit;
	left:inherit;
	bottom:inherit;
	-webkit-transition:inherit;
	-moz-transition:inherit;
	-o-transition:inherit;
	transition:inherit;
}
#menu-02 ul ul a:hover {
	background-color: #F36304;
	color:#fff;
}
#menu-02 ul ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 8px;
	top: -8px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid #fff;
	background:none;
	width:0;
}
#menu-02 ul ul li:first-child a:hover:after {
	border-bottom-color: #fff;
	width:0;
}
#menu-02 ul ul ul li:first-child a:hover:after {
	border-right-color: #fff;
	border-bottom-color: transparent;
	width:0;
}
#menu-02 ul ul li:last-child > a {
	-moz-border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
/* Mobile */
#menu-02-button {
	display: none;
}
@media screen and (max-width: 1000px) {
/* nav-wrap */
#menu-02-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* menu icon */
#menu-02-button {
	position: absolute;
	display: block; /* show menu icon */
	cursor: pointer;
	top: 0;
	right:2.5%;
	z-index: 0;
}
#menu-02-button:after {
	position: absolute;
	top: 12px;
	right: 0;
	display: block;
	/*height: 4px;*/
	height: 4px;
	width: 25px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-02-button:before {
	position: absolute;
	top: 24px;
	right: 0;
	display: block;
	height: 2px;
	width: 25px;
	background: #fff;
	content: '';
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-02-button.menu-opened:after {
	top: 18px;
	right: 0;
	border: 0;
	height: 2px;
	width: 20px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu-02-button.menu-opened:before {
	top: 18px;
	right: 0;
	background: #fff;
	width: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
/* main nav */
#menu-02 {
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	z-index: 1002;
	right: 0;
	background: #fff;
	border: solid 1px #efefef;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
	display: none;
}
#menu-02:after {
	content: '';
	position: absolute;
	right: 14px;
	top: -8px;
	border-left: 0 solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 0 solid #efefef;
}
#menu-02 ul ul {
	width:100%;
	position: static;
	visibility: visible;
	opacity: 1;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	border-top: solid 0 #efefef;
	margin-top: 0;
}
#menu-02 ul ul ul {
	margin: 0 0 0 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-02 li {
	/*position: static;*/
	display: block;
	float: none;
	border: 0;
	margin: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: solid 1px #efefef;
}
#menu-02 li:last-child {
	border-bottom: none;
}
#menu-02 ul ul li {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-02 a {
	float: none;
	padding: 8px 20px;
	color: #012B74;
	font-size: 12px;
	display: block;
}
#menu-02 li:hover > a {
	color: #F36304;	
}
#menu-02 li a:hover:after {
	width: 100%;
}
#menu-02 li a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	background: #19a4d7;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#menu-02 ul ul a {
	width: auto;
	padding: 8px 10px 8px 40px;
	color:#012B74;
}
#menu-02 ul ul a:hover {
	background: none !important;
}
#menu-02 ul ul li:first-child a:after, #menu-02 ul ul ul li:first-child a:after {
	border: 0;
}
.selected-02 {
	color: #F36304 !important;
}

}
@media only screen and (min-width : 420px) and (max-width : 1000px) {
#menu-02 {max-width: 320px; right:0;}
}
@media only screen and (min-width : 1000px) and (max-width : 1200px) {
#menu-02 li {	margin: 0 0 0 75px;}
}
@media only screen and (min-width : 1200px) and (max-width : 1400px) {#menu-02 li {	margin: 0 0 0 100px;}}
@media only screen and (min-width : 1400px) and (max-width : 1600px) {#menu-02 li {	margin: 0 0 0 130px;}}


/*
     FILE ARCHIVED ON 21:55:16 Jan 30, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:22:47 Sep 08, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.376
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.041
  esindex: 0.005
  cdx.remote: 6.109
  LoadShardBlock: 58.585 (3)
  PetaboxLoader3.datanode: 51.097 (4)
  PetaboxLoader3.resolve: 55.402 (2)
  load_resource: 53.354
*/