/*
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.
*/

.noPanel h2 {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
	color: #000;
}

.noPanel a {
    position: relative;
    display: block;
    line-height: 3em;
    height: 3.1em;
    padding-left: 0.70em;
    padding-right: 0.70em;
    color: #ffffff !important;
    text-decoration: none;
    z-index: inherit;
}

.noPanel a:hover, 
.noPanel a:focus {
    color: #c41215 !important;
    outline-offset: -1px;
	margin-left: 0;
    background: #fafafa none;
    z-index: 1002;
}
	
.accessible-megamenu {
    position: relative;
    display:block;
    box-sizing: border-box;
    list-style: none;
		margin: 0;
    padding: 0;
    height: 3.077em;
    color: #113167;
    background-color: #113167;
    border-color: #113167;
    border-style: solid;
    border-width: 0 1px 1px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
		width: 409px;
}

.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4,
.accessible-megamenu h5 {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
	color: #000;
}

.accessible-megamenu .accessible-megamenu-top-nav-item {
    position: relative;
    display: block;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 3.077em;
    float: left;
    color: #113167 !important;
}

.accessible-megamenu :focus {
    outline:  2px solid rgba(34, 95, 215, 0.3);
    -moz-outline-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup] {
    position: relative;
    display: block;
    line-height: 3em;
    height: 3em;
    padding-left: 0.750em;
    padding-right: 0.750em;
    color: #ffffff !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: #c41215 !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;
    background: #fafafa none;
    z-index: 1002;
	color: #c41215 !important;
    
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
    background: #fafafa none;
    padding-bottom: 2px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup] {
    border-bottom-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-top-nav-item:first-child a[aria-haspopup].open {
    border-bottom-left-radius: 0px;
    border-left: 1px solid #b3b3b3;
    border-left-color: rgba(0,0,0,0.3);
    left: -1px;
    margin-right: -1px;
}

.accessible-megamenu .accessible-megamenu-panel {
    position: absolute;
    display: block;
    left: -1px;
    color: #454545;
    margin: 0;
    padding: 0 0.750em 0.750em;
    line-height: normal;
    background-color: #fafafa;    
    -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;
    overflow: hidden;
    opacity: 0;
    
    border: 1px solid #b3b3b3;
    border-color: rgba(0,0,0,0.3);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    top: 3em;
    max-height: 1000px;
    opacity: 1;
    z-index: 1001;
}

.accessible-megamenu .accessible-megamenu-panel a {
    display: inline-block;
    font-size: .92em;
    line-height: 1.2em;
    text-decoration: none;
    color: #225FD7;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.accessible-megamenu .accessible-megamenu-panel.noPanel {
    display: none;
}

.accessible-megamenu .accessible-megamenu-panel.cols-5 {
    width: 1150px;
    left: -650px;
    border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-5 > ol > li {
    width: 18%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
    width: 878px;
	left: -275px;
    border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li {
    width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
    width: 878px;
    left: -500px;
    border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li {
    width: 22%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
    width: 724px;
	left: -340px;
	border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li {
    width: 30%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-2 {
    width: 250px;
	left: -100px;
	border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-2 > ol > li {
    width: 42%;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: 200px;
	left: -40px;
    border-top-left-radius: 3px;
}

.accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
    width: 100%;
}

.accessible-megamenu .accessible-megamenu-panel ol {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel ol > li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li {
    float: left;
    display: block;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 1em;
    border-left: 1px solid rgba(0,0,0, 0.3);
    box-shadow: inset 1px 0 0 #fff;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li:first-of-type {
    padding-left: 0;
    border-left: none;
    box-shadow: none;
}

.accessible-megamenu .accessible-megamenu-panel ol > li > p {
    color: #454545;
    font-size: 0.9em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 {
    font-weight: bold;
    color: #454545;
    font-size: 1.2em;
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
    font-weight: bold;
    color: #454545;
    font-size: 1.0em;
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > li > h4 > a {
    font-weight: bold;
    color: #454545;
    font-size: 1.1em;
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > ol > li > h5 > a {
    font-weight: bold;
    color: #454545;
    font-size: 1.0em;
    margin-bottom: 6px;
    padding-top: .4em;
    padding-bottom: 0;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel ol ol > li > a {
    width: auto;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
    color: #225FD7;
    text-decoration: underline;   
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a:focus {
    color: #333;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > li > h4 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > li > h4 > a:focus {
    color: #333;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > ol > li > h5 > a:hover,
.accessible-megamenu .accessible-megamenu-panel > ol > li > ol > ol > li > h5 > a:focus {
    color: #333;
}

.accessible-megamenu .accessible-megamenu-panel hr {
    border-width: 1px 0px;
    border-style: solid;
    border-top-color: rgba(0,0,0, 0.3);
    border-bottom-color: #fff;
}