@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/* Global defines */
/* Global Colors */
/* white */
/* light grey */
/* light grey */
/* very light grey */
/* dark red */
/* Global fonts */
/* Mixins */
/* ------------------------------------------------------------------ */
/* articles */
section.articles-list {
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
}
section.articles-list article {
  width: 48%;
  margin: 0 0 50px 0;
}
section.articles-list article span.date {
  width: 12%;
  float: left;
  margin-right: 4%;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ccc;
  position: relative;
  top: -3px;
}
section.articles-list article span.date span {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ccc;
}
section.articles-list article div.content {
  width: 84%;
  float: right;
}
section.articles-list article p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin-bottom: 1em;
}
section.articles-list article p a {
  color: #ba3333;
}
section.articles-list article img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
section.articles-list article a.title {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  text-decoration: none;
  margin-bottom: 25px;
  display: inline-block;
  clear: both;
  min-height: 64px;
}
section.articles-list article a.title span {
  vertical-align: top;
  display: inline-block;
  line-height: 32px;
}

section.articles-details {
  padding: 5em 0;
  font-size: 12px;
}
section.articles-details article {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
section.articles-details article .date {
  width: 10%;
  margin: 0.5em 2% 0 0;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ccc;
}
section.articles-details article .date span {
  font-size: 45px;
  font-weight: 500;
  line-height: 45px;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ccc;
}
section.articles-details article .content {
  width: 88%;
}
section.articles-details article .content > h2, section.articles-details article .content > h3 {
  padding: 1.3em 0;
  margin: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
  border: 0;
}
section.articles-details article .content > h3 {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #000;
}
section.articles-details article .content > p, section.articles-details article .content > ul > li, section.articles-details article .content > ol > li {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
section.articles-details article .content > p a, section.articles-details article .content > ul > li a, section.articles-details article .content > ol > li a {
  color: #ba3333;
}
section.articles-details article .content > p {
  margin-bottom: 2em;
}
section.articles-details article .content > ul {
  list-style-type: none;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 2em;
}
section.articles-details article .content > ul > li {
  padding: 0 0 0.5em 20px;
  position: relative;
}
section.articles-details article .content > ul > li::before {
  content: "-";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 500;
}
section.articles-details article .content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
section.articles-details article .content h1.title {
  font-size: 3em;
  font-weight: 200;
  line-height: 1.3;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  margin: 0 0 1.5em 0;
  display: block;
  clear: both;
}
section.articles-details article .content .article-internal-links {
  padding: 0 6%;
  clear: both;
  background: #f0f0f0;
  overflow: hidden;
  margin: 3em 0;
}
section.articles-details article .content .article-internal-links h2 {
  padding: 1.3em 0;
  margin: 0;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.3;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ba3333;
  border: 0;
}
section.articles-details article .content .article-internal-links ul {
  list-style-type: none;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 2em;
}
section.articles-details article .content .article-internal-links ul li {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.6;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
  padding: 0 0 0.5em 20px;
  position: relative;
}
section.articles-details article .content .article-internal-links ul li::before {
  content: "-";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 500;
}
section.articles-details article .content .article-internal-links ul li a {
  text-decoration: none;
  color: #000;
}
section.articles-details article .content .dedications {
  font-size: 16px;
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  align-content: center;
  row-gap: 1em;
  column-gap: 1%;
  margin: 0 0 4em;
}
section.articles-details article .content .dedications figure {
  font: italic normal 1.2em/1.3 Georgia, "Times New Roman", sans-serif;
  font-size: clamp(1em, 1.2vw, 1.2em);
  color: #000;
  padding-left: 1em;
}
section.articles-details article .content .dedications figure blockquote {
  position: relative;
}
section.articles-details article .content .dedications figure blockquote::before {
  content: "”";
  font-family: Georgia, "Times New Roman", sans-serif;
  font-size: 4em;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  color: #ebebeb;
  position: absolute;
  top: 0;
  left: -0.8em;
}
section.articles-details article .content .dedications figure figcaption {
  font: italic normal 0.75em/1.3 Georgia, "Times New Roman", sans-serif;
  margin-top: 0.7em;
  color: #999;
}
@media screen and (max-width: 600px) {
  section.articles-details article .content .dedications {
    grid-template-columns: 1fr;
  }
  section.articles-details article .content .dedications figure {
    font-size: clamp(1em, 3vw, 1.4em);
  }
}
section.articles-details .faq {
  font-size: 1rem;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}
section.articles-details .faq h2 {
  padding-top: 1.2em;
  margin-top: 0;
  font-size: clamp(1.7em, 3vw, 2em);
  margin-bottom: 2em;
  text-wrap: pretty;
  font-weight: 300;
}
section.articles-details .faq ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 3em;
}
section.articles-details .faq ul li {
  line-height: 1.5;
  margin-bottom: 3em;
  font-size: clamp(0.95em, 2vw, 1em);
  max-width: calc(50% - 3em);
}
@media screen and (max-width: 600px) {
  section.articles-details .faq ul li {
    max-width: 100%;
  }
}
section.articles-details .faq ul li .question, section.articles-details .faq ul li .answer {
  text-align: left;
}
section.articles-details .faq ul li .answer {
  font-weight: 300;
  line-height: inherit;
}
section.articles-details .faq ul li .question {
  margin-bottom: 1em;
  line-height: inherit;
}
section.articles-details .faq ul li .question strong {
  font-size: 1.2em;
  font-weight: 500;
  line-height: inherit;
  font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
  color: #ba3333;
}

@media screen and (max-width: 1260px) {
  section.articles-list article span.date {
    font-size: 14px;
    font-weight: 200;
    line-height: 18px;
    font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    color: #ccc;
  }
  section.articles-list article span.date span {
    font-size: 32px;
    font-weight: 500;
    line-height: 35px;
    font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    color: #ccc;
  }
  section.articles-list article a.title {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.3;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    min-height: 58px;
  }
}
@media screen and (max-width: 850px) {
  section.articles-list {
    flex-direction: column;
  }
  section.articles-list article {
    width: 100%;
  }
  section.articles-list article span.date {
    width: 8%;
    margin-right: 4%;
  }
  section.articles-list article div.content {
    width: 88%;
  }
}
@media screen and (max-width: 800px) {
  section.articles-list {
    flex-direction: row;
  }
  section.articles-list article {
    width: 48%;
  }
  section.articles-list article span.date {
    display: none;
  }
  section.articles-list article div.content {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  section.articles-details article h2, section.articles-details article h3 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    color: #000;
  }
  section.articles-details article h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 1.3;
    font-family: "Noto serif", Georgia, "Times New Roman", courier, sans-serif;
    color: #000;
  }
  section.articles-details article h1.title {
    font-size: 7vw;
    font-weight: 200;
    line-height: 1.3;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
  }
}
@media screen and (max-width: 600px) {
  section.articles-list {
    flex-direction: column;
  }
  section.articles-list article {
    width: 100%;
  }
  section.articles-list article a.title {
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.3;
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    min-height: initial;
  }
  section.articles-details article div.content {
    width: 92%;
  }
  section.articles-details article span.date {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  section.articles-details article .article-internal-links {
    padding: 0 5%;
  }
  section.articles-details article p, section.articles-details article li, section.articles-details article .article-internal-links li {
    font-size: 1.2em;
  }
  section.articles-details article h2, section.articles-details article h3 {
    font-size: 1.8em;
    text-align: left;
  }
}
/* ------------------------------------------------------------------ */
/* articles related */
.articles-related-cols {
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.articles-related-cols .articles-related-col {
  width: 49%;
}

.articles-related-item {
  width: 100%;
  background: #f4f4f4;
  margin-top: 3em;
  margin-bottom: 3em;
  display: table;
  font-size: 1rem;
}
.articles-related-item div {
  display: table-row;
  width: 100%;
  position: relative;
}
.articles-related-item .articles-related-item-text {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: right;
  padding: 3em 5%;
  margin: 0;
  color: #000;
  height: 12.5em;
  font-size: 1.125em;
}
.articles-related-item .articles-related-item-text a {
  text-decoration: none;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.4;
  font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000;
}
.articles-related-item .articles-related-item-text a strong {
  font-size: 1.65em;
  font-weight: 200;
}
.articles-related-item .articles-related-item-img {
  display: table-cell;
  width: 50%;
  padding: 30% 0 0 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto 100%;
  cursor: pointer;
}
.articles-related-item .articles-related-item-title {
  position: absolute;
  color: #bbb;
  font-size: 1.275em;
  font-weight: 400;
  top: 0;
  right: 55%;
}

@media screen and (max-width: 1300px) {
  .articles-related-item .articles-related-item-text {
    font-size: 1em;
  }
}
@media screen and (max-width: 1100px) {
  .articles-related-cols .articles-related-col {
    width: 100%;
  }
  .articles-related-cols .articles-related-col .articles-related-item-text {
    height: 9.375em;
  }
}
@media screen and (max-width: 550px) {
  .articles-related-item div {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    position: relative;
  }
  .articles-related-item div .articles-related-item-text {
    display: block;
    width: 100%;
    text-align: center;
    height: auto !important;
    box-sizing: border-box;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .articles-related-item div .articles-related-item-img {
    display: block;
    background-size: cover;
    width: 100%;
    height: 6.25em;
  }
  .articles-related-item div .articles-related-item-title {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

/*# sourceMappingURL=articles.css.map */
