
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	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;
    height: 0;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 44px;
    height: 44px;
    /* margin-top: 15px; */
    position: absolute;
    top: 15px;
    right: 3.25% !important;
    /* cursor: pointer; */
    /* font-size: 16px; */
    /* text-indent: -9999em; */
    display: block;
    background-image: url(../images/common/nav_menu_close.png);
    background-size: cover;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background-image:url(../images/common/nav_menu.png);
	background-size:cover;
	width: 44px;
    height: 44px;
    overflow: hidden;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #333;
	margin-top: 74px;
}

.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%;
}

.mean-container .mean-nav ul li a {
	display: block;
    float: left;
    width: 90%;
    padding: 0.7em 1% 0.7em 9%;
    margin: 0;
    text-align: left;
    color: #fff;
    background:
    url(../images/common/arrow-white14.png) left 5% center no-repeat;
    background-size: 8px;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
    text-transform: none;
}
.mean-container .mean-nav ul li a.icon-open_in_new {
    background:
    url(../images/common/arrow-white14.png) left 5% center no-repeat,
    url(../images/common/icon-open_in_new_white.svg) no-repeat right 15px top 13px;
    background-size: 8px, 12px;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
    font-size: 12px;
    padding: 1em 8% 1em 12%;
    border-top: 1px solid #f1f1f1;
    border-top: 1px solid rgba(255,255,255,0.25);
    background: url(../images/common/arrow-gray12.png) left 8% center no-repeat;
    background-size: 7px;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 45px;
    padding: 7px 0 !important;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255,255,255,0.1);
    border: none !important;
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: rgb(12, 83, 140);
}

.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 box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
