@charset "UTF-8";
@keyframes favorite-loading {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }

@keyframes favorite-loaded {
  0% {
    transform: translate(0, 1px) scale(1.4); }
  100% {
    transform: translate(0, 1px) scale(1); } }

@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 0.5; }
  100% {
    transform: scale(1);
    opacity: 1; } }

/*
 * TODO(merdar):
 * - find a clever solution to manage z-indexes
 * - right now we're just using variables to be able to refactor it later
 */
/* TODO: might refactor it. Place it somewhere else?*/
/* line 9, source/styleguide/css/styleguide.css.scss */
.styleguide-h1 {
  font-weight: 400;
  font-family: "PMNCaeciliaW01-55Roman", Georgia, serif;
  font-size: 60px;
  font-size: 3.33333rem;
  line-height: 1.13;
  margin: .25em 0 .5em; }
  @media print {
    /* line 9, source/styleguide/css/styleguide.css.scss */
    .styleguide-h1 {
      font-family: 'Rockwell', serif; } }
  @media (max-width: 750px) {
    /* line 9, source/styleguide/css/styleguide.css.scss */
    .styleguide-h1 {
      font-size: 32px; } }
  /* line 2, source/components/base/themes/_themes-base.scss */
  .theme-forum .styleguide-h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }
  /* line 8, source/components/base/themes/_themes-base.scss */
  .theme-rebrush .styleguide-h1 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }

/* line 13, source/styleguide/css/styleguide.css.scss */
.styleguide-h2 {
  font-weight: 400;
  font-family: "PMNCaeciliaW01-55Roman", Georgia, serif;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1.4;
  display: block;
  margin: 1.5em 0 0.75em; }
  @media print {
    /* line 13, source/styleguide/css/styleguide.css.scss */
    .styleguide-h2 {
      font-family: 'Rockwell', serif; } }
  @media (max-width: 750px) {
    /* line 13, source/styleguide/css/styleguide.css.scss */
    .styleguide-h2 {
      font-size: 21px; } }
  /* line 2, source/components/base/themes/_themes-base.scss */
  .theme-forum .styleguide-h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }
  /* line 8, source/components/base/themes/_themes-base.scss */
  .theme-rebrush .styleguide-h2 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }

/* line 18, source/styleguide/css/styleguide.css.scss */
.styleguide-h3 {
  font-weight: 400;
  font-family: "PMNCaeciliaW01-55Roman", Georgia, serif;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 1.3;
  margin: 1em 0 .5em; }
  @media print {
    /* line 18, source/styleguide/css/styleguide.css.scss */
    .styleguide-h3 {
      font-family: 'Rockwell', serif; } }
  @media (max-width: 750px) {
    /* line 18, source/styleguide/css/styleguide.css.scss */
    .styleguide-h3 {
      font-size: 18px; } }
  /* line 2, source/components/base/themes/_themes-base.scss */
  .theme-forum .styleguide-h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }
  /* line 8, source/components/base/themes/_themes-base.scss */
  .theme-rebrush .styleguide-h3 {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700; }

/* line 23, source/styleguide/css/styleguide.css.scss */
.styleguide-layout-sample {
  background-color: #f0f0f0;
  border: 1px solid black;
  padding: 3px 5px; }

/* line 30, source/styleguide/css/styleguide.css.scss */
.styleguide-intro {
  font-size: 24px;
  margin-top: 10px; }

/* line 35, source/styleguide/css/styleguide.css.scss */
.styleguide-notes {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
  margin: 0;
  margin-top: 1ex;
  margin-bottom: 2em; }
  /* line 43, source/styleguide/css/styleguide.css.scss */
  .styleguide-notes > li {
    padding: 3px 0;
    margin: 0; }
    /* line 45, source/styleguide/css/styleguide.css.scss */
    .styleguide-notes > li > strong {
      float: left;
      width: 6.2em;
      margin-bottom: 1px;
      margin-right: 1em; }

/* line 54, source/styleguide/css/styleguide.css.scss */
.styleguide-content > p {
  margin-top: 1ex;
  margin-bottom: 1ex; }

/* line 60, source/styleguide/css/styleguide.css.scss */
.styleguide-example_section {
  margin: 2em 0; }

/* line 64, source/styleguide/css/styleguide.css.scss */
.styleguide-codebutton {
  text-align: right; }
  /* line 66, source/styleguide/css/styleguide.css.scss */
  .styleguide-codebutton > button {
    font-size: 75%;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 10px; }

/* line 74, source/styleguide/css/styleguide.css.scss */
.styleguide-component_link {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  margin-right: 5px;
  margin-bottom: 5px;
  box-sizing: border-box;
  position: relative; }
  /* line 83, source/styleguide/css/styleguide.css.scss */
  .styleguide-component_link > strong {
    display: block; }
  /* line 86, source/styleguide/css/styleguide.css.scss */
  .styleguide-component_link strong > a {
    font-weight: 200;
    font-size: 17px;
    font-size: 0.94444rem;
    text-decoration: none; }
  /* line 92, source/styleguide/css/styleguide.css.scss */
  .styleguide-component_link > a {
    display: block;
    width: 115px;
    min-height: 115px;
    padding: 5px 6px 4px 8px; }
  /* line 99, source/styleguide/css/styleguide.css.scss */
  .styleguide-component_link.is-component {
    background-color: #e0e0e0;
    min-height: 65px; }

/* line 107, source/styleguide/css/styleguide.css.scss */
.styleguide-release_note p {
  font-weight: 500;
  margin-bottom: 0; }

/* line 111, source/styleguide/css/styleguide.css.scss */
.styleguide-release_note small {
  display: block; }

/* line 119, source/styleguide/css/styleguide.css.scss */
.styleguide-layout-sample {
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid black;
  padding: 3px 5px; }

/* line 126, source/styleguide/css/styleguide.css.scss */
.styleguide-status {
  display: none;
  background: rgba(0, 0, 0, 0.1);
  width: 8px;
  height: 8px;
  border-radius: 4px;
  letter-spacing: -1ex;
  color: transparent;
  overflow: hidden;
  vertical-align: middle; }
  /* line 136, source/styleguide/css/styleguide.css.scss */
  .styleguide-status.is-completed {
    background-color: #bed64e; }

/* line 1, source/styleguide/css/_nav.scss */
.styleguide_nav {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1); }
  /* line 5, source/styleguide/css/_nav.scss */
  .styleguide_nav .styleguide_nav--modules {
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    visibility: hidden;
    transition: all 200ms; }
  /* line 12, source/styleguide/css/_nav.scss */
  .styleguide_nav li {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 4px 0; }
  /* line 19, source/styleguide/css/_nav.scss */
  .styleguide_nav a {
    text-decoration: none; }
  /* line 22, source/styleguide/css/_nav.scss */
  .styleguide_nav .styleguide_nav--category {
    font-weight: 500; }
  /* line 26, source/styleguide/css/_nav.scss */
  .styleguide_nav .styleguide_nav--group {
    padding: 5px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0; }

/* line 34, source/styleguide/css/_nav.scss */
.styleguide_nav--category {
  font-weight: 500; }

/* line 39, source/styleguide/css/_nav.scss */
.styleguide_nav--module > a {
  display: inline-block;
  padding: 1px 2px; }

/* line 44, source/styleguide/css/_nav.scss */
.styleguide--nav.is-filtered .styleguide_nav--modules,
.styleguide_nav--group.is-active > .styleguide_nav--modules {
  height: auto;
  visibility: visible;
  margin-bottom: 1em;
  padding-left: 18px; }

/* line 53, source/styleguide/css/_nav.scss */
.styleguide_nav--module.is-active > a {
  background: black;
  color: white;
  font-weight: 500; }

/* line 60, source/styleguide/css/_nav.scss */
.styleguide_nav--filter {
  font-size: 18px;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box; }

/* line 68, source/styleguide/css/_nav.scss */
.styleguide_nav--back {
  display: block;
  margin-bottom: 20px; }
  /* line 71, source/styleguide/css/_nav.scss */
  .styleguide_nav--back:before {
    content: "← "; }

/* line 80, source/styleguide/css/_nav.scss */
.styleguide-shownav {
  text-indent: -9999px;
  letter-spacing: -1ex;
  color: transparent;
  width: 40px;
  height: 40px;
  background: white;
  position: absolute;
  top: 14px;
  right: 14px; }
  /* line 90, source/styleguide/css/_nav.scss */
  .styleguide-shownav:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 10px;
    top: calc(50% - 7px);
    left: calc(50% - 8px);
    border: 2px solid black;
    border-left-style: none;
    border-right-style: none;
    transition: border-width 0s .2s, height .2s .2s, transform .2s, top .2s .2s; }
  /* line 103, source/styleguide/css/_nav.scss */
  .styleguide-shownav:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    background: black;
    transition: transform .2s .2s; }
  /* line 115, source/styleguide/css/_nav.scss */
  .styleguide-shownav:hover:before {
    height: 0;
    border-width: 1px;
    top: calc(50% - 1px);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    transition: border-width .2s, height .2s, transform .2s .2s, top .2s; }
  /* line 124, source/styleguide/css/_nav.scss */
  .styleguide-shownav[aria-expanded="true"]:after {
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    transition: transform .2s; }
  /* line 128, source/styleguide/css/_nav.scss */
  .styleguide-shownav[aria-expanded="true"]:before {
    height: 0;
    border-width: 1px;
    top: calc(50% - 1px);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    transition: transform .2s; }
  /* line 136, source/styleguide/css/_nav.scss */
  .styleguide-shownav[aria-expanded="true"]:hover:after {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
  /* line 139, source/styleguide/css/_nav.scss */
  .styleguide-shownav[aria-expanded="true"]:hover:before {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg); }

/* line 1, source/styleguide/css/_header.scss */
.styleguide_header {
  padding: 15px 40px 20px 40px;
  margin-bottom: 20px;
  background-color: #F8F7F4;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 750px) {
    /* line 1, source/styleguide/css/_header.scss */
    .styleguide_header {
      padding-left: 20px;
      padding-right: 20px; } }

/* line 16, source/styleguide/css/_header.scss */
.styleguide_header--title {
  font-size: 140%;
  font-weight: 500;
  margin-right: auto; }

/* line 22, source/styleguide/css/_header.scss */
.styleguide_header--nav a {
  margin-right: 1em; }
  /* line 24, source/styleguide/css/_header.scss */
  .styleguide_header--nav a:last-child {
    margin-right: 0; }
  /* line 27, source/styleguide/css/_header.scss */
  .styleguide_header--nav a.is-active {
    font-weight: 500; }

/* line 1, source/styleguide/css/_example.scss */
.styleguide-example {
  *zoom: 1;
  position: relative;
  background-color: white;
  border: 10px solid #f9f9f9;
  min-height: 20px;
  padding: 20px;
  margin-top: 20px; }
  /* line 16, source/assets/css/helpers/_helpers.scss */
  .styleguide-example:before, .styleguide-example:after {
    content: "";
    display: table; }
  /* line 22, source/assets/css/helpers/_helpers.scss */
  .styleguide-example:after {
    clear: both; }

/* line 11, source/styleguide/css/_example.scss */
.styleguide-code {
  font-size: 14px;
  overflow: hidden;
  white-space: pre;
  border: 10px solid #f9f9f9;
  border-top: 0;
  box-sizing: border-box;
  min-height: 0;
  max-height: 40em;
  transition: all 300ms ease-in-out; }
  /* line 22, source/styleguide/css/_example.scss */
  .styleguide-code .CodeMirror {
    background: #f9f9f9;
    height: auto; }
  /* line 26, source/styleguide/css/_example.scss */
  .styleguide-code .CodeMirror-scroll {
    max-height: 400px; }
  /* line 29, source/styleguide/css/_example.scss */
  .styleguide-code .CodeMirror-focused .CodeMirror-selected {
    background: #B2D8E7; }
  /* line 30, source/styleguide/css/_example.scss */
  .styleguide-code .cm-highlightPatterns {
    background: rgba(255, 204, 0, 0.5); }

/* line 35, source/styleguide/css/_example.scss */
.styleguide-code.is-new {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0; }

/* line 1, source/styleguide/css/_category_intro.scss */
.styleguide_category_intro {
  font-weight: 500;
  margin-bottom: 120px; }
  /* line 6, source/styleguide/css/_category_intro.scss */
  .styleguide_category_intro.styleguide_category_intro-horizontal .styleguide_category_intro--graphic {
    padding-top: 20%;
    width: 20%;
    display: inline-block; }
  /* line 12, source/styleguide/css/_category_intro.scss */
  .styleguide_category_intro.styleguide_category_intro-horizontal .styleguide_category_intro--content {
    display: inline-block;
    vertical-align: top;
    margin: 20px; }

/* line 20, source/styleguide/css/_category_intro.scss */
.styleguide_category_intro--graphic {
  display: block;
  position: relative;
  height: 0;
  padding-top: 100%;
  background: #5f656f;
  margin-top: 1em;
  margin-bottom: 1em; }
  /* line 29, source/styleguide/css/_category_intro.scss */
  .styleguide_category_intro--graphic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 50%;
    max-width: 120px; }

/* line 39, source/styleguide/css/_category_intro.scss */
.styleguide_category_intro--filter {
  display: block;
  width: 100%;
  font-size: inherit;
  margin-top: 1em;
  margin-bottom: 1em; }

/* line 47, source/styleguide/css/_category_intro.scss */
.styleguide_category_intro_container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  max-width: 1024px; }

/* line 1, source/styleguide/css/_layout.scss */
.styleguide {
  margin: 0 40px; }

/* line 5, source/styleguide/css/_layout.scss */
.styleguide_grid {
  *zoom: 1;
  display: flex;
  justify-content: flex-start;
  margin: 0 40px; }
  /* line 16, source/assets/css/helpers/_helpers.scss */
  .styleguide_grid:before, .styleguide_grid:after {
    content: "";
    display: table; }
  /* line 22, source/assets/css/helpers/_helpers.scss */
  .styleguide_grid:after {
    clear: both; }

/* line 12, source/styleguide/css/_layout.scss */
.styleguide_grid--nav {
  float: left;
  width: 18em;
  padding-right: 40px; }

/* line 18, source/styleguide/css/_layout.scss */
.styleguide_grid--content {
  flex-grow: 1;
  overflow: hidden; }

/* line 23, source/styleguide/css/_layout.scss */
.styleguide-shownav {
  display: none; }

@media (max-width: 1200px) {
  /* line 31, source/styleguide/css/_layout.scss */
  .styleguide_grid {
    flex-direction: column; }
  /* line 35, source/styleguide/css/_layout.scss */
  .styleguide-shownav {
    display: inline-block; }
  /* line 38, source/styleguide/css/_layout.scss */
  .styleguide_grid--nav {
    position: relative;
    width: auto;
    display: none;
    padding-right: 0;
    margin-bottom: 40px; }
  /* line 45, source/styleguide/css/_layout.scss */
  .styleguide_grid--content {
    margin: 0 auto;
    width: 100%;
    max-width: 100% !important; }
  /* line 51, source/styleguide/css/_layout.scss */
  .styleguide_header {
    display: block; } }

@media (max-width: 750px) {
  /* line 60, source/styleguide/css/_layout.scss */
  .styleguide {
    margin: 0 20px; }
  /* line 63, source/styleguide/css/_layout.scss */
  .styleguide_grid {
    margin: 0 20px; } }
