/* Reset code to remove theme inherent styling */
.dcjq-mega-menu ul.menu ul, .dcjq-mega-menu ul.menu li {
list-style: none;
padding: 0;
margin: 0;
}
.dcjq-mega-menu ul.menu ul {
display: none; /* Hides non-mega links */
}
.dcjq-mega-menu ul.menu .sub ul {
display: block; /* overrides above hide */
}
 
/* Main menu styles */

.dcjq-mega-menu
{
	text-align: center;
}

.dcjq-mega-menu ul.menu {
background: transparent url() no-repeat;
height: 40px;
border-right: none;
border-left: none;
position: relative; /* Important - required for positioning of mega menu */
font-size: 16px;
font-size: 1rem;
font-weight: normal;
line-height: 16px;
line-height: 1rem;
}
.dcjq-mega-menu ul.menu li {
font-weight: bold;
position: relative;
text-align: center;
display: inline-block;
}
.dcjq-mega-menu ul.sub-menu li
{
	text-align: left;
}
.dcjq-mega-menu ul.menu li a {
display: block;
padding: 12px 25px;
padding: 0.75rem 1.5625rem;
background: url() no-repeat;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.dcjq-mega-menu ul.menu li.mega-hover a, 
.dcjq-mega-menu ul.menu li.current-menu-item a,
.dcjq-mega-menu ul.menu li a:hover 
{
color: #052944;
text-shadow: none;
background-color: #fff;
}
 
/* Arrow tag for parent links */
.dcjq-mega-menu ul.menu li a.dc-mega {
padding: 12px 30px;
padding: 0.75rem 1.875rem;
position: relative; /* Required for arrow positioning */
font-size: 15px;
font-size: 0.9375rem;
display: inline-block;
margin: 0 auto;
}
.dcjq-mega-menu ul.menu li a .dc-mega-icon {
display: block;
position: absolute;
top: 18px;
right: 15px;
width: 8px;
height: 6px;
background: url() no-repeat 0 0;
}
.dcjq-mega-menu ul.menu li.mega-hover a .dc-mega-icon {
background-position: 0 100%;
}
 
/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
position: absolute; /* Required */
background:rgb(5,41,68); /* IE6/7/8 */
filter:alpha(opacity=95); /* IE6/7/8 */
background:rgba(5,41,68,0.95); /* Modern Browsers */
margin-left: 0;
max-width: 100%;
}
.dcjq-mega-menu ul.menu li .sub {
padding: 20px 20px 20px 10px;
padding: 1.25rem 1.25rem 1.25rem 0.625rem;
}
.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
padding: 20px 10px 0 0;
padding: 1.25rem 0.625rem 0 0;
}
.dcjq-mega-menu ul.menu li .sub .row { /* Clear the sub-menu floats */
width: 100%;
overflow: hidden;
clear: both;
}
.dcjq-mega-menu ul.menu li .sub li {
float: none;
font-size: 1em;
font-weight: bold;
display: list-item;
}
/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub li.mega-hdr { /* Sub-menu headers - i.e. 2nd level navigation */
float: left; /* Float the sub-menus and give them a fixed width to from the mega menu rows */
width: 239px;
width: 14.9375rem;
margin: 0;
}
.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */
background: none;
border: none;
text-shadow: none;
color: #fff;
padding: 7px 10px;
padding: 0.4375rem 0.625rem;
display: block;
float: none;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
text-transform: uppercase;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
display: none;
}
.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000;
text-shadow: none;
}

/* Style the 3rd level links */
.dcjq-mega-menu ul.menu li .sub li ul li {
	padding-bottom: 16px;
	padding-bottom: 1rem;
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a {
color: #fff;
font-weight: normal;
padding: 3px 0 3px 25px;
padding: 0.1875rem 0 0.1875rem 1.5625rem;
}
.dcjq-mega-menu ul.menu .sub li.mega-hdr li a:hover {
color: #fff;
}
 
/* Styling for items with only 2 levels */
.dcjq-mega-menu ul.menu li .sub-container.non-mega .sub {
padding: 20px 20px 6px 10px;
padding: 1.25rem 1.25rem 0.375rem 0.625rem
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li {
width: 190px; /* Set the drop down width */
width: 11.875rem;
padding-bottom: 14px;
padding-bottom: 0.875rem;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a {
padding: 0;
}
.dcjq-mega-menu ul.menu li .sub-container.non-mega li a:hover {
color: #fff;
}

li.dc-mega-li.mega-hover a.dc-mega::after
{
	content: url("../media/images/nav-downarrow.png");
	position: absolute;
	left: 42%;
	bottom: -15px;
	z-index: 2000;
}
