
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

/* end baseline CSS */
.hljs {
  background: #F3F3F3;
  color: #444;
}

/* Base color: saturation 0; */
.hljs-subst {
  /* default */
}

/* purposely ignored */
.hljs-comment {
  color: #697070;
}

.hljs-tag,
.hljs-punctuation {
  color: rgba(68, 68, 68, 0.6666666667);
}

.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656;
}

/* Language color: hue: 90; */
.hljs-literal {
  color: #695;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199;
}

.hljs-meta .hljs-string {
  color: #38a;
}

/* Misc effects */
.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.packagecloud-embed {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  direction: ltr;
}
.packagecloud-embed .embed-instructions-container {
  font-family: Menlo, Courier, monospace;
  border: 1px solid #ddd;
  border-bottom: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.packagecloud-embed .embed-instructions-container > * {
  padding: 16px;
}
.packagecloud-embed .embed-instructions-container .embed-body div {
  word-break: break-all;
  word-wrap: break-word;
  margin-bottom: 8px;
}
.packagecloud-embed .embed-script-container {
  font-size: 14px;
}
.packagecloud-embed .embed-footer {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
}
.packagecloud-embed .embed-footer .footer-item-container {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.packagecloud-embed .embed-footer .footer-item-container .footer-left {
  float: left;
}
.packagecloud-embed .embed-footer .footer-item-container .footer-right {
  float: right;
}
.packagecloud-embed a {
  text-decoration: underline;
}

/* Webfont: OpenSans Regular */
@font-face {
  font-family: "Open Sans";
  src: url(/assets/open-sans/OpenSans-Regular-795ddb0822898201d626fa49e72f8d81ab712b743c69a710ae76f5439f30962a.eot); /* IE9 Compat Modes */
  src: url(/assets/open-sans/OpenSans-Regular-795ddb0822898201d626fa49e72f8d81ab712b743c69a710ae76f5439f30962a.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-Regular-126c17576e2583c862cc8a8a53ac3310dc913a7dfeeeccb4071bc83847d7484a.woff2) format("woff2"), url(/assets/open-sans/OpenSans-Regular-75c4df2f3d4e9c4da1ca186ce026c3684326f0684ad88bceb7796201e879f323.woff) format("woff"), url(/assets/open-sans/OpenSans-Regular-639b9285b1647cd0e33ca57b5d03f97cf1776dafc89318026d2cfc3d26b60459.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: OpenSans Light */
@font-face {
  font-family: "OpenSansLight";
  src: url(/assets/open-sans/OpenSans-Light-735c01612073893a0bb17bcec8074435103eb1fbc8f5fd70cc91dc7cd08d925a.eot); /* IE9 Compat Modes */
  src: url(/assets/open-sans/OpenSans-Light-735c01612073893a0bb17bcec8074435103eb1fbc8f5fd70cc91dc7cd08d925a.eot?#iefix) format("embedded-opentype"), url(/assets/open-sans/OpenSans-Light-feb2c7d1e81834ee7c6977d37975b434a386e476620b9be22da08878255699eb.woff2) format("woff2"), url(/assets/open-sans/OpenSans-Light-40ecd63e403d8ec578cd28f2a616e1c95eccbe0643df2ac96d3f310ea4740b44.woff) format("woff"), url(/assets/open-sans/OpenSans-Light-730ff51f771afe54985d9887fa5a267958563eacfaafb788685b5ce0445bad3a.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* montserrat-300 - latin */
@font-face {
  font-family: "montserrat-light";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/montserrat/montserrat-v12-latin-300-a015c0149ba458c958ae79362d375339ef2385a3a60f682132d07e2a6065bdbf.eot); /* IE9 Compat Modes */
  src: local("Montserrat Light"), local("Montserrat-Light"), url(/assets/montserrat/montserrat-v12-latin-300-a015c0149ba458c958ae79362d375339ef2385a3a60f682132d07e2a6065bdbf.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v12-latin-300-090bf4c577c1ddd5c6078099f5bc5f35723551cf0c2053fae28b21406df6c3de.woff2) format("woff2"), url(/assets/montserrat/montserrat-v12-latin-300-6a2ae4055a2b6fc02a18866f4e6bda5e29fc9b6f9518b03f2f1869061f3785cd.woff) format("woff"), url(/assets/montserrat/montserrat-v12-latin-300-3f0f6e6ce489f508f92c19cbf1ff457d8dd4b7711439bef945e89ac4ed916322.ttf) format("truetype"); /* Safari, Android, iOS */
}
/* montserrat-regular - latin */
@font-face {
  font-family: "montserrat-regular";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v12-latin-regular-f22d7de41b8ac9c23ed548632c2be3e863a74bff026c9661e1a5efa7d699cb8f.eot); /* IE9 Compat Modes */
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url(/assets/montserrat/montserrat-v12-latin-regular-f22d7de41b8ac9c23ed548632c2be3e863a74bff026c9661e1a5efa7d699cb8f.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v12-latin-regular-03781bdbed72297a03a9bf450fb75fd29a640cb443ebd0fdbadfbc8f0a5d0c7e.woff2) format("woff2"), url(/assets/montserrat/montserrat-v12-latin-regular-a0626b11dbaff37ae269f86f6e3ef88cfff8164bdc79bb41c2746b1941cc9c5b.woff) format("woff"), url(/assets/montserrat/montserrat-v12-latin-regular-fabbb1795a54af7342ce58eac536eb81278583261abe7326f39b84844a35891a.ttf) format("truetype"); /* Safari, Android, iOS */
}
/* montserrat-italic - latin */
@font-face {
  font-family: "montserrat-regular-italic";
  font-style: italic;
  font-weight: 400;
  src: url(/assets/montserrat/montserrat-v12-latin-italic-32820dc25f02f41e7ba754b2513c657d6ccfff3582c9893df56efe879e9448aa.eot); /* IE9 Compat Modes */
  src: local("Montserrat Italic"), local("Montserrat-Italic"), url(/assets/montserrat/montserrat-v12-latin-italic-32820dc25f02f41e7ba754b2513c657d6ccfff3582c9893df56efe879e9448aa.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v12-latin-italic-8c2ffe73079724b0e8af45bc69c10913837cec4fabaf2af86ca8a84127ac7183.woff2) format("woff2"), url(/assets/montserrat/montserrat-v12-latin-italic-7c9e9da715aa0e7c7852f36b5fa194e5cf549ac27c3acf00b05dc5187ce00a5a.woff) format("woff"), url(/assets/montserrat/montserrat-v12-latin-italic-50eb7496d6d9ad3a8bef1a6880099466e6546f96c70dc9d18b49aaa253af1cc5.ttf) format("truetype"); /* Safari, Android, iOS */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "montserrat-bold";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v12-latin-700-f6fa94ce86b873cc2de1658c324e8c40e65e5ae9ffe28e2e0e0ed1390c640a3e.eot); /* IE9 Compat Modes */
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url(/assets/montserrat/montserrat-v12-latin-700-f6fa94ce86b873cc2de1658c324e8c40e65e5ae9ffe28e2e0e0ed1390c640a3e.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v12-latin-700-826a4c4f5c5b6d68efd841422cfeb659c9b3d60d073c2b870f17b2874443ba35.woff2) format("woff2"), url(/assets/montserrat/montserrat-v12-latin-700-9f386f1bcd584e14afbc4bed491d3361225359c20740fb2e91eece3b40e491a2.woff) format("woff"), url(/assets/montserrat/montserrat-v12-latin-700-cea97880ddc649e0f300de32b283110825c2480a5b38d606c9b4a111c367ba34.ttf) format("truetype"); /* Safari, Android, iOS */
}
/* montserrat-700italic - latin */
@font-face {
  font-family: "montserrat-bold-italic";
  font-style: italic;
  font-weight: 700;
  src: url(/assets/montserrat/montserrat-v12-latin-700italic-ddbb302be94119374a87bdcc3a530627a84b35b751c51cea78e649125ff3f5a2.eot); /* IE9 Compat Modes */
  src: local("Montserrat Bold Italic"), local("Montserrat-BoldItalic"), url(/assets/montserrat/montserrat-v12-latin-700italic-ddbb302be94119374a87bdcc3a530627a84b35b751c51cea78e649125ff3f5a2.eot?#iefix) format("embedded-opentype"), url(/assets/montserrat/montserrat-v12-latin-700italic-d276710ce39fc4f27d35ec0921c1b7b5d41c7760da525c430d82dfd7fc4ce097.woff2) format("woff2"), url(/assets/montserrat/montserrat-v12-latin-700italic-4ee8de64a6de58271aa1f7f566a7f2deda2e8dd01358a262a1244ad5fbed38be.woff) format("woff"), url(/assets/montserrat/montserrat-v12-latin-700italic-d022abb0574e3cf277be722e7c910cd4fbe2eefc183798be5b83999c5a0cfb70.ttf) format("truetype"); /* Safari, Android, iOS */
}
.montserrat {
  font-family: "montserrat-regular", sans-serif;
}

/* montserrat-900 - latin */
@font-face {
  font-family: "montserrat-extra-bold";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/montserrat/montserrat-v12-latin-900-c70ef9d73baed550a60a3b564bdd51ec7fefebfa26eb052e560f45b73e34e0a0.eot); /* IE9 Compat Modes */
  src: local("Montserrat Extra Bold"), local("Montserrat-Extra-Bold"), font-url(/assets/montserrat/montserrat-v12-latin-900-c70ef9d73baed550a60a3b564bdd51ec7fefebfa26eb052e560f45b73e34e0a0.eot?#iefix) format("embedded-opentype"), font-url(/assets/montserrat/montserrat-v12-latin-900-b8d153b924edb45181d7792b6d5739cab695b69d5025ef6244827cfe3a5cf784.woff2) format("woff2"), font-url(/assets/montserrat/montserrat-v12-latin-900-c683498ff833d270ecc79c6f2c21d9447fe5cdc59cdd93335f7e5f6381be6a2b.woff) format("woff"), font-url(/assets/montserrat/montserrat-v12-latin-900-9e465d491a7e39fa73edaf007439b04f65fdd77ebf2f591ee2b3ee029f3a9b80.ttf) format("truetype"); /* Safari, Android, iOS */
}
.montserrat {
  font-family: "montserrat-black", sans-serif;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(/assets/glyphicons/glyphicons-halflings-regular-fda947fea300ad8641ef6bef3b850fa96843324bb8519ad03366d3e7be5ea31a.eot);
  src: url(/assets/glyphicons/glyphicons-halflings-regular-fda947fea300ad8641ef6bef3b850fa96843324bb8519ad03366d3e7be5ea31a.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons/glyphicons-halflings-regular-851fb279e1388592285ceae206e582dc95b06f4e11fd1da17ddb0954c2a7c4fe.woff2) format("woff2"), url(/assets/glyphicons/glyphicons-halflings-regular-357a9bae052bc28413724ac3d33d3de74a8e25bf95ff0d77530bef5056b1a35d.woff) format("woff"), url(/assets/glyphicons/glyphicons-halflings-regular-eead0a973d5c1a94d52b019f8e5571ffcb8770d087308c28a1ee15b7b909ce9a.ttf) format("truetype"), url(/assets/glyphicons/glyphicons-halflings-regular-146a74ca9af5449dd1fd9aac9ba74df6b748b3e6d025cb23069dc83636250062.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicons.x05 {
  font-size: 6px;
}

.glyphicon.x2 {
  font-size: 24px;
}

.glyphicon.x3 {
  font-size: 36px;
}

.glyphicon.x4 {
  font-size: 48px;
}

.glyphicon.x5 {
  font-size: 60px;
}

.glyphicon.x6 {
  font-size: 72px;
}

.glyphicon.x7 {
  font-size: 84px;
}

.glyphicon.x8 {
  font-size: 96px;
}

.glyphicon.light:before {
  color: #f2f2f2;
}

.glyphicon.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}

.glyphicon.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.glyphicon.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.glyphicon.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.glyphicon.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.glyphicon.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-envelope:before {
  content: "\e004";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-pencil:before {
  content: "\e061";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-plus:before {
  content: "\e098";
}

.glyphicon-minus:before {
  content: "\e099";
}

.glyphicon-asterisk:before {
  content: "\e100";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comments:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-top:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-top:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-euro:before {
  content: "\e147";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse:before {
  content: "\e159";
}

.glyphicon-collapse-top:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud:before {
  content: "\e196";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-door:before {
  content: "\e207";
}

.glyphicon-key:before {
  content: "\e208";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\e217";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\e220";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\e222";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\e228";
}

.glyphicon-ruble:before {
  content: "\e229";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-terminal:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

.glyphicon-building:before {
  content: "\e261";
}

.glyphicon-tick:before {
  content: "\e262";
}

.glyphicon-star-half:before {
  content: "\e263";
}

.glyphicon-hash:before {
  content: "\e264";
}

.glyphicon-directions:before {
  content: "\e265";
}

.glyphicon-gas:before {
  content: "\e266";
}

.glyphicon-snowflake:before {
  content: "\e267";
}

.glyphicon-sunlight:before {
  content: "\e268";
}

.glyphicon-selectbox:before {
  content: "\e269";
}

.glyphicon-sortable:before {
  content: "\e270";
}

.glyphicon-note-empty:before {
  content: "\e271";
}

.glyphicon-note:before {
  content: "\e272";
}

.glyphicon-direction-right:before {
  content: "\e273";
}

.glyphicon-direction-left:before {
  content: "\e274";
}

.glyphicon-direction-down:before {
  content: "\e275";
}

.glyphicon-direction-up:before {
  content: "\e276";
}

.glyphicon-parking:before {
  content: "\e277";
}

.glyphicon-coffee-cup:before {
  content: "\e278";
}

.glyphicon-record-empty:before {
  content: "\e279";
}

.glyphicon-move-square:before {
  content: "\e280";
}

.glyphicon-bug:before {
  content: "\e281";
}

.glyphicon-display:before {
  content: "\e282";
}

.glyphicon-direction:before {
  content: "\e283";
}

.glyphicon-group:before {
  content: "\e284";
}

.glyphicon-reflect-y:before {
  content: "\e285";
}

.glyphicon-reflect-x:before {
  content: "\e286";
}

.glyphicon-battery-charging:before {
  content: "\e287";
}

.glyphicon-battery-full:before {
  content: "\e288";
}

.glyphicon-battery-75:before {
  content: "\e289";
}

.glyphicon-battery-50:before {
  content: "\e290";
}

.glyphicon-battery-25:before {
  content: "\e291";
}

.glyphicon-battery-10:before {
  content: "\e292";
}

.glyphicon-paired:before {
  content: "\e293";
}

.glyphicon-rotate-right:before {
  content: "\e294";
}

.glyphicon-rotate-left:before {
  content: "\e295";
}

.glyphicon-list-numbered:before {
  content: "\e296";
}

.glyphicon-paragraph:before {
  content: "\e297";
}

.glyphicon-list-plus:before {
  content: "\e298";
}

.glyphicon-synchronization:before {
  content: "\e299";
}

.glyphicon-cube-black:before {
  content: "\e300";
}

/* New Color-Schema using this inverted color spectrum thing */
.open {
  -moz-animation: open-nav 0.25s ease-in;
  -webkit-animation: open-nav 0.25s ease-in;
  animation: open-nav 0.25s ease-in;
}

@-moz-keyframes open-nav {
  0% {
    left: -275px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes open-nav {
  0% {
    left: -275px;
  }
  100% {
    left: 0;
  }
}
@keyframes open-nav {
  0% {
    left: -275px;
  }
  100% {
    left: 0;
  }
}
.closed {
  -moz-animation: close-nav 0.25s ease-out;
  -webkit-animation: close-nav 0.25s ease-out;
  animation: close-nav 0.25s ease-out;
}

@-moz-keyframes close-nav {
  0% {
    left: 0;
  }
  100% {
    left: -275px;
  }
}
@-webkit-keyframes close-nav {
  0% {
    left: 0;
  }
  100% {
    left: -275px;
  }
}
@keyframes close-nav {
  0% {
    left: 0;
  }
  100% {
    left: -275px;
  }
}
body {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1086a3;
}

.hidden {
  display: none !important;
}

*[hidden] {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.center div {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
}

pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 0.8em;
  line-height: 1.42857;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #eaeaea;
  border-radius: 4px;
}

.page-header {
  max-width: 928px;
  margin: 15px auto;
}

input[type=search] {
  -webkit-appearance: none;
}

.price-highlight {
  color: #78D758;
  white-space: nowrap;
}

.right-slash-guillotine {
  position: relative;
  height: 420px;
  margin-bottom: 210px;
}
.right-slash-guillotine:after {
  content: "";
  position: absolute;
  top: 111px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
}

@media (max-width: 960px) {
  .right-slash-guillotine {
    height: 100%;
  }
}
.left-slash-guillotine {
  position: relative;
  margin-bottom: 185px;
}
.left-slash-guillotine h2 {
  font-size: 36px;
  font-weight: 300;
}
.left-slash-guillotine h3 {
  margin-bottom: 0px;
  font-size: 26px;
}
.left-slash-guillotine h3 span {
  font-weight: 300;
}
.left-slash-guillotine ul li {
  margin-bottom: 1em;
  width: 100%;
}
.left-slash-guillotine:after {
  content: "";
  position: absolute;
  top: 111px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-position: 300px -210px;
  -webkit-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
.left-slash-guillotine .container {
  margin-top: 5em;
  display: flex;
  max-width: 940px;
}
.left-slash-guillotine .no-flex-container {
  margin-top: 5em;
  display: block;
  max-width: 940px;
}
.left-slash-guillotine .copy-container {
  flex: 4;
}
.left-slash-guillotine .button-container {
  flex: 1;
}
.left-slash-guillotine ul {
  margin-top: 36px;
  padding-left: 30px;
  list-style-image: url(/assets/pricing/icons/green-check-d602df389479cbb7a6daf134b526eb1ca1feea08f8974035df1aa1dc436f5ed0.svg);
}
.left-slash-guillotine ul li {
  padding-left: 8px;
}
.left-slash-guillotine .button-container {
  text-align: center;
}
.left-slash-guillotine .button-container a {
  margin-top: 50%;
}
.left-slash-guillotine .btn.info {
  padding: 0.8em 1.3em;
  background-color: #129AFF;
  border-color: #129AFF;
}
.left-slash-guillotine .btn.info.bold {
  font-weight: bolder;
}

@media (max-width: 960px) {
  .left-slash-guillotine .container {
    display: block;
  }
  .left-slash-guillotine .button-container a {
    margin-top: 10%;
  }
}
.centered-form-section {
  padding: 0;
  overflow: hidden;
  text-align: center;
  min-height: 680px;
  display: table;
  width: 100%;
}
.centered-form-section .no-flex-container {
  display: table-row;
}
.centered-form-section .no-flex-container .table-centered {
  display: table-cell;
  vertical-align: middle;
}
.centered-form-section .no-flex-container .table-centered .centered {
  max-width: 840px;
  margin: 0 auto;
}

.fk1d0a2 {
  display: none;
}

main::after {
  clear: both;
  content: "";
  display: block;
}
main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.fill-parent {
  width: 100%;
  box-sizing: border-box;
}

.row {
  *zoom: 1;
  display: block;
}

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

.row:after {
  clear: both;
}

.col-md-1 {
  width: calc(8.33333% - 21.66667px);
  float: left;
  margin-left: 20px;
}

.col-md-2 {
  width: calc(16.66667% - 23.33333px);
  float: left;
  margin-left: 20px;
}

.col-md-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px;
}

.col-md-4 {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
}

.col-md-5 {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
}

.col-md-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
}

.col-md-7 {
  width: calc(58.33333% - 31.66667px);
  float: left;
  margin-left: 20px;
}

.col-md-8 {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
}

.col-md-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px;
}

.col-md-10 {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
}

.col-md-11 {
  width: calc(91.66667% - 38.33333px);
  float: left;
  margin-left: 20px;
}

.col-md-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

@media (max-width: 1096px) {
  [class*=col-] {
    float: none;
    width: 100%;
  }
}
[class*=col-] {
  margin-right: 0;
}

article.type-system-sans::after {
  clear: both;
  content: "";
  display: block;
}
article.type-system-sans {
  font-family: "PT Sans", sans-serif;
  text-align: left;
}
article.type-system-sans h1, article.type-system-sans h2, article.type-system-sans h3, article.type-system-sans p {
  margin: 0;
}
article.type-system-sans hr {
  border-bottom: 1px solid #DDD;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}
article.type-system-sans p {
  color: #333;
  line-height: 1.5em;
}
article.type-system-sans a {
  color: #477DCA;
  text-decoration: none;
}
article.type-system-sans .type {
  border-bottom: 1px solid;
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  font-size: 0.7em;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 2em;
  padding: 0.1em 0;
  text-align: left;
  text-transform: uppercase;
}
article.type-system-sans h1 {
  font-family: "Titillium Web", sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 640px) {
  article.type-system-sans h1 {
    font-size: 2.4em;
  }
}
article.type-system-sans h2 {
  font-family: "PT Sans", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 1.2em;
}
@media screen and (min-width: 640px) {
  article.type-system-sans h2 {
    font-size: 1.4em;
  }
}
article.type-system-sans code {
  background: #F7F7F7;
  border-radius: 4.5px;
  border: 1px solid #E0E0E0;
  font-family: monaco;
  font-size: 0.65em;
  font-style: normal;
  padding: 0.1em 0.4em;
  white-space: nowrap;
}
article.type-system-sans h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
article.type-system-sans p.date {
  color: rgba(51, 51, 51, 0.4);
  font-family: "PT Sans", sans-serif;
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
article.type-system-sans p {
  font-family: "PT Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 1;
  margin-bottom: 1.5em;
}
article.type-system-sans p span {
  font-family: "PT Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
}
article.type-system-sans hr {
  width: 3em;
}
article.type-system-sans a.read-more {
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.2em;
  position: relative;
  text-transform: uppercase;
}
article.type-system-sans a.read-more span {
  font-size: 1.7em;
  position: absolute;
  right: -10px;
  top: -2px;
}
article.type-system-sans p.author {
  font-family: "PT Sans", sans-serif;
  font-style: italic;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.inline-flex {
  display: inline-flex;
}

.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  flex: none;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.self-baseline {
  align-self: baseline;
}

.self-stretch {
  align-self: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.content-start {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.content-center {
  align-content: center;
}

.content-between {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.content-stretch {
  align-content: stretch;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-last {
  order: 99999;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 1096px) {
  .flex {
    display: block;
  }
}
.pr-1 {
  padding-right: 1em;
}

.d-ib {
  display: inline-block;
}

.to-e {
  overflow: hidden;
  text-overflow: ellipsis;
}

.to-s {
  overflow: scroll;
}

.us-a {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}

.pb-0 {
  padding-bottom: 0;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

.b-0 {
  bottom: 0;
}

.r-0 {
  right: 0;
}

.cursor-p {
  cursor: pointer;
}

.ws-pw {
  white-space: pre-wrap;
}
.ws-n {
  white-space: normal;
}

.wb-bw {
  word-break: break-word;
}

.mt-1 {
  margin-top: 1em;
}
.mt-2 {
  margin-top: 2em;
}
.mt-3 {
  margin-top: 3em;
}
.mt-4 {
  margin-top: 4em;
}
.mt-5 {
  margin-top: 5em;
}
.mt-6 {
  margin-top: 6em;
}
.mt-7 {
  margin-top: 7em;
}
.mt-8 {
  margin-top: 8em;
}
.mt-9 {
  margin-top: 9em;
}
.mt-10 {
  margin-top: 10em;
}

.announcement-row {
  display: block;
  background: #6366f1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 12px;
  font-size: 14px;
  font-weight: 500;
  transition: background-color 0.2s ease;
}
.announcement-row span {
  display: inline-block;
  transform: translateX(0);
  transition: 0.2s ease transform;
}
.announcement-row:hover {
  background-color: #3e46db;
}
.announcement-row:hover span {
  transform: translateX(2px);
}

.new-navbar {
  background-color: #f3f4f6;
  position: relative;
  height: 90px;
  margin-bottom: 20px;
  transition: background-color 0.3s, height 0.6s, opacity 0.3s;
  z-index: 5 !important;
}
.new-navbar .nav-group {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin-right: 30px;
}
.new-navbar .nav-group .phone {
  position: relative;
  transform: translate(0px, 1px);
}
.new-navbar .nav-group .phone a {
  font-weight: normal !important;
}
.new-navbar .nav-group .phone a:hover {
  background-color: transparent !important;
  color: black !important;
}
.new-navbar .nav-group .phone::before {
  content: "";
  position: absolute;
  background-image: url(/assets/phone-icon-e5bf3a2a959f434ad6436dba0065318b7bae9b131ec7406353128c17fe769578.svg);
  width: 23px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: 0;
  left: -12px;
}
.new-navbar .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 1380px;
  justify-content: space-between;
  margin: 0px auto;
}
.new-navbar .navbar-header {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.new-navbar .navbar-header svg {
  transition: height 0.6s;
}
.new-navbar .navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.new-navbar .navbar-header .navbar-brand:hover, .new-navbar .navbar-header .navbar-brand:focus {
  color: #bcc3e4;
}
.new-navbar .navbar-items {
  flex: 1;
}
.new-navbar.new-navbar-top {
  position: sticky;
  top: 0;
  display: flex;
  z-index: 2;
  margin: 0 auto;
  height: 100px;
  width: 100%;
  padding: 0 123px;
}
.new-navbar .new-nav {
  list-style-type: none;
  height: 20px;
  justify-content: space-between;
}
.new-navbar .new-nav .dropdown {
  position: relative;
}
.new-navbar .new-nav .dropdown::after {
  content: url(/assets/pc-nav-dropdown-black-e0d87dc9751b49cf9daa80488f546bc96010c8710f23d3c54e7bc2bbe11ac749.svg);
  position: absolute;
  font-size: 12px;
  right: 5px;
  top: 1px;
  cursor: pointer;
  border-radius: 4px;
}
.new-navbar .new-nav .dropdown:hover a {
  color: #6670eb;
  background-color: white;
}
.new-navbar .new-nav .dropdown:hover::after {
  content: url(/assets/pc-nav-dropdown-32cd70864bcef9fd50e0fb62e597d4f0d34645d785d1baaf63dda6f4f795a1b7.svg);
}
.new-navbar .new-nav .spacing-pointer {
  margin-left: 12px;
}
.new-navbar .new-nav.navbar-nav .spacer {
  flex-grow: 2;
}
.new-navbar .new-nav.navbar-nav .arrow {
  transition: transform 0.3s;
  position: absolute;
  left: 96%;
}
.new-navbar .new-nav.navbar-nav .arrow svg {
  height: 10px;
}
.new-navbar .new-nav.navbar-nav li a {
  font-size: 14px;
  color: black;
  font-weight: bold;
  overflow: hidden;
  text-decoration: none;
  padding: 10px 15px;
  margin: 0 4px;
  border-radius: 4px;
}
.new-navbar .new-nav.navbar-nav li a:hover {
  color: #6670eb;
  background-color: white;
}
.new-navbar .new-nav.navbar-nav li .products, .new-navbar .new-nav.navbar-nav li .resources {
  padding: 10px 23px 10px 13px !important;
}
.new-navbar .new-nav.navbar-nav li .products::after, .new-navbar .new-nav.navbar-nav li .resources::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: -12px;
  width: calc(100% - 8px);
  height: 6px;
  cursor: default;
}
.new-navbar .new-nav.navbar-nav li a.pointer {
  cursor: pointer;
}
.new-navbar .new-nav.navbar-nav li .dropdown-list {
  width: 775px;
  border-radius: 6px;
  position: absolute;
  top: 33px;
  left: 4%;
  padding: 30px 0px;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: left;
}
.new-navbar .new-nav.navbar-nav li .dropdown-list2 {
  width: 300px;
  justify-content: left;
  padding: 30px;
}
.new-navbar .new-nav.navbar-nav li .dropdown-list2-div {
  width: 100%;
}
.new-navbar .new-nav.navbar-nav li .dropdown-list .dropdown-list-link {
  display: block;
  font-weight: normal !important;
  padding: 8px 0px;
  color: black;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
.new-navbar .new-nav.navbar-nav li .dropdown-list .dropdown-list-link:hover {
  color: #6670eb;
}
.new-navbar .new-nav.navbar-nav li .no-display {
  display: none;
}
.new-navbar .new-nav.navbar-nav li #products:hover .no-display {
  display: flex;
}
.new-navbar .new-nav.navbar-nav li #resources:hover .no-display {
  display: flex;
}
.new-navbar .new-nav.navbar-nav li .signup-btn {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: white;
  font-weight: bold;
  background-color: #6366f1;
  transition: background-color 300ms;
}
.new-navbar .new-nav.navbar-nav li .signup-btn:hover,
.new-navbar .new-nav.navbar-nav li .signup-btn:focus {
  background-color: #3e46db !important;
  color: white !important;
}
.new-navbar .new-nav > li {
  float: left;
  position: relative;
  display: block;
}
.new-navbar .new-nav > li > a {
  text-decoration: none;
  padding: 28px 16px;
}
.new-navbar .new-nav .navbar-links {
  flex-grow: 1;
}
.new-navbar .navbar-link {
  font-family: montserrat-bold, sans-serif !important;
  font-weight: bold !important;
}

.products-subheading {
  color: black;
  align-items: center;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #6366f1;
}
.products-subheading-heading {
  text-decoration: uppercase;
  font-size: 12px;
  font-family: montserrat-bold, sans-serif;
  font-weight: bold;
  margin-left: 8px;
  margin-bottom: 4px;
}
.products-subheading-img {
  width: 17px;
  height: 17px;
}
.products-subheading-first {
  padding-top: 14px;
}

@media (min-width: 992px) {
  .new-nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1380px) {
  .new-navbar.new-navbar-top {
    padding: 0px 50px;
  }
}
@media (max-width: 1274px) {
  .new-navbar.new-navbar-top {
    padding: 0px 10px;
  }
  .dropdown::after {
    top: -1px !important;
  }
}
@media (max-width: 1150px) {
  .new-navbar .new-nav.navbar-nav li a {
    padding: 10px;
  }
}
@media (max-width: 1113px) {
  .new-navbar .new-nav .navbar-links {
    top: -4px;
  }
  .new-navbar .new-nav.navbar-nav li a {
    font-size: 0.8em;
  }
  .new-navbar .new-nav > li > a {
    padding: 28px 14px;
  }
  .new-navbar .nav-group .phone, .signup-ls {
    transform: translate(0px, 1px);
  }
  .mobile-top, .signup-ls, .login-ls {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 1075px) {
  .new-navbar .new-nav.navbar-nav li a {
    padding: 5px;
  }
}
@media (max-width: 1023px) {
  .new-navbar .new-nav.navbar-nav li .signup-btn {
    padding: 9px 10px;
  }
}
@media (max-width: 1006px) {
  .new-navbar .new-nav.navbar-nav li .signup-btn {
    padding: 9px 3px;
  }
}
@media (max-width: 992px) {
  .new-navbar.new-navbar-top {
    padding: 24px 20px;
  }
  .new-navbar .nav-group .phone {
    margin: 44px 70px !important;
  }
  .new-navbar .nav-group .phone::before {
    left: -19px;
  }
  .new-navbar .nav-group .phone a {
    font-size: 20px;
  }
  .new-navbar .nav-group .phone a:hover {
    background-color: transparent !important;
    color: white !important;
  }
  .new-navbar .navbar-items {
    display: flex;
    justify-content: space-between;
  }
  .new-navbar .navbar-items .mobile-nav-button {
    position: relative;
    left: calc(100% - 32px);
    z-index: 2;
  }
  .new-navbar .navbar-items .mobile-nav-button .rect {
    height: 3px;
    width: 32px;
    margin: 8px 0px;
    background-color: black;
    transition: all 0.25s ease-out;
  }
  .new-navbar .navbar-items .mobile-nav-button .rect.rect1.rotated {
    -webkit-transform: rotate(-220deg);
    transform: rotate(-224deg);
    position: relative;
    top: 10.5px;
  }
  .new-navbar .navbar-items .mobile-nav-button .rect.rect2.rotated {
    -webkit-transform: rotate(220deg);
    transform: rotate(224deg);
    background-color: black;
  }
  .new-navbar .navbar-items .mobile-nav-button .rect.rect3.rotated {
    opacity: 0;
  }
  .new-navbar .new-nav .dropdown:hover a {
    background-color: transparent;
    color: white;
  }
  .new-navbar .new-nav .dropdown::after {
    content: url(/assets/pc-nav-dropdown-white-3951717f8115a2a8480e8727aa9af9f13bd76df933eb8c56180443e1ff9bbb24.svg) !important;
    left: 90px;
    top: -2px;
  }
  .new-navbar .new-nav {
    padding: 0px;
    text-align: center;
    position: fixed;
    top: 100px !important;
    right: 0;
    min-height: 600px;
    background-color: #1e2838;
    margin: 0;
    width: 100%;
    overflow-y: auto;
  }
  .new-navbar .new-nav li {
    float: none;
  }
  .new-navbar .new-nav .mobile-top {
    position: relative;
    margin: 44px;
    text-align: left;
  }
  .new-navbar .new-nav.opened {
    display: block;
    transform: translateY(0vh);
    transition: transform 0.15s ease-in;
  }
  .new-navbar .new-nav.opened > li > ul > li > a {
    font-size: 16px;
    color: white;
    font-family: montserrat-bold, sans-serif;
    font-weight: bold;
  }
  .new-navbar .new-nav.closed {
    transform: translateY(-100vh);
    display: none;
  }
  .new-navbar .new-nav.hide-mobile {
    display: none !important;
  }
  .new-navbar .new-nav li.active > a,
  .new-navbar .new-nav li:hover > a {
    background-color: inherit;
    box-shadow: none;
  }
  .new-navbar .new-nav .login-ls {
    margin-bottom: 16px;
  }
  .new-navbar .new-nav .signup-ls {
    margin-bottom: 64px;
  }
  .new-navbar .new-nav .signup-btn {
    padding: 16px 0px !important;
    font-weight: normal;
    display: block;
    width: calc(100% - 105px);
    margin: 0px 32px;
  }
  .new-navbar .new-nav .login-btn-mobile {
    padding: 16px 0px !important;
    border-radius: 0.25rem;
    font-weight: bold;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    display: block;
    width: calc(100% - 105px);
    margin: 0px 32px;
  }
  .new-navbar .new-nav .arrow {
    display: none;
  }
  .new-navbar .new-nav .open {
    transform: translateX(0);
  }
  .new-navbar .new-nav.navbar-nav li a:hover {
    color: white;
    background-color: transparent;
  }
  .new-navbar .new-nav.navbar-nav li .dropdown-list {
    flex-direction: column;
    width: 100%;
    border-radius: 6px;
    position: relative;
    left: 1%;
    margin: 10px auto;
    padding: 20px;
    font-size: 15px;
    z-index: 10;
    overflow: hidden;
    list-style: none;
  }
  .new-navbar .new-nav.navbar-nav li .products, .new-navbar .new-nav.navbar-nav li .resources {
    padding: 5px !important;
  }
  .new-navbar .new-nav.navbar-nav li .dropdown-list-link {
    font-size: 13px !important;
  }
  .nav-group {
    display: block !important;
  }
  .dropdown2::after {
    left: 100px !important;
    top: -1px !important;
  }
  .mobile-product-subheading {
    padding-top: 10px;
  }
  .phone {
    margin: 44px 67px !important;
  }
  .phone a {
    font-size: 20px;
  }
  .phone a:hover {
    background-color: transparent !important;
    color: white !important;
  }
  .navbar-heading svg {
    height: 24px;
    z-index: 10;
  }
  .mobile-phone {
    font-size: 20px !important;
    font-family: montserrat-regular, sans-serif !important;
    font-weight: normal !important;
  }
  .signup-btn, .login-btn {
    margin: 0 auto !important;
    font-family: montserrat-regular, sans-serif !important;
  }
  .signup-btn::after {
    content: url(/assets/front/arrow-6544332a31752fb8a4368946a176a2d7a2b899375425ea0fcfebeec817d8c92c.svg);
    position: relative;
    top: 1px;
    right: -7px;
  }
}
.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 20px;
  transition: background-color 0.3s, height 0.6s, opacity 0.3s;
  z-index: 5 !important;
}
.navbar .nav-group {
  list-style-type: none;
  display: flex;
  justify-content: center;
}
.navbar .nav-group .phone {
  transform: translate(0px, -1px);
}
.navbar .inner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.navbar .navbar-header {
  display: flex;
  align-items: center;
  height: 100% !important;
}
.navbar .navbar-header svg {
  transition: height 0.6s;
}
@media (max-width: 992px) {
  .navbar .navbar-header svg {
    height: 24px;
    z-index: 10;
  }
}
.navbar .navbar-header .navbar-brand {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.navbar .navbar-header .navbar-brand .glyphicon {
  position: relative;
  top: 5px;
}
.navbar .navbar-header .navbar-brand:hover, .navbar .navbar-header .navbar-brand:focus {
  color: #bcc3e4;
}
.navbar .navbar-items {
  flex: 1;
}
.navbar.navbar-top {
  position: fixed;
  top: 0;
  display: flex;
  z-index: 2;
  margin: 0 auto;
  height: 100px;
  width: 100%;
  padding: 0 2em;
}
@media (max-width: 992px) {
  .navbar.navbar-top {
    padding: 24px 20px;
  }
}
@media (min-width: 992px) {
  .navbar .nav {
    display: flex;
    justify-content: flex-end;
  }
}
.navbar .nav {
  list-style-type: none;
  height: 20px;
  justify-content: space-between;
}
.navbar .nav .dropdown {
  position: relative;
}
.navbar .nav .dropdown::after {
  content: "▼";
  position: absolute;
  color: white;
  font-size: 12px;
  right: -2px;
  top: 4px;
  cursor: pointer;
}
.navbar .nav .spacing-pointer {
  margin-left: 12px;
}
.navbar .nav.navbar-nav .spacer {
  flex-grow: 2;
}
.navbar .nav.navbar-nav .arrow {
  transition: transform 0.3s;
  position: absolute;
  left: 96%;
}
.navbar .nav.navbar-nav .arrow svg {
  height: 10px;
}
.navbar .nav.navbar-nav .docs-link:hover .arrow {
  transform-origin: center;
  transform: rotate(-180deg);
}
.navbar .nav.navbar-nav li a {
  font-size: 0.9em;
  color: #ffffff;
  overflow: hidden;
  text-decoration: none;
  margin: 0 14px;
}
.navbar .nav.navbar-nav li a.pointer {
  cursor: pointer;
}
.navbar .nav.navbar-nav li .dropdown-list {
  width: 192px;
  border-radius: 6px;
  position: absolute;
  top: 147%;
  left: 13%;
  padding: 12px 10px 12px 0px;
  font-size: 15px;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  list-style: none;
}
.navbar .nav.navbar-nav li .dropdown-list .dropdown-list-link {
  display: block;
  padding: 8px 16px;
  color: inherit;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
.navbar .nav.navbar-nav li .no-display {
  display: none;
}
.navbar .nav.navbar-nav li .has-underline {
  display: inline-block;
  position: relative;
  padding: 0 0 4px 0;
}
.navbar .nav.navbar-nav li .has-underline::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 350ms ease-out;
  -webkit-transition: transform 350ms ease-out;
  -moz-transition: transform 350ms ease-out;
}
.navbar .nav.navbar-nav li .has-underline:hover::after,
.navbar .nav.navbar-nav li a:focus::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar .nav.navbar-nav li.login-button-container:hover > a {
  box-shadow: none;
}
.navbar .nav.navbar-nav li .signup-btn {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  color: black;
  font-weight: bold;
  background-color: #F5C348;
  background: linear-gradient(90deg, #FFB600 0%, #F5C44A 100%);
  transition: background-color 300ms;
}
.navbar .nav.navbar-nav li .signup-btn:hover,
.navbar .nav.navbar-nav li .signup-btn:focus {
  background-color: #FFB600;
  background: linear-gradient(90deg, #FFB600 0%, #FFB600 100%);
}
.navbar .nav > li {
  float: left;
  position: relative;
  display: block;
}
.navbar .nav > li > a {
  text-decoration: none;
  padding: 28px 16px;
}
@media (max-width: 992px) {
  .navbar .nav {
    padding: 0px 0px 64px;
    text-align: center;
    position: fixed;
    top: 64px;
    right: 0;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    margin: 0;
    width: 100vw;
    overflow-y: auto;
  }
  .navbar .nav li {
    float: none;
  }
  .navbar .nav .mobile-top {
    position: relative;
    margin: 44px;
  }
  .navbar .nav.opened {
    display: block;
    transform: translateY(0vh);
    transition: transform 0.15s ease-in;
  }
  .navbar .nav.opened > li > ul > li > a {
    font-size: 1.4em !important;
  }
  .navbar .nav.closed {
    transform: translateY(-100vh);
    display: none;
  }
  .navbar .nav.hide-mobile {
    display: none !important;
  }
  .navbar .nav li.active > a,
  .navbar .nav li:hover > a {
    background-color: inherit;
    box-shadow: none;
  }
  .navbar .nav .login-ls {
    margin-top: 72px;
    margin-bottom: 16px;
  }
  .navbar .nav .signup-ls {
    margin-bottom: 64px;
  }
  .navbar .nav .signup-btn {
    padding: 16px 0px !important;
    font-weight: normal;
    display: block;
    width: calc(100% - 64px);
    margin: 0px 32px;
  }
  .navbar .nav .login-btn-mobile {
    padding: 16px 0px !important;
    border-radius: 0.25rem;
    font-weight: bold;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    display: block;
    width: calc(100% - 64px);
    margin: 0px 32px;
  }
  .navbar .nav .arrow {
    display: none;
  }
  .navbar .nav .has-underline::after {
    display: none;
  }
  .navbar .nav .has-underline::before {
    display: none;
  }
  .navbar .nav .open {
    transform: translateX(0);
  }
}
@media (max-width: 992px) {
  .navbar .navbar-items {
    display: flex;
    justify-content: space-between;
  }
  .navbar .navbar-items .mobile-nav-button {
    position: relative;
    left: calc(100% - 32px);
    z-index: 2;
  }
  .navbar .navbar-items .mobile-nav-button .rect {
    height: 2px;
    width: 32px;
    margin: 8px 0px;
    background-color: white;
    transition: all 0.25s ease-out;
  }
  .navbar .navbar-items .mobile-nav-button .rect.rect1.rotated {
    -webkit-transform: rotate(-220deg);
    transform: rotate(-224deg);
    position: relative;
    top: 9.5px;
  }
  .navbar .navbar-items .mobile-nav-button .rect.rect2.rotated {
    -webkit-transform: rotate(220deg);
    transform: rotate(224deg);
    background-color: white;
  }
  .navbar .navbar-items .mobile-nav-button .rect.rect3.rotated {
    opacity: 0;
  }
}

.push-style,
.push-style-2 {
  text-align: center;
  padding: 8px 10px 10px;
  background-color: #f7f7fe;
  font-family: "montserrat-regular", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
}

#new-repo-1st-nav .sub-text,
#new-repo-2nd-nav .sub-text {
  font-family: "montserrat-regular", sans-serif;
}

.your-status {
  color: #fff;
  margin: 0 22px;
  border-radius: 4px;
  padding: 0.3em;
  font-size: 8px;
  font-size: 0.5rem;
}

.status-trial {
  background-color: #dc3545;
}

.status-paid {
  background-color: #28a745;
}

nav.sidenav {
  padding-top: 1em;
}
nav.sidenav .bottom-menu {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
nav.sidenav .bottom-menu ul li.logout-button {
  background-color: #6366f1;
  padding: 1em 0;
}
nav.sidenav .bottom-menu ul li.logout-button:hover {
  background-color: red !important;
}
nav.sidenav ul.icons {
  font-size: 1em;
}
nav.sidenav ul.icons .glyphicon-terminal::before {
  padding: 0 6px;
  border: 2px solid;
  border-radius: 3px;
  font-size: 16px;
}
nav.sidenav ul.icons li,
nav.sidenav ul.icons .glyphicon {
  -webkit-transition: all 0.125s ease-in;
  transition: all 0.12s ease-in;
}
nav.sidenav ul.icons li {
  padding: 0.5em 0;
  text-align: center;
  cursor: pointer;
  position: relative;
}
nav.sidenav ul.icons li:hover, nav.sidenav ul.icons li.active, nav.sidenav ul.icons li:focus {
  background-color: #707aeb;
}
nav.sidenav ul.icons li a:not(.link) {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  height: 100%;
}
nav.sidenav ul.icons li label:not(.modal-close) {
  height: 100%;
  width: 100%;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  padding-top: 18px;
}
nav.sidenav ul.icons li .sub-text {
  font-size: 0.875rem;
}
nav.sidenav ul.icons li.more ul.submenu {
  position: absolute;
  top: 0;
  left: 101px;
}
nav.sidenav ul.icons li.more ul.submenu li {
  font-size: 0.75em;
  font-family: "montserrat-regular", sans-serif;
  margin-bottom: 0;
  background-color: #7179eb;
}
nav.sidenav ul.icons li.more ul.submenu li a {
  color: #fff;
  text-decoration: none;
}
nav.sidenav ul.icons .submenu-admin {
  top: -208px !important;
}
nav.sidenav ul.icons .submenu-admin li {
  font-size: 0.75em;
  font-family: "montserrat-regular", sans-serif;
  margin-bottom: 0;
  background-color: #7179eb;
}
nav.sidenav ul.icons .submenu-admin li:hover {
  background-color: #6366f1 !important;
}
nav.sidenav ul.icons .submenu-admin li a {
  color: #fff;
  text-decoration: none;
}
nav.sidenav ul.icons .submenu-li:hover {
  background-color: #6366f1 !important;
}

nav.navigation {
  background-color: #6366f1;
  min-height: 52px;
  width: 100%;
  z-index: 999;
}
.logged-out header.navigation {
  background-image: linear-gradient(292deg, #9147d8, #2a1f63);
}

nav.navigation.fixed {
  position: fixed;
  top: 0;
  width: 101px;
  height: 100%;
}
nav.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
nav.navigation .navigation-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
nav.navigation .navigation-wrapper::after {
  clear: both;
  content: "";
  display: block;
}
nav.navigation .navigation-wrapper {
  position: relative;
  z-index: 9999;
}
nav.navigation .logo {
  color: #ffffff;
  font-size: 36px;
  display: block;
  top: 0;
  text-align: center;
  padding: 0.5em 0;
  /* Explicitly set to subpixel-antialiased */
  /* because of bug noted in Safari 10.0.3 - issue is */
  /* triggered by the submenu nav with position:absolute  */
  /* inside the header navigation. The abs positioned submenu, */
  /* when displayed, caused Safari to render fonts inside the */
  /* parent header element as antialiased. */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
nav.navigation .logo .glyphicon {
  position: relative;
  top: 3px;
  z-index: 1;
  right: 20px;
}
nav.navigation .logo .glyphicon.small {
  position: absolute;
  top: 11px;
  color: #42B5FF;
  z-index: 0;
  left: 16px;
}
nav.navigation img.avatar {
  width: 20px;
  height: 20px;
  border: 1px solid #471D23;
  border-radius: 5px;
  vertical-align: text-top;
  margin-right: 5px;
}
nav.navigation nav {
  float: none;
  min-height: 52px;
  z-index: 9999999;
}
nav.navigation nav li a,
nav.navigation nav li:hover a,
nav.navigation nav li.active a {
  width: 100%;
  padding-right: 0.8em;
}
@media screen and (min-width: 53.75em) {
  nav.navigation nav {
    float: right;
  }
  nav.navigation nav li a,
  nav.navigation nav li:hover a,
  nav.navigation nav li.active a {
    width: inherit;
    padding-right: inherit;
  }
}
nav.navigation ul.navigation-menu {
  clear: both;
  display: none;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
nav.navigation ul.navigation-menu.show {
  /* display: block; */
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul.navigation-menu {
    display: inline;
    margin: 0;
    padding: 0;
  }
}
nav.navigation ul li.nav-link {
  background: #15105d;
  display: block;
  line-height: 52px;
  overflow: hidden;
  text-align: right;
  width: 100%;
  z-index: 9999;
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul li.nav-link {
    background: transparent;
    display: inline;
    line-height: 52px;
    text-decoration: none;
    width: auto;
  }
}
nav.navigation ul li.nav-link a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul li.nav-link a {
    padding: 0 1em;
  }
}
nav.navigation ul li.nav-link.active a {
  background-color: #a56cdc;
}
nav.navigation .active-nav-item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 3px;
}
nav.navigation li.more.nav-link {
  padding-right: 0;
}
@media screen and (min-width: 53.75em) {
  nav.navigation li.more.nav-link {
    padding-right: 1em;
  }
}
nav.navigation li.more.nav-link > a {
  padding-right: 0.6em;
  position: relative;
  bottom: -1px;
}
nav.navigation li.more.nav-link > a::after {
  content: "";
}
nav.navigation li.more {
  overflow: visible;
  padding-right: 0;
}
nav.navigation li.more:focus > .submenu, nav.navigation li.more:hover > .submenu {
  display: block;
}
@media screen and (min-width: 53.75em) {
  nav.navigation li.more {
    position: relative;
  }
}
nav.navigation ul.submenu {
  display: none;
  padding-left: 0;
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul.submenu {
    left: 0;
    position: absolute;
    top: 2.2em;
  }
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul.submenu .submenu {
    left: 11.8em;
    top: 0;
  }
}
nav.navigation ul.submenu .submenu-li {
  max-height: 94px;
}
nav.navigation ul.submenu li {
  display: block;
  padding-right: 0;
  background-color: #fff;
}
@media screen and (min-width: 53.75em) {
  nav.navigation ul.submenu li {
    line-height: 40px;
  }
}
nav.navigation ul.submenu li a {
  display: inline-block;
  text-align: right;
  width: 100%;
  text-decoration: none;
  color: #7179eb;
}
nav.navigation ul.submenu li a:hover {
  color: rgb(202.4074074074, 205.3703703704, 247.5925925926);
  text-decoration: underline;
}
nav.navigation ul.submenu li a {
  padding: 0 1em;
  text-align: left;
  width: 150px;
}
nav.navigation .navigation-tools {
  background: #505050;
  clear: both;
  display: block;
  height: 52px;
  min-width: 175px;
}
@media screen and (min-width: 53.75em) {
  nav.navigation .navigation-tools {
    background: transparent;
    clear: none;
    float: right;
  }
}

nav.repo-page-sidebar {
  width: 100%;
  display: inline-block;
}

@media (max-width: 1274px) {
  .navbar .nav .dropdown::after {
    top: 2px;
  }
  .mobile-top,
  .signup-ls,
  .login-btn {
    transform: translate(0px, 3px);
  }
  .navbar .nav-group .phone {
    transform: translate(0px, 2px);
  }
}
@media (max-width: 1166px) {
  .navbar .nav.navbar-nav li a {
    margin: 0 9px;
  }
  .navbar .nav .dropdown::after {
    left: 93.5px;
  }
}
@media (max-width: 1113px) {
  .navbar.navbar-top {
    padding: 0 1em;
  }
  .navbar .nav.navbar-nav li a {
    font-size: 0.8em;
  }
  .navbar .nav > li > a {
    padding: 28px 14px;
  }
  .mobile-top,
  .login-btn {
    transform: translate(0px, 6px);
  }
  .navbar .nav-group .phone,
  .signup-ls {
    transform: translate(0px, 3px);
  }
  .navbar .nav .dropdown::after {
    top: 1px;
    left: 85px;
  }
}
@media (max-width: 1023px) {
  .navbar .nav.navbar-nav li .signup-btn {
    padding: 9px 10px;
  }
}
@media (max-width: 1006px) {
  .navbar .nav.navbar-nav li .signup-btn {
    padding: 9px 3px;
  }
}
@media (max-width: 992px) {
  .nav-group {
    display: block !important;
  }
  .navbar .nav .dropdown::after {
    left: 164px;
    font-size: 16px;
    top: 5px;
  }
  .navbar .nav.navbar-nav li .dropdown-list {
    width: 223px;
    border-radius: 6px;
    position: relative;
    left: 1%;
    margin: 10px auto;
    padding: 12px 10px 12px 0px;
    font-size: 15px;
    z-index: 10;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    list-style: none;
  }
  .navbar .nav.navbar-nav li .dropdown-list-link {
    font-size: 15px !important;
  }
}
.wizard-padding {
  padding: 0 3em 6em 3em !important;
}

@media (max-width: 860px) {
  .new-repository-no-package {
    padding-left: 2em;
  }
  .new-repository-3 {
    padding-left: 0 !important;
  }
}
#contextual-sidebar.sidebar-container {
  position: fixed;
  top: 0;
  overflow: auto;
  width: 130px;
  height: 100%;
  margin-left: 101px;
  background-color: #efefef;
  color: #424086;
  z-index: 2;
}
#contextual-sidebar.sidebar-container.docs {
  width: 13.9em;
  padding: 1em 2em 0em 1em;
}
#contextual-sidebar.sidebar-container img {
  max-width: 65px;
  max-height: 65px;
}
#contextual-sidebar.sidebar-container .rounded {
  border-radius: 50%;
}
#contextual-sidebar.sidebar-container .sidebar-positioning {
  margin-left: 83px !important;
  overflow: auto;
}
#contextual-sidebar.sidebar-container .btn {
  width: 100%;
  padding: 1em;
  border-radius: 0;
  white-space: inherit;
  font-size: 0.8em;
  text-shadow: 0px 1px 0px #717171;
  font-weight: bold;
  background: -moz-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #42b5ff), color-stop(100%, #09a3f0));
  background: -webkit-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -o-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -ms-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: linear-gradient(to bottom, #42b5ff 0%, #09a3f0 100%);
}
#contextual-sidebar.sidebar-container .btn:hover {
  background: #545454;
}
#contextual-sidebar.sidebar-container .user-name {
  float: right;
  font-weight: 800;
  margin-bottom: 1.6em;
  width: 100%;
}
#contextual-sidebar.sidebar-container .user-name a {
  font-size: 0.875rem;
  overflow-wrap: break-word;
  text-decoration: none;
}
#contextual-sidebar.sidebar-container .sidebar-button-container .btn {
  border-radius: 4px;
}
#contextual-sidebar.sidebar-container .sidenav li.active .glyphicon, #contextual-sidebar.sidebar-container .sidenav li:hover .glyphicon {
  color: #555555;
}
#contextual-sidebar.sidebar-container .sidenav li a {
  padding: 1em 0;
  text-align: center;
}
#contextual-sidebar.sidebar-container .sidenav li a:hover {
  background-color: #e2e2e2;
}
#contextual-sidebar.sidebar-container .sidenav li a .glyphicon {
  top: 2px;
  margin-right: 0.4em;
  color: #888888;
}
#contextual-sidebar.sidebar-container .avatar-container {
  padding: 2em 0;
  text-align: center;
}
#contextual-sidebar.sidebar-container .repo-name-with-icon {
  font-size: 1.4em;
  text-align: left;
}
#contextual-sidebar.sidebar-container .repo-name-with-icon span {
  vertical-align: middle;
}
#contextual-sidebar.sidebar-container .repo-name {
  word-wrap: break-word;
}

.trial-nag {
  font-size: 0.9em;
  padding: 0 4em;
  background-color: red;
  color: white;
  opacity: 0.7;
  line-height: 38px;
  font-weight: 300;
  margin-top: 1px;
  min-height: 41px;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.trial-nag a {
  color: white;
  text-decoration: underline;
}
.trial-nag a:hover {
  text-decoration: none;
}

.tables {
  border: 1px solid gainsboro;
  border-collapse: separate;
  border-left: 0;
  border-radius: 3px;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.tables.mobile {
  display: none;
}
.tables.mobile.always-show {
  display: table;
}
.tables span.smaller {
  font-size: 12px;
  color: #8e8e8e;
}
.tables tbody {
  background-color: rgb(250.6, 250.6, 250.6);
}
.tables tbody tr:hover > td, .tables tbody tr:hover > th {
  background-color: rgb(237.85, 237.85, 237.85);
}
.tables tbody tr:nth-child(even) {
  background-color: rgb(245.5, 245.5, 245.5);
}
.tables tbody tr:nth-child(even):hover > td {
  background-color: rgb(232.75, 232.75, 232.75);
}
.tables thead:first-of-type tr:first-child > th:first-child {
  border-top-left-radius: 3px;
}
.tables thead:first-of-type tr:first-child > th:last-child {
  border-top-right-radius: 3px;
}
.tables tbody:last-child tr:last-child > td:first-child {
  border-bottom-left-radius: 3px;
}
.tables tbody:last-child tr:last-child > td:last-child {
  border-bottom-right-radius: 3px;
}
.tables thead th {
  background-color: white;
  border-bottom: 0;
  border-left: 1px solid gainsboro;
  padding: 0.75em 1em;
  text-align: center;
}
.tables thead th.colheader {
  color: #fafafa;
}
.tables thead th.colheader.hosted {
  color: #000;
}
.tables thead th.colheader {
  border-bottom: 1px solid #eaeaea;
}
.tables tbody {
  background-color: rgb(250.6, 250.6, 250.6);
}
.tables tbody td {
  border-bottom: 0;
  border-left: 1px solid gainsboro;
  border-top: 1px solid gainsboro;
  padding: 0.75em 1em;
  text-align: center;
  vertical-align: middle;
}
.tables tbody td.green-check:before {
  content: "";
  height: 12px;
  width: 12px;
  border: 2px solid #eaeaea;
  border-radius: 6px;
  display: inline-block;
  background-color: #00ffae;
  margin-right: -6px;
}
.tables tbody td a {
  text-decoration: underline;
}
.tables tbody td a.btn {
  width: 100%;
  font-size: 14px;
  border: solid 1px #adadad;
  border-radius: 4px;
  color: #6f6868;
  text-decoration: none;
}
.tables tbody td a.btn:active, .tables tbody td a.btn:focus {
  color: inherit;
}
.tables tbody td a.btn:hover {
  color: #5ca567;
  background-color: #dedede;
}
.tables tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .tables tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

.table-minimal {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-radius: 3px;
}
.table-minimal a {
  color: #0275d8;
}
.table-minimal.bordered {
  margin-bottom: 1em;
  border-radius: 4px;
}
.table-minimal.bordered tr td:first-of-type {
  border-left: 1px solid #e8e8e8;
}
.table-minimal.bordered tr td:last-of-type {
  border-right: 1px solid #e8e8e8;
}
.table-minimal.bordered tr:first-of-type td {
  border-top: 1px solid #e8e8e8;
}
.table-minimal.bordered tr:last-of-type td {
  border-bottom: 1px solid #e8e8e8;
}
.table-minimal thead th {
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  padding: 0.625em 1em;
  text-align: left;
}
.table-minimal thead th:first-of-type {
  padding-left: 1em;
}
.table-minimal thead th:last-of-type {
  padding-right: 1em;
}
.table-minimal tbody tr {
  border-radius: 4px;
  height: 48px;
}
.table-minimal tbody tr.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.table-minimal tbody tr td {
  padding: 8px 16px;
  -moz-transition: all 0.1875s;
  -webkit-transition: all 0.1875s;
  transition: all 0.1875s;
}
.table-minimal tbody tr:hover > td:first-of-type {
  box-shadow: inset 4px 0 0 #42b5ff;
  border-radius: 0;
}
.table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th {
  background-color: #efefef;
}
.table-minimal tbody tr:last-of-type > td {
  border-bottom: 1px solid #e8e8e8;
}
.table-minimal.basic tr:hover > td:first-of-type {
  box-shadow: none;
}
.table-minimal tbody {
  background-color: white;
}
.table-minimal tbody td {
  border-bottom: 1px solid #e8e8e8;
}
.table-minimal tbody td:first-of-type {
  padding-left: 1em;
}
.table-minimal tbody td:last-of-type {
  padding-right: 1em;
}
.table-minimal tbody td.download-link {
  font-size: 18px;
  text-align: center;
  padding-top: 1em;
}
.table-minimal tbody td.download-link a {
  text-decoration: none;
}
.table-minimal tbody td button {
  display: inline-block;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
  margin-right: 0.5em;
  outline: none;
  padding: 0.3em 1em;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .table-minimal tbody td button {
    margin-bottom: 0;
    width: auto;
  }
}

.avatar-container.badge {
  font-size: 0.7em;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 8px;
  text-align: left;
}
.avatar-container.badge .image-container {
  display: inline-block;
  vertical-align: middle;
}
.avatar-container.badge .image-container img {
  border-radius: 18px;
}
.avatar-container.badge .info-container {
  border-right: 1px solid #eaeaea;
  margin-right: 0.5em;
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

.vertical-tabs-container::after {
  clear: both;
  content: "";
  display: block;
}
.vertical-tabs-container {
  border-radius: 3px;
  border: 1px solid gainsboro;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  overflow: hidden;
}
.vertical-tabs-container li {
  list-style: none;
}
.vertical-tabs-container a {
  color: #477DCA;
  text-decoration: none;
}
.vertical-tabs-container .vertical-tabs {
  display: none;
}
@media screen and (min-width: 640px) {
  .vertical-tabs-container .vertical-tabs {
    background-color: white;
    display: inline;
    float: left;
    height: 300px;
    width: 20%;
    border-right: 1px solid #eaeaea;
  }
}
@media screen and (min-width: 640px) {
  .vertical-tabs-container .vertical-tab {
    border-bottom: 1px solid gainsboro;
    display: block;
    font-weight: bold;
    margin-right: -1px;
    padding: 0.75em 10px;
  }
  .vertical-tabs-container .vertical-tab.is-active {
    background-color: rgb(245.5, 245.5, 245.5);
    margin-right: -1px;
    border-right: 10px solid #34b1ff;
  }
}
.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
  color: #333;
}
.vertical-tabs-container .vertical-tab:focus {
  outline: none;
}
.vertical-tabs-container .vertical-tab-content-container {
  display: block;
  margin: 0 auto;
}
.vertical-tabs-container .vertical-tab-content-container a:focus {
  outline: none;
}
@media screen and (min-width: 640px) {
  .vertical-tabs-container .vertical-tab-content-container {
    height: 300px;
    width: 80%;
    background-color: rgb(245.5, 245.5, 245.5);
    display: inline-block;
  }
}
.vertical-tabs-container .vertical-tab-content {
  background-color: rgb(245.5, 245.5, 245.5);
  padding: 1.5em 20px;
  display: block;
}
.vertical-tabs-container .vertical-tab-content p {
  color: #333;
  line-height: 1.5em;
  clear: both;
}
@media screen and (min-width: 640px) {
  .vertical-tabs-container .vertical-tab-content {
    border: none;
    display: none;
    border-left: 1px solid #eaeaea;
    margin-left: -1px;
    min-height: 364px;
  }
}
.vertical-tabs-container .vertical-tab-accordion-heading {
  background-color: white;
  border-top: 1px solid gainsboro;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 0.75em 10px;
}
.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
  color: #477DCA;
}
.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
  border-top: none;
}
.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
  background: rgb(245.5, 245.5, 245.5);
  border-bottom: none;
}
@media screen and (min-width: 640px) {
  .vertical-tabs-container .vertical-tab-accordion-heading {
    display: none;
  }
}

.accordion-tabs::after {
  clear: both;
  content: "";
  display: block;
}
.accordion-tabs {
  line-height: 1.5;
  padding: 0;
}
.accordion-tabs .tab-header-and-content {
  list-style: none;
  font-size: 0.9em;
}
@media screen and (min-width: 640px) {
  .accordion-tabs .tab-header-and-content {
    display: inline;
  }
}
.accordion-tabs .tab-link {
  background-color: #eaeaea;
  border: 1px solid #dcdcdc;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  color: #333;
  display: block;
  padding: 0.75em 20px;
  text-decoration: none;
  font-size: 0.8em;
  position: relative;
  vertical-align: bottom;
}
@media screen and (min-width: 640px) {
  .accordion-tabs .tab-link {
    display: inline-block;
  }
}
.accordion-tabs .tab-link:hover:not(.is-active) {
  color: #262542;
  background-color: #dcdcdc;
}
.accordion-tabs .tab-link:focus {
  outline: none;
}
.accordion-tabs .tab-link.is-active {
  background-color: #ffffff;
  position: relative;
  bottom: -1px;
}
@media screen and (min-width: 640px) {
  .accordion-tabs .tab-link.is-active {
    border-bottom: 1px solid #fff;
  }
}
.accordion-tabs .tab-content {
  display: none;
  padding: 1.5em 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .accordion-tabs .tab-content {
    border: 1px solid #dcdcdc;
    border-radius: 0 4px 4px 4px;
    float: left;
  }
}

.accordion {
  background-color: rgb(245.5, 245.5, 245.5);
  border: 1px solid gainsboro;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion li {
  border-bottom: 1px solid gainsboro;
  list-style: none;
}
.accordion li > a {
  color: #333;
  display: block;
  padding: 0.75em 20px;
  text-decoration: none;
}
.accordion li:last-child {
  border: none;
}
.accordion li:focus, .accordion li:hover {
  background-color: rgb(250.6, 250.6, 250.6);
}
.accordion ul.submenu {
  display: none;
}
.accordion ul.submenu li {
  background-color: rgb(232.75, 232.75, 232.75);
}
.accordion ul.submenu li:first-child {
  border-top: 1px solid gainsboro;
  box-shadow: inset 0 1px 1px rgb(217.45, 217.45, 217.45);
}
.accordion ul.submenu li:focus, .accordion ul.submenu li:hover {
  background-color: rgb(237.85, 237.85, 237.85);
}
.accordion .is-expanded {
  display: block;
  padding-bottom: 0;
}

a.no-underline {
  text-decoration: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  font-size: 18px;
}
.btn:not(.glyphicon) {
  font-family: inherit;
}
a.btn {
  text-decoration: none;
}

.btn[class*=glyphicon-]:before {
  top: 0.05em;
  left: -0.05em;
  position: relative;
}
.btn.large {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn.small {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.btn.center {
  text-align: center;
}
.btn.block {
  display: block;
  width: 100%;
}
.btn.primary {
  color: #fff;
  background-color: #42b5ff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.btn.primary:hover {
  background-color: rgb(0, 133.253968254, 219);
}
.btn.primary:active {
  background-color: #42b5ff;
}
.btn.primary.disabled, .btn.primary[disabled=disabled] {
  background-color: black;
  opacity: 0.4;
  pointer-events: none;
}
.btn.primary.outline {
  color: #42b5ff;
  background-color: transparent;
  border: 1px solid #42b5ff;
  text-shadow: none;
}
.btn.primary.outline:hover {
  color: #fff;
  background-color: rgb(0, 117.7380952381, 193.5);
  border-color: rgb(0, 117.7380952381, 193.5);
}
.btn.primary.outline:active {
  background-color: rgb(0, 117.7380952381, 193.5);
  border-color: rgb(0, 117.7380952381, 193.5);
}
.btn.primary.elevate {
  box-shadow: 0px 1px 6px #9a9a9a;
}
.btn.primary.elevate:active {
  background-color: rgb(0, 102.2222222222, 168);
  box-shadow: 0 1px 2px;
}
.btn.secondary {
  color: #fff;
  background-color: #4295ff;
  border-color: #7f96c7;
  text-shadow: 1px 1px 1px #888585;
}
.btn.secondary:hover {
  background-color: rgb(49.4055944056, 123.0769230769, 215.5944055944);
  border-color: #7f96c7;
}
.btn.secondary:active {
  background-color: #a6accc;
  border-color: #a6accc;
}
.btn.secondary.disabled, .btn.secondary[disabled=disabled] {
  background-color: rgb(60.8936170213, 76.6808510638, 151.1063829787);
  opacity: 0.4;
  pointer-events: none;
}
.btn.secondary.outline {
  color: #bcc3e4;
  background-color: transparent;
}
.btn.secondary.outline:hover {
  color: #fff;
  background-color: #bcc3e4;
  border-color: #bcc3e4;
}
.btn.secondary.outline:active {
  background-color: #a6accc;
  border-color: #a6accc;
}
.btn.secondary.dashboard-loggedin {
  color: #fff;
  border-color: #fff;
}
.btn.success {
  color: #fff;
  background-image: linear-gradient(#63E735, #4DB02B);
  border-color: #78D758;
  font-weight: bold;
}
.btn.success:hover {
  background-image: linear-gradient(#63E735, #4DB02B);
}
.btn.success:active {
  background-color: #427731;
  border-color: #427731;
}
.btn.success.disabled, .btn.success[disabled=disabled] {
  background-color: #b6c3b2;
  border-color: #9dab98;
  opacity: 0.4;
  pointer-events: none;
}
.btn.success.outline {
  color: rgb(87.652173913, 203.3043478261, 48.6956521739);
  background-color: transparent;
}
.btn.success.outline:hover {
  color: #fff;
  background-color: #78D758;
  border-color: #78D758;
}
.btn.success.outline:active {
  background-color: #427731;
  border-color: #427731;
}
.btn.info {
  color: #fff;
  background-color: #424086;
  border-color: #424086;
}
.btn.info:hover {
  background-color: #292852;
  border-color: #292852;
}
.btn.info:active {
  background-color: #0d0d1b;
  border-color: #0d0d1b;
}
.btn.info.disabled, .btn.info[disabled=disabled] {
  background-color: black;
  opacity: 0.4;
  pointer-events: none;
}
.btn.info.outline {
  color: #424086;
  background-color: transparent;
}
.btn.info.outline:hover {
  color: #fff;
  background-color: rgba(66, 64, 134, 0.25);
  border-color: #424086;
}
.btn.info.outline:active {
  background-color: #0d0d1b;
  border-color: #0d0d1b;
}
.btn.info-2 {
  color: #fff;
  background-color: #696bec;
  border-color: #696bec;
}
.btn.info-2:hover {
  background-color: #292852;
  border-color: #292852;
}
.btn.info-2:active {
  background-color: #0d0d1b;
  border-color: #0d0d1b;
}
.btn.info-2.disabled, .btn.info-2[disabled=disabled] {
  background-color: black;
  opacity: 0.4;
  pointer-events: none;
}
.btn.info-2.outline {
  color: #fff;
  background-color: #696bec;
}
.btn.info-2.outline:hover {
  color: #fff;
  background-color: #4446e5;
  border-color: #4446e5;
}
.btn.info-2.outline:active {
  background-color: #0d0d1b;
  border-color: #0d0d1b;
}
.btn.warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.btn.warning:hover {
  background-color: #b5833d;
  border-color: #b5833d;
}
.btn.warning:active {
  background-color: #795625;
  border-color: #795625;
}
.btn.warning.disabled, .btn.warning[disabled=disabled] {
  background-color: rgb(28.4214876033, 20.5702479339, 9.5785123967);
  opacity: 0.4;
  pointer-events: none;
}
.btn.warning.outline {
  color: #f0ad4e;
  background-color: transparent;
}
.btn.warning.outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn.warning.outline:active {
  background-color: #795625;
  border-color: #795625;
}
.btn.danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn.danger > a {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  margin-left: 4px;
  font-weight: bold;
}
.btn.danger > a:hover {
  text-decoration: underline;
}
.btn.danger:hover {
  background-color: #b34340;
  border-color: #b34340;
}
.btn.danger:active {
  background-color: #8a3331;
  border-color: #8a3331;
}
.btn.danger.disabled, .btn.danger[disabled=disabled] {
  pointer-events: none;
  color: #ffaeae !important;
  border-color: #ffaeae;
}
.btn.danger.outline {
  color: #d9534f;
  background-color: transparent;
}
.btn.danger.outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn.danger.outline:active {
  background-color: #8a3331;
  border-color: #8a3331;
}
.btn.link {
  padding: 0;
  font-weight: 400;
  color: #0275d8;
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  text-decoration: underline;
}
.btn.link.repo-link {
  color: #42affb;
}
.btn.link.settings-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn.link:active, .btn.link.active, .btn.link:focus, .btn.link:disabled, .btn.link[disabled=disabled] {
  border-color: transparent;
  background-color: transparent;
}
.btn.link.cancel {
  color: #555555;
  text-decoration: none;
}
.btn.link.danger {
  color: #ff2f00;
}
.btn.link.danger:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn .glyphicon + span {
  vertical-align: text-top;
}

/* Reset HTML button for all user-agents */
button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:hover,
button:focus {
  background: transparent;
}

button:focus {
  outline-offset: -2px;
}

button:active {
  transform: scale(0.99);
}

.create-a-repo-btn {
  border-radius: 4px;
  background-color: #6366f1;
  font-family: "montserrat-bold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 1em 2rem;
  font-size: 1rem;
  color: #fff;
  transition: 0.2s;
}
.create-a-repo-btn:hover {
  background-color: #4c4cff;
}

.upload-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.flash-alert {
  font-family: "montserrat-regular", sans-serif;
  max-width: 1069px;
  background-color: #fff6bf;
  color: rgb(140, 120.3125, 0);
  border: 1px solid rgb(229.5, 221.4, 171.9);
  border-radius: 4px;
  display: block;
  margin: 1em 0 1em 0;
  padding: 0.7em 0 0.7em 0.7em;
  text-align: left;
}
.flash-alert a {
  color: rgb(140, 120.3125, 0);
  text-decoration: underline;
}
.flash-alert a:focus, .flash-alert a:hover {
  color: rgb(25.5, 24.6, 19.1);
}
.flash-alert p:first-of-type {
  margin-top: 0;
}
.flash-alert .close-flash {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  color: rgb(255, 224.484375, 38);
  top: -0.7em;
  position: relative;
  font-weight: bold;
}

.flash-danger {
  font-family: "montserrat-regular", sans-serif;
  max-width: 1069px;
  background-color: #f2dede;
  color: rgb(113.347826087, 44.652173913, 44.652173913);
  border: 1px solid rgb(217.8, 199.8, 199.8);
  border-radius: 4px;
  display: block;
  margin: 1em 0 1em 0;
  padding: 0.7em 0 0.7em 0.7em;
  text-align: left;
}
.flash-danger a {
  color: rgb(113.347826087, 44.652173913, 44.652173913);
  text-decoration: underline;
}
.flash-danger a:focus, .flash-danger a:hover {
  color: rgb(24.2, 22.2, 22.2);
}
.flash-danger p:first-of-type {
  margin-top: 0;
}
.flash-danger .close-flash {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  color: rgb(198.7608695652, 112.2391304348, 112.2391304348);
  top: -0.7em;
  position: relative;
  font-weight: bold;
}

.flash-notice {
  font-family: "montserrat-regular", sans-serif;
  max-width: 1069px;
  background-color: #e5edf8;
  color: rgb(36.2727272727, 77.7272727273, 134.7272727273);
  border: 1px solid rgb(206.1, 213.3, 223.2);
  border-radius: 4px;
  display: block;
  margin: 1em 0 1em 0;
  padding: 0.7em 0 0.7em 0.7em;
  text-align: left;
}
.flash-notice a {
  color: rgb(36.2727272727, 77.7272727273, 134.7272727273);
  text-decoration: underline;
}
.flash-notice a:focus, .flash-notice a:hover {
  color: rgb(22.9, 23.7, 24.8);
}
.flash-notice p:first-of-type {
  margin-top: 0;
}
.flash-notice .close-flash {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  color: rgb(108.4545454545, 153.5454545455, 215.5454545455);
  top: -0.7em;
  position: relative;
  font-weight: bold;
}

.flash-success {
  font-family: "montserrat-regular", sans-serif;
  max-width: 1069px;
  background-color: #d4edda;
  color: rgb(42.1967213115, 100.8032786885, 56.262295082);
  border: 1px solid rgb(190.8, 213.3, 196.2);
  border-radius: 4px;
  display: block;
  margin: 1em 0 1em 0;
  padding: 0.7em 0 0.7em 0.7em;
  text-align: left;
}
.flash-success a {
  color: rgb(42.1967213115, 100.8032786885, 56.262295082);
  text-decoration: underline;
}
.flash-success a:focus, .flash-success a:hover {
  color: rgb(21.2, 23.7, 21.8);
}
.flash-success p:first-of-type {
  margin-top: 0;
}
.flash-success .close-flash {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  color: rgb(104.1475409836, 191.8524590164, 125.1967213115);
  top: -0.7em;
  position: relative;
  font-weight: bold;
}

.flash-tip {
  font-family: "montserrat-regular", sans-serif;
  max-width: 1069px;
  background-color: #d6ecfc;
  color: rgb(10.9090909091, 90.9090909091, 149.0909090909);
  border: 1px solid rgb(192.6, 212.4, 226.8);
  border-radius: 4px;
  display: block;
  margin: 1em 0 1em 0;
  padding: 0.7em 0 0.7em 0.7em;
  text-align: left;
}
.flash-tip a {
  color: rgb(10.9090909091, 90.9090909091, 149.0909090909);
  text-decoration: underline;
}
.flash-tip a:focus, .flash-tip a:hover {
  color: rgb(21.4, 23.6, 25.2);
}
.flash-tip p:first-of-type {
  margin-top: 0;
}
.flash-tip .close-flash {
  background: none;
  border: none;
  float: right;
  font-size: 1.5em;
  color: rgb(71.4318181818, 169.9318181818, 241.5681818182);
  top: -0.7em;
  position: relative;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0;
}

ol {
  padding-left: 24px;
}
ol li {
  margin-bottom: 1em;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 24px !important;
}

.packages-list-container {
  margin-bottom: 1em;
  overflow: scroll;
  max-height: 288px;
}
.packages-list-container .distInfo {
  padding-bottom: 1em;
}
.packages-list-container .distInfo:last-of-type {
  border-bottom: 0;
}
.packages-list-container .distInfo .distName {
  display: inline-block;
  padding-bottom: 3px;
  font-weight: bold;
}
.packages-list-container + .button-container .btn {
  margin-right: 0.5em;
}

.nav-tabs li > a {
  padding: 10px 14px;
}

.packages-list table.table-minimal td {
  padding: 12px 18px;
}
.packages-list table.table-minimal td.description {
  font-size: 12px;
  line-height: 18px;
  color: #ccc;
}
.packages-list table.table-minimal td.more {
  font-size: 13px;
  line-height: 16px;
  color: #aaa;
}
.packages-list table.table-minimal td.install a {
  font-size: 13px;
  color: #42b5ff;
  text-decoration: none;
}
.packages-list table.table-minimal td.install span:hover {
  color: #fff;
}
.packages-list table.table-minimal thead th.select-package {
  border-right: 1px dashed #e8e8e8;
  text-align: center;
  user-select: none;
  border-bottom: 1px dashed #e8e8e8;
}
.packages-list table.table-minimal thead th.select-package .glyphicon-check {
  color: #42b5ff;
}
.packages-list table.table-minimal thead th.package-name {
  padding-left: 12px;
  text-align: left;
}
.packages-list table.table-minimal thead th.type-icon {
  text-align: center;
}
.packages-list table.table-minimal thead th.delete-package {
  text-align: center;
}
.packages-list table.table-minimal tbody tr:last-of-type {
  border-bottom: 1px solid #e8e8e8;
}
.packages-list table.table-minimal tbody tr:last-of-type td.checkbox-cell {
  border-bottom: 1px solid #e8e8e8;
}
.packages-list table.table-minimal tbody td.package-info-details {
  max-width: 242px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.packages-list table.table-minimal tbody td.package-info-details .name.with-count:before {
  content: attr(data-count) ".";
  color: #a5a5a5;
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon {
  background-position: 0;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.deb {
  background-image: url(/assets/repo_icons/24/debian-e45d89598bbf1a5286d60cfb89f672eba158eec3f4d0000a5c5ae8067dcccbd6.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.rpm {
  background-image: url(/assets/repo_icons/24/rpm-baa9a5aacd06e1e95c7b082ef3793e19fb07a9ad127debfc92966333f13cd398.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.gem {
  background-image: url(/assets/repo_icons/24/ruby-33fe33c2b7c98521d5b42b2d765b57d52b15ef8135fc778164efd54d1de92db8.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.py {
  background-image: url(/assets/repo_icons/24/python-09876baf1e019372ad70d629470bb23bd09f82dc3a3613ec9026ed6ef46153d5.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.java {
  background-image: url(/assets/repo_icons/24/java-f27584d99efe8deeff749794d6d23fee1a5d8929f508d5650d63e150b3b3b76d.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.node {
  width: 100%;
  height: 24px;
  background: transparent url(/assets/repo_icons/24/node-92f4545d17173698c7a28b104dd7bae9981430d9e3f3f59ae126dc31844e2f60.png) no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .packages-list table.table-minimal tbody td.package-info-details .package-type-icon.node {
    /* on retina, use image that's scaled by 2 */
    background: transparent url(/assets/repo_icons/24/node_2x-0784254f744c77e2509f2eed0287320b6512bb3fce8952c398f958d244d080b4.png) no-repeat;
    background-size: 24px 24px;
  }
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.node {
  width: 24px;
  height: 24px;
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.android {
  background-image: url(/assets/repo_icons/24/android-6ff24b2519b94c9f6991b6d0adf7be5988be803e62de42c90cec47a2c3b922b5.png);
}
.packages-list table.table-minimal tbody td.package-info-details .package-type-icon.helm {
  background-image: url(/assets/repo_icons/24/helm-1cdf33a6bd68acc110288eaddc3cb877f079094db0abfb72e62576b7d97aad69.png);
}
.packages-list table.table-minimal tbody td.package-info-details .name {
  display: inline-block;
  vertical-align: middle;
}
.packages-list table.table-minimal tbody td.checkbox-cell, .packages-list table.table-minimal tbody td.package-icon-cell {
  width: 45px;
}
.packages-list table.table-minimal tbody td.checkbox-cell {
  text-align: center;
  border-right: 1px dashed #e8e8e8;
  border-left: 1px dashed #e8e8e8;
  border-bottom: none;
  position: relative;
}
.packages-list table.table-minimal tbody td.checkbox-cell label {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12px;
  -webkit-user-select: none;
}
.packages-list table.table-minimal tbody td.delete-package {
  text-align: center;
}
.packages-list ol.results .empty-list-tips ul {
  padding: 0;
}
.packages-list ol.results .empty-list-tips ul li {
  padding: 0;
  list-style-type: decimal;
  margin-left: 2em;
}
.packages-list ol.results .empty-list-tips ul li:before {
  content: "";
}
.packages-list ol.results li {
  list-style: none;
  padding-left: 1.25em;
}
.packages-list ol.results li:before {
  content: attr(data-count) ".";
  position: relative;
  top: 28px;
  left: -23px;
  color: #777777;
}

.front-page .new-footer-container {
  background: #f3f4f6;
}

.new-footer-container {
  width: 100%;
  color: #6b7280;
  padding: 4em 0;
  text-align: center;
}
.new-footer-container.small-footer {
  height: 88px;
}
.new-footer-container a {
  text-decoration: none;
}
.new-footer-container footer {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.new-footer-container footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
}
.new-footer-container footer .footer-columns .footer-link {
  color: #6b7280;
  font-size: 16px;
}
.new-footer-container footer .footer-columns .footer-link:hover {
  color: #6366f1;
}
.new-footer-container footer .footer-columns .footer-group {
  list-style-type: none;
  text-align: left;
  flex: 1;
  padding: 0 2em 0 0;
  margin-bottom: 2em;
}
.new-footer-container footer .footer-columns .footer-group .header {
  text-transform: uppercase;
  font-family: montserrat-black, sans-serif;
  font-size: 14px;
  color: #9ca3af;
  font-weight: bold;
  min-height: 38px;
}
.new-footer-container footer .footer-columns .footer-group .header p {
  font-size: 12px;
}
.new-footer-container footer .footer-columns .footer-group li {
  margin-bottom: 1em;
}
.new-footer-container footer .footer-columns .footer-group li span.corp {
  font-size: 16px;
  font-weight: bold;
  color: #E9E8FF;
}
.new-footer-container footer .redirect-arrow-footer {
  margin-top: 80px;
  width: 36px;
  height: 36px;
  background: #6366f1;
  border-radius: 50%;
  position: relative;
  float: right;
  right: 28px;
  bottom: 22px;
  cursor: pointer;
}
.new-footer-container footer .redirect-arrow-footer a {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.new-footer-container footer .redirect-arrow-footer svg {
  position: absolute;
  top: 25%;
  left: 25%;
  margin-left: -3px;
  margin-top: -4px;
}

.bottom {
  display: flex;
  justify-content: space-between;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
  width: 100%;
}
.bottom .bk-logo {
  border: 0 none;
}
.bottom-logo-img {
  content: url(/assets/logo_v1-d5895e7b89b2dee19030e85515fd0f91d8f3b37c82d218a6531fc89c2b1b613c.png);
  width: 175px;
  height: 40px;
  cursor: pointer;
}
.bottom-logo-copyright {
  font-size: 12px;
  padding-top: 10px;
  color: #9ca3af;
}
.bottom-subscribe-input {
  width: 200px;
  height: 38px;
  padding: 0px 8px;
  font-family: montserrat-regular, sans-serif;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  background-color: #ffffff;
  background-size: cover;
  font-size: 14px;
}
.bottom-subscribe-input::placeholder {
  color: #9ca3af;
}
.bottom-subscribe-input:focus-visible {
  outline: none;
}
.bottom-subscribe-heading {
  color: #9ca3af;
  font-family: montserrat-black, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.bottom-subscribe-btn {
  padding: 0.6rem 1rem;
  border-radius: 0.25rem;
  color: white;
  font-family: montserrat-regular, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background-color: #000000;
  transition: all 0.3s ease;
}
.bottom-subscribe-btn:hover {
  background-color: #6366f1;
}
.bottom-subscribe-btn:focus {
  background-color: #000000 !important;
}
.bottom-subscribe-confirm {
  width: 310px;
  display: none;
  font-weight: normal;
  font-family: montserrat-regular, sans-serif;
  font-size: 14px;
  text-transform: initial;
  color: #6b7280;
  margin-top: 10px;
}
.bottom-subscribe-confirm-mobile {
  display: none;
  font-weight: normal;
  font-family: montserrat-regular, sans-serif;
  font-size: 14px;
  text-transform: initial;
  color: #6b7280;
  margin-top: 10px;
}
.bottom-socials {
  margin: 24px 30px;
  margin-bottom: 20px;
}
.bottom-socials-icon {
  margin: 4px;
}
.bottom-socials-icon:hover svg g path {
  fill: #9CA3AF !important;
}
.bottom-status {
  font-size: 14px;
  margin: 24px 0px;
  margin-bottom: 30px;
}
.bottom-status .bstatus {
  white-space: nowrap;
}
.bottom-status .bstatus::before {
  content: "";
  height: 7px;
  width: 7px;
  border-radius: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.bottom-status .bstatus a {
  color: #6b7280;
  font-weight: bold;
}
.bottom-status .bstatus.green::before {
  background-color: #10b981;
}
.bottom-status .bstatus.yellow::before {
  background-color: yellow;
}
.bottom-status .bstatus.orange::before {
  background-color: orange;
}
.bottom-status .bstatus.red::before {
  background-color: red;
}

.footer-grey-mobile {
  display: none;
}
.footer-grey-mobile .active::after {
  transform: rotate(-180deg);
  margin-top: -48px;
  margin-right: 10px;
}
.footer-grey-mobile__container {
  padding-top: 16px;
}
.footer-grey-mobile__container-group a {
  color: #6B7280;
}
.footer-grey-mobile__container-group-header {
  height: 50px;
  background-color: #6b7281;
  cursor: pointer;
  padding: 1px;
  margin: 5px 0px;
  border-radius: 4px;
}
.footer-grey-mobile__container-group-header::after {
  content: url(/assets/front/arrow-down-1b5d9e18869d406004e2679a3fad91b285cc99689c5e68009e766821410fda8d.svg);
  float: right;
  margin-top: -43px;
  padding-right: 10px;
}
.footer-grey-mobile__container-group-header p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer-grey-mobile__container-group-links {
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: left;
  max-height: 0;
  margin: 5px 0px;
}
.footer-grey-mobile__container-group-links-link {
  color: #6b7280;
  font-size: 16px;
}
.footer-grey-mobile__container-group-links-link:hover {
  color: #6366f1;
}
.footer-grey-mobile__container-group-links li {
  margin: 15px 0px;
}
.footer-grey-mobile__copyright {
  padding-top: 20px;
  color: #9CA3AF;
  font-size: 14px;
}

@media (max-width: 1030px) {
  .bottom-socials {
    display: none;
  }
}
@media (max-width: 992px) {
  footer .footer-navbar {
    z-index: 0 !important;
  }
  footer svg {
    z-index: 0 !important;
  }
}
@media (max-width: 750px) {
  .footer-desktop {
    display: none;
  }
  .footer-grey-mobile {
    display: block;
  }
  .redirect-arrow-footer {
    right: 0px;
  }
  .bottom-logo {
    margin-bottom: 40px;
  }
  .bottom-subscribe {
    text-align: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e7eb;
  }
  .bottom-subscribe-input {
    width: 100%;
    height: 50px;
  }
  .bottom-subscribe-btn {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    font-size: 16px;
  }
  .bottom-subscribe-confirm {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .bottom-status {
    text-align: left;
    padding: 30px 0px 30px 5px;
    border-bottom: 1px solid #e5e7eb;
  }
}
@media (max-width: 735px) {
  .footer-form {
    text-align: left !important;
  }
  .new-footer-container .redirect-arrow-footer {
    margin-top: 35px !important;
  }
  .status-container {
    transform: translateY(-148px);
  }
  .status-section {
    margin-top: 7em;
  }
}
@media (max-width: 499px) {
  .footer-columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 416px) {
  .status-container {
    transform: translateY(-121px);
  }
}
@media (max-width: 364px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
  .footer-grey-mobile__container-group-header:after {
    padding-right: 0px;
  }
}
@media (max-width: 300px) {
  .footer-grey-mobile__container-group-header p {
    font-size: 14px;
  }
  .footer-grey-mobile__container-group-header:after {
    margin-top: -36px;
  }
}
.cookie-popover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  color: #fff;
  position: fixed;
  width: 90%;
  z-index: 99999;
  padding-left: 16px;
  max-width: 810px;
  margin: 1% auto;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  border: 1px solid #cecece;
  box-shadow: inset 3px 0px 0px #42b5ff;
  color: #4c4b4b;
  border-left: none;
}
.cookie-popover p {
  font-size: 14px;
  line-height: 22px;
  flex: 2;
}
.cookie-popover .button-container {
  flex: 0;
  text-align: center;
  padding-right: 2em;
}
.cookie-popover .button-container a.close {
  color: #7accf3;
  border-radius: 16px;
  background: none;
  border: 1px solid;
  padding: 8px 8px;
  line-height: 0;
  font-size: 14px;
}

/* The .tooltip class should only be used on input elements,
   buttons, and elements that respond to  both the the active
   and focus states */
.tooltip {
  background-color: transparent;
  color: #40dc91;
  font-size: 18px;
}
.tooltip .tooltip-content {
  display: none;
}
.tooltip:active .tooltip-content, .tooltip:focus .tooltip-content {
  display: block;
}
.tooltip .tooltip-content {
  position: absolute;
  left: -200px;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  background-color: #f7f7f7;
  font-family: "Open Sans";
  line-height: 24px;
  font-size: 18px !important;
  text-align: left;
  padding: 12px;
}

.modal {
  /* override cursor when modals are within list-items or */
  /* other tags that have a cursor set to pointer, etc.   */
  cursor: initial;
  /* make sure the modal content is selectable while the */
  /* body content is not selectable when the modal is open */
  user-select: initial;
}
.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
.modal .modal-state {
  display: none;
}
.modal .modal-trigger {
  padding: 0.8em 1em;
}
.modal .modal-fade-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  transition: opacity 0.25s ease;
  visibility: hidden;
  z-index: 999999;
}
@media screen and (min-width: 53.75em) {
  .modal .modal-fade-screen {
    padding-top: 6em;
  }
}
.modal .modal-fade-screen .modal-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.modal .modal-close {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  height: 1.5em;
  width: 1.5em;
  background: #fff;
  cursor: pointer;
}
.modal .modal-close::after, .modal .modal-close::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.15em;
  background: #ddd;
  content: "";
  display: block;
  margin: -3px 0 0 -1px;
  transform: rotate(45deg);
}
.modal .modal-close:hover::after, .modal .modal-close:hover::before {
  background: rgb(195.5, 195.5, 195.5);
}
.modal .modal-close::before {
  transform: rotate(-45deg);
}
.modal .modal-inner {
  background: #fff;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 95%;
  overflow: auto;
  padding: 0 1.25em 1.25em;
  position: relative;
  transition: opacity 0.25s ease;
  width: 95%;
  /* allow the content to be selected
     when the modal content is visible. */
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.modal .modal-inner header {
  margin: 0;
  background-color: #fff;
  z-index: 3;
}
.modal .modal-inner header h1 {
  margin-top: 0;
}
@media screen and (min-width: 40em) {
  .modal .modal-inner {
    width: 60%;
  }
}
@media screen and (min-width: 53.75em) {
  .modal .modal-inner {
    width: 50%;
  }
}
.modal .modal-inner h1 {
  color: #333;
  text-align: left;
  text-transform: capitalize;
}
.modal .modal-inner p {
  color: #333;
  line-height: 1.5em;
}
.modal .modal-inner .modal-intro {
  margin-bottom: 1em;
}
.modal .modal-inner .modal-content {
  color: #333;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}
.modal .modal-inner .modal-content pre {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.modal .modal-inner .modal-content .input-copy-btn-container {
  margin-top: 2em;
}
.modal .modal-inner .modal-content .input-copy-btn-container input {
  margin-right: 1em;
}
.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible;
}
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  max-width: 820px;
}
.modal.script-viewer .modal-inner {
  max-width: inherit !important;
  width: 90%;
}

body.modal-open {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

div[name=promote-packages-modal] progress[value] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 8px;
}
div[name=promote-packages-modal] table.table-minimal thead tr th:first-of-type {
  width: 60%;
}
div[name=promote-packages-modal] table.table-minimal thead tr th:last-of-type {
  width: 40%;
}
div[name=promote-packages-modal] table.table-minimal tbody tr td:first-of-type {
  width: 60%;
}
div[name=promote-packages-modal] table.table-minimal tbody tr td:last-of-type {
  width: 40%;
}
div[name=promote-packages-modal] .repo-select-container {
  overflow: scroll;
  margin: 0.125em 0.5em 1em;
  border: 1px solid #c7c7c7;
  box-shadow: 0px 0px 6px #cacaca;
  border-radius: 2px;
}
div[name=promote-packages-modal] .repo-select-container tr:first-of-type td {
  border: none;
}
div[name=promote-packages-modal] .repo-select-container tr td:first-of-type {
  border-left: none;
}
div[name=promote-packages-modal] .repo-select-container tr td:last-of-type {
  border: none;
  border-bottom: 1px solid #eaeaea;
}
div[name=promote-packages-modal] .repo-select-container tr.selected {
  background-color: #c9d9f5;
}
div[name=promote-packages-modal] .repo-select-container tr.selected:hover td {
  background-color: #c9d9f5;
}
div[name=promote-packages-modal] .repo-select-container .option-label {
  cursor: pointer;
}
div[name=promote-packages-modal] .repo-select-container tr.load-more {
  text-align: center;
}
div[name=promote-packages-modal] .repo-select-container tr.load-more:hover td {
  background: #fff;
}
div[name=promote-packages-modal] .repo-select-container tr.load-more .btn {
  font-size: 1em;
}
div[name=promote-packages-modal] .repo-select-container tr.load-more .dot-flashing {
  margin: 0 auto;
}
div[name=promote-packages-modal] .repo-select-container + .button-container .btn {
  margin-right: 0.5em;
}
div[name=promote-packages-modal] .flash-danger.selected-package-errors {
  margin-bottom: 0;
}
div[name=promote-packages-modal] .flash-alert h4 {
  margin: 0 !important;
  border: none !important;
  padding-top: 0 !important;
}

progress[value] {
  /* Reset the user-agent defaults */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  /* FF requires this to be set to
     override the UA default */
  background-color: #fff;
}

progress[value]::-webkit-progress-bar {
  background-color: #fff;
}

progress[value]::-webkit-progress-value {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(left, #5A64AE, #59C5BC);
  -webkit-transition: all 0.325s ease;
  -moz-transition: all 0.325s ease;
  transition: all 0.325s ease;
}

progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(0, 0, 0, 0.25)), -moz-linear-gradient(left, #5A64AE, #59C5BC);
}

.form-flex {
  display: flex;
}

.click-once.disabled {
  pointer-events: none;
}

.text-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 1em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.text-field.textarea {
  height: auto;
  font-family: inherit;
  overflow: auto;
}
.text-field.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.text-field[disabled=disabled], .text-field[disabled] {
  opacity: 0.4;
}

.field_with_errors {
  border-color: #DB332C;
  margin-bottom: 1em;
}
.field_with_errors label {
  color: #DB332C;
}

.alert {
  margin: 20px 0;
}

.error {
  border-color: #DB332C !important;
  padding-top: 5px;
  color: #DB332C !important;
}

.controls {
  margin-bottom: 1em;
}
.controls > .error ~ .error {
  margin-top: 0;
}

.text-field-2 {
  display: block;
  width: 100%;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.text-field-2:focus {
  outline: none !important;
  border-bottom: none;
  border: 1px solid #6366f1;
}
.text-field-2.textarea {
  height: auto;
  font-family: inherit;
  overflow: auto;
}
.text-field-2[disabled=disabled], .text-field-2[disabled] {
  opacity: 0.4;
}

select {
  border: 1px solid #eaeaea;
  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.minimal {
  position: relative;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  padding-right: 3.25em;
}

.styled-label-badge {
  white-space: nowrap;
}
.styled-label-badge span.label,
.styled-label-badge span.count,
.styled-label-badge span.info,
.styled-label-badge span.lite {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  color: #fff;
}
.styled-label-badge span.lite {
  background: #f1f7fd;
  color: #0366d6;
  font-weight: 200;
  border-radius: 3px;
}
.styled-label-badge span.label {
  background: #555555;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  text-shadow: 0px 1px 0px #353535;
  background: -moz-linear-gradient(top, #555555 0%, #383838 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #555555), color-stop(100%, #383838));
  background: -webkit-linear-gradient(top, #555555 0%, #383838 100%);
  background: -o-linear-gradient(top, #555555 0%, #383838 100%);
  background: -ms-linear-gradient(top, #555555 0%, #383838 100%);
  background: linear-gradient(to bottom, #555555 0%, #383838 100%);
}
.styled-label-badge span.count {
  margin-left: -5px;
  background: #42b5ff;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  text-shadow: 0px 1px 0px #585858;
  background: -moz-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #42b5ff), color-stop(100%, #09a3f0));
  background: -webkit-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -o-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -ms-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: linear-gradient(to bottom, #42b5ff 0%, #09a3f0 100%);
}
.styled-label-badge span.info {
  background: #42b5ff;
  border-radius: 3px;
  text-shadow: 0px 1px 0px #585858;
  background: -moz-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #42b5ff), color-stop(100%, #09a3f0));
  background: -webkit-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -o-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: -ms-linear-gradient(top, #42b5ff 0%, #09a3f0 100%);
  background: linear-gradient(to bottom, #42b5ff 0%, #09a3f0 100%);
}
.styled-label-badge span.info.latest {
  background: -webkit-linear-gradient(top, #3077f9 0%, #09dbf0 100%);
  background: -moz-linear-gradient(top, #3077f9 0%, #09dbf0 100%);
  background: -ms-linear-gradient(top, #3077f9 0%, #09dbf0 100%);
  background: -o-linear-gradient(top, #3077f9 0%, #09dbf0 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #3077f9), color-stop(100%, #09dbf0));
  background: linear-gradient(to bottom, #3077f9 0%, #09dbf0 100%);
}
.styled-label-badge.action {
  cursor: pointer;
}
.styled-label-badge.promote span.count {
  background: linear-gradient(to bottom, #42a8ff 0%, #097bf0 100%);
}
.styled-label-badge.promote .glyphicon-level-up {
  left: -1px;
}
.styled-label-badge.destructive span.label .glyphicon {
  top: 1px;
}
.styled-label-badge.destructive span.count {
  background: linear-gradient(to bottom, #ff5342 0%, #f05409 100%);
}
.styled-label-badge.destructive .glyphicon-remove {
  position: relative;
  top: 2px;
  left: -2px;
}

.dist {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 8px;
  background-color: #a6aab7;
  border-radius: 3px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 1px 0px #585858;
}
.dist.large {
  font-size: 1.3em;
  background-color: #42b5ff;
}
.dist a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.dist a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.other-install-options {
  display: flex;
  border-top: 1px solid #eaeaea;
  padding-top: 1em;
}
.other-install-options .badge {
  flex: 1;
  text-decoration: none;
  font-size: 14px;
}
.other-install-options .badge span:first-of-type {
  font-size: 1.4em;
  display: block;
}
.other-install-options .badge span.glyphicon {
  font-size: 28px;
  padding-top: 7px;
}
.other-install-options .badge span.manual {
  color: #888888;
}
.other-install-options .badge span.ci {
  color: #24e27c;
}
.other-install-options .badge span.puppet {
  margin: 0 auto;
  margin-top: 4px;
  width: 89px;
  height: 32px;
  background-image: url(/assets/puppet_logo_89w_32h-69e5d8924f36135f7268703d4d50091ff894829bcb6e4bc3b4ef0b04f175a686.png);
  background-size: 89px 32px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.puppet {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/puppet_logo_89w_32h_2x-50db94f858cf45a2bd25229ff15577c2ad13a308a922c93418ab9af3b5264791.png);
    background-size: 89px 32px;
  }
}
.other-install-options .badge span.chef {
  margin: 0 auto;
  margin-top: 6px;
  width: 72px;
  height: 27px;
  background-image: url(/assets/chef_72w_27h-6a29821730ee58e18a93cc6f9f14bc45f983cdcf62c0a47c1aa1396f7b10caad.png);
  background-size: 72px 27px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.chef {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/chef_72w_27h_2x-44b9f9524920d346506faeb8f5140db7519425b74bdca8c0c214d76ee06e8547.png);
    background-size: 72px 27px;
  }
}
.other-install-options .badge span.maven {
  margin: 0 auto;
  margin-top: 10px;
  width: 150px;
  height: 38px;
  background-image: url(/assets/maven_bk_150w_38h-8b15c3f6c8d5709d3bef392b570b80527fd3c79304d1ca49a370008b9c3f812c.png);
  background-size: 150px 38px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.maven {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/maven_bk_150w_38h_2x-1434c10d69238f3c6915b94ba7cc4663103e55a9b66789409a3dc3e145432ce0.png);
    background-size: 150px 38px;
  }
}
.other-install-options .badge span.lein {
  margin: 0 auto;
  margin-top: 14px;
  width: 117px;
  height: 30px;
  background-image: url(/assets/lein_117w_30h-9e7f37292c6ec5ce22153dc53f8789792e1463abb00745519daa04496e013b4a.png);
  background-size: 117px 30px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.lein {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/lein_117w_30h_2x-44f918b12927cd434825f4b6859f5157c93d4220b57226adc9c6dd7b17bd7fd4.png);
    background-size: 117px 30px;
  }
}
.other-install-options .badge span.sbt {
  margin: 0 auto;
  margin-top: 6px;
  width: 90px;
  height: 40px;
  background-image: url(/assets/sbt_90w_40h-9d8e7942b18ffe665124d1cb50a0c05860819b86833e74483c585a3145f90177.png);
  background-size: 90px 40px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.sbt {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/sbt_90w_40h_2x-1e67db18ae5614e802a9f7caa7a18f19f11f17d02ed2c53cd3fdf7290684423b.png);
    background-size: 90px 40px;
  }
}
.other-install-options .badge span.gradle {
  margin: 0 auto;
  margin-top: 14px;
  width: 104px;
  height: 29px;
  background-image: url(/assets/gradle_104w_29h-1dc915fa58244d1183a8e787c6d460a6024d7520519e2dcb07deb92b1898e805.png);
  background-size: 104px 29px;
  background-repeat: no-repeat;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .other-install-options .badge span.gradle {
    /* on retina, use image that's scaled by 2 */
    background-image: url(/assets/gradle_104w_29h_2x-f57bba1d19109478612352695ec8b3572db4525fccadd5ca54f59387a7d5e600.png);
    background-size: 104px 29px;
  }
}

.count-badge {
  background-color: #42b5ff;
  text-align: center;
  margin-right: 8px;
  border-radius: 18px;
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  padding: 0 2px;
  min-width: 20px;
  border: 2px solid #f3f3f3;
}

.outline-badge {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #eaeaea;
  padding: 0 4px;
  border-radius: 3px;
  position: relative;
  vertical-align: middle;
  color: #868686;
  font-weight: bold;
  white-space: nowrap;
}
.outline-badge.indexing {
  background-color: #FFF2C1;
}
.outline-badge.size {
  background-color: #FFFFFF;
}
.outline-badge .glyphicon {
  font-size: 0.7em;
  margin-right: 0.5em;
}

.install-badges {
  margin-right: 1px;
  padding: 1em;
  margin-bottom: 1em;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.install-badges h4 {
  margin: 0 0 1em 0;
}
.install-badges .modal-container {
  display: inline-block;
}
.install-badges .modal-container.disabled {
  display: none;
}
.install-badges .modal-container .copy-button {
  margin-bottom: 1em;
}
.install-badges .modal label:not(.badge) {
  text-decoration: underline;
  color: #42b5ff;
}
.install-badges .badge {
  max-width: 166px;
  display: inline-block;
  text-align: center;
  padding: 0.5em;
  border: 1px solid #eaeaea;
  margin: 5px;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
  text-shadow: 0px 1px 1px #e2e2e2;
  font-weight: bold;
}
.install-badges .badge:hover:not(.disabled) {
  top: -1px;
  box-shadow: 0px 2px 6px #b9b9b9;
}
.install-badges .badge:active:not(.disabled) {
  top: 0;
  box-shadow: 0 0 0;
}
.install-badges .badge.disabled {
  display: none;
}
.install-badges .badge img {
  vertical-align: middle;
}

.styled-alert-badge {
  border: 1px solid #e8e8e8;
  padding: 3px 6px;
  border-radius: 3px;
  margin-right: 8px;
  background-color: #fff6bf;
  color: #696969;
  font-size: 0.8em;
  vertical-align: middle;
}
.styled-alert-badge span.glyphicon {
  vertical-align: middle;
}
.styled-alert-badge:hover {
  background-color: #f1e8b1;
}

.top-nav > * {
  display: inline-block;
}
.top-nav .avatar-container,
.top-nav .logged-out-links {
  vertical-align: top;
  margin-top: 1em;
  text-align: right;
}
.top-nav .avatar-container {
  position: fixed;
  right: 8em;
  bottom: 2em;
}
.top-nav .avatar-container [class*=flash-] {
  max-width: 378px;
}
.top-nav .avatar-container,
.top-nav .logged-out-links {
  background-color: #fff;
  z-index: 3;
  box-shadow: 0px 1px 6px #d4d4d4;
}
.top-nav .logged-out-links {
  position: fixed;
  right: 5em;
  bottom: 0em;
  padding: 0.5em;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
}
.top-nav .logged-out-links li {
  display: inline-block;
}

ul.sidenav li {
  display: inline-block;
  width: 100%;
  font-size: 0.875em;
}
ul.sidenav li a {
  border-right: 6px solid transparent;
  display: block;
  text-decoration: none;
  text-align: left;
  color: #9ca3af;
}
ul.sidenav li a:hover, ul.sidenav li a:focus, ul.sidenav li a:active {
  background-color: #e2e2e2;
}
ul.sidenav li.active a {
  background-color: #d4d4d4;
  border-color: #42b5ff;
}

/* just the line */
.sparkline {
  stroke: red;
  fill: none;
}

/* line with highlight area */
.sparkline {
  stroke: red;
  fill: rgba(255, 0, 0, 0.3);
}

/* change the spot color */
.sparkline--spot {
  stroke: blue;
  fill: blue;
}

/* change the cursor color */
.sparkline--cursor {
  stroke: orange;
}

/* style fill area and line colors using specific class name */
.sparkline--fill {
  fill: rgba(0, 46, 255, 0.3);
}

.sparkline--line {
  stroke: #616da0;
}

article.package-page-details-container {
  padding: 1em 0 0;
  margin-bottom: 1em;
}
article.package-page-details-container pre {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  white-space: pre-wrap;
}
article.package-page-details-container h1 {
  color: #666;
  margin: 0px;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.25em;
}
article.package-page-details-container .distro_version {
  color: #42b5ff;
}
article.package-page-details-container .download-button-container {
  text-align: right;
}
article.package-page-details-container .expander pre {
  margin-bottom: 1em;
}
article.package-page-details-container .package-info-details .package-repo-desc-instructions {
  padding-right: 1em;
}
article.package-page-details-container .package-info-details .breadcrumbs {
  display: flex;
  position: fixed;
  right: 0;
  background: #fff;
  top: 0;
  padding: 1em 1em 1em 14.3em;
  width: 100%;
  z-index: 1;
  box-shadow: 0px -1px 5px #bdbdbd;
}
article.package-page-details-container .package-info-details .breadcrumbs .package-path {
  display: inline-block;
  padding-top: 8px;
  flex: 1;
}
article.package-page-details-container .package-info-details .breadcrumbs .package-path > * {
  vertical-align: middle;
}
article.package-page-details-container .package-info-details .breadcrumbs .package-path .glyphicon {
  margin-right: 8px;
}
article.package-page-details-container .package-info-details .breadcrumbs .package-path span.file_name {
  font-weight: bold;
}
article.package-page-details-container .package-info-details .select-packages-modal.promote-modal {
  margin-right: 0.5em;
}
article.package-page-details-container .main-package-details {
  font-size: 0.9em;
}
article.package-page-details-container .main-package-details .pkg-title-container {
  padding-top: 1em;
  padding-right: 1em;
}
article.package-page-details-container .main-package-details .pkg-title-container .bordered-info .table-minimal th {
  font-style: italic;
}
article.package-page-details-container .main-package-details .pkg-title-container .bordered-info .table-minimal tbody tr:last-of-type > td {
  border-bottom: none;
}
article.package-page-details-container .main-package-details .extra-details h4 {
  margin-top: 0;
  margin-bottom: 0.25em;
  padding-top: 1em;
}
article.package-page-details-container .main-package-details .extra-details section:not(.repo-install-callout) {
  border-bottom: 19px solid #eaeaea;
  padding-bottom: 1em;
}
article.package-page-details-container .main-package-details .extra-details section.download-stats-container {
  padding-bottom: 0;
  border-color: #b5c3ff;
}
article.package-page-details-container .main-package-details .extra-details section:last-of-type {
  border-bottom: none;
}
article.package-page-details-container .package-actions-container span.styled-label-badge {
  display: inline-block;
  vertical-align: middle;
}
article.package-page-details-container .install-info-container.repo-install-callout {
  margin-top: 1em;
  background: linear-gradient(to bottom, #6366f1 0%, #2134c5 100%);
  border-right: 2px solid #2134c5;
}
@media screen and (max-width: 860px) {
  article.package-page-details-container .package-info-details {
    width: 100%;
    padding-right: 1em;
  }
  article.package-page-details-container .package-info-details .breadcrumbs {
    padding-left: 4.5em;
  }
}

article.show-package {
  clear: left;
}
article.show-package .quick-install-title {
  border-top: 1px solid #eaeaea;
  padding-top: 0.5em;
}
article.show-package .quick-install-title label {
  font-size: 14px;
  font-style: italic;
  color: #42b5ff;
  text-decoration: underline;
}
article.show-package .package-details ul {
  list-style-type: circle;
  padding: 0 2em;
}
article.show-package .table-minimal.basic {
  border: 1px solid #e8e8e8;
  padding: 8px;
}
article.show-package .thin-bordered-container {
  border: 1px solid #eaeaea;
  padding: 14px;
  border-radius: 4px;
  margin-bottom: 16px;
}

.bordered-info {
  padding: 8px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  margin-bottom: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bordered-info a {
  display: block;
  color: #0275d8;
}
.bordered-info h3 {
  margin-top: 0;
  margin-bottom: 8px;
}
.bordered-info h3 .dist-tag-info {
  float: right;
  color: #888888;
  vertical-align: middle;
}
.bordered-info .npm-deps-modal .btn.small {
  float: right;
}
.bordered-info .npm-deps-modal .btn.small:hover {
  background-color: #888888;
  color: #fff;
}

.short-description {
  margin-top: 0;
}

.bordered-search-bar {
  border: 1px solid #e8e8e8;
  padding: 6px;
  border-radius: 4px;
  color: #5f5f5f;
}
.bordered-search-bar .search-query {
  width: 100%;
  display: block;
}
.bordered-search-bar .search-query input[type=search] {
  width: 90%;
  border: none;
  display: inline;
}

.flexed {
  display: flex;
}
.flexed div:nth-child(1):not(.modal-inner) {
  margin-right: 1em;
}
.flexed div:not(.modal-inner) {
  flex: 1;
}
.flexed div:not(.modal-inner):last-child {
  margin-right: 0;
}

.java-install-tabs .instructions-callout {
  margin-bottom: 1em;
}

@media (max-width: 1096px) {
  .flexed {
    display: block;
  }
  .flexed div {
    flex: none;
    margin-right: 0;
  }
}
.repo-install-callout {
  padding: 1em;
  border-radius: 4px;
  border-right: 2px solid #2779fb;
  background: linear-gradient(to bottom, #3ab3ff 0%, #2779fb 100%);
  box-shadow: 2px 2px 4px #969292;
  color: #fff;
}
.repo-install-callout h5 {
  margin: 0 0 12px 0;
  font-size: 18px;
  line-height: 22px;
}
.repo-install-callout p {
  font-style: italic;
  margin: 0 0 1em 0;
  line-height: 20px;
}
.repo-install-callout .bundler-venv-callout {
  margin-top: 1em;
}
.repo-install-callout #manual-instructions-text {
  display: inline-block;
  margin-top: 0.5em;
}

.keywords {
  margin-bottom: 1em;
}
.keywords .styled-label-badge .lite {
  margin-bottom: 0.25em;
}

.no-border-bottom {
  border-bottom: none !important;
}

.table-positioning {
  max-width: 1069px;
  float: none;
}

.display-gear {
  display: inline-block;
}
.display-gear:hover {
  text-decoration: none !important;
}

.toaster {
  position: fixed;
  width: 168px;
  left: 50%;
  bottom: -40px;
  text-align: center;
  padding: 0.25em;
  border: 1px solid #0da3f1;
  border-radius: 3px;
  background-color: #42b5ff;
  color: #fff;
  text-shadow: 1px 1px 1px #6b6a6a;
  z-index: 9999999;
}
.toaster.up {
  bottom: 15px;
}

.flash {
  -moz-animation: flash 0.25s ease-in;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flash 0.25s ease-in;
  -webkit-animation-iteration-count: 1;
  animation: flash 0.25s ease-in;
  animation-iteration-count: 1;
}

@-moz-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fff;
    color: #ffffff;
  }
  100% {
    background-color: none;
    color: initial;
  }
}
@-webkit-keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #fff;
    color: #ffffff;
  }
  100% {
    background-color: none;
    color: initial;
  }
}
@keyframes flash {
  0% {
    background-color: none;
  }
  50% {
    background-color: #ffffff;
    color: #ffffff;
  }
  100% {
    background-color: none;
    color: initial;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  -webkit-animation: fadein ease-in 0.35s;
  -moz-animation: fadein ease-in 0.35s;
  animation: fadein ease-in 0.35s;
}

.fadein-fast {
  -webkit-animation: fadein ease-in 0.25s;
  -moz-animation: fadein ease-in 0.25s;
  animation: fadein ease-in 0.25s;
}

.fadein-slow {
  -webkit-animation: fadein ease-in 0.9s;
  -moz-animation: fadein ease-in 0.9s;
  animation: fadein ease-in 0.9s;
}

.fadeout {
  -webkit-animation: fadeout ease-out 0.325s;
  -moz-animation: fadeout ease-out 0.325s;
  animation: fadeout ease-out 0.325s;
}

.slide-up-toaster {
  animation: slide-up-toaster 0.35s ease-in;
}

@keyframes slide-up-toaster {
  0% {
    bottom: -40px;
  }
  60% {
    bottom: 23px;
  }
  100% {
    bottom: 15px;
  }
}
.slide-down-toaster {
  animation: slide-down-toaster 0.35s ease-in;
}

@keyframes slide-down-toaster {
  0% {
    bottom: 15px;
  }
  60% {
    bottom: 23px;
  }
  100% {
    bottom: -40px;
  }
}
html {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
  margin-bottom: 1.5em;
  line-height: 1.5;
}

a {
  color: #555555;
}
a:hover, a:focus {
  color: #589dca;
}

ul {
  list-style-type: none;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.sidebar-button-container {
  display: none;
}

.sidebar-container + main {
  margin-left: 12.4em;
  padding-bottom: 6em;
}

main {
  margin-left: 68px;
  padding: 0 1em;
  max-width: inherit;
}
main.main-content.fixed-header {
  margin-top: 4em;
}
main header a {
  text-decoration: none;
}
main header nav.breadcrumbs {
  font-size: 1.4em;
  font-weight: 900;
}
main header nav.breadcrumbs .package-path {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 16px;
}
main header nav.breadcrumbs .glyphicon {
  margin-right: 0.4em;
  font-size: 16px;
}

article section .page-content section {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1096px) {
  article section {
    width: 100%;
    box-sizing: border-box;
  }
  article section .page-content {
    height: 100%;
    width: 100%;
    float: none;
  }
}

.action-buttons {
  margin-top: 0.5em;
}
.action-buttons .styled-label-badge {
  float: left;
}
.action-buttons .styled-label-badge.destructive {
  margin-right: 8px;
}

#toast-container > div {
  opacity: 1;
}

@media (max-width: 860px) {
  .sidebar-button-container {
    display: inline-block;
  }
  #contextual-sidebar.sidebar-container.sidebar-container {
    z-index: 3;
    left: -250px;
  }
  #contextual-sidebar.sidebar-container.sidebar-container.open {
    display: block;
    left: 0;
  }
  #contextual-sidebar.sidebar-container.sidebar-container.closed {
    display: block;
    left: -250px;
  }
  .sidebar-button-container {
    position: fixed;
    right: 0;
    margin: 1em 1em 0 0;
    z-index: 2;
  }
  .sidebar-button-container .btn.primary.outline {
    background-color: #fff;
  }
  main,
  .sidebar-container + main,
  .sidebar-container.docs + main {
    padding: 0 1em;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 6em;
  }
  article.repo-list .empty-message,
  article.collab-list .empty-message {
    padding: 2em 2em;
  }
  .avatar-container.badge,
  .accordion-tabs,
  .tools-container,
  .readme-tips {
    display: none;
  }
  .table-minimal thead th {
    border-top: none;
  }
  .table-minimal tbody td:first-of-type {
    padding-left: 1em;
  }
  .table-minimal tbody td.package-info-details {
    word-wrap: break-word;
  }
  nav.fixed.sidenav ul.icons li.more ul.submenu {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
  }
  nav.fixed.sidenav ul.icons li.more ul.submenu a {
    margin: 0 auto;
    text-align: center;
  }
  #docs-header.docs-header h1 {
    font-size: 2em;
    word-wrap: break-word;
  }
  .docs-content section {
    font-size: 0.9em;
  }
  .docs-content section h2 {
    font-size: 1.3em;
  }
  .docs-content section h3 {
    font-size: 0.9em;
  }
  .docs-content section pre {
    font-size: 0.5em;
  }
  .docs-content .param-list {
    font-size: 0.7em;
  }
  header.user-page .modal-container {
    display: none;
  }
  header.package-page-header h1 {
    word-wrap: break-word;
  }
  header.package-page-header .btn {
    display: none;
  }
  header.package-page-header nav.breadcrumbs {
    font-size: 1em;
    display: inline-block;
  }
  header.package-page-header nav.breadcrumbs .package-path {
    white-space: normal;
    flex: none;
  }
  .avatar-container.badge {
    float: left;
  }
  .repo-alert-container {
    clear: left;
  }
  .pin-right {
    float: none;
  }
  .hide-mobile {
    display: none !important;
  }
  article.show-repo section .page-content .header-pin header h2 {
    display: inline-block;
    padding-right: 5em;
  }
  article.show-package .stats-panel,
  article.show-package .total-downloads,
  article.show-package .quick-install-title,
  article.show-package .install-instructions {
    display: none;
  }
  article.show-package .vertical-tab-content-container {
    width: 100%;
  }
  article.show-package .checksums {
    overflow: scroll;
  }
  article.show-package .package-details ul {
    word-wrap: break-word;
  }
  article.show-package .instructions-callout {
    white-space: normal;
  }
  .readme-container .title-container .last-update {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
}
