  /*
Copyright © 2013 Adobe Systems Incorporated.

Licensed under the Apache License, Version 2.0 (the “License”);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an “AS IS” BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
.megamenu{height:0;overflow:hidden;}
.accessible-megamenu {
    position: relative;
    display:block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
	
}
.sf-mega{
    color: #fff;
    background-color: #183d6e;
	}

.accessible-megamenu a {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
}
.accessible-megamenu li{padding: 0;border-top:solid 1px #ccc}
.accessible-megamenu a{color:#222;text-decoration: none;padding:1.25em 1.25em 2em;display: inline-block;}
.accessible-megamenu .main-menu-sub-title{}

.sf-mega ul li{border:none; margin-bottom: -7px;}
.sf-mega ul li a{display:block;padding:.5em;color:#fff}
.sf-mega ul li a:hover,.sf-mega ul li a:focus{color:#4c94e1}

.accessible-megamenu .sf-mega{height:0px;overflow:hidden;padding:0}

.accessible-megamenu .accessible-megamenu-panel.open, .sf-mega.active {
    visibility: visible;
    max-height: 600px;
    opacity: 1;
    z-index: 1001;padding:1em 1em 0 1em;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
       -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
         -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
            transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
}


@media only screen and (min-width: 1000px) {
	.megamenu{height:auto;overflow:visible;width:auto;margin:0 -40px;text-align:right;float:right}
.accessible-megamenu {
    position: relative;
    display:block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
	height:auto;
    padding: 0;
}
.sf-mega{z-index:900}
.sf-mega h3.submenu-title-heading{margin-top:1em}
.submenu-header{color:#333}
.accessible-megamenu  > li:hover{background:url(/_files/css/img/menu.png) no-repeat bottom left}
.accessible-megamenu .accessible-megamenu-top-nav-item {
    position: static;
    display: inline-block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #454545;text-align:left;
}

.accessible-megamenu :focus {
    outline:  2px solid rgba(34, 95, 215, 0.3);
    -moz-outline-radius: 3px;
}
.accessible-megamenu .main-menu-sub-title{color:#222}
.accessible-megamenu .accessible-megamenu-panel {
    position: absolute;}
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
    position: relative;
    display: block;
    line-height:1;
    padding-left: 1em;
    padding-right:1em;
    color: #454545 !important;
    text-decoration: none;
    z-index: inherit;
}


.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus {
    color: #333 !important;
    outline-offset: -1px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:hover, 
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup]:focus,
.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
    margin-left: 0;
    z-index: 1002;
    
}
.accessible-megamenu li{border:none}
.accessible-megamenu li a{font-weight:bold;}
.sf-mega ul li a:hover,.sf-mega ul li a:focus{color:#9A0029}
.accessible-megamenu .sf-mega{height:auto;}
.main-menu-sub-title{font-size:13px;font-size:1.3rem;color:#222;font-weight:400}
.accessible-megamenu .accessible-megamenu-panel {
    background-color:#fff;
	position: absolute;
    display: block;
    margin: 0;
    line-height: normal;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0,0,0,.5), inset 1px 1px 0 #fff;
       -moz-box-shadow: 0 4px 6px -2px -moz-rgba(0,0,0,.5), inset 1px 1px 0 #fff;
            box-shadow: 0 4px 6px -2px rgba(0,0,0,.5), inset 1px 1px 0 #fff;
    
    visibility: hidden;
    top: -9999em;
    max-height: 0px;padding:1em;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
       -moz-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
        -ms-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
         -o-transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
            transition: opacity 250ms ease 250ms, max-height 500ms ease, visibility 0s linear 500ms, top 0s linear 500ms;
}
.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    max-height: 600px;
    opacity: 1;
    z-index: 1001;
    -webkit-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
       -moz-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
        -ms-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
         -o-transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
            transition: opacity 250ms ease, max-height 500ms ease, visibility 0s linear 0s, top 0s linear 0s;
    -webkit-transition-delay: 400ms;
       -moz-transition-delay: 400ms;
         -o-transition-delay: 400ms;
            transition-delay: 400ms;
}



.accessible-megamenu .accessible-megamenu-panel a {
    display: inline-block;
    font-size: .92em;
    line-height: 1.2em;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 0.2em;
}
.accessible-megamenu .accessible-megamenu-panel {
    width: 100%;left:0;top:100%
}
}
@media only screen and (min-width:1000px) {
.megamenu{display:none; height:0;overflow:visible;width:auto;margin:0 -32px 0 -30px;text-align:left;float:none}}
@media only screen and (min-width:1024px) {
.megamenu{display:block;height:auto;overflow:visible;width:105.2%;margin:-46px -25px 0px 0px;;text-align:right;float:right}}
@media only screen and (min-width:1200px) {
.megamenu{margin:3.5em -30px 0px 0px;}}

