﻿/*.top_link.home {border-left: 1px solid #ccc !important;}*/
/*#header` > #nav {width: 100%;}*/
/* main nav after login */
.menu {
    margin: 0 auto;
    width: auto;
    float: right;
    position: relative;
    z-index: 4;
    height: 36px;
    background: none;
    border: none;
    list-style: none;
    padding: 0;
    background-color: #fff;
}

.menu div {
    box-sizing:content-box;
}

.menu li
{
    padding: 0;
    float: left;
    height: 34px;
    position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
    z-index:5;
    border-left:1px solid;
    border-right:1px solid;
    border-top:2px solid;
    border-color:transparent;
}

.menu li:hover, .menu li.onhover
{
    /*border-color:#DDD;*/
    /*border-top:2px solid #B00;*/
    /*border-bottom: 3px solid #F15A22;
    padding-bottom: 31px;*/
}
.menu a {
    padding: 0px 20px 0px 5px;
    padding: 0 10px;
    line-height: 34px; /*Note: keep this value the same as the height of .menu li */
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    color: #124E57;
    position: relative;
}

.menu li:last-of-type a {
    padding-right: 0;
}

.menu li:hover a, .menu li.onhover a
{
    background-color: #fff;
    color: #124E57;
    z-index: 9;
    /*border-bottom: 3px solid #F15A22;
    padding-bottom: 31px;*/
}
    .menu a.arrowItem {
        background: url('/Content/images/FunctionIcons/Functional Icon DarkTeal 3.png') no-repeat center center;
        background-position: Calc(100% + 0px);
        background-size: 9px;
        padding: 0 13px 0 10px !important;  
    }
        .menu a.arrowItem:hover {
            background: url('/Content/images/FunctionIcons/Functional Icon Orange 3.png') no-repeat center center;
            background-position: Calc(100% + 0px);
            background-size: 9px;
        }


/*Used to align a top-level item to the right*/
.menu li.menuRight
{
    float: right;
    margin-right: 0px;
}

/*for the top-level separators*/
.menu li.separator
{
    display:none;
}

/* sub level
--------------------------------------------*/

.menu .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
    background: #FFF;
    text-align: left;
    padding: 4px;
    top:31px;
    width: 250px;
}

.menu .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 24px;
    font-size: 15px;
    font-weight: normal;
    display: inline;
    text-align: left;
    position: static;
    z-index: 0;
    text-decoration: none;
}

.flyout__section-item__arrow {
    /*background: url('images/icons/common-s03e9e34d38.png') -64px -39px;*/
    background: url('/Content/images/FunctionIcons/Functional Icon Orange 1.png') no-repeat center center;
    background-size: contain;
    height: 11px;
    width: 6px;
    display: inline-block;
}
.flyout__section-item__link {
    color: #124E57 !important;
    font-size: 15px !important;
    margin: 0 0 18px 0;
    padding: 0 10px !important;
}

.menu li:hover .drop, .menu li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
}
.menu li:hover .dropToLeft, .menu li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
}
.menu li:hover .dropToLeft2, .menu li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/

.menu div.drop div div
{
    padding: 6px 20px !important;
}
.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menu div.drop div a
{
    line-height: 24px;
    color: #7f7f7f;
    background:none;
}
.menu div.drop div a:hover
{
    cursor:pointer;
    color:#7f7f7f;
}
.menu div.drop div.left div a:hover {
    color:#F69521 !important;
}

.menu div.drop div a:visited
{
    color: #7f7f7f;
}

.menu div.left {float:left;}

/* CSS3 effects
--------------------------------------------*/

/*for top-level*/
.decor2_1
{
}

/*for submenu.*/
.decor2_2
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 14px #AAA;
    -webkit-box-shadow: 0 0 14px #AAA;
    box-shadow: 0 0 14px #AAA;
}
/* main nav after login */
#nav
{
	float:right;
    margin-top: 20px !important;
    z-index: 3 !important;
    padding:0;
    margin:0;
    position:relative;
    background: #fff;
    z-index: 500;
    list-style:none;
}

/* secondary nav */
.navWrap {float:right; width: 100%;}
.mainNavWrap {
    float: right;
    width: 100%;
    border-bottom: 0px solid #C4C4C4;
    background: #124E57;
}

#secondaryNavWrapper {
    width:980px;
    margin-right: auto;
	margin-left: auto;
}

#secondaryNavWrapper div.right {
    padding-top: 5px;
    top: 5px !important;
    padding-right: 10px !important;
    font-size: 12px !important;
}

#secondaryNav {
    float:right;
    z-index: 21 !important;
    padding:0;
    margin:0;
    position:relative;
    /*background: #fff;*/
    list-style:none;
    display: block;
    height: 32px;
}

#secondaryNav li.top {
    display:block;
	float:left;
}

#secondaryNav li .top_link {
    text-align: right !important;
    color: white !important;
    font-size: 12px !important;
    /*font-weight: bold !important;*/
    line-height: 19px !important;
    width: inherit !important;
    height: 19px !important;
    padding: 7px 14px 7px 14px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    /*background-image: url('imagesv2/nav-bg.jpg' ) !important;*/
    border-left: 0px solid #E9E8E8 !important;
    position: relative !important;
    background-position: 0 0 !important;
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

 #secondaryNav li .top_link.last {
     border-right: 1px solid #E9E8E8 !important;
 }

#secondaryNav li:hover .top_link{/*background: #F15A22;*/ color: #fff !important;}

/*#nav li a.selected.login:hover {
background: #43413f!important;
text-shadow: 1px 1px 1px #333;
-webkit-text-shadow: 1px 1px 1px #333;
-moz-text-shadow: 1px 1px 1px #333;
}*/

#nav li a.selected.active {
background: #fff !important;
text-shadow: 1px 1px 1px #333;
/*border-bottom: 3px solid #F15A22;
padding-bottom: 31px;*/
/*-webkit-text-shadow: 1px 1px 1px #333;
-moz-text-shadow: 1px 1px 1px #333;*/
}

#nav li.top
{
	display:block;
	float:left;
}

#nav li a.selected
{
	text-align:right!important;
	color:#F15A22 !important;
	font-size:15px!important;
	/*font-weight:bold!important;*/
	line-height:19px!important;
	width:inherit!important;
	height:19px!important;
	padding: 12px 14px 12px 14px!important;
	margin-left: 0px!important;
	margin-bottom: 0px!important;
	background: #fff !important;
	/*border: 1px solid #ccc !important;*/
	position: relative!important;
	/*text-shadow: 1px 1px 1px #e15f00;
	-webkit-text-shadow: 1px 1px 1px #e15f00;
	-moz-text-shadow: 1px 1px 1px #e15f00;*/
}

#nav li .top_link {
    text-align: right !important;
    color: #124E57 !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 19px !important;
    width: inherit !important;
    height: 19px !important;
    padding: 12px 14px 12px 14px !important;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    /*background-image: url('imagesv2/nav-bg.jpg' ) !important;*/
    /*border-right: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;*/
    position: relative !important;
    background-position: 0 0 !important;
    display: block;
    float: left;
    cursor: pointer;
    text-decoration: none;
}

/* ul styles */
#nav ul{position:absolute;left:-9999px;top:-9999px;width:0;height:0;margin:0;padding:0;list-style:none;}
#nav ul.sub {
    background-color: #fff !important;
    margin-left: 1px;
}
/* span styles */
#nav li a.top_link span {float:left;display:block;background:right top;}
#nav li a.top_link span.down
{
	padding-right:10px;
	/*background-image:url('/images/menu-down.gif');
	background-repeat:no-repeat;
	background-position:right center;*/
}
#nav ul.sub li a{color:#4b4b4b !important;text-decoration: none;line-height: 18px !important;}

/* hover styles */
/*#nav li:hover ul.sub {
    left: 0px;
    top: 45px;
    background: #fff;
    padding: 0;
    /*border: 1px solid #3a93d2;
    white-space: nowrap;
    width: 260px;
    height: auto;
    z-index: 300;
    display: block !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    width: 220px !important;
    line-height: 18px !important;
    white-space: nowrap;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #edeeef !important;
    background-image: none;
    text-align: left;
}
#nav li:hover {position:relative;z-index:200;}*/
#nav li a:hover span{text-decoration:none !important; color: #F69521;}
#subnav {display:table; width:100%; background: #fff; left:0; z-index:300;}
#subnav li { list-style-type:disc; }
#nav li:hover ul.sub{right:0;left:0;top:45px;background: #fff; color:#4b4b4b !important; padding:0;white-space:nowrap;width:200px;height:auto;z-index:301;display:block !important;padding-top:5px!important;padding-bottom: 5px!important;padding-left: 10px!important;line-height:18px!important;white-space:nowrap;text-align:left;}
/*#nav li.top > a:hover{text-align:center!important;color:#fff !important;font-size:11px!important;font-weight:bold!important;text-transform:uppercase!important;line-height:19px!important;width:inherit!important;height:19px!important;padding: 12px 14px 12px 14px!important;margin-left: 0px!important;margin-bottom: 0px!important;background:url('../../Content/stylesheets/images/nav-hover-bg.jpg' )!important; border-right: 1px solid #ccc !important;border-top: 1px solid #ccc !important;border-bottom: 1px solid #ccc !important;position: relative!important;background-position: 0 0 !important;}*/
#nav li.top > a.selected:hover{text-align:center!important;color:#7f7f7f !important;line-height:19px!important;width:inherit!important;height:19px!important;padding: 12px 14px 12px 14px!important;margin-left: 0px!important;margin-bottom: 0px!important;position: relative!important;background-position: 0 0 !important;/*text-shadow: 1px 1px 1px #333;-webkit-text-shadow: 1px 1px 1px #333;-moz-text-shadow: 1px 1px 1px #333;*/}

.rightNav {position: relative; z-index: 9;}
ul#nav2 {position: relative;float: right;background: #fff;list-style:none;padding: 0;margin: 0;}
ul#nav2.rightNav li, ul#nav2.rightNav li a {float:left;}

.headerNavLogin {
position: absolute;
z-index: 999 !important;
top: 44px;
right: 152px;
width: 605px;
padding: 5px 0px 10px 0px;
background: #43413f;
display: none;
}
.headerNavLogin input[type="text"] {
width: 270px;
height: 40px;
border: 1px solid #000;
margin: 10px;
padding: 0px 0 0 10px !important;
color: #43413f;
font-size: 20px;
float: left;
}

.headerNavLogin input[type="text"]:focus {
color: #F15A22;
border: 1px solid #F15A22;
outline: 0;
}
.headerNavLogin input[type="password"] {
width: 270px;
height: 40px;
border: 1px solid #000;
margin: 10px;
padding: 0px 0 0 10px !important;
color: #43413f;
font-size: 20px;
float: left;
}

.headerNavLogin input[type="password"]:focus {
color: #F15A22;
border: 1px solid #F15A22;
outline: 0;
}

.headerNavLogin .loginBtn {
width: 70px;
height: 45px;
border: 1px solid #050505;
border-right: 1px solid #3f3c3a;
border-bottom: 1px solid #3f3c3a;
float: right;
margin-top: 2px;
margin-right: 12px;
background: #1f2021;
color: #F15A22;
text-decoration: none;
text-align: center;
}
.headerNavLogin .loginBtn:hover {
border: 1px solid #e67200;
border-right: 1px solid #4e4b49;
border-bottom: 1px solid #4e4b49;
background: #F15A22;
color: #fff;
cursor: pointer;
}

.headerNavLogin p {
color: #fff;
margin: -5px 10px;
line-height: 29px;
float: left;
}
.headerNavLogin p a {
color: #F15A22;
text-decoration: none;
}

.mainNavSearch {
background: #2e2c2a !important;
height: 45px;
width: 37px;
float: left;
text-align: center;
}
.mainNavSearch img {
margin-top: 15px;
}

.mainNavSearch.tel {
background: #43413f !important;
}
.mainNavSearch.fb {
background: #4f5255 !important;
}
.mainNavSearch.fb:hover {
background: #3b5998 !important;
}
.mainNavSearch.tw {
background: #75787b !important;
}
.mainNavSearch.flag {
background: #F15A22 !important;
}
.mainNavSearch.tw:hover {
background: #00acee !important;
}
.navEmailLink {color: #fff !important; text-decoration: none !important;}

.headerNavSearch {
position: absolute;
z-index: 999 !important;
top: 45px;
right: 114px;
width: 355px;
height: 60px;
background: #2e2c2a;
display: none;
}
.headerNavSearch input[type="text"] {
width: 270px;
height: 40px;
border: 1px solid #000;
margin: 10px;
padding: 0px 0 0 10px !important;
color: #2e2c2a;
font-size: 15px;
float: left;
}

.headerNavSearch input[type="text"]:focus {
color: #F15A22;
border: 1px solid #F15A22;
outline: 0;
}

.headerNavSearch .searchBtn {
width: 40px;
height: 30px;
border: 1px solid #050505;
border-right: 1px solid #3f3c3a;
border-bottom: 1px solid #3f3c3a;
margin-top: 10px;
float: left;
background: #1f2021;
color: #F15A22;
text-decoration: none;
text-align: center;
padding-top: 10px;
}
.headerNavSearch .searchBtn:hover {
border: 1px solid #e67200;
border-right: 1px solid #4e4b49;
border-bottom: 1px solid #4e4b49;
background: #F69521;
color: #fff;
}

.headerNavContact {
position: absolute;
z-index: 999 !important;
top: 45px;
right: 74px;
background: #43413f;
display: none;
width: 750px;
}

.headerNavContact input[type="text"] {
width: 270px;
height: 40px;
border: 1px solid #000;
margin: 10px;
padding: 0px 0 0 10px !important;
color: #2e2c2a;
font-size: 15px;
float: left;
}
.headerNavContact input[type="text"]:focus {
color: #F15A22;
border: 1px solid #F15A22;
outline: 0;
}

.headerNavContact .searchBtn {
width: 40px;
height: 30px;
border: 1px solid #050505;
border-right: 1px solid #3f3c3a;
border-bottom: 1px solid #3f3c3a;
margin-top: 10px;
float: left;
background: #1f2021;
color: #F15A22;
text-decoration: none;
text-align: center;
padding-top: 10px
}
.headerNavContact .searchBtn:hover {
border: 1px solid #e67200;
border-right: 1px solid #4e4b49;
border-bottom: 1px solid #4e4b49;
background: #F69521;
color: #fff;
}

.headerNavContact span {
float: left;
border-left: 1px solid #1f2021;
color: #fff;
font-size: 14px;
padding: 15px;
}
.headerNavContact span i {
color: #F15A22;
font-style: normal;
float: left;
}
.headerNavContact span img {
float: right;
margin: 0 0px -2px 10px;
}

#nav li a.selected.active {
background: #43413f!important;
/*text-shadow: 1px 1px 1px #333;
-webkit-text-shadow: 1px 1px 1px #333;
-moz-text-shadow: 1px 1px 1px #333;*/
}

#nav .validation-summary-errors ul {position: relative;top: 0;left: 0;width: auto;height: auto;margin-bottom: 8px;}