.guide-swatch--navy .guide-swatch-block {
  background-color: #193E72;
}

.guide-swatch--navy80 .guide-swatch-block {
  background-color: #475989;
}

.guide-swatch--navy60 .guide-swatch-block {
  background-color: #747CA3;
}

.guide-swatch--navy40 .guide-swatch-block {
  background-color: #A2A4C1;
}

.guide-swatch--navy20 .guide-swatch-block {
  background-color: #D0D0E0;
}

.guide-swatch--coral .guide-swatch-block {
  background-color: #EA5D4E;
}

.guide-swatch--coral80 .guide-swatch-block {
  background-color: #EC7C72;
}

.guide-swatch--coral60 .guide-swatch-block {
  background-color: #F29E95;
}

.guide-swatch--coral40 .guide-swatch-block {
  background-color: #F4BDB8;
}

.guide-swatch--coral20 .guide-swatch-block {
  background-color: #F8DDDB;
}

.guide-swatch--orange .guide-swatch-block {
  background-color: #F29330;
}

.guide-swatch--orange80 .guide-swatch-block {
  background-color: #F6AB5D;
}

.guide-swatch--orange60 .guide-swatch-block {
  background-color: #F9C187;
}

.guide-swatch--orange40 .guide-swatch-block {
  background-color: #FCD6B0;
}

.guide-swatch--orange20 .guide-swatch-block {
  background-color: #FDEBD8;
}

.guide-swatch--yellow .guide-swatch-block {
  background-color: #FED47A;
}

.guide-swatch--yellow80 .guide-swatch-block {
  background-color: #FFDC97;
}

.guide-swatch--yellow60 .guide-swatch-block {
  background-color: #FFE5B2;
}

.guide-swatch--yellow40 .guide-swatch-block {
  background-color: #FFEECD;
}

.guide-swatch--yellow20 .guide-swatch-block {
  background-color: #FFF6E6;
}

.guide-swatch--purple .guide-swatch-block {
  background-color: #6667AD;
}

.guide-swatch--purple80 .guide-swatch-block {
  background-color: #8482BE;
}

.guide-swatch--purple60 .guide-swatch-block {
  background-color: #A2A0D0;
}

.guide-swatch--purple40 .guide-swatch-block {
  background-color: #C1BFE1;
}

.guide-swatch--purple20 .guide-swatch-block {
  background-color: #E0DFF1;
}

.guide-swatch--aqua .guide-swatch-block {
  background-color: #2EA9B0;
}

.guide-swatch--aqua80 .guide-swatch-block {
  background-color: #6FBAC0;
}

.guide-swatch--aqua60 .guide-swatch-block {
  background-color: #9BCBD0;
}

.guide-swatch--aqua40 .guide-swatch-block {
  background-color: #C1DDE0;
}

.guide-swatch--aqua20 .guide-swatch-block {
  background-color: #E1EEF0;
}

.guide-swatch--green .guide-swatch-block {
  background-color: #46A86C;
}

.guide-swatch--green80 .guide-swatch-block {
  background-color: #79B989;
}

.guide-swatch--green60 .guide-swatch-block {
  background-color: #A1CAA6;
}

.guide-swatch--green40 .guide-swatch-block {
  background-color: #C4DDC5;
}

.guide-swatch--green20 .guide-swatch-block {
  background-color: #E2EEE3;
}

.guide-swatch--grey .guide-swatch-block {
  background-color: #ACBCC3;
}

.guide-swatch--grey80 .guide-swatch-block {
  background-color: #BECAD0;
}

.guide-swatch--grey60 .guide-swatch-block {
  background-color: #CED6DB;
}

.guide-swatch--grey40 .guide-swatch-block {
  background-color: #DFE3E7;
}

.guide-swatch--grey20 .guide-swatch-block {
  background-color: #EFF1F3;
}

body {
  background-color: #fff !important;
}
body:after {
  background-color: transparent !important;
}

.guide-index {
  padding: 4rem 10% 8rem;
}
.guide-index-list {
  list-style-type: none;
  padding: 1rem 3rem 1rem 0;
  margin-bottom: 10rem;
}
.guide-index-list li {
  font-size: 18px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 30px;
}
.guide-index-list li:last-child {
  margin-bottom: 4px;
}
.guide-index-list li::before {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: block;
  top: 4px;
  left: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: white;
}
.guide-index-list li.complete::before {
  background-color: #46A86C;
  content: "";
}
.guide-index-list li.doing::before {
  background-color: #f29330;
  content: "";
}
.guide-index-list li.todo::before {
  background-color: #666;
  content: "";
}
.guide-index-list li.label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.guide-index-list li.label:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (min-width: 900px) {
  .guide-index-list--cols > div {
    width: 50%;
    float: left;
  }
}
@media screen and (max-width: 899px) {
  .guide-index-list--cols > div {
    padding-bottom: 30px;
  }
}

.guide-header {
  background-color: #eee;
  padding: 1rem 10% 1.5rem 10%;
  overflow: hidden;
}
.guide-header h1 {
  display: inline-block;
  font-size: 1.8rem;
}

.guide-menu {
  float: right;
  margin-top: 0;
}
.guide-menu li {
  float: left;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 600px) {
  .guide-menu {
    float: none;
  }
  .guide-menu li {
    margin-left: 0;
    margin-right: 20px;
  }
}

.guide-section {
  border-top: 2px solid #ddd;
  margin-top: 80px;
  padding-top: 78px;
}
.guide-section:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.guide-h1 {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 22px;
  color: #333;
}

.guide-swatches {
  list-style-type: none;
  margin-bottom: 10rem;
  display: grid;
  grid-row-gap: 40px;
  grid-column-gap: 10px;
}
@media screen and (min-width: 700px) {
  .guide-swatches {
    display: grid;
    grid-template-columns: repeat(5, minmax(20%, 1fr));
  }
}

.guide-swatch {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: #333;
}
.guide-swatch-block {
  height: 80px;
  width: 100%;
  min-height: 80px;
  display: block;
  margin-bottom: 7px;
  position: relative;
}
@media screen and (min-width: 690px) {
  .guide-swatch-block {
    height: 0;
    width: 100%;
    padding-bottom: 33%;
  }
}
.guide-swatch-block .block-message {
  display: none;
}
.guide-swatch-block:hover, .guide-swatch-block:active {
  cursor: pointer;
}
.guide-swatch-block:hover .block-message, .guide-swatch-block:active .block-message {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  color: white;
  white-space: nowrap;
}
.guide-swatch-meta, .guide-swatch:after {
  display: block;
  margin-top: 7px;
}
/*# sourceMappingURL=guide.css.map */
