@charset "UTF-8";
.styleguide-h1, .styleguide-richtext h1 {
  font-size: 120px;
  line-height: 1;
  font-weight: 500;
  margin: 50px 0 0.5em;
}
@media (max-width: 600px) {
  .styleguide-h1, .styleguide-richtext h1 {
    font-size: 60px;
  }
}
.styleguide-h1 > small, .styleguide-richtext h1 > small {
  color: #777;
  display: block;
  font-size: 60%;
}

.styleguide-h2, .styleguide-richtext h2 {
  color: black;
  font-size: 30px;
  font-weight: 500;
  margin: 1.5em 0 0.25em;
}

.styleguide-h3, .styleguide-richtext h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 1em 0 0.5em;
}

.styleguide-layout-sample {
  background-color: #f0f0f0;
  border: 1px solid black;
  padding: 3px 5px;
}

.styleguide-intro {
  font-size: 30px;
  margin-top: -3ex;
  line-height: 1.3;
  margin-bottom: 0.5em;
  font-family: Georgia, serif;
  font-style: italic;
}
@media (max-width: 600px) {
  .styleguide-intro {
    font-size: 30px;
    margin-top: -1ex;
  }
}

.styleguide-notes {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin: 0;
  margin-top: 1ex;
  margin-bottom: 4em;
}
.styleguide-notes > li {
  clear: left;
  padding: 3px 0;
  margin: 0;
}
.styleguide-notes > li > strong {
  float: left;
  width: 6em;
  margin-bottom: 1px;
  margin-right: 1em;
}
.styleguide-notes a {
  text-decoration: underline;
  -webkit-text-decoration: underline solid rgba(0, 0, 0, 0.3);
  text-decoration: underline solid rgba(0, 0, 0, 0.3);
}

[data-styleguide-status] {
  background: #eee;
  padding: 5px 7px 5px 5px;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  font-size: 80%;
  font-weight: bold;
  color: #333;
}
[data-styleguide-status]:before {
  margin-right: 0.6ex;
}

[data-styleguide-status=not-started] {
  color: #686868;
}
[data-styleguide-status=not-started]:before {
  content: "⚪️ ";
}

[data-styleguide-status=in-progress] {
  color: #a18400;
}
[data-styleguide-status=in-progress]:before {
  content: "🟡 ";
}

[data-styleguide-status=deprecated] {
  color: #d6570d;
}
[data-styleguide-status=deprecated]:before {
  content: "☠️ ";
}

[data-styleguide-status=failed] {
  color: #8b0000;
}
[data-styleguide-status=failed]:before {
  content: "❗️ ";
}

[data-styleguide-status=review] {
  color: #4a8b00;
}
[data-styleguide-status=review]:before {
  content: "🔵 ";
}

[data-styleguide-status=complete] {
  color: #4a8b00;
}
[data-styleguide-status=complete]:before {
  content: "🟢 ";
}

.styleguide-content > p {
  margin-top: 1ex;
  margin-bottom: 1ex;
}

.styleguide-release_note p {
  margin-bottom: 0;
}
.styleguide-release_note small {
  display: block;
}

.styleguide-layout-sample {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
  padding: 3px 5px;
}

.styleguide-richtext a {
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: gray;
  text-decoration-color: gray;
  color: #0000ff;
}
.styleguide-richtext a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.styleguide-richtext code {
  font: 80%/1.4 Monaco, Courier;
  color: #333;
  padding: 1px 3px;
  background: white;
}
.styleguide-richtext pre > code {
  display: block;
  padding: 1em;
}
.styleguide-richtext strong,
.styleguide-richtext em {
  font-weight: bold;
}
.styleguide-richtext pre,
.styleguide-richtext p {
  margin: 1em 0;
}
.styleguide-richtext ul,
.styleguide-richtext ol {
  margin: 2em 0;
}
.styleguide-richtext ul > li,
.styleguide-richtext ol > li {
  display: list-item;
  list-style: disc;
  margin-left: 2em;
}
.styleguide-richtext ol > li {
  display: list-item;
  list-style: inside;
}

.styleguide--nav {
  position: relative;
}

.styleguide_nav {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
.styleguide_nav .styleguide_nav--modules {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  visibility: hidden;
  transition: all 200ms;
}
.styleguide_nav li {
  display: block;
  margin: 3px 0;
}
.styleguide_nav a {
  text-decoration: none;
  line-height: 1.2;
}
.styleguide_nav .styleguide_nav--category {
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}
.styleguide_nav .styleguide_nav--group {
  padding: 5px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}
.styleguide_nav .styleguide_nav--group:last-child {
  border-bottom: 0;
}

.styleguide_nav--category {
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.styleguide_nav--category > button {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
}

.styleguide_nav--module > a {
  display: block;
  padding: 4px 12px;
}

.styleguide_nav.is-filtered .styleguide_nav--modules,
.styleguide_nav--group.is-active > .styleguide_nav--modules {
  height: auto;
  visibility: visible;
  margin-bottom: 1em;
  padding-left: 0;
}

.styleguide_nav--module.is-active > a {
  background: black;
  color: white;
  font-weight: bold;
}

.styleguide_nav--filter {
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
}

.styleguide_nav--back {
  display: block;
  margin-bottom: 20px;
}
.styleguide_nav--back:before {
  content: "← ";
}

.styleguide_nav--toggle {
  display: block;
  text-indent: -9999px;
  letter-spacing: -1ex;
  color: transparent;
  width: 34px;
  height: 34px;
  background: #f0f0f0;
  float: right;
  position: relative;
}
.styleguide_nav--toggle:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 14px;
  top: calc(50% - 7px);
  left: calc(50% - 8px);
  border: 2px solid black;
  border-left-style: none;
  border-right-style: none;
  transition: border-width 0.15s, height 0.15s, transform 0.15s, top 0.15s;
}
.styleguide_nav--toggle:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 2px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
  background: black;
  transition: transform 0.15s;
}
.styleguide_nav--toggle:hover:after {
  transform: scale(0.75) translateY(-5px) rotate(45deg);
  transition: transform 0.15s;
}
.styleguide_nav--toggle:hover:before {
  height: 0;
  border-width: 1px;
  top: calc(50% - 1px);
  transition: transform 0.15s;
  transform: scale(0.75) translateY(5px) rotate(-45deg);
}
.styleguide_grid--nav:not(.collapsed) .styleguide_nav--toggle:after {
  transform: rotate(-45deg);
  transition: transform 0.15s;
}
.styleguide_grid--nav:not(.collapsed) .styleguide_nav--toggle:before {
  height: 0;
  border-width: 1px;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: transform 0.15s;
}
.styleguide_grid--nav:not(.collapsed) .styleguide_nav--toggle:hover:after {
  transform: scale(0.75) translateY(-5px) rotate(-45deg);
  transition: transform 0.15s;
}
.styleguide_grid--nav:not(.collapsed) .styleguide_nav--toggle:hover:before {
  transition: transform 0.15s;
  transform: scale(0.75) translateY(5px) rotate(45deg);
}

.styleguide-Header--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

.styleguide_header {
  padding: 20px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .styleguide_header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.styleguide_header--title {
  font-size: 120%;
  font-weight: bold;
  margin-right: auto;
}
.styleguide_header--title > img {
  height: 1.8em;
  vertical-align: baseline;
  margin: -0.5em 0.5ex -0.5em 0;
}

.styleguide_header--nav a {
  margin-right: 1em;
}
.styleguide_header--nav a:last-child {
  margin-right: 0;
}
.styleguide_header--nav a.is-active {
  font-weight: bold;
}

.styleguide-example {
  position: relative;
  clear: both;
  min-height: 20px;
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  border: 5px solid #f2f2f2;
  box-shadow: inset 0 0 0 20px #fafafa;
}

.styleguide-code {
  box-sizing: border-box;
  min-height: 0;
  max-height: 40em;
  padding: 10px;
  overflow: hidden;
  font-size: 14px;
  white-space: pre;
  background: #f2f2f2;
  border: 10px solid #f2f2f2;
  border-top: 0;
  transition: all 290ms ease-in-out;
  display: flex;
}
.styleguide-code > * {
  flex: 1;
}
.styleguide-code.alone {
  max-height: 10em;
  padding: 0;
  overflow: auto;
  border: 0;
}
.styleguide-code.alone > pre {
  margin: 0;
  padding: 10px 20px;
}
.styleguide-code.auto-height {
  max-height: none;
}
.styleguide-code .json-formatter-value {
  display: none;
}
.styleguide-code .CodeMirror {
  height: auto;
  background: #f2f2f2;
}
.styleguide-code .CodeMirror-scroll {
  max-height: 400px;
}
.styleguide-code .CodeMirror-focused .CodeMirror-selected {
  background: #b2d8e7;
}
.styleguide-code .cm-highlightPatterns {
  background: rgba(255, 204, 0, 0.5);
}

.styleguide-code.is-new {
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-example_section {
  margin: 2em 0;
}

.styleguide-codebutton {
  text-align: right;
}
.styleguide-codebutton.no-margin {
  margin: 0;
}
.styleguide-codebutton > a,
.styleguide-codebutton > button {
  margin-top: 10px;
  color: #777;
  font-size: 75%;
}
.styleguide-codebutton > a + button::before {
  content: " | ";
}

.styleguide-bluebackground {
  background-color: #2fb4e9;
  padding: 80px;
}

.styleguide_category_intro {
  margin-bottom: 120px;
}
.styleguide_category_intro li > a > .styleguide-id {
  font-size: 12px;
}
.styleguide_category_intro li > [data-styleguide-status] {
  float: left;
  position: relative;
  padding: 0;
  background: none;
  margin-top: 1.5ex;
  margin-right: 1ex;
  font-size: 12px;
}
.styleguide_category_intro li > [data-styleguide-status] > span {
  display: none;
}
.styleguide_category_intro li > [data-styleguide-status]:hover > span {
  position: absolute;
  display: block;
  white-space: nowrap;
  background: black;
  color: white;
  right: 22px;
  bottom: 0;
  padding: 5px;
}

.styleguide_category_intro--graphic {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  background: #2fb4e9;
  margin-top: 1em;
  margin-bottom: 1em;
}
.styleguide_category_intro--graphic > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  max-width: 120px;
}

.styleguide_category_intro--filter {
  display: block;
  width: 100%;
  font-size: inherit;
  margin-top: 1em;
  margin-bottom: 1em;
}

.styleguide_category_intro_container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1280px;
}
.styleguide_category_intro_container:after {
  content: "";
  display: table;
  clear: both;
}
.styleguide_category_intro_container > .styleguide_category_intro {
  float: left;
  width: calc(25% - 12px);
  margin-right: 16px;
}
@media (max-width: 600px) {
  .styleguide_category_intro_container > .styleguide_category_intro {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .styleguide_category_intro_container > .styleguide_category_intro:nth-child(2n) {
    margin-right: 0;
  }
}
.styleguide_category_intro_container > .styleguide_category_intro:last-child {
  margin-right: 0;
}
.styleguide_category_intro_container .styleguide-h2, .styleguide_category_intro_container .styleguide-richtext h2, .styleguide-richtext .styleguide_category_intro_container h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.js-styleguide-element:hover {
  color: #2fb4e9;
}

.styleguide {
  margin: 0 40px;
}

.styleguide_grid {
  display: flex;
  margin: 0 40px;
}

.styleguide_grid--nav {
  flex: 0 0 15em;
  position: relative;
  margin-right: 60px;
  margin-top: 20px;
}
.styleguide_grid--nav .styleguide_nav--toggle {
  margin-left: 20px;
  transition: margin 0.2s ease-out;
}
.styleguide_grid--nav .styleguide_nav--back {
  display: inline-block;
  transition: margin-left 0.2s ease-out;
}
@media (max-width: 800px) {
  .styleguide_grid--nav {
    position: absolute;
    top: 0;
    left: 20px;
    margin-bottom: 40px;
    z-index: 1000;
    background: white;
  }
}
.styleguide_grid--nav.collapsed {
  flex-basis: 0px;
  width: 0;
  margin-top: 10px;
  margin-right: 0;
  padding: 0;
  white-space: nowrap;
}
.styleguide_grid--nav.collapsed .styleguide--nav > * {
  display: none;
}
.styleguide_grid--nav.collapsed .styleguide_nav--toggle,
.styleguide_grid--nav.collapsed .styleguide_nav--back {
  display: block;
  white-space: nowrap;
}
.styleguide_grid--nav.collapsed .styleguide_nav--toggle {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  float: none;
}
.styleguide_grid--nav.collapsed .styleguide_nav--back {
  display: inline-block;
  margin-left: 10px;
}
.styleguide_grid--nav.collapsed + .styleguide_grid--content {
  margin-left: 0;
}

.styleguide_grid--content {
  padding-bottom: 100px;
  flex: 1 1 auto;
  min-width: 0;
}

.styleguide-shownav {
  display: none;
}