
/* mega menu list */

.mobileMenuButton {
    display: none;
}
ul.second-level-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.subpage .menubar .container {
    max-width: 1337px;
}

.subpage .innerbar {
    width: 90%;
    float: right;
    z-index: 999;
}

nav.megamenu.twelve.columns.mega_menu {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}

.nav-menu {
    display: block;
    list-style: none; 
    margin: 0;
    padding: 0;
    display: table;
    float: right;
    /**width: 100%;**/

}
/* a top level navigation item in the mega menu */

.nav-item {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.nav-menu > .level1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

li.nav-item.level1.mega_how_do_i > a {
    background: #500618;
    color: #FFF;
    padding: 15px;
}

nav.megamenu.twelve.columns.mega_menu {
    margin: 0 auto;
}

.nav-menu a { text-decoration: none; font-family: 'Open Sans', sans-serif; }

/* first descendant link within a top level navigation item */

.nav-item > a {
    /* display: block; */
    position: relative;
    z-index: 7010;
    color: #FFF;
}

.megamenu > ul > li:hover > a {
 position: relative;
}


/* open state of first descendant link within a top level 
navigation item */

.nav-item > a.open {
    z-index: 1;
}

/* sub-navigation panel */

.sub-nav {
    position: absolute;
    display: none;
    width: calc(100% - 8px);
    z-index: 99999;
}

.sub-nav {
    left: 0px;
}

.sub-navBackground.container {

    max-width: 1400px;

    margin: 0 auto;

}
/* sub-navigation panel open state */

.sub-nav.open {
    display: block;
}
/* list of items within sub-navigation panel */

.sub-nav ul {
    vertical-align: top;
}
/* list item within sub-navigation panel */

.sub-nav li {
    display: block;
}

/* image style */

.nav-image img{

}


/* how many columns? */


ul.second-level-list {
    position: absolute;
    padding: 1.1em;
    background-color: rgba(255, 255, 255, 0.99);
    border: 1px solid #ccc;
    min-height: 150px;
    max-width: 1150px;
    width: 60vw;
    left: 50%;
    top: 0px;
    list-style: none;
    transform: translateX(-50%);
}


.megamenu > ul:after {
 content: '';
 display: block;
 clear: both;
}


.mega_how_do_i ul.second-level-list {
    background: #500618;
    background: rgba(80, 6, 24, 0.95);
}

li.menuCol {
 width: 33.33%;
 float: left;
}


li.nav-item.level1.mega_your_government li.menuCol {
    width: 25%;
}

/* styles */

li.level1.mega_home {
    display: none;
}

li.nav-item.level1.mega_how_do_i .sub-nav .subnavBackground {
    background: #114159;
}

.mega_how_do_i .sub-navBackground.container {

}

.megamenu .mega_how_do_i .level2 > a,
.megamenu .mega_how_do_i .level2 > a:hover,
.megamenu .mega_how_do_i .level2 > a:focus {
    color: #FFF;
}

.megamenu .mega_how_do_i .level3 a,
.megamenu .mega_how_do_i .level3 a:hover,
.megamenu .mega_how_do_i .level3 a:focus {
    color: #FFF;
}

.megamenu .mega_how_do_i .level3 a:hover,
.megamenu .mega_how_do_i .level3 a:focus {
   border-bottom:1px solid #FFF;
}

.megamenu .level1 > a:hover, .megamenu .level1 > a:focus {
  text-decoration: none;
}


.megamenu .level1 > a {
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    cursor: default;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    /* display: inline-block; */
    line-height: 40px;
    border-bottom: 3px solid transparent;
    font-family: Arial, Helvetica, sans-serif;
}



.megamenu .level1 > a:hover .menuTitle, .megamenu .level1 > a:focus .menuTitle, .megamenu .level1 > a.open .menuTitle{

}


.megamenu .level1.mega_shop__dine__play > a:hover, .megamenu .level1.mega_shop__dine__play > a:focus, .megamenu .level1.mega_shop__dine__play > a.open {
    cursor: pointer;

}


.megamenu .level1.mega_shop__dine__play > a {
    cursor: pointer;
}


.megamenu .level2 {
    margin: 0 0 5px;
    text-align: left;
    -webkit-column-break-inside: avoid;
    padding: 0px 3px  10px 0;
    box-sizing: border-box;
    page-break-inside: avoid;
    break-inside: avoid;
    display: flex;
    align-items: center;
    list-style-type: none;
    min-height: 77px;
}

.megamenu .level2 > a {
    color: rgba(45, 55, 68, 0.9)!important;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.5em;
    padding: 10px 5px;
    text-align: left;
    position: relative;
    margin-left: 20px;
    width: 100%;
    display: block;
    border-bottom: 1px dashed #dadada;
}

.megamenu .level2 > a:hover,
.megamenu .level2 > a:focus {
	text-decoration: none;
    background: #3F4C56!important;
    color: #fff !important;
}
.megamenu .level2 > a:before{
    content: '\f0da ';
    font-family: "Fontawesome";
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(45, 55, 68, 0.9)!important;
}
li.level2:hover, li.level2:focus {
    background: #e4e2df;
    background: #FFF;
}

.mega_how_do_i li.level2:hover, .mega_how_do_i li.level2:focus {
    background: transparent;
}



.level2 span.description {
    color: #656565;
    font-size: 11px;
    font-weight: 100;
    display: block;
    padding-top: 5px;
    background: #fff;
    margin-left: 24px;
}


.megamenu .level3 {
	position: relative;	
   display: list-item;
   color: #FFF;
   list-style-type: disc;
   line-height: 1.7;
}

.megamenu .level3:before {
	/*content: "";*/
	width: 5px;
	height: 5px;
	background: #FFF;
	border-radius: 50%;
	position: absolute;
	left: -10px;
	top: 7px;
}

.megamenu .mega_how_do_i  .level3:before {
 /*content: "";*/
 width: 5px;
 height: 5px;
 background: #FFF;
 border-radius: 50%;
 position: absolute;
 left: -10px;
 top: 7px;
}


.megamenu .level3 a {
    font-weight: 300 !important;
    font-size: .9em;
    line-height: 1.3;
    border-bottom: 1px solid transparent;
}

.megamenu .level3 > a:focus,
.megamenu .level3 > a:hover {
	border-bottom: 1px solid #0e5fae;
    color: #0e5fae;
}

ul.third-level-list {
    display: none;
}

li.nav-item.level1.mega_how_do_i ul.third-level-list {
    display:block;
}


li.nav-item.level1.mega_how_do_i > a:hover, li.nav-item.level1.mega_how_do_i > a:focus {
    border-bottom: 3px solid transparent;
}

li.nav-item.level1 a {
    padding: 10px;
    display: block;
    font-size: 14px;
    color: #282828;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: relative;
    text-decoration: none;
}

li.nav-item.level1 > a {
    font-size: 1em;
}

li.nav-item.level1 a:hover {
    cursor: pointer;
}

li.nav-item.level1:last-child {
    margin-right: 0;
}

nav.megamenu.twelve.columns.mega_menu {
    position: unset !important;
}



li.nav-item.level1 > a:after {
    content: '';
    width: 100%;
    background: #000;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

li.nav-item.level1:hover > a:after {
    opacity: 1;
}


/* Online Services */
.mega_online_services ul.third-level-list {
display: block;
}

.mega_online_services .level2 {
    flex-direction: column;
}