/* #######################################################################
	meanMenu

	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */

/* hide the link until viewport size is reached */

a.meanmenu-reveal {

display: none;

}



/* when under viewport size, .mean-container is added to body */

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    background: none;
    padding: 4px 0;
    min-height: 42px;
    z-index: 9998;
    margin-top:50px;
    clear:both !important;
}

.mean-container a.meanmenu-reveal {
    width: 44px;
    height: 44px;
    padding: 13px 13px 11px 13px;
    position: absolute;
    top: -5px;
    right: 10px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
display: block;
background: #007bb0;
height: 5px;
border-radius:2px;
margin-top: 3px;
}

.mean-container .mean-nav {
float: left;
width: 100%;
background: #fff;
margin-top: 70px; /*adjust the positioning, from the top of the screen, of where the mobile menu appears*/
clear: both;
border-top: 5px solid #dbe7ec;
}
.mean-container .mean-nav ul {
padding: 0;
margin: 0;
width: 100%;
list-style-type: none;
}
.mean-container .mean-nav ul li {
position: relative;
float: left;
width: 100%;
padding:0 !important;
}
.mean-container .mean-nav ul li a {
display: block;
float: left;
width: 90%;
padding: 0 5%;
line-height: 44px;
margin: 0;
text-align: left;
color: #7c929b;
font-size: 14px;
border-bottom: 1px solid #dbe7ec;
text-decoration: none;
text-transform: none;
font-family: 'Calibri', sans-serif;
}
.mean-container .mean-nav ul li li a {
width: 80%;
padding: 0 10%;
line-height: 44px;
border-bottom: 1px solid #ddd;
border-top: none;
opacity: 1.0;
filter: alpha(opacity=100);
text-shadow: none !important;
visibility: visible;
text-transform: none;
background: #eee; //change background color of 2nd level menu
}
.mean-container .mean-nav ul li.mean-last a {
margin-bottom: 0;
border-bottom: 1px solid #dbe7ec !important;
}
.mean-container .mean-nav ul li li li a {
width: 75%;
padding: 10px 12.5%;
    border: none;
background: #fff; //change background color of 3rd level menu
    color: #444;
}

.mean-container .mean-nav ul li a:hover {
    color: #fff;
    background: #0069aa;
}

.mean-container .mean-nav ul li li a:hover {
    background: #676666; //change background color of 2nd level menu
}

.mean-container .mean-nav ul li li li a:hover {
background: #7c929b;
color: #fff;
}


.mean-container .mean-nav ul li a.mean-expand {
width: 44px;
height: 44px;
    line-height: 44px;
    border-radius: 0;
    border-left: 1px solid #007bb0;
    color: #007bb0;
    padding: 0 !important;
border: none !important;
text-align: center;
position: absolute;
right: 0px;
top: 0px;
font-size: 24px;
z-index: 2;
font-weight: 700;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
background: #7c929b;
    color: #fff;
}

.mean-container .mean-nav ul li li a.mean-expand {
 background: #999;
}




.mean-container .mean-push {
float: left;
width: 100%;
padding: 0;
margin: 0;
clear: both;
}
.mean-nav .wrapper {
width: 100%;
padding: 0;
margin: 0;
}
/* Fix for Omega 4 */
.mean-bar * {
  box-sizing: content-box;
}