/* SHARED - Print Color Palette */
@supports (-webkit-appearance:none) {
  .palette-primary-print {
    background : #FFFFFF;
  }
}
.palette-primary-print .footer,
.palette-primary-print .header,
.palette-primary-print .drawer,
.palette-primary-print .drawer .toc a.current,
.palette-primary-print .drawer .toc a:focus,
.palette-primary-print .drawer .toc a:hover,
.palette-primary-print .drawer .anchor a,
.palette-primary-print .article a.headerlink,
.palette-primary-print .article .headerlink
{
  display : none;
}
.palette-primary-print .article span.tag {
  background : #000000;
}
  @supports (-webkit-appearance:none) {
    .palette-primary-insight {
      background : #FFFFFF;
    }
  }
  .palette-primary-insight .footer,
  .palette-primary-insight .header {
    background : #13161A;
  }
  .palette-primary-insight .drawer .toc a.current,
  .palette-primary-insight .drawer .toc a:focus,
  .palette-primary-insight .drawer .toc a:hover {
    color : #00AE42;
  }
  .palette-primary-insight .drawer .anchor a {
    border-left : #00AE42 solid 2px;
  }
  .palette-primary-insight .article a {
    color: #13161a;
    border-bottom: #00AE42 solid 1px;
    font-weight: 600;
  }
  .palette-accent-insight .article a:focus,
  .palette-accent-insight .article a:hover {
    color : #00AE42;
  }
  .palette-primary-insight .article h1{
    color: #13161a;
  }
  .palette-primary-insight .article h2 {
    color: #00AE42;
  }
  .palette-primary-insight .article h3,
  .palette-primary-insight .article h5 {
    color: #313a42;
  }
  .palette-primary-insight .article h4,
  .palette-primary-insight .article h6 {
    color: #566068;
  }
  .palette-primary-insight .article .headerlink {
    display: none;
  }
  .palette-primary-insight .article table {
    border: #A5ACB2 1px solid;
  }
  .palette-primary-insight .article table th {
    background :  #13161A;
    text-transform: uppercase;
  }
  .palette-primary-insight .results .meta {
    background : #FFFFFF;
  }
  .palette-primary-insight .pagination .direction {
    color: #00AE42;
  }
  .palette-primary-insight .article .admonition.note {
    background: rgba(0, 174, 66, 0.1);
    border-color: #00AE42;
  }
  .palette-primary-insight .article .admonition.warning {
    background: rgba(237, 90, 106, 0.1);
    border-color: #ED5A6A;
  }
  .palette-primary-insight .article .admonition.info {
    background: rgba(255, 96, 28, 0.1);
    border-color: #FF601C solid 1px;
  }
  .palette-primary-insight .article .admonition.tip {
    background: rgba(166, 93, 228, 0.1);
    border-color: #A65DE4;
  }
  .palette-primary-insight .article .admonition.link {
    background: rgba(37, 106, 200, 0.1);
    border-color: #256AC8;
  }
  .palette-primary-insight .wrapper a.lang-btn.active {
    color: black;
    border-bottom:  #00AE42 3px solid;
}
.palette-primary-insight .article .headerlink {
  display: none;
}