.no-float,
.radio-group.floaty {
  float: none;
  clear: both;
  overflow: hidden;
}
.vanilla-list,
ul.errors,
#user-info ul,
footer ul.links,
ul.columnar,
ol .bullet-free,
ul .bullet-free,
ul.meta {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vanilla-list li,
ul.errors li,
#user-info ul li,
footer ul.links li,
ul.columnar li,
ol .bullet-free li,
ul .bullet-free li,
ul.meta li {
  list-style: none;
}
.ellipsis,
header h1,
.markdown > h1,
.package-widget h3,
.package-widget h3 a,
.package-widget p {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.unstyled-text-input,
.autoselect-wrapper > input[type=text] {
  border: none;
  outline: none;
  background: none;
  margin: 0;
  padding: 0;
}
.red-on-hover:hover,
.sidebar a:hover,
.package-widget a.name:hover,
.package-widget .quiet a:hover,
.ad a.quiet:hover {
  color: #cb3837;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 15px 0;
  clear: left;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
input,
select {
  vertical-align: middle;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
a,
a:hover,
a:active {
  outline: none;
}
sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.9em;
}
a {
  text-decoration: none;
}
a:link {
  -webkit-tap-highlight-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: rgba(0,0,0,0.8);
}
.red {
  color: #cb3837;
}
.subdued {
  opacity: 0.6;
}
.full-width {
  width: 100%;
}
.center,
.centered {
  text-align: center;
}
body {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.03em;
}
a {
  color: #cb3837;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.unadorned {
  color: rgba(0,0,0,0.8);
  font-weight: 400;
}
.sidebar a {
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
h1 {
  margin: 0;
  padding: 30px 0 0 0;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -1.5px;
  color: rgba(0,0,0,0.9);
}
h1.centered {
  text-align: center;
  padding: 40px 0 20px 0;
}
.narrow h1 {
  margin: 0.2em 0;
}
h2 {
  margin: 0;
  padding: 20px 0 10px 0;
  font-weight: 700;
  font-size: 24px;
  color: rgba(0,0,0,0.8);
  letter-spacing: 0;
}
h2 a {
  font-weight: 700;
}
h2 span {
  font-weight: 400;
}
h2:before {
  font-size: 45px;
  float: left;
  margin-right: 10px;
}
h2.ruled {
  letter-spacing: -0.8px;
  font-weight: 400;
  border-bottom: 2px solid rgba(0,0,0,0.08);
  padding-bottom: 22px;
  margin-bottom: 20px;
}
h2.ruled a {
  font-weight: 600;
}
hgroup {
  margin: 25px 0;
}
hgroup h1,
hgroup h2 {
  margin: 0;
  padding: 0;
  text-align: center;
}
hgroup h1 a,
hgroup h2 a {
  color: rgba(0,0,0,0.9);
  text-decoration: none;
}
hgroup h1 a:hover,
hgroup h2 a:hover {
  text-decoration: none;
}
hgroup h2 {
  font-weight: 300 !important;
  line-height: 1.2;
}
hgroup h2 a {
  font-weight: 300 !important;
}
h3 {
  display: block;
  margin: 0;
  padding: 20px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: rgba(0,0,0,0.8);
}
.sidebar h3 {
  color: #cb3837;
}
.sidebar h3 a {
  color: #cb3837;
}
h1.undecorated a,
h2.undecorated a,
h3.undecorated a {
  color: rgba(0,0,0,0.8);
}
p {
  margin: 0 0 15px 0;
}
p.list-of-links a {
  font-weight: 400;
}
strong.code {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
}
blockquote {
  padding: 0 15px;
  color: #555;
  border-left: 4px solid #ccc;
}
code {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  background-color: #f5f5f5;
}
pre {
  overflow-x: auto;
}
pre code {
  display: block;
  margin: 0 0 15px 0;
  padding: 8px;
  border-radius: 2px;
}
@font-face {
  font-family: "icomoon";
  src: url("/static/fonts/icomoon.eot?gqpuz");
  src: url("/static/fonts/icomoon.eot?#iefixgqpuz") format("embedded-opentype"), url("/static/fonts/icomoon.woff?gqpuz") format("woff"), url("/static/fonts/icomoon.ttf?gqpuz") format("truetype"), url("/static/fonts/icomoon.svg?gqpuz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.iconic,
.package-widget a.name {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before,
.iconic-before,
.package-widget a.name:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-left:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.icon-arrow-tri-left:before {
  content: "\e604";
}
.icon-arrow-tri-right:before {
  content: "\e605";
}
.icon-arrow-up:before {
  content: "\e606";
}
.icon-cal-7days:before {
  content: "\e607";
}
.icon-cal-24hours:before {
  content: "\e608";
}
.icon-cal-30days:before {
  content: "\e609";
}
.icon-collections-hex:before {
  content: "\e60a";
}
.icon-collections:before {
  content: "\e60b";
}
.icon-contact:before {
  content: "\e60c";
}
.icon-download:before {
  content: "\e60d";
}
.icon-edit:before {
  content: "\e60e";
}
.icon-github:before {
  content: "\e60f";
}
.icon-health-yay:before {
  content: "\e610";
}
.icon-health-meh:before {
  content: "\e611";
}
.icon-health-uh-oh:before {
  content: "\e612";
}
.icon-health-rip:before {
  content: "\e613";
}
.icon-history:before {
  content: "\e614";
}
.icon-i-used-this-hex:before {
  content: "\e615";
}
.icon-i-used-this:before {
  content: "\e616";
}
.icon-package-hex:before {
  content: "\e617";
}
.icon-package:before {
  content: "\e618";
}
.icon-x:before {
  content: "\e619";
}
.icon-search:before {
  content: "\e61a";
}
.icon-star-hex:before {
  content: "\e61b";
}
.icon-star:before {
  content: "\e61c";
}
.icon-support:before {
  content: "\e61d";
}
.icon-tag:before {
  content: "\e61e";
}
.icon-twitter:before {
  content: "\e61f";
}
.icon-website:before {
  content: "\e620";
}
label {
  display: block;
  margin: 0 0 7px;
  padding-left: 5px;
  color: rgba(0,0,0,0.8);
  font-weight: 600;
}
label.checkbox {
  color: #cb3837;
  font-size: 14px;
}
textarea {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.2);
  margin: 0 0;
  width: 100%;
  min-height: 300px;
  border-radius: 4px;
  color: rgba(0,0,0,0.8);
  outline: 0;
  resize: none;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password] {
  -webkit-appearance: none;
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid rgba(0,0,0,0.2);
  margin: 0 0 20px;
  border-radius: 4px;
  color: rgba(0,0,0,0.8);
  outline: 0;
}
input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  padding: 5px;
}
input[type=checkbox] {
  margin: 0 6px 0 0;
}
select {
  display: block;
  width: 96%;
  margin: 0 0 20px;
  outline: 0;
}
input[type=submit],
.button {
  font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif;
  border: 0;
  border-radius: 4px;
  text-align: center;
  display: block;
  padding: 0 35px;
  margin: 0 0 4px;
  height: 47px;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
  background: #cb3837;
  cursor: pointer;
  text-decoration: none !important;
  -webkit-appearance: none;
  clear: both;
}
input[type=submit]:hover,
.button:hover {
  background: rgba(0,0,0,0.8);
}
input[type=file] {
  margin: 0 0 50px;
}
.help-text {
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  line-height: 18px;
  margin: -15px 0 22px;
  padding-left: 8px;
}
.help-text.example:before {
  content: "Example: ";
}
form p {
  margin: 25px 0 0;
  text-align: center;
}
form p.help-text {
  margin: -15px 0 22px;
  text-align: left;
}
form p a {
  text-decoration: none;
  margin: 0 5px;
}
form p a:hover {
  color: rgba(0,0,0,0.8);
}
.radio-group {
  margin: 25px 0;
}
.radio-group.floaty input {
  vertical-align: text-bottom;
}
.radio-group.floaty label {
  display: block;
  float: left;
  margin-right: 50px;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
}
p.change-avatar {
  display: block;
  margin: 40px 0;
  padding: 0;
  line-height: 40px;
  vertical-align: top;
}
p.change-avatar a {
  vertical-align: top;
}
p.change-avatar img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 3px;
}
form.star {
  position: absolute;
  top: 29px;
  left: -16px;
  display: block;
  margin: 10px 0;
}
@media only screen and (max-width: 1180px) {
  form.star {
    left: auto;
    top: 4px;
    right: 20px;
  }
}
form.star input[type=checkbox] {
  display: none;
}
form.star input[type=checkbox] + label {
  font-size: 16px;
  line-height: 18px;
  vertical-align: top;
  color: rgba(0,0,0,0.8);
  cursor: pointer;
}
form.star input[type=checkbox] + label:before {
  transition: transform 0.5s;
  font-size: 18px;
  color: rgba(0,0,0,0.2);
  margin-right: 5px;
}
form.star input[type=checkbox]:checked + label:before {
  color: #cb3837;
  transform: rotate(360deg);
}
.honey {
  display: none;
}
.email-label:hover,
.email-field:hover {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}
.email-field input {
  background-color: rgba(0,0,0,0.08);
}
ul.errors,
p.error {
  background: #fff;
  color: #cb3837;
  margin: 20px 0;
  padding: 0;
}
ul.errors li,
p.error {
  line-height: 1.4;
  padding: 6px 0 6px 18px;
  position: relative;
}
ul.errors li:before,
p.error:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "\2716";
}
header {
  padding: 28px 0 20px;
  border-bottom: 1px solid #d3d3d3;
  background: rgba(0,0,0,0.08);
}
header h1 {
  clear: left;
  padding: 20px 0 0 0;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
}
header h1 em {
  color: #cb3837;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  header h1 {
    font-weight: 400;
    font-size: 28px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  header h1:before {
    float: left;
    margin-right: 4px;
    margin-top: 6px;
  }
}
nav {
  height: 38px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 39px;
  text-align: right;
  border-bottom: 1px solid #b83130;
  background: #cb3837;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  nav {
    display: none;
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    border-bottom: 0;
    background: rgba(0,0,0,0.08);
    z-index: 12;
  }
}
nav h2 {
  margin: 0;
  padding: 0;
}
nav h2 a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  color: rgba(255,255,255,0.8);
  padding-right: 100px;
  background: none;
}
nav h2 a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
  border: none;
}
nav a {
  display: inline-block;
  line-height: 36px;
  padding: 0 10px;
  margin: 0;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  background: #cb3837;
  transition: all 0.1s;
}
nav a:first-child {
  float: left;
  padding: 0;
  text-transform: lowercase;
  display: inline-block;
  min-width: 240px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  nav a:first-child {
    display: none;
  }
}
nav a:first-child:hover {
  background: none;
  border: none;
}
nav a:hover,
nav a.active {
  color: #fff;
  text-decoration: none;
  background: #a42b2b;
}
@media only screen and (max-width: 767px) {
  nav a {
    display: block;
    text-align: center;
    margin: 0;
    background: #cb3837;
    opacity: 1;
    border-bottom: 1px solid #fff;
  }
  nav a:hover {
    color: #cb3837;
    background: rgba(0,0,0,0.08);
    border-bottom: 1px solid #fff;
  }
}
@media only screen and (max-width: 767px) {
  nav .container {
    padding: 0;
  }
}
#secondary-nav {
  text-align: center;
  min-height: 65px;
  margin: 0 0 25px;
  background: url("../images/secondary-nav-bg.png") repeat-x bottom left;
}
@media only screen and (max-width: 767px) {
  #secondary-nav {
    min-height: 45px;
  }
}
#secondary-nav a {
  display: inline-block;
  height: 63px;
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 65px;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #secondary-nav a {
    font-weight: 600;
    font-size: 16px;
    line-height: 45px;
    height: 43px;
    margin: 0 15px 0 0;
  }
}
#secondary-nav a:hover,
#secondary-nav a.active {
  color: rgba(0,0,0,0.8);
  border-bottom: 2px solid #cb3837;
}
#secondary-nav a:last-child {
  margin-right: 0;
}
#profile-nav {
  min-height: 67px;
  margin: 0 0 95px;
  background: url("../images/secondary-nav-bg.png") repeat-x bottom left;
}
@media only screen and (max-width: 767px) {
  #profile-nav {
    position: relative;
    margin: 0 0 50px;
    background: none;
  }
}
#profile-nav .container {
  padding-left: 170px;
  max-width: 1010px;
}
@media only screen and (max-width: 767px) {
  #profile-nav .container {
    padding-left: 0;
    position: absolute;
    top: -80px;
    left: 105px;
  }
}
#profile-nav a {
  display: inline-block;
  height: 67px;
  margin: 0 30px 0 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 67px;
  color: rgba(0,0,0,0.4);
}
#profile-nav a:before {
  margin-right: 8px;
  float: left;
  line-height: 69px;
}
@media only screen and (max-width: 767px) {
  #profile-nav a:before {
    line-height: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #profile-nav a {
    display: inline-block;
    height: auto;
    margin: 0 10px 0 0;
    font-size: 13px;
    line-height: 15px;
    color: rgba(255,255,255,0.4);
  }
}
#profile-nav a:hover {
  color: rgba(0,0,0,0.8);
}
#npm-logo {
  float: left;
  margin-right: 7%;
}
#npm-logo img {
  display: block;
  width: 125px;
  height: 49px;
}
@media only screen and (max-width: 767px) {
  #npm-logo {
    margin: 0;
  }
  #npm-logo img {
    width: 80px;
  }
}
#npm-search {
  float: left;
  position: relative;
  width: 53%;
  height: 47px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 2px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  #npm-search {
    margin-top: 20px;
    width: 100%;
  }
}
#site-search {
  position: absolute;
  top: 7px;
  left: 7px;
  width: 80%;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-weight: 300;
  font-size: 18px;
  background: none;
}
#site-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  width: 46px;
  border: 0;
  text-indent: -9999em;
  cursor: pointer;
  outline: 0;
  border-left: 1px solid rgba(0,0,0,0.2);
  border-radius: 0 2px 2px 0;
  background: url("../images/ico-search.svg") no-repeat 50% 50%;
  background-size: 16px 16px;
}
#site-search-submit:hover {
  width: 49px;
  height: 46px;
  top: -1px;
  right: -1px;
  border: 1px solid #ae2e2d;
  border-bottom: none;
  background: #cb3837 url("../images/ico-search-hover.svg") no-repeat 50% 50%;
  background-size: 16px 16px;
}
#user-info {
  position: absolute;
  top: 0;
  right: 20px;
  float: none;
  clear: both;
  width: 50%;
}
#user-info img {
  float: right;
  display: block;
  width: 45px;
  margin: 0 0 0 10px;
  border-radius: 2px;
}
#user-info ul {
  float: right;
  display: block;
  text-align: right;
  margin-top: 8px;
}
#user-info ul li {
  line-height: 1;
}
#user-info ul.single {
  margin-top: 0;
}
#user-info ul.single li {
  line-height: 45px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #user-info {
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
  #user-info ul li {
    display: block;
    float: left;
    padding-left: 10px;
  }
  #user-info ul li.logout {
    display: none;
  }
  #user-info ul.single li {
    line-height: 25px;
  }
  #user-info img {
    width: 25px;
  }
  #user-info.anonymous img {
    display: none;
  }
}
#user-info a.subdued {
  color: rgba(0,0,0,0.4);
  font-size: 14px;
}
footer {
  margin: 80px 0 80px 0;
}
footer h3,
footer ul.links {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  footer h3,
  footer ul.links {
    margin-left: 0;
  }
}
footer h3 {
  line-height: 2;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
footer ul.links li {
  line-height: 2;
  margin: 0;
  padding: 0;
  display: block;
}
footer ul.links li a {
  font-weight: 600;
  text-decoration: none;
}
footer ul.links li a:hover {
  text-decoration: underline;
}
#npm-loves-you {
  margin-top: 80px;
  display: inline-block;
  color: rgba(0,0,0,0.4);
  text-decoration: none;
  position: relative;
}
#npm-loves-you:before,
#npm-loves-you:after {
  content: "\2665";
  color: rgba(203,56,55,0);
  font-size: 14px;
  transition: all 0.3s;
  transform: translate3d(0, 0, 0);
  position: absolute;
  top: 1px;
}
#npm-loves-you:before {
  left: -10px;
}
#npm-loves-you:after {
  right: -10px;
}
#npm-loves-you:hover {
  color: #cb3837;
}
#npm-loves-you:hover:before,
#npm-loves-you:hover:after {
  color: #cb3837;
}
#npm-loves-you:hover:before {
  left: -15px;
}
#npm-loves-you:hover:after {
  right: -15px;
}
.markdown {
  margin: 0;
}
.markdown > h1 {
  margin: 0;
  padding: 20px 0 5px 0;
  text-align: left;
  line-height: 1.2;
  overflow-y: hidden;
  text-transform: none;
}
.markdown > h1 a {
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.markdown > h1.package-name {
  padding-bottom: 0;
}
.markdown > h1.package-name-redundant {
  display: none;
}
.markdown >h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
  color: rgba(0,0,0,0.8);
  font-weight: 700;
}
.markdown >h2 a,
.markdown h3 a,
.markdown h4 a,
.markdown h5 a,
.markdown h6 a {
  font-weight: 700;
  color: rgba(0,0,0,0.8);
  text-decoration: none;
}
.markdown >h2.deep-link a:before,
.markdown h3.deep-link a:before,
.markdown h4.deep-link a:before,
.markdown h5.deep-link a:before,
.markdown h6.deep-link a:before {
  display: inline-block;
  content: "#";
  color: #fff;
  margin-left: -20px;
  width: 20px;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .markdown >h2.deep-link a:before,
  .markdown h3.deep-link a:before,
  .markdown h4.deep-link a:before,
  .markdown h5.deep-link a:before,
  .markdown h6.deep-link a:before {
    display: none;
  }
}
.markdown >h2.deep-link a:hover:before,
.markdown h3.deep-link a:hover:before,
.markdown h4.deep-link a:hover:before,
.markdown h5.deep-link a:hover:before,
.markdown h6.deep-link a:hover:before {
  color: rgba(0,0,0,0.8);
}
.markdown h3 {
  font-size: 20px;
}
.markdown h4,
.markdown h5,
.markdown h6 {
  font-size: 18px;
}
.markdown ol ol,
.markdown ul ol,
.markdown ol ul,
.markdown ul ul {
  margin: 0 0 0 20px;
}
.markdown p,
.markdown li {
  font-size: 16px;
}
.markdown p a,
.markdown li a {
  font-weight: 600;
}
.markdown th {
  font-weight: bold;
}
.markdown td,
.markdown th {
  padding: 0 5px;
  background: #f5f5f5;
}
.markdown p.package-description-redundant {
  display: none;
}
.markdown p.package-description {
  text-align: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
}
.markdown p.package-description a {
  font-weight: 300;
  color: rgba(0,0,0,0.8);
  text-decoration: underline;
}
.markdown p.package-description a:hover {
  color: #cb3837;
}
.markdown img {
  max-width: 100%;
}
.highlight {
  background-color: #f0f0f0;
  color: #000;
}
.highlight .invisible-character {
  color: rgba(85,85,85,0.2);
}
.highlight .indent-guide {
  color: rgba(85,85,85,0.2);
}
.highlight .wrap-guide {
  background-color: rgba(85,85,85,0.2);
}
.highlight .gutter {
  color: #000;
  background: #fff;
}
.highlight .gutter .line-number.folded,
.highlight .gutter .line-number:after,
.highlight .fold-marker:after {
  color: #e87b00;
}
.highlight .invisible {
  color: #555;
}
.highlight .selection .region {
  background-color: #e1e1e1;
}
.highlight.is-focused .cursor {
  border-color: #000;
}
.highlight.is-focused .selection .region {
  background-color: #afc4da;
}
.highlight.is-focused .line-number.cursor-line-no-selection,
.highlight.is-focused .line.cursor-line {
  background-color: rgba(255,255,134,0.34);
}
.highlight .source.gfm {
  color: #444;
}
.highlight .gfm .markup.heading {
  color: #111;
}
.highlight .gfm .link {
  color: #888;
}
.highlight .gfm .variable.list {
  color: #888;
}
.highlight .markdown .paragraph {
  color: #444;
}
.highlight .markdown .heading {
  color: #111;
}
.highlight .markdown .link {
  color: #888;
}
.highlight .markdown .link .string {
  color: #888;
}
.highlight(.is-focused) .cursor {
  border-color: #000;
}
.highlight(.is-focused) .selection .region {
  background-color: #afc4da;
}
.highlight(.is-focused) .line-number.cursor-line-no-selection,
.highlight(.is-focused) .line.cursor-line {
  background-color: rgba(255,255,134,0.34);
}
.comment {
  color: #998;
  font-style: italic;
}
.string {
  color: #d14;
}
.string .source,
.string .meta.embedded.line {
  color: #5a5a5a;
}
.string .punctuation.section.embedded {
  color: #920b2d;
}
.string .punctuation.section.embedded .source {
  color: #920b2d;
}
.constant.numeric {
  color: #d14;
}
.constant.language {
  color: #606aa1;
}
.constant.character,
.constant.other {
  color: #606aa1;
}
.constant.symbol {
  color: #990073;
}
.constant.numeric.line-number.find-in-files .match {
  color: rgba(143,190,0,0.63);
}
.variable {
  color: #008080;
}
.variable.parameter {
  color: #606aa1;
}
.keyword {
  color: #222;
  font-weight: bold;
}
.keyword.unit {
  color: #458;
}
.keyword.special-method {
  color: #0086b3;
}
.storage {
  color: #222;
}
.storage.type {
  color: #222;
}
.entity.name.class {
  text-decoration: underline;
  color: #606aa1;
}
.entity.other.inherited-class {
  text-decoration: underline;
  color: #606aa1;
}
.entity.name.function {
  color: #900;
}
.entity.name.tag {
  color: #008080;
}
.entity.other.attribute-name {
  color: #458;
  font-weight: bold;
}
.entity.name.filename.find-in-files {
  color: #e6db74;
}
.support.constant,
.support.function,
.support.type {
  color: #458;
}
.support.class {
  color: #008080;
}
.invalid {
  color: #f8f8f0;
  background-color: #00a8c6;
}
.invalid.deprecated {
  color: #f8f8f0;
  background-color: #8fbe00;
}
.meta.structure.dictionary.json > .string.quoted.double.json,
.meta.structure.dictionary.json > .string.quoted.double.json .punctuation.string {
  color: #000080;
}
.meta.structure.dictionary.value.json > .string.quoted.double.json {
  color: #d14;
}
.meta.diff,
.meta.diff.header {
  color: #75715e;
}
.css.support.property-name {
  font-weight: bold;
  color: #333;
}
.css.constant {
  color: #099;
}
.bracket-matcher .region {
  background-color: #c9c9c9;
  opacity: 0.7;
  border-bottom: 0 none;
}
.tipsy {
  font-size: 13px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  -webkit-font-smoothing: subpixel-antialiased;
}
.tipsy-inner {
  background-color: #cb3837;
  color: #fff;
  line-height: 1.9;
  max-width: 200px;
  padding: 0px 6px;
  text-align: center;
  border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #cb3837;
}
.tipsy-arrow-n {
  border-bottom-color: #cb3837;
}
.tipsy-arrow-s {
  border-top-color: #cb3837;
}
.tipsy-arrow-e {
  border-left-color: #cb3837;
}
.tipsy-arrow-w {
  border-right-color: #cb3837;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
section {
  display: block;
  margin: 50px 0;
}
.container {
  position: relative;
  float: none;
  clear: both;
  overflow: visible;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.static-content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.narrow {
  max-width: 420px;
}
.tablet-width {
  max-width: 640px;
}
.content {
  float: left;
  max-width: 760px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 1180px) {
  .content {
    float: none;
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.sidebar {
  float: right;
  margin-top: 40px;
  max-width: 320px;
}
@media only screen and (max-width: 1180px) {
  .sidebar {
    max-width: 100%;
    float: none;
    clear: both;
    overflow: hidden;
  }
}
ul.columnar {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
ul.columnar li {
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  page-break-inside: avoid;
  padding: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  ul.columnar {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.package-widget:hover a {
  color: #cb3837 !important;
}
.package-widget h3,
.package-widget h3 a {
  font-size: 20px;
  line-height: 20px;
  overflow: visible;
  vertical-align: top;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.package-widget a.name {
  text-decoration: none;
  color: rgba(0,0,0,0.8);
}
.package-widget a.name:before {
  content: "\e617";
  color: rgba(0,0,0,0.2);
  line-height: 20px;
  padding-right: 6px;
}
.package-widget p {
  font-size: 15px;
  margin: 0;
  max-width: 100%;
  color: rgba(0,0,0,0.6);
  padding-left: 23px;
}
.package-widget .quiet {
  font-size: 14px;
  color: rgba(0,0,0,0.6);
}
.package-widget .quiet a {
  color: rgba(0,0,0,0.8);
  font-weight: 400;
}
.package-widget-with-logo .package-logo {
  display: block;
  text-align: center;
  height: 120px;
  line-height: 120px;
}
.package-widget-with-logo .package-logo img {
  display: inline-block;
  max-width: 80%;
  max-height: 100%;
  vertical-align: middle;
}
.package-widget-with-logo .package-details {
  margin-top: 20px;
}
.package-widget-with-logo .package-details h3,
.package-widget-with-logo .package-details p {
  text-align: center;
}
.package-widget-with-logo a.name:before {
  content: none;
}
.package-widget-with-logo p {
  padding-left: 0;
}
.box {
  margin: 0;
  font-size: 16px;
  color: rgba(0,0,0,0.6);
}
.box a:hover {
  color: #cb3837 !important;
}
.box p {
  padding: 14px;
  margin: 0;
}
.box a {
  text-decoration: none;
}
.box a:hover {
  text-decoration: underline;
}
.box li {
  line-height: 2.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.box li:last-child {
  border-bottom: none;
}
.box li.address {
  line-height: 1.5;
  padding-top: 0.5em;
}
.pagination {
  margin: 50px 0;
  width: 100%;
  text-align: center;
}
.pagination a {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.08);
  text-align: center;
  margin: 0 2px 10px;
  padding: 1px 11px;
  color: #cb3837;
  text-decoration: none;
}
.pagination a:hover,
.pagination a.active {
  border-color: #a42b2b;
  color: #fff;
  background: #cb3837;
}
#profile {
  padding-top: 30px;
}
a.avatar {
  max-width: 100%;
  display: block;
}
a.avatar img {
  width: 100%;
  border-radius: 5px;
}
ol {
  list-style-position: inside;
}
ul {
  margin: 0 0 15px 35px;
}
ul li {
  list-style: disc;
}
ol .bullet-free li,
ul .bullet-free li {
  list-style: none;
  padding: 5px 0;
}
ul.meta li {
  border-top: 1px solid rgba(0,0,0,0.2);
  line-height: 2;
}
ul.meta li:first-child {
  border: none;
}
li.last-publisher {
  line-height: 20px;
  vertical-align: top;
  margin: 0;
  padding: 0 0 5px 0;
}
li.last-publisher img {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  margin-right: 3px;
}
li.last-publisher a {
  height: 20px;
  vertical-align: top;
}
li.last-publisher a:hover {
  text-decoration: none;
}
li.last-publisher a:hover span {
  text-decoration: underline;
}
li.last-publisher a span {
  line-height: 20px;
  vertical-align: top;
}
ul.humans {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  float: none;
  overflow: hidden;
}
ul.humans li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 32px;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.humans a {
  display: block;
  position: relative;
  text-decoration: none;
}
ul.humans img {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  transition: all 0.3s;
}
ul.humans span {
  padding-left: 3px;
  display: inline-block;
  line-height: 32px;
  vertical-align: top;
}
.ad {
  padding: 10px;
  border: 1px solid rgba(0,0,0,0.04);
  border-radius: 2px;
  background: rgba(0,0,0,0.02);
}
.ad a {
  font-weight: 400;
  text-decoration: underline;
}
.ad a.quiet {
  color: rgba(0,0,0,0.4);
  text-decoration: none;
}
.ad p {
  margin: 0;
  padding: 0;
}
.ad.discreet {
  padding: 0;
  border: none;
  background: none;
}
.hiring-widget {
  padding: 20px 0;
}
.hiring-widget-logo {
  display: block;
  text-align: center;
  height: 80px;
  margin-bottom: 10px;
}
.hiring-widget-logo img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
div.scroll-beyond-300 {
  max-height: 300px;
  overflow-y: scroll;
  border: 1px solid rgba(0,0,0,0.08);
  margin: 15px 0;
}
.inquire {
  margin-bottom: 0.5em;
}
.inquire input[type='radio'] {
  width: 0.1px;
}
.inquire input[type='radio']:checked + label {
  background-color: #cb3837;
  color: #fff;
  border: 1px solid #cb3837;
}
.inquire input[type='radio']:hover + label {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  border: 1px solid rgba(0,0,0,0.8);
}
.inquire input[type='radio'] + label {
  margin: 0 1px 0 -8px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.6);
  color: rgba(0,0,0,0.6);
}
img.roomy-and-flexible {
  max-width: 100%;
  margin: 40px 0;
}
.npm-install {
  position: relative;
  margin-bottom: 20px;
}
.npm-install:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 18px;
  color: rgba(0,0,0,0.2);
  vertical-align: top;
}
.autoselect-wrapper > input[type=text] {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  margin: 0;
  padding: 0 0 0 30px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: visible;
  overflow-x: auto;
  color: rgba(0,0,0,0.6);
  height: 20px;
  cursor: text;
  font-size: 15px;
}
#what-npm-is-for {
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 20px;
  color: #cb3837;
  width: 200px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #what-npm-is-for {
    margin-bottom: 0;
    display: block;
    text-align: center;
    width: auto;
  }
}
#what-npm-is-for:after {
  -webkit-animation: cursor-blink 0.8s linear infinite;
  -moz-animation: cursor-blink 0.8s linear infinite;
  -o-animation: cursor-blink 0.8s linear infinite;
  animation: cursor-blink 0.8s linear infinite;
  content: "|";
  color: #cb3837;
  padding-left: 3px;
}
#what-npm-is-for.disabled:after {
  content: none;
}
#home-stats {
  position: relative;
  margin: 10px auto 10px auto;
  padding: 0;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 820px) {
  #home-stats {
    display: block;
  }
  #home-stats .stat {
    display: block;
    width: 200px;
    margin: 15px auto;
  }
}
@media only screen and (max-width: 767px) {
  #home-stats {
    display: none;
  }
}
.stat {
  position: relative;
  flex: 0 1 auto;
  line-height: 20px;
  font-size: 14px;
  color: rgba(0,0,0,0.4);
  margin: 20px 20px 20px 0;
  padding-left: 46px;
}
.stat.icon-package-hex:before {
  top: 0;
  font-size: 36px;
}
.stat:before {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 30px;
  margin-right: 10px;
  margin-top: 2px;
  color: rgba(0,0,0,0.8);
}
.stat strong {
  font-family: Consolas, "Liberation Mono", Menlo, Monaco, Courier, monospace;
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: rgba(0,0,0,0.8);
}
@-moz-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cursor-blink {
  1% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
