/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Light"), url("../../../fonts/fira/woff2/FiraSans-Light.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-Light.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Light Italic"), url("../../../fonts/fira/woff2/FiraSans-LightItalic.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-LightItalic.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans"), local("Fira Sans Regular"), url("../../../fonts/fira/woff2/FiraSans-Regular.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-Regular.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Regular Italic"), url("../../../fonts/fira/woff2/FiraSans-Italic.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-Italic.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Medium"), url("../../../fonts/fira/woff2/FiraSans-Medium.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-Medium.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Medium Italic"), url("../../../fonts/fira/woff2/FiraSans-MediumItalic.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-MediumItalic.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Bold"), url("../../../fonts/fira/woff2/FiraSans-Bold.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-Bold.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-Bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Sans';
  src: local("Fira Sans Bold Italic"), url("../../../fonts/fira/woff2/FiraSans-BoldItalic.woff2") format("woff2"), url("../../../fonts/fira/woff/FiraSans-BoldItalic.woff") format("woff"), url("../../../fonts/fira/otf/FiraSans-BoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
}
* {
  font-family: 'Fira Sans', sans-serif;
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: content-box;
}
img {
  height: auto;
  max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: rgba(51, 51, 51, 0.9);
}
a:hover {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: underline;
}
a:active {
  color: rgba(51, 51, 51, 0.9);
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
  line-height: 1.35;
  overflow-x: hidden;
}
body.user-signedin {
  overflow-x: auto;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 20px;
  margin-top: 0;
}
h2,
h3 {
  font-size: 32px;
}
h1,
h2,
h3 {
  font-weight: 500;
}
.stars {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 12px;
  background: url(../../../img/impala/stars.png) no-repeat left top;
  text-indent: -9999px;
  margin-right: 4px;
}
.stars.stars-4 {
  background-position: -13px 0;
}
.stars.stars-3 {
  background-position: -26px 0;
}
.stars.stars-2 {
  background-position: -39px 0;
}
.stars.stars-1 {
  background-position: -52px 0;
}
.stars.stars-0 {
  background-position: -65px 0;
}
.stars.large {
  display: block;
  background: url(../../../img/impala/stars-16.png) no-repeat left top;
  width: 89px;
  height: 16px;
}
.stars.large.stars-4 {
  background-position: -18px 0;
}
.stars.large.stars-3 {
  background-position: -36px 0;
}
.stars.large.stars-2 {
  background-position: -54px 0;
}
.stars.large.stars-1 {
  background-position: -70px 0;
}
.html-rtl .stars {
  transform: scale(-1, 1);
  overflow: hidden;
}
.rating a {
  color: #0996F8;
  font-size: 11px;
}
.rating b {
  font-size: 14px;
}
@media only screen and (min-width: 700px) {
  h1,
  h2,
  h3 {
    font-weight: 400;
  }
}
.show-on-desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .show-on-desktop {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-on-desktop {
    display: none;
  }
}
.content {
  width: 100%;
}
.content > div {
  color: #333;
  padding: 20px;
}
@media only screen and (min-width: 700px) {
  .content > div {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 20px;
  }
}
.content p {
  color: #333;
  font-weight: 300;
}
.content li {
  color: #333;
  font-weight: 400;
}
.scheme-default {
  background-color: #ffffff;
}
.scheme-light {
  background-color: #f3f5f8;
}
.scheme-light p,
.scheme-light li {
  color: #333;
}
.scheme-light:before,
.scheme-light:after {
  background-color: #f3f5f8;
}
.scheme-medium {
  background-color: #0568ba;
}
.scheme-medium p,
.scheme-medium li {
  color: #fff;
}
.scheme-medium:before,
.scheme-medium:after {
  background-color: #0568ba;
}
.scheme-dark {
  background-color: #1d3770;
}
.scheme-dark p,
.scheme-dark li {
  color: #fff;
}
.scheme-dark:before,
.scheme-dark:after {
  background-color: #1d3770;
}
.DevHub-content-container {
  display: flex;
  position: relative;
}
.DevHub-content-header {
  max-width: 66%;
}
.DevHub-content-image-wrapper {
  max-width: 33%;
  padding: 30px 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
html[dir=rtl] .DevHub-content-image-wrapper {
  left: 20px;
  right: auto;
}
.DevHub-content-image-wrapper--publish-addon {
  right: 0;
}
html[dir=rtl] .DevHub-content-image-wrapper--publish-addon {
  transform: scaleX(-1);
  left: 0;
  right: auto;
}
.DevHub-content-copy {
  position: relative;
  z-index: 4;
}
.DevHub-callout-box {
  border: 8px solid #FDC900;
  background: #fff;
  margin: 0 -20px -20px;
  padding: 0 20px 20px;
  position: relative;
}
@media only screen and (min-width: 700px) {
  .DevHub-callout-box {
    box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15);
    margin: -50px auto 0 auto;
    max-width: 70%;
  }
}
.DevHub-callout-box::after {
  background-image: url(../../../img/developers/new-landing/ladder.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 275px;
  position: absolute;
  right: -186px;
  top: calc(50% - 57px);
  width: 227px;
}
html[dir=rtl] .DevHub-callout-box::after {
  left: -186px;
  right: auto;
  transform: scaleX(-1);
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .DevHub-callout-box::after {
    background-image: url(../../../img/developers/new-landing/ladder-2x.png);
    background-size: 100%;
  }
}
.DevHub-callout-header {
  font-size: 22px;
  min-height: 50px;
  padding-right: 35px;
  position: relative;
}
.DevHub-callout-header::after {
  background: url(../../../img/developers/new-landing/callout-header-fox.svg) no-repeat 100% 50%;
  content: '';
  display: inline-block;
  height: 52px;
  position: absolute;
  right: 0;
  top: calc(50% - 26px);
  width: 47px;
}
html[dir=rtl] .DevHub-callout-header {
  padding-right: 0;
  padding-left: 35px;
}
html[dir=rtl] .DevHub-callout-header::after {
  transform: scaleX(-1);
  left: 0;
  right: auto;
}
.DevHub-callout-copy {
  padding-right: 30px;
}
html[dir=rtl] .DevHub-callout-copy {
  padding-left: 30px;
  padding-right: 0;
}
.DevHub-content-header--manage {
  max-width: 100%;
  text-align: center;
}
.DevHub-content-container--manage {
  flex-direction: column;
  background-image: url(../../../img/developers/new-landing/manage-addon.png);
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: 50% 10px;
}
@media only screen and (min-width: 700px) {
  .DevHub-content-container--manage {
    background-position: 30px 100%;
    background-size: auto 95%;
  }
  html[dir=rtl] .DevHub-content-container--manage {
    background-position: 100% 30px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .DevHub-content-container--manage {
    background-image: url(../../../img/developers/new-landing/manage-addon-2x.png);
  }
}
.DevHub-content-copy--manage,
.DevHub-content-copy--evolution {
  margin-bottom: 30px;
  max-width: 100%;
}
.DevHub-content-copy--manage .Button {
  display: block;
}
.DevHub-content-copy--evolution {
  margin-bottom: 0;
}
.DevHub-content-copy--evolution .Button--evolution {
  margin: 20px auto 10px;
}
@media only screen and (min-width: 400px) {
  .DevHub-content-copy {
    max-width: 66%;
  }
  .DevHub-content-image-wrapper {
    max-width: 33%;
  }
  .DevHub-content-copy--manage,
  .DevHub-content-copy--evolution {
    max-width: 100%;
  }
}
@media only screen and (min-width: 700px) {
  .DevHub-content-copy,
  .DevHub-content-image-wrapper {
    max-width: 50%;
  }
  .DevHub-content-container--manage {
    flex-direction: row;
  }
  .DevHub-content-header--manage {
    text-align: left;
    max-width: 66%;
  }
  html[dir=rtl] .DevHub-content-header--manage {
    text-align: right;
  }
  .DevHub-content-copy .Button {
    margin: 25px 0 40px 0;
  }
  .DevHub-content-copy--manage .Button {
    display: inline-block;
  }
  .DevHub-content-copy--manage,
  .DevHub-content-copy--evolution {
    margin-bottom: 0;
    width: 50%;
  }
  .DevHub-publish-addon .DevHub-content-container {
    padding-bottom: 40px;
  }
  .DevHub-content-copy {
    margin: 0 auto 40px auto;
  }
  .DevHub-content-container {
    overflow: visible;
  }
  .DevHub-content-header {
    max-width: 100%;
    margin: 60px 0 20px;
  }
  .DevHub-content-image-wrapper {
    position: relative;
    top: 10px;
    width: 100%;
  }
  .DevHub-content-image-wrapper::before {
    content: '';
    display: block;
    padding-bottom: 70%;
  }
  .DevHub-publish-addon .DevHub-content-image-wrapper::before {
    padding-bottom: 60%;
  }
  .DevHub-content-image-wrapper--port-chrome {
    right: 0;
  }
  .DevHub-content-image-wrapper--publish-addon {
    right: 80px;
  }
  html[dir=rtl] .DevHub-content-image-wrapper--publish-addon {
    left: 80px;
    right: 0;
  }
  .DevHub-content-image {
    position: absolute;
    top: 50px;
    right: 0;
    left: 20px;
    bottom: 0;
  }
  html[dir=rtl] .DevHub-content-image {
    left: 0;
    right: 20px;
  }
  .DevHub-content-image--publish-addon {
    top: -70px;
    min-width: 350px;
    max-width: 115%;
  }
}
.Button {
  background-color: #0996F8;
  border-radius: 2px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.Button:link,
.Button:visited,
.Button:hover,
.Button:active {
  text-decoration: none;
  color: #fff;
}
.Button:active,
.Button:hover,
.Button:focus {
  background-color: #0687e1;
  text-decoration: none;
}
.Button:focus {
  border-color: #FDC900;
  box-shadow: 0 0 5px 0 #FDC900;
  outline: none;
}
@media only screen and (min-width: 400px) {
  .Button {
    width: auto;
  }
}
@media only screen and (min-width: 700px) {
  .Button {
    margin: 0;
  }
}
.Button--primary {
  background-color: #29c978;
  color: #fff;
}
.Button--primary:link,
.Button--primary:visited,
.Button--primary:hover,
.Button--primary:active {
  text-decoration: none;
  color: #fff;
}
.Button--primary:active,
.Button--primary:hover,
.Button--primary:focus {
  background-color: #25b46b;
  text-decoration: none;
}
.Button--primary:focus {
  border-color: #FDC900;
  box-shadow: 0 0 5px 0 #FDC900;
  outline: none;
}
.Logo {
  display: flex;
}
.Logo::before {
  content: '';
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url('../../../img/developers/addons-logo.svg') no-repeat left center;
  background-size: contain;
}
.Logo span {
  display: none;
  align-self: center;
}
@media only screen and (min-width: 1024px) {
  .Logo span {
    display: inline;
    margin-left: 10px;
  }
  html[dir=rtl] .Logo span {
    margin-left: 0;
    margin-right: 10px;
  }
}
.Logo--loggedin::before {
  background: url('../../../img/developers/addons-logo-black.svg') no-repeat left center;
  background-size: contain;
}
.DevHub-Navigation > div {
  padding-top: 5px;
}
.DevHub-Navigation ul {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.DevHub-Navigation ul li {
  margin: 10px auto;
}
@media only screen and (min-width: 1024px) {
  .DevHub-Navigation ul li {
    margin: 10px;
    width: auto;
  }
}
.DevHub-Navigation ul li:first-child {
  margin: 0 auto 0 0;
}
html[dir=rtl] .DevHub-Navigation ul li:first-child {
  margin: 0 0 0 auto;
}
.DevHub-Navigation ul li.avatar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .DevHub-Navigation ul li.avatar {
    display: inline;
  }
}
.DevHub-Navigation ul li.avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  .DevHub-Navigation ul li.DevHub-Navigation-Register,
  .DevHub-Navigation ul li.DevHub-Navigation-SignOut {
    margin-left: 40px;
  }
  .DevHub-Navigation ul li.DevHub-Navigation-Register a,
  .DevHub-Navigation ul li.DevHub-Navigation-SignOut a {
    margin: 0 2px;
  }
  html[dir=rtl] .DevHub-Navigation ul li.DevHub-Navigation-Register,
  html[dir=rtl] .DevHub-Navigation ul li.DevHub-Navigation-SignOut {
    margin-right: 40px;
    margin-left: 10px;
  }
}
.DevHub-Navigation ul li a {
  color: #333;
  text-decoration: none;
}
.DevHub-Navigation ul li a:link {
  color: #333;
}
.DevHub-Navigation ul li a:visited {
  color: rgba(51, 51, 51, 0.9);
}
.DevHub-Navigation ul li a:hover {
  color: rgba(51, 51, 51, 0.8);
  text-decoration: underline;
}
.DevHub-Navigation ul li a:active {
  color: rgba(51, 51, 51, 0.9);
}
.DevHub-Navigation.scheme-light {
  min-width: 960px;
}
.DevHub-Navigation.scheme-light ul li a {
  color: #333;
}
.DevHub-Navigation.scheme-medium ul li a {
  color: #fff;
}
@media only screen and (min-width: 700px) {
  .DevHub-Overview > div {
    background-image: url(../../../img/developers/new-landing/header-background.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 70px 20px 80px;
  }
}
@media only screen and (min-width: 700px) {
  .DevHub-Overview {
    text-align: center;
  }
}
.DevHub-Overview h1 {
  color: #fff;
}
.DevHub-Overview p {
  font-size: 24px;
  margin: 20px auto;
  max-width: 560px;
}
.DevHub-Overview p > a {
  color: #fff;
  text-decoration: underline;
}
.DevHub-Overview p > a:link {
  color: #fff;
}
.DevHub-Overview p > a:visited {
  color: rgba(255, 255, 255, 0.9);
}
.DevHub-Overview p > a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.DevHub-Overview p > a:active {
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 400px) {
  .DevHub-Overview p {
    font-size: 20px;
  }
}
.DevHub-MoreInformation > div {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media only screen and (min-width: 700px) {
  .DevHub-MoreInformation > div {
    flex-flow: row nowrap;
    padding: 60px 20px 80px;
  }
}
.DevHub-BlogPosts,
.DevHub-Tools {
  line-height: 1.5;
  margin: 20px 0 auto;
  max-width: 420px;
}
.DevHub-BlogPosts h2,
.DevHub-Tools h2,
.DevHub-BlogPosts h2 a,
.DevHub-Tools h2 a {
  color: #fff;
  font-size: 32px;
  margin: 0;
}
.DevHub-BlogPosts h2 a,
.DevHub-Tools h2 a {
  color: #fff;
  text-decoration: none;
}
.DevHub-BlogPosts h2 a:link,
.DevHub-Tools h2 a:link {
  color: #fff;
}
.DevHub-BlogPosts h2 a:visited,
.DevHub-Tools h2 a:visited {
  color: rgba(255, 255, 255, 0.9);
}
.DevHub-BlogPosts h2 a:hover,
.DevHub-Tools h2 a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.DevHub-BlogPosts h2 a:active,
.DevHub-Tools h2 a:active {
  color: rgba(255, 255, 255, 0.9);
}
.DevHub-BlogPosts ul,
.DevHub-Tools ul {
  list-style: none;
  padding: 0;
}
.DevHub-BlogPosts ul li a,
.DevHub-Tools ul li a {
  color: #40d38d;
  text-decoration: none;
}
.DevHub-BlogPosts ul li a:link,
.DevHub-Tools ul li a:link {
  color: #40d38d;
}
.DevHub-BlogPosts ul li a:visited,
.DevHub-Tools ul li a:visited {
  color: rgba(64, 211, 141, 0.9);
}
.DevHub-BlogPosts ul li a:hover,
.DevHub-Tools ul li a:hover {
  color: rgba(64, 211, 141, 0.8);
  text-decoration: underline;
}
.DevHub-BlogPosts ul li a:active,
.DevHub-Tools ul li a:active {
  color: rgba(64, 211, 141, 0.9);
}
.DevHub-BlogPosts ul li p,
.DevHub-Tools ul li p {
  margin-top: 0;
}
.DevHub-BlogPosts .read-more {
  color: #40d38d;
  text-decoration: none;
  font-weight: 600;
}
.DevHub-BlogPosts .read-more:link {
  color: #40d38d;
}
.DevHub-BlogPosts .read-more:visited {
  color: rgba(64, 211, 141, 0.9);
}
.DevHub-BlogPosts .read-more:hover {
  color: rgba(64, 211, 141, 0.8);
  text-decoration: underline;
}
.DevHub-BlogPosts .read-more:active {
  color: rgba(64, 211, 141, 0.9);
}
.DevHub-BlogPosts ul {
  margin-right: 20px;
}
html[dir=rtl] .DevHub-BlogPosts ul {
  margin-right: auto;
  margin-left: 20px;
}
.DevHub-Tools ul li a {
  font-size: 24px;
  font-weight: 600;
}
.DevHub-MyAddons {
  min-width: 960px;
}
.DevHub-MyAddons-copy {
  max-width: 32em;
}
.DevHub-MyAddons-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0 25px 0;
}
.DevHub-MyAddons-item-modified {
  margin-left: auto;
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  align-items: right;
  max-width: 280px;
  width: 100%;
}
html[dir=rtl] .DevHub-MyAddons-item-modified {
  margin-right: auto;
  margin-left: 0;
}
.DevHub-MyAddons-item-details {
  margin-left: 25px;
  display: flex;
  flex-flow: column;
  overflow-wrap: break-word;
  min-width: 0px;
}
.DevHub-MyAddons-item-details a {
  color: #0996F8;
  text-decoration: none;
}
.DevHub-MyAddons-item-details a:link {
  color: #0996F8;
}
.DevHub-MyAddons-item-details a:visited {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-MyAddons-item-details a:hover {
  color: rgba(9, 150, 248, 0.8);
  text-decoration: underline;
}
.DevHub-MyAddons-item-details a:active {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-MyAddons-item-details a,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus {
  font-size: 15px;
}
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-incomplete,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-incomplete,
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-deleted,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-deleted,
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-rejected,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-rejected,
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-disabled,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-disabled,
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-none,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-none {
  color: #9b9898;
}
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-nominated,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-nominated {
  color: #ff9216;
}
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-approved,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-approved {
  color: #329902;
}
.DevHub-MyAddons-item-details a.DevHub-MyAddons-version-status-admin-disabled,
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus.DevHub-MyAddons-version-status-admin-disabled {
  color: #d92215;
}
.DevHub-MyAddons-item-details .DevHub-MyAddons-VersionStatus {
  margin: 0 5px;
}
.DevHub-MyAddons-item-name {
  font-size: 24px;
  font-weight: 400;
}
.DevHub-MyAddons-item-channel-listed,
.DevHub-MyAddons-item-channel-unlisted {
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0 5px;
}
.DevHub-MyAddons-item-channel-listed {
  background-color: #01bdad;
}
.DevHub-MyAddons-item-channel-unlisted {
  background-color: #7a2f7a;
}
.DevHub-MyAddons-item-icon {
  max-width: 128px;
  height: 64px;
  object-fit: cover;
  object-position: left;
}
html[dir=rtl] .DevHub-MyAddons-item-icon {
  margin-left: 15px;
}
.DevHub-MyAddons-item-versions {
  display: flex;
  justify-content: space-between;
}
.DevHub-MyAddons-item-version-details {
  display: flex;
  width: 320px;
  align-items: baseline;
}
.DevHub-MyAddons-item-version {
  margin: 0 0 5px;
}
.DevHub-MyAddons-item-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.DevHub-MyAddons-item-buttons-all-submissions {
  color: #0996F8;
  text-decoration: none;
  font-size: 15px;
}
.DevHub-MyAddons-item-buttons-all-submissions:link {
  color: #0996F8;
}
.DevHub-MyAddons-item-buttons-all-submissions:visited {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-MyAddons-item-buttons-all-submissions:hover {
  color: rgba(9, 150, 248, 0.8);
  text-decoration: underline;
}
.DevHub-MyAddons-item-buttons-all-submissions:active {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-MyAddons-item-buttons-submit {
  margin-left: auto;
}
html[dir=rtl] .DevHub-MyAddons-item-buttons-submit {
  margin-right: auto;
  margin-left: 0;
}
.DevHub-MyAddons-whatsnew-container {
  border: 8px solid #FDC900;
  background: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding: 30px;
  margin: 30px 0 60px;
  position: relative;
  background-image: url("../../../img/developers/new-landing/whatsnew-background.png");
  background-repeat: no-repeat;
  background-position: right 10px bottom 10px;
}
html[dir=rtl] .DevHub-MyAddons-whatsnew-container {
  background-position: left 35px bottom 10px;
}
.DevHub-MyAddons-whatsnew-container::before {
  content: '';
  background-image: url("../../../img/developers/new-landing/whatsnew-rocket.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 155px;
  left: -8px;
  bottom: -8px;
  pointer-events: none;
}
html[dir=rtl] .DevHub-MyAddons-whatsnew-container::before {
  transform: scaleX(-1);
  left: auto;
  right: -8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .DevHub-MyAddons-whatsnew-container::before {
    background-image: url("../../../img/developers/new-landing/whatsnew-rocket-2x.png");
  }
}
.DevHub-MyAddons-whatsnew-container div {
  flex: 0 0 30%;
}
.DevHub-MyAddons-whatsnew-container div:first-child {
  text-align: right;
  min-height: 170px;
}
html[dir=rtl] .DevHub-MyAddons-whatsnew-container div:first-child {
  text-align: left;
}
.DevHub-MyAddons-whatsnew-container p,
.DevHub-MyAddons-whatsnew-container .Button {
  font-size: 14px;
  margin-top: 0;
}
.DevHub-MyAddons-whatsnew-container h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
}
.DevHub-Footer {
  background-color: #ffffff;
  margin: 60px 0 0;
}
.DevHub-Footer a {
  color: #0996F8;
  text-decoration: none;
}
.DevHub-Footer a:link {
  color: #0996F8;
}
.DevHub-Footer a:visited {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-Footer a:hover {
  color: rgba(9, 150, 248, 0.8);
  text-decoration: underline;
}
.DevHub-Footer a:active {
  color: rgba(9, 150, 248, 0.9);
}
.DevHub-Footer.scheme-light {
  background-color: #f3f5f8;
}
.DevHub-Footer-sections {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.DevHub-Footer-sections-header {
  font-size: 16px;
  font-weight: 400;
}
.DevHub-Footer-section {
  width: 300px;
  margin-bottom: 20px;
  font-size: 13px;
}
.DevHub-Footer-section h4 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}
.DevHub-Footer-section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.DevHub-Footer-section ul li {
  margin-bottom: 8px;
}
.DevHub-Footer-LanguageSwitcher {
  justify-content: flex-end;
}
.DevHub-Footer-LanguageSwitcher label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 4px;
  text-transform: none;
}
#tooltip {
  display: none;
  background: #2A4364;
  color: #fff;
  font-size: 11px;
  border: 1px solid #fff;
  border-radius: 0.8em;
  max-width: 300px;
  text-align: center;
  position: absolute;
  padding: 1em;
  pointer-events: none;
}
#tooltip.error {
  background: #6c1a1a;
}
#tooltip span {
  display: block;
  line-height: 1.2em;
}
#tooltip:before {
  content: "\00a0";
  display: block;
  /* reduce the damage in FF3.0 */
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -6px;
  left: 50%;
  bottom: -16px;
  border: solid transparent;
  border-width: 8px 6px;
  border-top-color: #2a4364;
  pointer-events: none;
}
#tooltip.error:before {
  border-top-color: #6c1a1a;
}
.tip {
  background-color: #ddd;
  border-radius: 20px;
  color: #fff;
  cursor: help;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  width: 18px;
}
.tip:hover {
  background-color: #2a4364;
}
