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

.accessible-megamenu {
display: block;
box-sizing: border-box;
list-style: none;
margin: 0 0 0 60px;
padding: 0;
height: 3.077em;
color: #454545;
border-color: rgba(0, 0, 0, 0.3);
border-width: 0 1px 1px;
border-bottom-right-radius: 3px;
font-size: 13px;
border-left: none;
z-index: 1000;
width: 804px;
margin-top: 39px;
margin-left: -40px;
padding-left: 40px;
font-family: 'Artifika', serif;
}
.right_border{
}
.accessible-megamenu h2,
.accessible-megamenu h3,
.accessible-megamenu h4 {
    font-size: 1em;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: inherit;
}

.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: #454545 !important;
    text-shadow: 0 1px 0 #fff;
	padding-left: 1px;
    -moz-text-shadow: 0 1px 0 #fff;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.accessible-megamenu :focus {
    outline:  2px solid rgba(195, 0, 0, 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.769em;
    padding-right: 0.769em;
    color: #454545 !important;
    text-decoration: none;
    box-shadow: inset 1px 1px 0 #fff;
    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;
    background: #f5f8fa none;
    background: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#e3e5e5));
    background: -moz-linear-gradient(top,#f5f8fa,#e3e5e5);
    background: -ms-linear-gradient(top,#f5f8fa,#e3e5e5);
    background: -o-linear-gradient(top,#f5f8fa,#e3e5e5);
    z-index: 1002;
    
}

.accessible-megamenu .accessible-megamenu-top-nav-item a[aria-haspopup].open {
    background: #f5f8fa 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 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: 1.538em 0.769em 0.769em;
    line-height: normal;
    background-color: #f5f8fa;    
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f8fa),to(#e3e5e5));
    background-image: -moz-linear-gradient(top,#f5f8fa,#e3e5e5);
    background-image: -ms-linear-gradient(top,#f5f8fa,#e3e5e5);
    background-image: -o-linear-gradient(top,#f5f8fa,#e3e5e5);
    cursor: default;
    -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;
    -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;
    
    border: 1px solid rgba(0,0,0,0.3);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
	z-index: 10 !important;
}

.accessible-megamenu .accessible-megamenu-panel.open {
    visibility: visible;
    top: 3em;
    max-height: 1200px;
    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;
}

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

.accessible-megamenu .accessible-megamenu-panel.cols-4 {
    width: 878px;
}

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

.accessible-megamenu .accessible-megamenu-panel.cols-4b {
    width: 803px;
left: -20.25em;
border-top-left-radius: 3px;
z-index: 1000 !important;
}

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

.accessible-megamenu .accessible-megamenu-panel.cols-3 {
   width: 803px;
left: -15.25em;
border-top-left-radius: 3px;
z-index: 1000 !important;
}

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

.accessible-megamenu .accessible-megamenu-panel.cols-5 {
width: 821px;
left: -6.25em;
border-top-left-radius: 3px;
z-index: 1000 !important;
overflow:visible !important;
}

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

.accessible-megamenu .accessible-megamenu-panel.cols-1 {
    width: 487px;
}

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

.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 > p {
    color: #454545;
    font-size: 1.2em;
    line-height: 1.1em;
}

.accessible-megamenu .accessible-megamenu-panel > ol > li > h3 > a {
    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 ol > li > a {
    width: auto;
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.accessible-megamenu .accessible-megamenu-panel a:hover,
.accessible-megamenu .accessible-megamenu-panel a:focus {
    color: #c30000;
    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 hr {
    border-width: 1px 0px;
    border-style: solid;
    border-top-color: rgba(0,0,0, 0.3);
    border-bottom-color: #fff;
}

@media print, screen and (max-width: 960px) {
    .accessible-megamenu {
        min-width: 364px;
        margin-left: 6%;
        position: relative;
        width: auto;
    }
    .accessible-megamenu .accessible-megamenu-top-nav-item {
        position: static;
    }
    
    .accessible-megamenu .accessible-megamenu-panel.cols-4,
    .accessible-megamenu .accessible-megamenu-panel.cols-4b,
    .accessible-megamenu .accessible-megamenu-panel.cols-3,
    .accessible-megamenu .accessible-megamenu-panel.cols-1 {
        position: absolute;
        top: 3em;
        width: auto;
        left: -1px;
    }
    
    .accessible-megamenu .accessible-megamenu-panel > ol > li,
    .accessible-megamenu .accessible-megamenu-panel.cols-4 > ol > li,
    .accessible-megamenu .accessible-megamenu-panel.cols-4b > ol > li,
    .accessible-megamenu .accessible-megamenu-panel.cols-3 > ol > li,
    .accessible-megamenu .accessible-megamenu-panel.cols-1 > ol > li {
        width: 42%;
    }
    
    .accessible-megamenu .accessible-megamenu-panel > ol > li:nth-of-type(3) {
        padding-left: 0;
        border-left: none;
        box-shadow: none;
    }
}

@media all and (-webkit-min-device-pixel-ratio: 0) {
    .accessible-megamenu {
        min-width: 361px;
    }
}


@media print, screen and (max-width: 450px) {
    .accessible-megamenu {
        border-width: 0 0 1px 1px;
    }
    .accessible-megamenu .accessible-megamenu-top-nav-item:last-child,
    .accessible-megamenu .accessible-megamenu-top-nav-item:last-child a[aria-haspopup] {
        border-bottom-right-radius: 3px;
    }
    
    .accessible-megamenu .accessible-megamenu-top-nav-item:last-child a[aria-haspopup].open {
        border-bottom-right-radius: 0px;
        border-right: 1px solid rgba(0,0,0,0.3);
        right: -1px;
        margin-left: -1px;
    }
    
    .accessible-megamenu .accessible-megamenu-panel.cols-4,
    .accessible-megamenu .accessible-megamenu-panel.cols-4b,
    .accessible-megamenu .accessible-megamenu-panel.cols-3,
    .accessible-megamenu .accessible-megamenu-panel.cols-1 {
        right: 1px;
    }
    
    .accessible-megamenu .accessible-megamenu-panel.cols-4b,
    .accessible-megamenu .accessible-megamenu-panel.cols-3,
    .accessible-megamenu .accessible-megamenu-panel.cols-1 {
        border-top-left-radius: 3px;
    }
}


.tt-wrapper a{
	display: block;
	outline: none;
	position: relative;
}
.tt-wrapper a span{
	width: auto;
	min-width:115px;
	max-width:180px;
	z-index:1003;
	height: auto;
	line-height: 20px;
	padding: 10px;
	left: 50%;
	margin-left: -64px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #000;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 4px solid #fff;
	background: rgba(255,255,255,1);
	text-indent: 0px;
	border-radius: 5px;
	position: absolute;
	bottom: 70px;
	opacity: 0;
	visibility: visible;
	pointer-events: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	-webkit-transform: translate(35px) rotate(25deg) scale(1.5);
	-moz-transform: translate(35px) rotate(25deg) scale(1.5);
	-o-transform: translate(35px) rotate(25deg) scale(1.5);
	-ms-transform: translate(35px) rotate(25deg) scale(1.5);
	transform: translate(35px) rotate(25deg) scale(1.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper a span:before,
.tt-wrapper a span:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -9px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0,0,0,0.1);
}
.tt-wrapper a span:after{
	bottom: -14px;
	margin-left: -10px;
	border-top: 10px solid #fff;
}
.tt-wrapper a:hover span{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(0px) rotate(0deg) scale(1);
	-moz-transform: translate(0px) rotate(0deg) scale(1);
	-o-transform: translate(0px) rotate(0deg) scale(1);
	-ms-transform: translate(0px) rotate(0deg) scale(1);
	transform: translate(0px) rotate(0deg) scale(1);
}

a.tooltips {
  position: relative;
  display: inline;
  color:#005;
  text-decoration:none;
}
a.tooltips span {
	position: absolute;
	width: 160px;
	color: #FFFFFF;
	background: #000000;
	border: 2px solid #6D6D6D;
	height: 50px;
	padding: 4px;
	line-height: 17px;
	text-align: center;
	font-size: 0.8em;
	visibility: hidden;
	border-radius: 9px;
	box-shadow: 2px -1px 3px #000000;
}
a.tooltips span:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 0; height: 0;
  border-right: 12px solid #6D6D6D;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0; height: 0;
  border-right: 8px solid #000000;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.7;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
}