/* Typography
-------------------------------------------------- */
:root {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.neuton,
.entry-content p,
.entry-content h1,
.entry-content h2,
.entry-content ul,
.entry-content ol,
.entry-read-more-item-title {
  font-family: "Neuton", serif;
}

h1 {
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2;
}

h2 {
  line-height: 1em;
  font-weight: 400;
}

h3 {
  font-size: 2em;
}

h3,
h4 {
  text-transform: uppercase;
}

h4 {
  font-weight: bold;
  font-size: 1.5em;
}

h5 {
  font-size: 1.25rem;
  line-height: 1.4;
}

b,
strong {
  font-weight: bold;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.ck-article blockquote {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
}

ul li::marker,
ol li::marker {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: bold;
}

.entry-read-more-inline span:first-child,
.ck-article .secondary-text,
.featured-item * {
  font-family: "Source Sans Pro";
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.highlighted h4 {
  font-size: 1.25em;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-22-4 {
  font-size: 1.4rem;
}

.back-to-top {
  font-weight: 300;
  text-align: center;
}

.highlighted li a {
  line-height: normal;
  font-weight: 300;
}

.entry-item-card-wrap .entry-item-card-title p {
  font-size: 1.5em;
  line-height: 1.17;
  font-weight: 400;
}

.entry-item-card-list .entry-item-card-list-empty p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.75em;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .entry-item-card-wrap .entry-item-card-category p {
    font-size: 0.875em;
  }

  .entry-item-card-wrap .entry-item-card-title p {
    line-height: 1.2;
  }

  article h1,
  .ck-article h1 {
    font-size: 2em;
    line-height: 1.13;
  }
}

article h1 + p,
.ck-article h1 + p {
  font-size: 24pt;
  font-weight: 600;
  line-height: 1.1em;
}

article.special h1,
.ck-article .special h1 {
  text-align: center;
}

article.special h1 + p,
.ck-article .special h1 + p {
  text-align: center;
}

article strong,
.ck-article strong,
.ck-article b {
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  article p strong {
    font-weight: bold;
  }
}

.grid-special {
  font: 0/0 "Source Sans Pro", sans-serif;
}

.back-to-top:hover {
  text-decoration: none;
}

header ul {
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
}

.newsletter-subscribe-form input {
  font-weight: initial;
  text-transform: initial;
}
