/*===================================================================================== */
/* The source of demo preview has been stripped and compressed for security reasons.
====================================================================================== */
@import url("icons.css");

.menu {
    display: block;
    position: absolute; padding-top:55px;}

.menu,.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative; z-index:100;
    /* float: left; */
}

.menu ul a {
    float: left; 
}

.menu ul ul a {
    float: none;
}

.menu .mega-menu a {
    float: none;
    padding: 0;
}

.menu ul ul,.menu .mega-menu,.menu .mega-menu ol li {
    opacity: 0;  padding-bottom:5px;
    visibility: hidden; 
    display: none ! important/9;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

.menu li:hover>ul,.menu li:hover>.mega-menu,.menu li:hover>.mega-menu ol li {
    opacity: 1;
    visibility: visible;
    display: block ! important/9; border:none;
}
/*.mega-menu ol li a{}
*/.menu ul:after {
    content: "";
    clear: both;
    display: block;
}

.menu ul li {
    float: left; 
 /*   -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;*/
}

/* .menu ul li a {
    display: block;
    padding: 14px 40px 2px 40px;
    color: #000;
    font-family: 'lucida_sans_unicoderegular';
	font-size:14px;
    text-decoration: none; 
} */

.menu .arrow:after {
    content: "";
    float: right;
    text-align: right;
    width: 0;
    height: 0;
    display: block;
    border-left: 3px solid rgba(0,0,0,0);
    border-right: 3px solid rgba(0,0,0,0);
    border-top: 3px solid #fff;
    top: 9px;
    margin: 0 0 0 5px;
    position: relative;
    border-left: 3px solid transparent/9;
    border-right: 3px solid transparent/9;
}

.menu ul li ul li .arrow:after {
    border-top: 3px solid transparent; 
    border-bottom: 3px solid transparent;
    border-left: 3px solid #bbb;
    margin: -2px 0 0 0px;  border:none;
}

.menu i {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    float: left;
    margin: 4px 4px 0 -2px;
    line-height: 14px;
    padding: 0;
}

.menu .right {
    float: right;
}

.menu .right ul,.menu .right .mega-menu {
    right: 0;
}

.menu ul ul {
   
    border-top: 0;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    width: 170px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

.menu ul ul ul {
    position: absolute;
    left: 100%;
    border-top: 1px solid #e0e0e0;
    top: -1px;
}

.menu ul ul li a {
    font-weight: 400; 
    padding: 8px 12px 8px 0px; 
    color: #000;
    
}

.menu ul ul li {
    float: none;
    position: relative; background:none;
/*    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;*/
}

.menu ul ul li a:active,.menu ul ul li:hover {
/*    background: #f5f5f5!important;*/ background:none;
}

.menu ul ul li {
 /*   background: #fff!important; background:url(../../images/icons/menu-arrow.jpg) no-repeat left 5px;*/
}

.mega-menu {
    position: absolute;
    top: 100%; border-top:5px #fff solid;
    padding: 5px 11px;
    background-color: #f7f7f7;
    cursor:auto;
    border-top: none;
    color: #777;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 3px 5px rgba(0,0,0,0.50);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mega-menu ol {
    list-style: none;
    padding: 0; 
}

.mega-menu ol li { padding:0;
    width: 100%;
}

.mega-menu ol li:hover, .mega-menu ol li a {
    color: #333;
    font-size: 12px;
    padding:0;  background:none;
    font-weight: 400; 
/*    background-color: #fff;*/
    
}

.mega-menu ol li a:hover {
    color: #0499cb;  
}

.mega-menu div h1 {
	color: #696a6c;
	font: bold 14px/24px Arial, sans-serif;
}

.mega-menu div h4 {
    font-size: 16px; font-family:"Myriad Pro Light";
    font-weight:normal;  text-transform:uppercase;
    color: #0499cb; text-align:left;
    padding: 0 0 8px 0;
    margin: 0 0 10px 0;
}
.mega-menu div h4 a{color: #0499cb; text-decoration:none;}
.mega-menu div h4 a:hover{color: #000; text-decoration:none;}

.mega-menu .col-1 {
   
    width: 225px; background:url(../../images/menu-border-bottom.jpg) no-repeat bottom right; padding-bottom:25px;
}
.mega-menu .col-bottom{ background:url(../../images/menu-border-top.jpg) no-repeat top right; overflow:hidden;}

.mega-menu .col-1 .col-bottom ol li{
	padding:0px;
	background:none;
}

.mega-menu .col-1 .col-bottom ol li:hover{
	padding:0px;
	background:none;
}

.mega-menu div.col-1 div.col-bottom ol li a{
	display:block;
	font-size: 14px;
	font-weight: bold;
	border-left: none;
	padding-top: 10px;
}

.mega-menu div.col-1 div.col-bottom ol li a:hover{
	text-decoration: underline;
}

.mega-menu div.col-1 div.col-bottom ol li ol li a{
	font-size: 12px;
	font-weight: normal;
	border-left: none;
	padding: 10px 0px 0px 0px;
}

.mega-menu div.col-1 div.col-bottom ol li ol li a:hover{
	text-decoration: underline;
}

.mega-menu .col-1 h3{ font-size: 12px; font-family:"Myriad Pro Light";
    font-weight:normal; text-transform:uppercase;
    color: #000; text-align:left;
    padding: 0 0 8px 0;
    margin: 10px 0 5px 0;
}

/* .mega-menu .col-1 p{ text-align:justify; font-size:12px; font-family: 'lucida_sans_unicoderegular'; color:#545454; line-height:18px;
} */
.mega-menu .col-1 p{ 
	font: 12px/15px Arial, sans-serif;
	width: 200px;
	color: #696a6c;
	padding: 10px 0;
}
.mega-menu .col-2 {
    width: 288px;
}

.mega-menu .col-3 {
    width: 441px;
}

.mega-menu .col-3 p{ color:#545454; text-align:justify;}


.mega-menu .col-4 {
    width: 594px;
}

.mega-menu .col-5 {
    width: 960px;
}

.mega-menu .col-6 {
    width: 900px;
}

.mega-menu .col-1,.mega-menu .col-2,.mega-menu .col-3,.mega-menu .col-4,.mega-menu .col-5,.mega-menu .col-6 {
    float: left;
    margin: 0 9px;
}

.mega-menu.full-width {
    left: 0;
    width: 100%;
    padding: 5px 0;
}

.full-width .first-child-col {
	background: none;
}

.full-width .last-child-col {
	background: none;
}

.full-width .col-1 {
    width:25%;
}

.full-width .col-2 {
    width: 30.4%;
}

.full-width .col-3 {
    width: 46.7%;
}

.full-width .col-4 {
    width: 63%;
}

.full-width .col-5 {
    width: 79.3%;
}

.full-width .col-6 {
    width: 95.6%;
}

.full-width .col-1,.full-width .col-2,.full-width .col-3,.full-width .col-4,.full-width .col-5,.full-width .col-6 {
    float: left;
    padding-left:2%;
    margin: 0 0 0 0;
    box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
    .menu ul li {
        width: 100%;
        cursor: pointer;
    }

    .menu ul li {
        position: relative;
    }

    .menu .mega-menu ol li {
        height: 0;
    }

    .menu li:hover>.mega-menu ol li {
        height: auto;
    }

    .mega-menu,.menu ul ul {
        z-index: 100;
    }

    .menu ul ul {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu ul ul ul {
        left: 0;
    }

    .menu ul ul li:hover>ul {
        position: relative;
        border: none;
        border-top: 1px solid #e4e4e4;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .menu ul li ul li .arrow:after {
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 3px solid #bbb;
        margin: 0;
    }

    .mega-menu {
        padding: 18px 0;
    }

    .mega-menu ol li:last-child {
        margin: 0 0 20px 0;
    }

    .menu .col-1,.full-width .col-1,.menu .col-2,.full-width .col-2,.menu .col-3,.full-width .col-3,.menu .col-4,.full-width .col-4,.menu .col-5,.full-width .col-5,.menu .col-6,.full-width .col-6 {
        float: left;
        margin: 0 0 0 5%;
        width: 90%;
    }
}
.style-1.menu { 
	background: url(../../images/nav_bg.png) repeat-x 0 0;
	width:960px;
}
.style-1.menu ul li { 
	padding: 9px 20px;
/*    background-color: #2b2a28;
    background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);
    background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%);*/
}

.style-1.menu ul li:hover {
	background: url(../../images/nav_hover_bg.png) repeat-x 0 0;
	cursor: pointer;
	z-index: 110;
}

.style-1.menu ul li a {
    display: block;
    color: #fff;
	font-size:12px;
	font-family:sans-serif;
    text-decoration: none; 
}

.style-1.menu ul li:hover a {
    display: block;
    color: #094fa3;
	font-size:12px;
    text-decoration: none; 
}

#nav-menu div.navSearch {
    /* background: url("clientlibs_newUS/us/refresh/mainNavBG1.png") repeat-x scroll 0 0 transparent; */
    position: absolute;
    right: 0;
    text-align: right;
    width: 337px;
}
#nav-menu div.navSearch .search{
	/* padding-top:5px; */
	float:right;
}

#nav-menu div.navSearch input {
     height: 25px;
     position: relative;
     top: 3px;
     -webkit-appearance:none;
     background-color:#0a4771;
     border:none;
     color:white;
/*border-top-left-radius:2px;
border-bottom-left-radius:2px;*/

}

#nav-menu div.navSearch input.searchBox {
	border-radius: 2px 0px 0px 2px; 
	float:left;
	padding:0px 0px 0px 5px;
}
form.search span.searchButtonWrapper {
	background-color: #0A4771; 
    margin-left:-4px;
    display:block;
    position:relative;
    width:25px;
    height:25px;
    float:left;
    top:3px;
    border-radius:2px;
}    
 #nav-menu div.navSearch input.searchButton {
    /*width:25px;
    height: 25px;*/
    background-color:#0F6EB1;
    /*margin-left:-4px;*/
    /*border: 2px solid #0a4771;*/
    cursor:pointer;
	border-radius:2px;
	/*margin:2px;*/
	width:21px;
	height:21px; 
	left:-2px;
	top:2px;
}


input.searchButton {
    background:url(../../images/search.png) no-repeat 4px 3px;
    border: none;
    vertical-align: top;

    /*width: 80px;*/
}


/*.style-1.menu ul li .current { background:#f7f7f7;}*/