.page-article {
  padding-top: 50px;
}

.nav {
  max-height: 50px;
  background-color: #000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.nav ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #000;
}

.nav ul:before,
.nav ul:after {
  content: "";
  display: table;
}

.nav ul:after {
  clear: both;
}

.nav ul > li {
  float: left;
  position: relative;
}

.nav a {
  display: block;
  padding: 9px 20px;
  line-height: 1.24em;
  color: #fff;
  border-left: 1px solid #404040;
  position: relative;
  background-color: #000;
  transition: background-color 500ms;
}

.nav a:hover {
  text-decoration: none;
  background: #404040;
  transition: background 500ms;
}

.nav li ul {
  background: #666;
}

.nav li ul li {
  width: 100%;
}

.nav li ul a {
  border: none;
}

.nav li ul a:hover {
  background: rgba(0, 0, 0, 0.2);
}

.nav li ul {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
}

.nav li ul li {
  overflow: hidden;
  max-height: 0;
  transition: max-height 500ms ease;
}

.nav ul > li:hover ul li {
  max-height: 150px;
}

.nav-logo {
  width: 200px;
  height: 54px;
  background-color: #000;
  transition: background-color 500ms;
}

.nav-logo a {
  width: 100%;
  height: 100%;
  background-image: url("/static/img/branding/logos/reverse-startribune-logo-white.png");
  background-image: url("/static/img/branding/logos/reverse-startribune-logo-white.svg");
  background-repeat: no-repeat;
  opacity: 0.75;
  border-left: none;
  background-size: 160px;
  background-position: center center;
  margin-top: -1px;
}

.nav-logo a:hover {
  width: 100%;
  height: 100%;
  background-image: url("/static/img/branding/logos/reverse-startribune-logo-white.png");
  background-image: url("/static/img/branding/logos/reverse-startribune-logo-white.svg");
  background-repeat: no-repeat;
  opacity: 1;
  border-left: none;
  background-size: 160px;
  background-position: center center;
}

.nav-block.comment,
.nav-block.share {
  float: right;
}

.nav-block.share .arrow-down.selected {
  border-top: 8px solid #666;
  transition: border-top 500ms;
}

.nav a.project-title {
  width: 370px;
  letter-spacing: 0;
  line-height: 27pt;
  font-size: 14.5pt;
  font-family: Popular Medium;
  font-weight: normal;
  text-transform: uppercase;
}

.nav-indicator {
  position: absolute;
  top: 11px;
  right: 12px;
  font-family: "Benton Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 120px;
  height: 30px;
}

.share .nav-indicator {
  right: 5px;
}

.arrow-down.selected {
  background: transparent;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #999;
  margin-left: 6px;
  margin-top: 1px;
  background: transparent;
  transition: border-top 500ms;
  position: absolute;
  right: 14px;
  bottom: 10px;
}

.nav a:hover .arrow-down,
.arrow-down.selected {
  border-top: 8px solid #000;
  background: transparent;
}

.nav-block ul li {
  white-space: nowrap;
}

.nav-block ul li a {
  border-bottom: 1px solid #404040;
}

.nav-block ul li span.first-day a,
.nav-block ul li:first-child a {
  border-top: 1px solid #404040;
}

.nav-block ul li span.last-day a,
.nav-block ul li:last-child a {
  border-top: none;
  border-bottom: none;
}

.nav-title.selected {
  background-color: #404040;
}

.part-num {
  font-weight: bold;
}

ul.project-nav {
  width: auto;
}

ul.project-nav li.selected .project-link {
  color: #fff;
  border-color: #404040;
  padding: 10px 20px;
  background-color: #404040;
  display: block;
}

li.nav-block,
.project-title {
  height: 50px;
}

a.icn-share,
a.icn-comment {
  border-left: none;
  width: 54px;
  height: 100%;
  opacity: 0.75;
  border-left: none;
}

a.icn-share,
a:hover.icn-share {
  background-image: url("/static/img/icons/icn-project-nav-share.svg");
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 26px;
  margin-right: 12px;
}

a.icn-comment,
a:hover.icn-comment {
  background-image: url("/static/img/icons/icn-project-nav-comment.svg");
  background-repeat: no-repeat;
  background-position: center 12px;
  background-size: 26px;
}

a:hover.icn-comment,
a:hover.icn-share {
  background-color: transparent;
}

a:hover.icn-share,
a:hover.icn-comment,
.icn-share.selected {
  opacity: 1;
}

.nav-block.share {
  width: 80px;
}

.nav-block.comment {
  width: 40px;
}

.nav-block.share ul {
  width: 200px;
  left: -112px;
}

.nav .st-share-link {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.nav .share-icon {
  margin: 8px;
}

.nav .clickQS a {
  padding: 0;
  float: left;
  margin: 0;
}

.nav .article-share-item,
.nav .share__facebook,
.nav .share__twitter,
.nav .share__email,
.nav .share-more,
.nav .share__comments {
  padding-bottom: 0;
}

.nav .article-share-item:before,
.nav .share__facebook:before,
.nav .share__twitter:before,
.nav .share__email:before,
.nav .share-more:before,
.nav .share__comments:before {
  display: none;
}

.nav .share__email.clickQS a {
  width: 100%;
}

.nav .copy-link {
  background: #000;
  width: 100%;
  padding: 12px;
}

.nav .share-more-group {
  padding: 0;
  background: transparent;
}

.nav .share-more-group input {
  background: #ccc;
  padding: 9px;
  border: none;
  margin-top: 9px;
}

.nav .share-more-label {
  color: #fff;
}

.nav .share-txt {
  width: 65px !important;
}

.nav li.nav-block.share.open ul li {
  max-height: 150px;
}

.nav .share-count {
  display: block !important;
  float: left;
  color: #fff;
}

.share__facebook:hover .share-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/static/img/icons/icn-social-facebook-50-50.png");
  background-image: url("/static/img/icons/icn-social-facebook-50-50.svg"), none;
  background-size: cover;
}

.share__twitter:hover .share-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/static/img/icons/icn-social-twitter-50-50.png");
  background-image: url("/static/img/icons/icn-social-twitter-50-50.svg"), none;
  background-size: cover;
}

.share__email:hover .share-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/static/img/icons/icn-social-email-50-50.png");
  background-image: url("/static/img/icons/icn-social-email-50-50.svg"), none;
  background-size: cover;
}

.share__comments:hover .share-icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/static/img/icons/icn-social-comments-50-50.png");
  background-image: url("/static/img/icons/icn-social-comments-50-50.svg"), none;
  background-size: cover;
}

.mobile {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
  .mobile {
    display: block;
  }
  .nav {
    min-width: 100%;
  }
  .nav-shortcuts-mod,
  .global-nav-mod {
    display: block !important;
  }
  .nav-logo,
  .nav-indicator {
    display: none;
  }
  .nav a.project-title,
  .nav-block {
    width: 100%;
  }
  .nav-block ul li {
    white-space: normal;
    font-size: 1.115em;
  }
  .nav-block.share,
  .nav-block.comment {
    display: none;
  }
  .share__comments .share-txt {
    width: 85px !important;
  }
  .share__comments .share-count {
    font-size: 100%;
    font-weight: bold;
  }
  .share__comments.mobile a {
    width: 100%;
  }
  ul.project-nav li {
    max-height: 0 !important;
  }
  ul.project-nav,
  ul.project-nav.open {
    right: 0 !important;
    left: 50% !important;
  }
  ul.project-nav.open li {
    max-height: 150px !important;
  }
  a.nav-title,
  a:hover.nav-title,
  a.nav-title.selected {
    background-color: #000;
  }
  a.nav-title.open {
    background-color: #404040;
  }
  a.nav-title.project-title {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url("/static/img/icons/icn-mobile-menu.png");
    background-image: url("/static/img/icons/icn-mobile-menu.svg"), none;
    background-size: 30px;
    background-position: 95% 12px;
  }
  a.nav-title.project-title.open {
    opacity: .80;
  }
  .project-link a {
    border-bottom: 1px solid #404040;
  }
}

/*# sourceMappingURL=article-project-nav.css.map */