/** * @group Font size */
/**
* Body font size for large devices (desktop)
* @group Font size
*/
/**
* Body font size for tsop devices (desktop)
* @group Font size
*/
/**
* Body font size for small devices (desktop)
* @group Font size
 */
/**
* Body font size for small devices (mobile/tablet)
* @group Font families
*/
/** * @group Font size */
/**
* Body font size for large devices (desktop)
* @group Font size
*/
/**
* Body font size for tsop devices (desktop)
* @group Font size
*/
/**
* Body font size for small devices (desktop)
* @group Font size
 */
/**
* Body font size for small devices (mobile/tablet)
* @group Font families
*/
/* --------
Functions
-------- */
/* line 4, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav.scss */
.nav > li:hover > .nav__content {
  display: block;
}

/* line 10, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav.scss */
.nav > li > a {
  display: block;
}

/* line 1, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav {
  position: relative;
  height: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, /Users/b8173803/Sites/fear-core-ui/lib/sass/fear-core-ui/utilities/_ie-only.scss */
.ie9 .nav {
  vertical-align: middle;
}

/* line 10, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, /Users/b8173803/Sites/fear-core-ui/lib/sass/fear-core-ui/utilities/_ie-only.scss */
.ie9 .nav > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 22, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content {
  top: 3rem;
  left: 0;
  min-height: 200px;
  width: 100%;
  border-top: 0.5rem solid #000000;
  -webkit-box-shadow: 0 19px 27px rgba(0, 0, 0, 0.1);
  box-shadow: 0 19px 27px rgba(0, 0, 0, 0.1);
}

/* line 31, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

/* line 36, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-items > li {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 6, /Users/b8173803/Sites/fear-core-ui/lib/sass/fear-core-ui/utilities/_ie-only.scss */
.ie9 .nav__content-items > li {
  display: table-cell;
  width: auto;
}

/* line 45, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-items > li > h2 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCCCCC;
}

/* line 53, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-group {
  margin: 0 0 20px 0;
  padding: 0;
}

/* line 57, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-group:first-child {
  margin-top: 0;
}

/* line 61, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-group:last-child {
  margin-bottom: 0;
}

/* line 65, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-group > li {
  line-height: 2.5rem;
}

/* line 69, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop/_module_nav__content.scss */
.nav__content-group > li > a:hover {
  text-decoration: underline;
}

/* line 6, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop.scss */
.nav__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 5px solid #000000;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6, /Users/b8173803/Sites/fear-core-ui/lib/sass/fear-core-ui/utilities/_ie-only.scss */
.ie9 .nav__wrapper {
  text-align: center;
}

/* line 14, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop.scss */
.ie9 .nav__wrapper > nav {
  display: table;
  margin: auto;
  text-align: left;
}

/* line 21, /Users/b8173803/Sites/fear-core-ui/lib/mns-core-ui/templates/nav/sass/desktop.scss */
.nav__wrapper > nav {
  max-width: 1024px;
  width: 100%;
}

/*# sourceMappingURL=desktop.css.map */
