/* =====================
  Tokens in Design System
  (following https://medium.com/eightshapes-llc/tokens-in-design-systems-25dd82d58421)
===================== */
/* ==========[ TOKENS ]========== */
/* 1. Texts */
/* 2. Button */
/* 3. Brand */
/* 4. Background */
/* 5. Font */
/* 6. Border */
/* ==========[ DECISION ]========== */
/** VAR OLDS **/
/*-- Colors --*/
/*-- Text & Font --*/
/*-- Border, Shadow --*/
/*-- Main colors --*/
.guides.guidebook h1,
.guides.guidebook h2,
.guides.guidebook h3 {
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0; }

.guides.guidebook .feature-content h1 {
  margin-top: 0; }

.guides.guidebook h2 {
  font-size: 1.75rem; }

.guides.guidebook h3 {
  font-size: 1.25rem;
  margin-top: 1.25rem; }

.guides.guidebook p {
  line-height: 1.75 !important; }

.guides.guidebook h1 + p, .guides.guidebook h2 + p, .guides.guidebook h3 + p, .guides.guidebook .page-body > p:first-of-type, .guides.guidebook li > p:first-of-type {
  margin-top: 1em !important; }

@media (max-width: 1000px) {
  .guides .books__foreword {
    background: #fcfcfc; } }

@media (min-width: 1000px) {
  .guides .books__foreword {
    margin-bottom: 50px;
    color: #fff;
    background: url(https://cdn.holistics.io/guidebook/guidebook-bg-3.svg) no-repeat;
    background-size: 115%;
    background-position-y: 82%;
    background-position-x: -155px;
    position: relative; }
    .guides .books__foreword .container {
      position: relative;
      top: 80px; }
    .guides .books__foreword h1 {
      color: #fff; } }

.guides .books__chapter .title {
  margin-left: 8px; }

.guides .books__chapter .bullet {
  width: 6px;
  height: 6px;
  background: #e1e8f1;
  position: relative;
  top: 12px;
  margin: 0 6px;
  display: inline-block; }

.guides .books__cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.guides .books__testimonials .speech {
  z-index: 2; }

.guides .books__testimonials .quote {
  width: 30px;
  top: -15px;
  left: -35px;
  z-index: 1;
  opacity: 0.5; }

.guides .book-markdown strong {
  color: #24292e; }

.guides .book-markdown h3 {
  margin-top: 64px;
  margin-bottom: 32px; }

.guides .book-markdown ul {
  list-style-type: none;
  padding-left: 32px;
  margin-top: 12px;
  margin-bottom: 32px; }

.guides .book-markdown li {
  margin-top: 12px;
  margin-bottom: 12px; }
  .guides .book-markdown li:before {
    content: "\2022";
    color: #24292e;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    width: 22px;
    margin-left: -1.5em; }
  .guides .book-markdown li ul li:before {
    content: "\2022"; }

.guides .book-markdown p {
  margin-bottom: 32px; }

.guides .book-markdown p, .guides .book-markdown li {
  font-size: 17px; }
  .guides .book-markdown p a, .guides .book-markdown li a {
    color: #009f6f; }
    .guides .book-markdown p a:hover, .guides .book-markdown li a:hover {
      text-decoration: underline; }

.guides .book-markdown__intro {
  flex: 1; }
  @media (max-width: 768px) {
    .guides .book-markdown__intro {
      width: 100%; } }
@media (max-width: 900px) {
  .guides .book-markdown__wrapper {
    display: flex;
    flex-direction: column; } }

.guides .main-content iframe {
  margin-top: 50px;
  width: 100%; }

.guides .main-content__banner {
  margin-left: 2px;
  box-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 573px) {
    .guides .main-content__banner {
      max-height: 300px;
      width: auto; } }
.guides .feature-content {
  max-width: 700px; }
  .guides .feature-content h1, .guides .feature-content h2, .guides .feature-content h3, .guides .feature-content h4, .guides .feature-content h5, .guides .feature-content h6 {
    font-weight: 600;
    margin: 30px 0 20px; }
    .guides .feature-content h1 ~ h1, .guides .feature-content h1 ~ h2, .guides .feature-content h2 ~ h1, .guides .feature-content h2 ~ h2, .guides .feature-content h3 ~ h1, .guides .feature-content h3 ~ h2, .guides .feature-content h4 ~ h1, .guides .feature-content h4 ~ h2, .guides .feature-content h5 ~ h1, .guides .feature-content h5 ~ h2, .guides .feature-content h6 ~ h1, .guides .feature-content h6 ~ h2 {
      margin: 40px 0 20px; }
  .guides .feature-content h1 {
    font-size: 2.5rem; }
  .guides .feature-content h2 {
    font-size: 2rem; }
  .guides .feature-content h3 {
    font-size: 1.5rem; }
  .guides .feature-content h4 {
    font-size: 1.25rem; }
  .guides .feature-content p, .guides .feature-content li {
    margin-bottom: 1.1rem;
    line-height: 1.6;
    color: #37352f; }
    .guides .feature-content p a, .guides .feature-content li a {
      color: #009f6f; }
    .guides .feature-content p img, .guides .feature-content li img {
      max-width: 100%;
      width: auto;
      display: block;
      margin: 40px 0; }
  .guides .feature-content li {
    line-height: 1.4; }
  .guides .feature-content .breadcrumb a {
    font-weight: 500;
    color: #6a737d; }
    .guides .feature-content .breadcrumb a.current-page-link {
      color: #24292e; }
  .guides .feature-content a {
    color: #24292e;
    font-weight: 600;
    margin-bottom: 4px; }
    .guides .feature-content a:hover {
      text-decoration: underline; }

.guides__masonry {
  display: flex;
  flex-flow: column wrap;
  max-height: 1050px;
  margin: 0 -16px;
  width: 100%; }
  .guides__masonry-brick {
    max-width: calc(33% - 16px);
    margin: 16px;
    /* Some gutter */ }
  .guides__masonry-link:hover {
    text-decoration: underline !important;
    cursor: pointer; }
  @media (max-width: 1000px) {
    .guides__masonry {
      max-height: 1300px; }
      .guides__masonry-brick {
        max-width: calc(50% - 32px); } }
  @media (max-width: 767px) {
    .guides__masonry {
      flex-flow: row wrap;
      max-height: none;
      margin: 0; }
      .guides__masonry-brick {
        max-width: 100%;
        width: 100%; } }
.guides .breadcrumb {
  margin-left: 0;
  margin-bottom: 30px; }

.guides .fa-search {
  position: relative;
  top: -25px;
  left: 15px;
  place-self: flex-start; }

.guides .vue-treeselect__control {
  border: 1px solid #dcdfe6;
  padding-left: 35px; }
  .guides .vue-treeselect__control-arrow-container {
    display: none; }

@media (min-width: 769px) {
  .guides .main-content {
    padding-left: 80px;
    padding-right: 80px; } }
