﻿.markdown h1 {
  font-size: 36px;
  line-height: 45px;
  font-family: 'FuturaBold';
  margin-bottom: 40px;
}
.markdown h1:after {
  content: '.';
  color: #9b1b1f;
}
.markdown h2 {
  font-family: 'FuturaBold';
  font-size: 24px;
  line-height: 30px;
  color: #9b1b1f;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.markdown a {
  color: inherit;
  text-decoration: underline;
}
.markdown a:hover,
.markdown a.maroon {
  color: #9b1b1f;
}
.markdown blockquote p {
  margin-bottom: 10px;
}
.markdown blockquote:after {
  content: '';
  display: table;
  width: 100%;
}
.markdown p + p {
  margin-bottom: 6px;
}
.markdown blockquote p a:last-child {
  margin-left: auto;
}
.markdown blockquote img {
  float: left;
  margin-right: 30px;
}
.markdown table {
  max-width: 660px;
  border: 1px solid #666666;
  margin-bottom: 20px;
  width: 100%;
}
.markdown td {
  border: 1px solid #666666;
  padding: 12px 30px;
}
.markdown td:last-child {
  width: 199px;
}
.markdown.no_border_table table td,
.markdown.no_border_table table {
  border: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .markdown blockquote img.img-fluid {
    max-width: 330px;
  }
  .markdown h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .markdown h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .markdown h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .markdown a.pull-right {
    float: none;
  }
  .markdown blockquote img.img-fluid {
    max-width: 220px;
  }
  .markdown td:last-child {
    width: 100px;
  }
  .markdown td {
    border: 1px solid #666666;
    padding: 8px 12px;
  }
  .markdown .main_content {
    padding: 40px 0 0;
  }
  .mini_black_title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .markdown blockquote img.img-fluid {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .markdown h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
}
/* ================================================================
   Markdown_dw.less (additions/overrides to the markdown.css)
   ================================================================ */
:root {
  --primary: #9b1b1f;
  --secondary: #444444;
  --primary-rgb: #315a7d;
}
.news .markdown h1,
.news .markdown h2,
.news .markdown h3,
.news .markdown h4,
.news .markdown h5,
.news .markdown table,
.news .markdown img {
  display: none;
}
.news .article {
  margin-top: 5px;
  border: 1px solid whitesmoke;
  border-radius: 5px;
  padding: 0.5em;
}
.news .article .news-date {
  color: var(--primary);
  margin-right: 0.5em;
  font-weight: 800;
  text-decoration: underline;
}
.news #panel_news:nth-child(even) {
  background-color: whitesmoke;
}
.markdown {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: black;
}
@media (max-width: 767px) {
  .markdown {
    font-size: 16px;
  }
}
.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  font-family: 'Guardian TextSans Web';
  margin: 30px 0 10px 0;
  line-height: initial;
  color: #444;
  font-weight: 500;
}
.markdown h1:first-child,
.markdown h2:first-child,
.markdown h3:first-child,
.markdown h4:first-child,
.markdown h5:first-child {
  margin-top: 0;
}
.markdown h1 {
  font-size: 36px;
  line-height: 36px;
  margin: 30px 0;
}
.markdown h2 {
  font-size: 30px;
  line-height: 30px;
}
.markdown h2:first-child {
  color: var(--primary);
}
.markdown h3 {
  font-size: 24px;
  line-height: 24px;
}
.markdown h5 {
  /* format as a button containing a link */
  font-size: 18px;
  border-radius: 10px;
  background-color: #9b1b1f;
  color: white;
  padding: 1em;
  min-width: 25%;
  margin: 0.5em 1em 1em 0.5em;
  display: inline-block;
  float: left;
}
.markdown h5 a {
  color: white !important;
  text-decoration: none;
  background-color: transparent;
}
.markdown h5 a:after {
  content: '' !important;
}
.markdown.news h1,
.markdown.news h2,
.markdown.news h3,
.markdown.news h4,
.markdown.news h5 {
  display: none;
}
.markdown table {
  border-collapse: collapse;
  width: unset;
  min-width: 50%;
  max-width: 100%;
  font-size: 0.75em;
}
.markdown th {
  background-color: rgba(37, 150, 190, 0.05);
  color: black;
  padding: 0.5em;
}
.markdown td {
  padding: 0.3em 0.5em;
  border: thin solid var(--secondary);
}
.markdown .task-list-item::marker {
  color: transparent;
}
.markdown a {
  color: black !important;
  text-decoration: underline;
  text-decoration-color: rgba(155, 27, 37, 0.2);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: none;
}
.markdown a:hover {
  background-color: rgba(155, 27, 37, 0.2);
  box-shadow: 0 0 0 5px rgba(155, 27, 37, 0.2);
  border-radius: 2px;
}
.markdown a[target=_blank]:not(.contains-image):after {
  font-family: 'FontAwesome';
  content: " \f08e";
  font-size: 75%;
  vertical-align: super;
  vertical-align: text-top;
  margin-left: 0.25em;
  color: #1DA1F2;
}
.markdown p,
.markdown p + p {
  margin-bottom: 1rem;
}
.markdown img {
  max-width: 100%;
}
.markdown img.float-left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.markdown img.float-right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
.markdown embed {
  width: 100%;
  height: 100vh;
}
.markdown pre:has(code) {
  background-color: lightyellow;
  padding: 1em;
  white-space: pre-wrap;
}
.markdown li {
  margin-bottom: 3px;
}
.markdown .incomplete {
  background-color: lightgoldenrodyellow;
  padding: 0.5em;
}
.danw {
  color: blue;
}