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

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* ==========================================================================
   BREAKPOINTS
========================================================================== */
/* ==========================================================================
   COLORS
========================================================================== */
/* ==========================================================================
   IMAGES
========================================================================== */
/* ==================================================================
   DIGTIAL LOOM'S CLEAR FIX
   This clearfix is better than both Drupal and Compass's clearfix
   http://css-tricks.com/snippets/css/clear-fix/
===================================================================== */
/* ==================================================================
   RESPOND TO
   Use the breakpoint names defined in base.scss
   The $direction argument defines the whether to to include sizes up or down from the breakpoint.
===================================================================== */
/* ==========================================================================
   LINK STYLES
   These should only be applied directly to anchor tags
========================================================================== */
/* ------- Button -------------------------- */
/* Used by link buttons, form buttons, search button, and view/edit buttons */
/* ------- Arrow -------------------------- */
/* ------- Clear list style --------------------- */
/* ==========================================================================
TYPOGRAPHY STYLES TO EXTEND THROUGHOUT THE THEME
Table of Contents
  %heading1
  %heading2
  %heading3
  %heading4
  %intro
  %list-item
  %quote
  %related-link
  %caption
========================================================================== */
/* hide the link until viewport size is reached */
/* line 15, ../sass/4.4-meanmenu.scss */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
/* line 20, ../sass/4.4-meanmenu.scss */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #ffffff;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

/* line 30, ../sass/4.4-meanmenu.scss */
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #777777;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
}

/* line 47, ../sass/4.4-meanmenu.scss */
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #777777;
  height: 3px;
  margin-top: 3px;
}

/* line 54, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ffffff;
  margin-top: 44px;
}

/* line 61, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

/* line 68, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

/* line 75, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  padding: .25em 5%;
  width: 90%;
  margin: 0;
  text-align: left;
  color: #777777;
  border-top: 1px solid #e7e7e7;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 88, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: .25em 10%;
  border-top: 1px solid #efefef;
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}

/* line 98, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

/* line 103, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: .25em 15%;
}

/* line 108, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: .25em 20%;
}

/* line 113, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: .25em 25%;
}

/* line 118, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

/* line 123, ../sass/4.4-meanmenu.scss */
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: #ffffff;
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* line 142, ../sass/4.4-meanmenu.scss */
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

/* line 150, ../sass/4.4-meanmenu.scss */
.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
/* line 157, ../sass/4.4-meanmenu.scss */
.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 164, ../sass/4.4-meanmenu.scss */
.mean-remove {
  display: none !important;
}
