/* 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;
    z-index: 3333;
}

.dcjq-mega-menu ul.menu ul {
    display: none; /* Hides non-mega links */

}

.dcjq-mega-menu ul.menu .sub ul {
    display: block; /* overrides above hide */

}

#menu {
    position: relative;
}

/* Main menu styles */
.dcjq-mega-menu {
    margin-top: 25px;
    height: 68px;
}

.dcjq-mega-menu ul.menu {
    z-index: 3;
    display: flex;
    position: relative; /* Important - required for positioning of mega menu */
    font-size: 15px;
    line-height: 37.5px;
}

.dcjq-mega-menu ul.menu li {
    flex: 1!important;
    height: 68px;
}

.dcjq-mega-menu ul.menu li.club {
    flex: 2!important;
}

.dcjq-mega-menu ul.menu li.club a {
    font-weight: 400;
    border-top-right-radius: 0px;
    width: 100%;
    padding-right: 10%;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b52134+0,921525+100 */
    background: #9f1027; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #b52134 0%, #921525 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #b52134 0%,#921525 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #b52134 0%,#921525 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b52134', endColorstr='#921525',GradientType=0 ); !* IE6-9 *!*/

}

.dcjq-mega-menu ul.menu li a {
    font-size: 25px;
    height: 68px;
    font-weight: 400;
    text-align: center;
    display: block;
    padding: 17px 0px;
    color: #fff;
    text-decoration: none;
    margin: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#08579d+0,044a85+100 */
    background: #0d426f; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #08579d 0%, #044a85 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #08579d 0%,#044a85 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #08579d 0%,#044a85 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08579d', endColorstr='#044a85',GradientType=0 ); !* IE6-9 *!*/
}

.dcjq-mega-menu ul.menu li:nth-last-child(1) a {
    border-right: none;
}

.dcjq-mega-menu ul.menu li.mega-hover a, .dcjq-mega-menu ul.menu li a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0b5194+0,0d2d57+100 */
    background: #0d426f; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #0b5194 0%, #0d2d57 100%); !* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top,  #0b5194 0%,#0d2d57 100%); !* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom,  #0b5194 0%,#0d2d57 100%); !* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ *!*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b5194', endColorstr='#0d2d57',GradientType=0 ); !* IE6-9 *!*/

    color: #ffffff;
    text-shadow: none;
}

.dcjq-mega-menu ul.menu li.club.mega-hover a {
    background: #9f1027;
    /*background: -moz-linear-gradient(top, #b52134 0%, #921525 100%);*/
    /*background: -webkit-linear-gradient(top, #b52134 0%,#921525 100%);*/
    /*background: linear-gradient(to bottom, #b52134 0%,#921525 100%);*/
}

.dcjq-mega-menu ul.menu li.club a:hover {
    background: #9f1027;
    /*background: -moz-linear-gradient(top, #b52134 0%, #921525 100%);*/
    /*background: -webkit-linear-gradient(top, #b52134 0%,#921525 100%);*/
    /*background: linear-gradient(to bottom, #b52134 0%,#921525 100%);*/
}

/* Mega Menu Styling */
/* Mega Drop Down Container */
.dcjq-mega-menu ul.menu li .sub-container {
    position: absolute; /* Required */
    background: #092e5d;
    padding: 0px;
    width: 100%;
    top: 34px !important;
    left: 3px !important;
    z-index: 4444;
}

@media (max-width: 1365px) {
    .dcjq-mega-menu ul.menu li .sub-container {
        top: 73px!important;
    }
}

.dcjq-mega-menu ul.menu li .sub {
    padding: 0px;

}

.dcjq-mega-menu ul.menu li .sub-container.mega .sub {
    padding: 20px 0 3px 0;

}

.dcjq-mega-menu ul.menu li .sub .row {
    margin: 0px;
}

.dcjq-mega-menu ul.menu li .sub li {
    float: none;
    font-size: 1em;
    font-weight: bold;
}

/* Sub-menu Headers */
.dcjq-mega-menu ul.menu li .sub a { /* Clear the styles from the top-level links and set the font styles */
    height: auto;
    background: none;
    border: none;
    text-shadow: none;
    color: #111;
    padding: 7px 8px;
    display: block;
    float: none;
    text-decoration: none;
    font-size: 0.9em;
    text-align: left;
}

.dcjq-mega-menu ul.menu li .sub li.mega-hdr a.mega-hdr-a {
    padding-left: 20px;
}

.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 {
    height: auto;
    margin-right: 0px;
    background: url(../images/mnp-list.jpg) 0 2px no-repeat;
}

.dcjq-mega-menu ul.menu .sub li li a {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    width: 300px;
    max-width: 100%;
    padding-top: 0px !important;
    padding-bottom: 3px !important;
    padding-left: 0px;
}

.dcjq-mega-menu ul.menu .sub li li a:hover {
    color: #ffffff;
}

.headphone {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 50px;
    top: 15px;
    z-index: 5;
}

.mnp {
    float: left;
    margin: 10px 0 0 0;
    min-height: 220px;
}

.mnp ul {
    list-style: none none outside;
    margin: 0 10px 0 0;
    padding: 0px;
}

.mnp ul li {
}

.mnp ul li a {
    color: #666;
    font-size: 12px;
    text-decoration: none;
    padding-left: 20px !important;
    line-height: 16px;
}

.mnp h3 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 5px;
}
